@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/290229> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Isotealia antarctica Carlgren, 1899"^^xsd:string ;
   taxon-name:aphiaID "290229"^^xsd:integer ;
   dwc:scientificNameID "290229"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:290229"^^xsd:string ;
   taxon-name:scientificName "Isotealia antarctica"^^xsd:string ;
   taxon-name:authorship "Carlgren, 1899"^^xsd:string ;
   dwc:scientificNameAuthorship "Carlgren, 1899"^^xsd:string ;
   taxon-name:fullScientificName "Isotealia antarctica Carlgren, 1899"^^xsd:string ;
   skos-xl:literalForm "Isotealia antarctica Carlgren, 1899"^^xsd:string ;
   dwc:scientificName "Isotealia antarctica Carlgren, 1899"^^xsd:string ;
   dct:bibliographicCitation """Rodríguez, E.; Fautin, D; Daly, M. (2026). World List of Actiniaria. Isotealia antarctica Carlgren, 1899. Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=290229 on 2026-06-07"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/1672>, <https://marineinfo.org/id/dataset/3174>, <https://marineinfo.org/id/dataset/8075>, <https://marineinfo.org/id/dataset/8131> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#accepted> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#species> ;
   dwc:taxonRank <https://aphia.org/ns/rank#species> ;
   dct:source <https://aphia.org/id/source/80533>, <https://aphia.org/id/source/152430>, <https://aphia.org/id/source/494>, <https://aphia.org/id/source/124430>, <https://aphia.org/id/source/138504>, <https://aphia.org/id/source/299886>, <https://aphia.org/id/source/299955>, <https://aphia.org/id/source/394354>, <https://aphia.org/id/source/418904>, <https://aphia.org/id/source/418915>, <https://aphia.org/id/source/418989>, <https://aphia.org/id/source/419062>, <https://aphia.org/id/source/419118>, <https://aphia.org/id/source/419126>, <https://aphia.org/id/source/419127>, <https://aphia.org/id/source/419436>, <https://aphia.org/id/source/420151>, <https://aphia.org/id/source/420211>, <https://aphia.org/id/source/420219>, <https://aphia.org/id/source/420345>, <https://aphia.org/id/source/448184>, <https://aphia.org/id/source/80537>, <https://aphia.org/id/source/494> ;
   rdfs:seeAlso <https://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid=309014>, <http://www.biodiversitylibrary.org/name/Isotealia_antarctica>, <https://www.ebi.ac.uk/ena/data/view/Taxon:1217136>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=1217136&lvl=0>, <http://www.globalbioticinteractions.org/?sourceTaxon=WORMS%3A290229&interactionType=interactsWith>, <http://n2t.net/ark:/65665/33d46069a-0a75-4b40-aed7-384d282ba2cd>, <http://n2t.net/ark:/65665/33d46069a-0a75-4b40-aed7-384d282ba2cd>, <http://collections.nmnh.si.edu/search/iz/?q=qn+Isotealia+antarctica> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/290229> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> ;
   media:isSubjectOf <https://aphia.org/id/image/47035> ;
   td:hasDistribution <https://aphia.org/id/distribution/598213>, <https://aphia.org/id/distribution/1500171>, <https://aphia.org/id/distribution/1505616>, <https://aphia.org/id/distribution/1505617>, <https://aphia.org/id/distribution/1508431> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/1133309>, <https://aphia.org/id/taxon-description/1133311>, <https://aphia.org/id/taxon-description/2504460>, <https://aphia.org/id/taxon-description/2687300>, <https://aphia.org/id/taxon-description/2943370>, <https://aphia.org/id/taxon-description/2943372>, <https://aphia.org/id/taxon-description/2943374> ;
   taxon-name:hasParent _:b1 .

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

<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#species> a skos:Concept, taxon-name:Rank ;
   skos:prefLabel "Species"@en ;
   rdfs:label "Species"@en .

<https://aphia.org/id/source/80533> a top-level:Source, dct:BibliographicResource ;
   dct:title """Zoantharien."""^^xsd:string ;
   dct:bibliographicCitation  """Carlgren, O. (1898). Zoantharien. <em>Hamburger Magalhaensische Sammelreise.</em> 4: 1-48, pl. 1."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1898"^^xsd:gYear .

