@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/176304> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Prostoma obscurum"^^xsd:string ;
   taxon-name:aphiaID "176304"^^xsd:integer ;
   dwc:scientificNameID "176304"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:176304"^^xsd:string ;
   taxon-name:scientificName "Prostoma obscurum"^^xsd:string ;
   taxon-name:fullScientificName "Prostoma obscurum"^^xsd:string ;
   skos-xl:literalForm "Prostoma obscurum"^^xsd:string ;
   dwc:scientificName "Prostoma obscurum"^^xsd:string ;
   dct:bibliographicCitation """Norenburg, J.; Chernyshev, A.; Kajihara, H.; Maslakova, S. (2026). World Nemertea Database. Prostoma obscurum. Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=176304 on 2026-04-23"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/4189>, <https://marineinfo.org/id/dataset/8131> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#unaccepted> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#species> ;
   dwc:taxonRank <https://aphia.org/ns/rank#species> ;
   dct:source <https://aphia.org/id/source/2811> ;
   rdfs:seeAlso <http://www.biodiversitylibrary.org/name/Prostoma_obscurum> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/122739> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/402991> ;
   taxon-name:hasParent _:b1 .

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

<https://aphia.org/ns/taxonomic-status#unaccepted> a skos:Concept, taxon-name:Status ;
   skos:prefLabel "unaccepted"@en ;
   rdfs:label "unaccepted"@en ;
   skos:definition """Synonym name, or anything that is not accepted"""^^xsd:string ;
   dwc:taxonomicStatus <https://rs.gbif.org/vocabulary/gbif/taxonomicStatus/synonym> ;
   dwc:nomenclaturalStatus <https://rs.gbif.org/vocabulary/gbif/nomenclatural_status/available> .


<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/2811> a top-level:Source, dct:BibliographicResource ;
   dct:title """Nemertina DB"""^^xsd:string ;
   dct:bibliographicCitation  """Gibson, R. (2005). Nemertina DB. Liverpool John Moore University, UK."""^^xsd:string ;
   schema:datePublished "2005"^^xsd:gYear .




<https://aphia.org/id/taxon-description/402991> a tat:TaxonDescription ;
   rdfs:label "Taxon Description AMBI ecological group for Taxon denoted by name 176304"@en ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/ambi-ecological-group> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/176304> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/ambi-ecological-group#tolerant-to-disturbance> .


