45 lines
1.9 KiB
Turtle
45 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#> .
|
|
# Error: the treatment is lacking the taxon
|
|
|
|
<http://treatment.plazi.org/id/BB1F87B74E6E6F50FF6BFB01FE32FA62>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Apotrechus_transversa_Liu_2010> ;
|
|
dc:creator "Bian, Xun; Wang, Shuai-Yu; Shi, Fu-Ming" ;
|
|
dc:title "Apotrechus transversa Liu , Bi & Zhang 2010" ;
|
|
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3884.4.7> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.11646/zootaxa.3884.4.7>
|
|
bibo:endPage "386" ;
|
|
bibo:issue "4" ;
|
|
bibo:journal "Zootaxa" ;
|
|
bibo:startPage "379" ;
|
|
bibo:volume "3884" ;
|
|
dc:creator "Bian, Xun; Wang, Shuai-Yu; Shi, Fu-Ming" ;
|
|
dc:date "2014" ;
|
|
dc:title "One new species of the Genus Apotrechus (Orthoptera: Gryllacrididae), with provided morphological photographs for five Chinese species" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Apotrechus_transversa_Liu_2010>
|
|
dwc:authority "Liu, Bi & Zhang, 2010" ;
|
|
dwc:authorityName "Liu, Bi & Zhang" ;
|
|
dwc:authorityYear "2010" ;
|
|
dwc:class "Insecta" ;
|
|
dwc:family "Haglidae" ;
|
|
dwc:genus "Apotrechus" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Orthoptera" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Liu, Bi & Zhang, 2010" ;
|
|
dwc:species "transversa" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apotrechus_transversa> ;
|
|
a dwcFP:TaxonConcept .
|