<https://aphia.org/id/source/152430> a top-level:Source, dct:BibliographicResource ;
   dct:bibliographicCitation  """Intergovernmental Oceanographic Commission (IOC) of UNESCO. The Ocean Biogeographic Information System (OBIS)"""^^xsd:string .

<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/124430> a top-level:Source, dct:BibliographicResource ;
   dct:title """As a contribution to UNESCO-IOC Register of Marine Organisms"""^^xsd:string ;
   dct:bibliographicCitation  """den Hartog, J. C. & van der Land, J. (2000-2007). As a contribution to UNESCO-IOC Register of Marine Organisms."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/dataset/1672> ;
   schema:datePublished "2000"^^xsd:gYear .

<https://aphia.org/id/source/138504> a top-level:Source, dct:BibliographicResource ;
   dct:title """Zur Biogeographie des Südwestat- lantik mit besonderer Berücksichtigung der Seeanemonen. (Coelenterata: Actiniaria)"""^^xsd:string ;
   dct:bibliographicCitation  """Riemann-Zürneck, K. (1986). Zur Biogeographie des Südwestat- lantik mit besonderer Berücksichtigung der Seeanemonen. (Coelenterata: Actiniaria). Helgol. wiss. Meeres., 40: 91-149"""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1007/bf01987291> ;
   schema:datePublished "1986"^^xsd:gYear .

<https://aphia.org/id/source/299886> a top-level:Source, dct:BibliographicResource ;
   dct:title """A survey of the Ptychodactiaria, Corallimorpharia and Actiniaria"""^^xsd:string ;
   dct:bibliographicCitation  """Carlgren, O. (1949). A survey of the Ptychodactiaria, Corallimorpharia and Actiniaria. <em>Kungliga Svenska Vet- enskapsakadamiens  Handlingar.</em> 1: 1–121."""^^xsd:string ;
   schema:datePublished "1949"^^xsd:gYear .

<https://aphia.org/id/source/299955> a top-level:Source, dct:BibliographicResource ;
   dct:title """Coelenterata. Part I. - Actiniaria"""^^xsd:string ;
   dct:bibliographicCitation  """Stephenson, T. A. (1918). Coelenterata. Part I. - Actiniaria. <em>Natural History Reports on British Antarctic ("Terra Nova") Expedition 1910 Vol. 5(1).</em>"""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1918"^^xsd:gYear .

<https://aphia.org/id/source/394354> a top-level:Source, dct:BibliographicResource ;
   dct:title """Deep-Sea Anemones (Cnidaria: Anthozoa: Actiniaria) from the South Atlantic"""^^xsd:string ;
   dct:bibliographicCitation  """Gusmão, L. C.; Rodríguez, E. (2021). Deep-Sea Anemones (Cnidaria: Anthozoa: Actiniaria) from the South Atlantic. <em>Bulletin of the American Museum of Natural History.</em> 444(1)."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1206/0003-0090.444.1.1> ;
   schema:datePublished "2021"^^xsd:gYear .

<https://aphia.org/id/source/418904> a top-level:Source, dct:BibliographicResource ;
   dct:title """Actiniaria des Südwestatlantik V. Bolocera, Isotealia, Isosicyonis (Actiniidae)"""^^xsd:string ;
   dct:bibliographicCitation  """Riemann-Zürneck, K. (1980). Actiniaria des Südwestatlantik V. Bolocera, Isotealia, Isosicyonis (Actiniidae). Mitteilungen aus dem Hamburgischen Zoologischen Museum und Institut, 77, 19-33"""^^xsd:string ;
   schema:datePublished "1980"^^xsd:gYear .

<https://aphia.org/id/source/418915> a top-level:Source, dct:BibliographicResource ;
   dct:title """On the classification of Actiniaria. Part III. -- Definitions connected with the forms dealt with in Part II"""^^xsd:string ;
   dct:bibliographicCitation  """Stephenson, T. A. (1922). On the classification of Actiniaria. Part III. -- Definitions connected with the forms dealt with in Part II. Quarterly Journal of Microscopical Science, 66, 2, (262): 247-319"""^^xsd:string ;
   schema:datePublished "1922"^^xsd:gYear .

