43 lines
1.9 KiB
Turtle
43 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'
|
|
|
|
<http://treatment.plazi.org/id/9DF8B7CF6802F8B4D6FDA88426148D29>
|
|
dc:creator "Beccacece, Hernan M.; Vincent, Benoit; Navarro, Fernando R." ;
|
|
dc:title "Halesidota trifasciata Burmeister 1878" ;
|
|
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.421.6666> ;
|
|
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Halesidota_trifasciata> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.3897/zookeys.421.6666>
|
|
bibo:endPage "89" ;
|
|
bibo:journal "ZooKeys" ;
|
|
bibo:startPage "65" ;
|
|
bibo:volume "421" ;
|
|
dc:creator "Beccacece, Hernan M.; Vincent, Benoit; Navarro, Fernando R." ;
|
|
dc:date "2014" ;
|
|
dc:title "The type-material of Arctiinae (Lepidoptera, Erebidae) described by Burmeister and Berg in the collection of the Museo Argentino de Ciencias Naturales Bernardino Rivadavia (Buenos Aires, Argentina)" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Halesidota_trifasciata>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Halesidota" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "trifasciata" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Halesidota> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Halesidota>
|
|
dwc:genus "Halesidota" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Halesidota_trifasciata> ;
|
|
a dwcFP:TaxonName .
|