44 lines
1.8 KiB
Turtle
44 lines
1.8 KiB
Turtle
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
|
@prefix cito: <http://purl.org/spar/cito/> .
|
|
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
|
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
|
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
|
@prefix fabio: <http://purl.org/spar/fabio/> .
|
|
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
|
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
|
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
|
|
|
<http://treatment.plazi.org/id/713A6B7C5C5264921FB2EF93089F06AC>
|
|
dc:creator "Günther, Albert C. L. G." ;
|
|
dc:title "Coryphcenoides filicauda" ;
|
|
trt:publishedIn <http://doi.org/10.5281/zenodo.6294236> ;
|
|
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Coryphcenoides_filicauda> ;
|
|
a trt:Treatment .
|
|
|
|
<http://doi.org/10.5281/zenodo.6294236>
|
|
bibo:endPage "28" ;
|
|
bibo:issue "2" ;
|
|
bibo:journal "Annals and Magazine of Natural History" ;
|
|
bibo:startPage "17" ;
|
|
bibo:volume "5" ;
|
|
dc:creator "Günther, Albert C. L. G." ;
|
|
dc:date "1878" ;
|
|
dc:title "Preliminary notices of deep-sea fishes collected during the voyage of the H. M. S. “ Challenger ”" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Coryphcenoides_filicauda>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Coryphcenoides" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "filicauda" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coryphcenoides> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Coryphcenoides>
|
|
dwc:genus "Coryphcenoides" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coryphcenoides_filicauda> ;
|
|
a dwcFP:TaxonName .
|