<https://aphia.org/id/source/418989> a top-level:Source, dct:BibliographicResource ;
   dct:title """Further contributions to the knowledge of the cnidom in the Anthozoa especially in the Actiniaria"""^^xsd:string ;
   dct:bibliographicCitation  """Carlgren, O. (1945). Further contributions to the knowledge of the cnidom in the Anthozoa especially in the Actiniaria. Kungliga Fysiografiska Sällskapets Handlingar, 56, N.F., (9): 1-24"""^^xsd:string ;
   schema:datePublished "1945"^^xsd:gYear .

<https://aphia.org/id/source/419062> a top-level:Source, dct:BibliographicResource ;
   dct:title """Corallimorpharia and Actiniaria with description of a new genus and species from Peru. Reports of the Lund University Chile Expedition 1948-49 38"""^^xsd:string ;
   dct:bibliographicCitation  """Carlgren, O. (1959). Corallimorpharia and Actiniaria with description of a new genus and species from Peru. Reports of the Lund University Chile Expedition 1948-49 38. Arkiv für Zoologi, 71, N.F., (6): 1-38"""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1959"^^xsd:gYear .

<https://aphia.org/id/source/419118> a top-level:Source, dct:BibliographicResource ;
   dct:title """Die Aktinien der Deutschen Südpolar-Expedition 1901-1903"""^^xsd:string ;
   dct:bibliographicCitation  """Pax, F. (1926). Die Aktinien der Deutschen Südpolar-Expedition 1901-1903. Deutsche Südpolar-Expedition 1901-1903, 18, 3-62"""^^xsd:string ;
   schema:datePublished "1926"^^xsd:gYear .

<https://aphia.org/id/source/419126> a top-level:Source, dct:BibliographicResource ;
   dct:title """Diagnosen neuer Actiniarien aus der Ausbeute der Deutschen (1901-1903) und der Französischen (1908-1910) Südpolar-Expedition"""^^xsd:string ;
   dct:bibliographicCitation  """Pax, F. (1922). Diagnosen neuer Actiniarien aus der Ausbeute der Deutschen (1901-1903) und der Französischen (1908-1910) Südpolar-Expedition. Zoologischer Anzeiger, 54(3-4): 75-93"""^^xsd:string ;
   schema:datePublished "1922"^^xsd:gYear .

<https://aphia.org/id/source/419127> a top-level:Source, dct:BibliographicResource ;
   dct:title """Antarktische Aktinien aus der Ausbeute des ?Pourquoi pas""""^^xsd:string ;
   dct:bibliographicCitation  """Pax, F. (1923). Antarktische Aktinien aus der Ausbeute des ?Pourquoi pas". Zoologische Jahrbücher Abteilung für Systematik, Geographie und Biologie der Tiere, 47(1-3): 1-28"""^^xsd:string ;
   schema:datePublished "1923"^^xsd:gYear .

<https://aphia.org/id/source/419436> a top-level:Source, dct:BibliographicResource ;
   dct:title """Biogeography of anthozoans along the west coast of South America: habitat, disturbance, and prey availability"""^^xsd:string ;
   dct:bibliographicCitation  """Sebens, K. P.; Paine, R. T. (1978). Biogeography of anthozoans along the west coast of South America: habitat, disturbance, and prey availability. N. Z. D. S. I. R. Auckland, New Zealand., volume 1, pp. 219-237"""^^xsd:string ;
   schema:datePublished "1978"^^xsd:gYear .

<https://aphia.org/id/source/420151> a top-level:Source, dct:BibliographicResource ;
   dct:title """Biogeography of Antarctic sea anemones (Anthozoa, Actiniaria): what do they tell us about the origin of the Antarctic benthic fauna?"""^^xsd:string ;
   dct:bibliographicCitation  """Rodríguez, E.; López-González, P. J.; Gili, J. (2007). Biogeography of Antarctic sea anemones (Anthozoa, Actiniaria): what do they tell us about the origin of the Antarctic benthic fauna?. Deep-Sea Research II, 54, 1876-1904"""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1016/j.dsr2.2007.07.013> ;
   schema:datePublished "2007"^^xsd:gYear .

