42 lines
1.7 KiB
Turtle
42 lines
1.7 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#> .
|
|
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
|
|
|
<http://treatment.plazi.org/id/838A7F227D9083AC7A32821097F1705F>
|
|
dc:creator "Roger, J." ;
|
|
dc:title "Tetrogmus caldarius" ;
|
|
trt:publishedIn <http://publication.plazi.org/id/FC60F7C0313C6F6046FCAF3C235597AC> ;
|
|
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetrogmus_caldarius> ;
|
|
a trt:Treatment .
|
|
|
|
<http://publication.plazi.org/id/FC60F7C0313C6F6046FCAF3C235597AC>
|
|
bibo:endPage "20" ;
|
|
bibo:journal "Berliner Entomologische Zeitschrift" ;
|
|
bibo:startPage "10" ;
|
|
bibo:volume "1" ;
|
|
dc:creator "Roger, J." ;
|
|
dc:date "1857" ;
|
|
dc:title "Einiges Ueber Ameisen." ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Tetrogmus_caldarius>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Tetrogmus" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "caldarius" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetrogmus> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Tetrogmus>
|
|
dwc:genus "Tetrogmus" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetrogmus_caldarius> ;
|
|
a dwcFP:TaxonName .
|