54 lines
2.3 KiB
Turtle
54 lines
2.3 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/048866195B3D9D7992F77A915419B326>
|
|
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
|
dc:title "Greenarius thoracicus Randall 1838" ;
|
|
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Greenarius_thoracicus_Randall_1838> ;
|
|
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.179.2494> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.3897/zookeys.179.2494>
|
|
bibo:endPage "126" ;
|
|
bibo:journal "ZooKeys" ;
|
|
bibo:startPage "115" ;
|
|
bibo:volume "179" ;
|
|
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
|
dc:date "2012" ;
|
|
dc:title "New Coleoptera records from New Brunswick, Canada: Lycidae" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Greenarius_thoracicus_Randall_1838>
|
|
dwc:LSID "http://species-id.net/wiki/Greenarius_thoracicus" ;
|
|
dwc:authority "Randall, 1838" ;
|
|
dwc:authorityName "Randall" ;
|
|
dwc:authorityYear "1838" ;
|
|
dwc:genus "Greenarius" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Randall, 1838" ;
|
|
dwc:species "thoracicus" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Greenarius_thoracicus> ;
|
|
a dwcFP:TaxonConcept .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Greenarius_thoracicus>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Greenarius" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "thoracicus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Greenarius> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Greenarius>
|
|
dwc:genus "Greenarius" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Greenarius_thoracicus> ;
|
|
a dwcFP:TaxonName .
|