<https://aphia.org/id/source/420211> a top-level:Source, dct:BibliographicResource ;
   dct:title """Actiniaria - sea anemones"""^^xsd:string ;
   dct:bibliographicCitation  """Häussermann, V.; Försterra, G. (2010). Actiniaria - sea anemones. pp. 215-266"""^^xsd:string ;
   schema:datePublished "2010"^^xsd:gYear .

<https://aphia.org/id/source/420219> a top-level:Source, dct:BibliographicResource ;
   dct:title """Distribution patterns of Chilean shallow-water sea anemones (Cnidaria: Anthozoa: Actinaria, Corallimorpharia), with a discussion of the taxonomic and zoogeographic relationships between the actinofauna of ths South East Pacific, the South West Atlantic, and the Antarctic"""^^xsd:string ;
   dct:bibliographicCitation  """Häussermann, V.; Försterra, G. (2005). Distribution patterns of Chilean shallow-water sea anemones (Cnidaria: Anthozoa: Actinaria, Corallimorpharia), with a discussion of the taxonomic and zoogeographic relationships between the actinofauna of ths South East Pacific, the South West Atlantic, and the Antarctic. Scientia Marina, 69 (Suppl. 2), 91-102"""^^xsd:string ;
   dct:source  <https://www.doi.org/10.3989/scimar.2005.69s291> ;
   schema:datePublished "2005"^^xsd:gYear .

<https://aphia.org/id/source/420345> a top-level:Source, dct:BibliographicResource ;
   dct:title """Genera of orders Actiniaria and Corallimorpharia (Cnidaria, Anthozoa, Hexacorallia), and their type species"""^^xsd:string ;
   dct:bibliographicCitation  """Fautin, D. G.; Zelenchuk, T.; Raveendran, D. (2007). Genera of orders Actiniaria and Corallimorpharia (Cnidaria, Anthozoa, Hexacorallia), and their type species. <em>Zootaxa.</em> 1668: 183-244."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.11646/zootaxa.1668.1.12> ;
   schema:datePublished "2007"^^xsd:gYear .

<https://aphia.org/id/source/448184> a top-level:Source, dct:BibliographicResource ;
   dct:title """New records of Antarctic and Sub-Antarctic sea anemones (Cnidaria, Anthozoa, Actiniaria and Corallimorpharia) from the Weddell Sea, Antarctic Peninsula, and Scotia Arc"""^^xsd:string ;
   dct:bibliographicCitation  """Rodríguez, E.; López-González, P. J. (2013). New records of Antarctic and Sub-Antarctic sea anemones (Cnidaria, Anthozoa, Actiniaria and Corallimorpharia) from the Weddell Sea, Antarctic Peninsula, and Scotia Arc. <em>Zootaxa.</em> 3624(1): 1-100."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.11646/zootaxa.3624.1.1> ;
   schema:datePublished "2013"^^xsd:gYear .

<https://aphia.org/id/source/80537> a top-level:Source, dct:BibliographicResource ;
   dct:title """Actiniaria and Zoantharia."""^^xsd:string ;
   dct:bibliographicCitation  """Carlgren, O. (1927). Actiniaria and Zoantharia. Further Zoological Results of the Swedish Antarctic Expedition 2(3):1-102, figs. 1-61. (Copepoda: 60-61)."""^^xsd:string ;
   schema:datePublished "1927"^^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/image/47035> a media:ImageObject, schema:ImageObject ;
   rdfs:label "Isotealia antarctica"^^xsd:string ;
   dct:title "Isotealia antarctica"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/290229>
   ] ;
   dct:rightsHolder "Collection VLIZ"^^xsd:string ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:created "2011-11-01 08:09:26.163"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/47035_isotealia-antarctica.jpg> .

