@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix d0: <http://www.ontologydesignpatterns.org/ont/d0.owl#> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix skos-xl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix taxon-name: <https://aphia.org/ns/taxon-name/> .
@prefix td: <https://aphia.org/ns/distribution/> .
@prefix media: <https://aphia.org/ns/media/> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix xsd: <https://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .

<https://aphia.org/id/taxname/117033> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Laomedea Lamouroux, 1812"^^xsd:string ;
   taxon-name:aphiaID "117033"^^xsd:integer ;
   dwc:scientificNameID "117033"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:117033"^^xsd:string ;
   taxon-name:scientificName "Laomedea"^^xsd:string ;
   taxon-name:authorship "Lamouroux, 1812"^^xsd:string ;
   dwc:scientificNameAuthorship "Lamouroux, 1812"^^xsd:string ;
   taxon-name:fullScientificName "Laomedea Lamouroux, 1812"^^xsd:string ;
   skos-xl:literalForm "Laomedea Lamouroux, 1812"^^xsd:string ;
   dwc:scientificName "Laomedea Lamouroux, 1812"^^xsd:string ;
   dct:bibliographicCitation """Schuchert, P.; Choong, H.; Galea, H.; Hoeksema, B.; Lindsay, D.; Manko, M.; Pica, D. (2026). World Hydrozoa Database. Laomedea Lamouroux, 1812. Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=117033 on 2026-04-05"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/632>, <https://marineinfo.org/id/dataset/161>, <https://marineinfo.org/id/dataset/3160>, <https://marineinfo.org/id/dataset/1464>, <https://marineinfo.org/id/dataset/1672>, <https://marineinfo.org/id/dataset/5274>, <https://marineinfo.org/id/dataset/2565>, <https://marineinfo.org/id/dataset/3122>, <https://marineinfo.org/id/dataset/3123>, <https://marineinfo.org/id/dataset/536>, <https://marineinfo.org/id/dataset/3731>, <https://marineinfo.org/id/dataset/3174>, <https://marineinfo.org/id/dataset/5271>, <https://marineinfo.org/id/dataset/8131> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#accepted> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#genus> ;
   dwc:taxonRank <https://aphia.org/ns/rank#genus> ;
   foaf:depiction <https://images.vliz.be/thumbs/5662_laomedea-flexuosa.jpg> ;
   dct:source <https://aphia.org/id/source/366990>, <https://aphia.org/id/source/34581>, <https://aphia.org/id/source/24607>, <https://aphia.org/id/source/494>, <https://aphia.org/id/source/1419>, <https://aphia.org/id/source/2930>, <https://aphia.org/id/source/42>, <https://aphia.org/id/source/663>, <https://aphia.org/id/source/177464> ;
   taxon-name:hasSynonym <https://aphia.org/id/taxname/763241>, <https://aphia.org/id/taxname/763242> ;
   rdfs:seeAlso <https://www.ebi.ac.uk/ena/data/view/Taxon:314518>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=314518&lvl=0> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/117033> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> ;
   taxon-name:hasSynonymName <https://aphia.org/id/taxname/763241>, <https://aphia.org/id/taxname/763242> ;
   media:isSubjectOf <https://aphia.org/id/image/5662> ;
   td:hasDistribution <https://aphia.org/id/distribution/406978>, <https://aphia.org/id/distribution/642913> ;
   taxon-name:isDenotedBy <https://aphia.org/id/vernacular-name/5040> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/17737>, <https://aphia.org/id/taxon-description/18393>, <https://aphia.org/id/taxon-description/1273172>, <https://aphia.org/id/taxon-description/2504514>, <https://aphia.org/id/taxon-description/2687300> ;
   taxon-name:hasParent _:b1 .

_:b1 a taxon-name:Taxon, skos-xl:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/1606> .

<https://aphia.org/ns/taxonomic-status#accepted> a skos:Concept, taxon-name:Status ;
   skos:prefLabel "accepted"@en ;
   rdfs:label "accepted"@en ;
   skos:definition """Valid name (ICZN) or name considered to be taxonomically correct (ICBN)"""^^xsd:string ;
   dwc:taxonomicStatus <https://rs.gbif.org/vocabulary/gbif/taxonomicStatus/accepted> ;
   dwc:nomenclaturalStatus <https://rs.gbif.org/vocabulary/gbif/nomenclatural_status/valid> .


<https://aphia.org/ns/rank#genus> a skos:Concept, taxon-name:Rank ;
   skos:prefLabel "Genus"@en ;
   rdfs:label "Genus"@en .

<https://aphia.org/id/source/366990> a top-level:Source, dct:BibliographicResource ;
   dct:title """Extrait d'un mémoire sur la classification des Polypiers coralligènes non entièrement pierreux."""^^xsd:string ;
   dct:bibliographicCitation  """Lamouroux, J. V. F. (1812). Extrait d'un mémoire sur la classification des Polypiers coralligènes non entièrement pierreux. Nouveau Bulletin scientifique de la Société Philosophique, 3: 181-188"""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1812"^^xsd:gYear .

