@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/843623> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Leptocephalus [Nettastomatidae]"^^xsd:string ;
   taxon-name:aphiaID "843623"^^xsd:integer ;
   dwc:scientificNameID "843623"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:843623"^^xsd:string ;
   taxon-name:scientificName "Leptocephalus"^^xsd:string ;
   taxon-name:authorship "[Nettastomatidae]"^^xsd:string ;
   dwc:scientificNameAuthorship "[Nettastomatidae]"^^xsd:string ;
   taxon-name:fullScientificName "Leptocephalus [Nettastomatidae]"^^xsd:string ;
   skos-xl:literalForm "Leptocephalus [Nettastomatidae]"^^xsd:string ;
   dwc:scientificName "Leptocephalus [Nettastomatidae]"^^xsd:string ;
   dct:bibliographicCitation """Froese, R. and D. Pauly. Editors. (2026). FishBase. Leptocephalus [Nettastomatidae]. Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=843623 on 2026-04-21"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/1667>, <https://marineinfo.org/id/dataset/8131> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#temporary+name> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#genus> ;
   dwc:taxonRank <https://aphia.org/ns/rank#genus> ;
   dct:source <https://aphia.org/id/source/81> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/843623> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/394711>, <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/125433> .

<https://aphia.org/ns/taxonomic-status#temporary+name> a skos:Concept, taxon-name:Status ;
   skos:prefLabel "temporary name"@en ;
   rdfs:label "temporary name"@en ;
   skos:definition """Ad-hoc higher rank taxa of convenience to accommodate child taxa for which the classification is not yet finalised. i.e. incertae sedis, sp. a, ..."""^^xsd:string ;
   dwc:taxonomicStatus <https://rs.gbif.org/vocabulary/gbif/taxonomicStatus/accepted> ;
   dwc:nomenclaturalStatus <https://rs.gbif.org/vocabulary/gbif/nomenclatural_status/provisorium> .


<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/81> a top-level:Source, dct:BibliographicResource ;
   dct:title """ECoF. Eschmeyer's Catalog of Fishes: Genera, Species, References"""^^xsd:string ;
   dct:bibliographicCitation  """Fricke, R., Eschmeyer, W. N. & Van der Laan, R. (eds). (2026). ECoF. Eschmeyer's Catalog of Fishes: Genera, Species, References. <em>California Academy of Sciences. San Francisco.</em> Electronic version accessed dd mmm 2026."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/dataset/17> ;
   schema:datePublished "2026"^^xsd:gYear .




<https://aphia.org/id/taxon-description/394711> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Paraphyletic group for Taxon denoted by name 843664"@en ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/paraphyletic-group> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/843664> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/paraphyletic-group#pisces> .

<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> .


