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/CF671C2A2931FFBFFF326ACE19720586>
|
|
dc:creator "Krüger, Andreas; Deckert, Jürgen" ;
|
|
dc:title "Raphidosoma ambulator Stål" ;
|
|
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4114.1.2> ;
|
|
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Raphidosoma_ambulator> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.11646/zootaxa.4114.1.2>
|
|
bibo:endPage "63" ;
|
|
bibo:issue "1" ;
|
|
bibo:journal "Zootaxa" ;
|
|
bibo:startPage "33" ;
|
|
bibo:volume "4114" ;
|
|
dc:creator "Krüger, Andreas; Deckert, Jürgen" ;
|
|
dc:date "2016" ;
|
|
dc:title "True bugs (Hemiptera-Heteroptera) of Botswana — Bibliographical inventory and new records" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Raphidosoma_ambulator>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Raphidosoma" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "ambulator" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Raphidosoma> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Raphidosoma>
|
|
dwc:genus "Raphidosoma" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Raphidosoma_ambulator> ;
|
|
a dwcFP:TaxonName .
|