<https://aphia.org/id/source/34581> a top-level:Source, dct:BibliographicResource ;
   dct:title """Die Hydroiden der Arktischen Meere"""^^xsd:string ;
   dct:bibliographicCitation  """Broch, H. 1910. Die Hydroiden der Arktischen Meere. - Fauna Arctica 5: 127-248, plates 2-4."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1910"^^xsd:gYear .

<https://aphia.org/id/source/24607> a top-level:Source, dct:BibliographicResource ;
   dct:bibliographicCitation  """Hummelinck, P. Wagenaar, 1936. Hydropoliepen. In: Flora en Fauna der Zuiderzee   Supplement: 41-64."""^^xsd:string ;
   schema:datePublished "1936"^^xsd:gYear .

<https://aphia.org/id/source/494> a top-level:Source, dct:BibliographicResource ;
   dct:title """Hexacorallians of the World"""^^xsd:string ;
   dct:bibliographicCitation  """Fautin, Daphne G. (2013). Hexacorallians of the World."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/dataset/43> ;
   schema:datePublished "2013"^^xsd:gYear .

<https://aphia.org/id/source/1419> a top-level:Source, dct:BibliographicResource ;
   dct:bibliographicCitation  """van der Land, J.; Vervoort, W.; Cairns, S.D.; Schuchert, P. (2001). Hydrozoa, <B><I>in</I></B>: Costello, M.J. <i>et al.</i> (Ed.) (2001). <i>European register of marine species: a check-list of the marine species in Europe and a bibliography of guides to their identification. Collection Patrimoines Naturels,</i> 50: pp. 112-120"""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/publication/61219> ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "2001"^^xsd:gYear .

<https://aphia.org/id/source/2930> a top-level:Source, dct:BibliographicResource ;
   dct:title """Catalogue of the marine invertebrates of the estuary and Gulf of St. Lawrence."""^^xsd:string ;
   dct:bibliographicCitation  """Brunel, P., L. Bosse & G. Lamarche. (1998). Catalogue of the marine invertebrates of the estuary and Gulf of St. Lawrence. <em>Canadian Special Publication of Fisheries and Aquatic Sciences, 126.</em> 405 pp."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/publication/213868> ;
   schema:datePublished "1998"^^xsd:gYear .

<https://aphia.org/id/source/42> a top-level:Source, dct:BibliographicResource ;
   dct:title """Integrated Taxonomic Information System (ITIS)"""^^xsd:string ;
   dct:bibliographicCitation  """Integrated Taxonomic Information System (ITIS)."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/dataset/49> ;
   schema:isAccessibleForFree "1"^^xsd:boolean .

