@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/21001> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Euglenaceae Dujardin, 1841"^^xsd:string ;
   taxon-name:aphiaID "21001"^^xsd:integer ;
   dwc:scientificNameID "21001"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:21001"^^xsd:string ;
   taxon-name:scientificName "Euglenaceae"^^xsd:string ;
   taxon-name:authorship "Dujardin, 1841"^^xsd:string ;
   dwc:scientificNameAuthorship "Dujardin, 1841"^^xsd:string ;
   taxon-name:fullScientificName "Euglenaceae Dujardin, 1841"^^xsd:string ;
   skos-xl:literalForm "Euglenaceae Dujardin, 1841"^^xsd:string ;
   dwc:scientificName "Euglenaceae Dujardin, 1841"^^xsd:string ;
   dct:bibliographicCitation """WoRMS (2026). Euglenaceae Dujardin, 1841. Accessed at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=21001 on 2026-05-11"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/632>, <https://marineinfo.org/id/dataset/3160>, <https://marineinfo.org/id/dataset/2>, <https://marineinfo.org/id/dataset/3194>, <https://marineinfo.org/id/dataset/3123>, <https://marineinfo.org/id/dataset/3731>, <https://marineinfo.org/id/dataset/8131> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#accepted> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#family> ;
   dwc:taxonRank <https://aphia.org/ns/rank#family> ;
   dct:source <https://aphia.org/id/source/1194> ;
   taxon-name:hasSynonym <https://aphia.org/id/taxname/162995> ;
   rdfs:seeAlso <https://www.ebi.ac.uk/ena/data/view/Taxon:1131320>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=1131320&lvl=0> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/21001> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> , <https://aphia.org/id/environment/fresh> , <https://aphia.org/id/environment/brackish> , <https://aphia.org/id/environment/terrestrial> ;
   taxon-name:hasSynonymName <https://aphia.org/id/taxname/162995> ;
   taxon-name:hasParent _:b1 .

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

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

<https://aphia.org/id/source/1194> a top-level:Source, dct:BibliographicResource ;
   dct:title """Identifying marine phytoplankton."""^^xsd:string ;
   dct:bibliographicCitation  """Tomas, C.R. (Ed.). (1997). Identifying marine phytoplankton. Academic Press: San Diego, CA [etc.] (USA). ISBN 0-12-693018-X. XV, 858 pp."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/publication/19862> ;
   schema:datePublished "1997"^^xsd:gYear .





