44 lines
1.9 KiB
Turtle
44 lines
1.9 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'
|
|
# Warning: Failed to output a material citation, could not create identifier
|
|
|
|
<http://treatment.plazi.org/id/663488B87C4D45D6FB300CBE98ABEE28>
|
|
dc:creator "Vahtera, Varpu; Muona, Jyrki; Linna, Ari; Saeaeksjaervi, Ilari E." ;
|
|
dc:title "Microrohagus sp. 4" ;
|
|
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.3.e4493> ;
|
|
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Microrohagus_sp4> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.3897/BDJ.3.e4493>
|
|
bibo:endPage "4493" ;
|
|
bibo:journal "Biodiversity Data Journal" ;
|
|
bibo:startPage "4493" ;
|
|
bibo:volume "3" ;
|
|
dc:creator "Vahtera, Varpu; Muona, Jyrki; Linna, Ari; Saeaeksjaervi, Ilari E." ;
|
|
dc:date "2015" ;
|
|
dc:title "Nine genera of Eucnemidae (Coleoptera) new to Peru, with a key to Peruvian genera" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Microrohagus_sp4>
|
|
# Warning: abbreviated species "sp. 4", Could not determine parent name ;
|
|
dwc:genus "Microrohagus" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "sp. 4" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microrohagus> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Microrohagus>
|
|
dwc:genus "Microrohagus" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microrohagus_sp4> ;
|
|
a dwcFP:TaxonName .
|