<https://aphia.org/id/source/663> a top-level:Source, dct:BibliographicResource ;
   dct:title """The species directory of the marine fauna and flora of the British Isles and surrounding seas."""^^xsd:string ;
   dct:bibliographicCitation  """Howson, C.M. & B.E. Picton. (1997). The species directory of the marine fauna and flora of the British Isles and surrounding seas. <em>Ulster Museum Publication, 276. The Ulster Museum: Belfast, UK. ISBN 0-948150-06-8.</em> vi, 508 (+ cd-rom) pp."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/publication/23916> ;
   schema:datePublished "1997"^^xsd:gYear .

<https://aphia.org/id/source/177464> a top-level:Source, dct:BibliographicResource ;
   dct:title """Laomedea flexuosa Alder, 1857, Sertularia volubilis Linnaeus, 1758 and Campanularia johnstoni Alder, 1856 designated as type species of Laomedea Lamouroux, 1812, Campanularia Lamarck, 1816"""^^xsd:string ;
   dct:bibliographicCitation  """Opinion 1345, ICZN 1985. Laomedea flexuosa Alder, 1857, Sertularia volubilis Linnaeus, 1758 and Campanularia johnstoni Alder, 1856 designated as type species of Laomedea Lamouroux, 1812, Campanularia Lamarck, 1816 and Clytia Lamouroux, 1812 (Coelenterata, Hydroida) respectively. - Bulletin of Zoological Nomenclature 42: 271-273."""^^xsd:string ;
   schema:datePublished "1985"^^xsd:gYear .


<https://aphia.org/id/vernacular-name/5040> a taxon-name:vernacularName ;
   taxon-name:vernacularName "zeedraad"^^xsd:string ;
   dct:language <https://id.loc.gov/vocabulary/iso639-2/nld> ;
   dct:source <https://aphia.org/id/source/755> .


<https://aphia.org/id/image/5662> a media:ImageObject, schema:ImageObject ;
   rdfs:label "Laomedea flexuosa"^^xsd:string ;
   dct:title "Laomedea flexuosa"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/117033>
   ] ;
   dct:rightsHolder <https://marineinfo.org/id/person/9184> ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Laomedea flexuosa Alder, 1857 (Leptothecata, Campanulariidae), colony hight about 3 cm, Dunstaffnage, Scotland. Laomedea flexuosa is a very common hydroid in the the lower intertidal of the north-eastern Atlantic. It has no medusa stage, the gonohores develop into sporosacs. The oblong gonothecae filled with sporosacs are visible on the left side of the colony."""^^xsd:string ;
   dct:created "2006-12-21 12:08:18.920"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/5662_laomedea-flexuosa.jpg> .

<https://aphia.org/id/distribution/406978> a td:Distribution ;
   rdfs:label "Distribution for Laomedea Lamouroux, 1812 - Koksijde"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/117033> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/91> ;
   dwc:locality <https://marineregions.org/mrgid/91> ;
   dct:source <https://aphia.org/id/source/755> .

<https://aphia.org/id/distribution/642913> a td:Distribution ;
   rdfs:label "Distribution for Laomedea Lamouroux, 1812 - Zeebrugge"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/117033> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/2551> ;
   dwc:locality <https://marineregions.org/mrgid/2551> ;
   dct:source <https://aphia.org/id/source/138705> .

<https://aphia.org/id/taxon-description/17737> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Functional group for Taxon denoted by name 13552"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/17738> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/functional-group> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/13552> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/functional-group#benthos> .

<https://aphia.org/id/taxon-description/18393> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Functional group for Taxon denoted by name 13552"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/18394> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/functional-group> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/13552> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/functional-group#zooplankton> .

<https://aphia.org/id/taxon-description/1273172> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Body size (qualitative) for Taxon denoted by name 1337"@en ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/body-size-qualitative> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/1337> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-qualitative#medium-body-size-2-to-200mm> .

<https://aphia.org/id/taxon-description/2504514> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Supporting structure & enclosure for Taxon denoted by name 19494"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/2504515>, <https://aphia.org/id/taxon-description-extra-specification/2504516> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/supporting-structure-enclosure> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/19494> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/supporting-structure-enclosure#exoskeleton> .

<https://aphia.org/id/taxon-description/2687300> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Nomenclature code for Taxon denoted by name 2"@en ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/nomenclature-code> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/nomenclature-code#iczn> .

<https://aphia.org/id/taxon-description-extra-specification/17738> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Life stage polyp"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/life-stage> ;
   top-level:hasValue <https://aphia.org/ns/traits/life-stage#polyp> .
<https://aphia.org/id/taxon-description-extra-specification/18394> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Life stage larva"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/life-stage> ;
   top-level:hasValue <https://aphia.org/ns/traits/life-stage#larva> .
<https://aphia.org/id/taxon-description-extra-specification/2504515> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Structure Solid"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/structure> ;
   top-level:hasValue <https://aphia.org/ns/traits/structure#solid> .
<https://aphia.org/id/taxon-description-extra-specification/2504516> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Composition Chitinous"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/composition> ;
   top-level:hasValue <https://aphia.org/ns/traits/composition#chitinous> .

