45 lines
1.8 KiB
Turtle
45 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#> .
|
|
# Error: the treatment is lacking the taxon
|
|
|
|
<http://treatment.plazi.org/id/039AE36E7E55FFA8FF14FCACFD82B130>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Hyboella_aelytra_Zheng_2002> ;
|
|
dc:creator "Deng, Wei-An; Zheng, Zhe-Min; Wei, Shi-Zhen" ;
|
|
dc:title "Hyboella aelytra Zheng" ;
|
|
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.186902> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.5281/zenodo.186902>
|
|
bibo:endPage "68" ;
|
|
bibo:journal "Zootaxa" ;
|
|
bibo:startPage "57" ;
|
|
bibo:volume "2064" ;
|
|
dc:creator "Deng, Wei-An; Zheng, Zhe-Min; Wei, Shi-Zhen" ;
|
|
dc:date "2009" ;
|
|
dc:title "The genus Hyboella Hancock (Orthoptera: Tetrigidae: Metrodorinae) in China" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Hyboella_aelytra_Zheng_2002>
|
|
dwc:authority "Zheng, 2002" ;
|
|
dwc:authorityName "Zheng" ;
|
|
dwc:authorityYear "2002" ;
|
|
dwc:class "Insecta" ;
|
|
dwc:family "Tetrigidae" ;
|
|
dwc:genus "Hyboella" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Orthoptera" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Zheng, 2002" ;
|
|
dwc:species "aelytra" ;
|
|
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3MY3B> ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hyboella_aelytra> ;
|
|
a dwcFP:TaxonConcept .
|