<https://aphia.org/id/distribution/598213> a td:Distribution ;
   rdfs:label "Distribution for Isotealia antarctica Carlgren, 1899 - Southern Ocean"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/290229> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/1907> ;
   dwc:locality <https://marineregions.org/mrgid/1907> ;
   dct:source <https://aphia.org/id/source/1318> .

<https://aphia.org/id/distribution/1500171> a td:Distribution ;
   rdfs:label "Distribution for Isotealia antarctica Carlgren, 1899 - Argentinean Exclusive Economic Zone"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/290229> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/8466> ;
   dwc:locality <https://marineregions.org/mrgid/8466> ;
   dct:source <https://aphia.org/id/source/80537> .

<https://aphia.org/id/distribution/1505616> a td:Distribution ;
   rdfs:label "Distribution for Isotealia antarctica Carlgren, 1899 - Antarctica"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/290229> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/1926> ;
   dwc:locality <https://marineregions.org/mrgid/1926> ;
   dct:source <https://aphia.org/id/source/419118> .

<https://aphia.org/id/distribution/1505617> a td:Distribution ;
   rdfs:label "Distribution for Isotealia antarctica Carlgren, 1899 - Antarctica"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/290229> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/1926> ;
   dwc:locality <https://marineregions.org/mrgid/1926> ;
   dct:source <https://aphia.org/id/source/419118> .

<https://aphia.org/id/distribution/1508431> a td:Distribution ;
   rdfs:label "Distribution for Isotealia antarctica Carlgren, 1899 - Chilean Exclusive Economic Zone"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/290229> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/8465> ;
   dwc:locality <https://marineregions.org/mrgid/8465> ;
   dct:source <https://aphia.org/id/source/419062> .

<https://aphia.org/id/taxon-description/1133309> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Functional group for Taxon denoted by name 1360"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/1133310> ;
   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/1360> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/functional-group#macrobenthos> .

<https://aphia.org/id/taxon-description/1133311> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Body size (qualitative) for Taxon denoted by name 1360"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/1133312> ;
   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/1360> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-qualitative#medium-body-size-2-to-200mm> .

<https://aphia.org/id/taxon-description/2504460> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Supporting structure & enclosure for Taxon denoted by name 1360"@en ;
   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/1360> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/supporting-structure-enclosure#hydrostatic-skeleton> .

<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/2943370> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Vulnerable Marine Ecosystem (VME) indicative taxon for Taxon denoted by name 1360"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/2943371> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/vme-indicative-taxon> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/1360> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/vme-indicative-taxon#yes> .

<https://aphia.org/id/taxon-description/2943372> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Vulnerable Marine Ecosystem (VME) indicative taxon for Taxon denoted by name 1360"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/2943373> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/vme-indicative-taxon> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/1360> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/vme-indicative-taxon#yes> .

<https://aphia.org/id/taxon-description/2943374> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Vulnerable Marine Ecosystem (VME) indicative taxon for Taxon denoted by name 1360"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/2943375> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/vme-indicative-taxon> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/1360> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/vme-indicative-taxon#yes> .

<https://aphia.org/id/taxon-description-extra-specification/1133310> 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/1133312> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Life stage adult"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/life-stage> ;
   top-level:hasValue <https://aphia.org/ns/traits/life-stage#adult> .
<https://aphia.org/id/taxon-description-extra-specification/2943371> a tat:SpecificationContext ;
   rdfs:label "Specification Context: VME Region FAO fishing area 48"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/vme-region> ;
   top-level:hasValue <https://aphia.org/ns/traits/vme-region#fao-fishing-area-IX> .
<https://aphia.org/id/taxon-description-extra-specification/2943373> a tat:SpecificationContext ;
   rdfs:label "Specification Context: VME Region FAO fishing area 58"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/vme-region> ;
   top-level:hasValue <https://aphia.org/ns/traits/vme-region#fao-fishing-area-XII> .
<https://aphia.org/id/taxon-description-extra-specification/2943375> a tat:SpecificationContext ;
   rdfs:label "Specification Context: VME Region FAO fishing area 88"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/vme-region> ;
   top-level:hasValue <https://aphia.org/ns/traits/vme-region#fao-fishing-area-XIX> .

