47 lines
2 KiB
Turtle
47 lines
2 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/E24A6572FF81FFEFFF1C1D736A38FCDC>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Oulenzia_gossypii_Meyer_1965> ;
|
|
dc:creator "Fan, Qing-Hai; George, Sherly; Li, Dong-Mei; Zhang, Zhi-Qiang" ;
|
|
dc:title "Oulenziella bakeri Hughes 1962" ;
|
|
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Oulenzia_arboricola> ;
|
|
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3949.2.2> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.11646/zootaxa.3949.2.2>
|
|
bibo:endPage "202" ;
|
|
bibo:issue "2" ;
|
|
bibo:journal "Zootaxa" ;
|
|
bibo:startPage "191" ;
|
|
bibo:volume "3949" ;
|
|
dc:creator "Fan, Qing-Hai; George, Sherly; Li, Dong-Mei; Zhang, Zhi-Qiang" ;
|
|
dc:date "2015" ;
|
|
dc:title "Establishment of Oulenziella gen. nov. for Oulenzia bakeri (Hughes, 1962) (Acari: Winterschmidtiidae)" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Oulenzia_gossypii_Meyer_1965>
|
|
dwc:authority "Meyer & Rodrigues, 1965: 216" ;
|
|
dwc:authorityName "Meyer & Rodrigues" ;
|
|
dwc:authorityPageNumber "216" ;
|
|
dwc:authorityYear "1965" ;
|
|
dwc:class "Arachnida" ;
|
|
dwc:family "Winterschmidtiidae" ;
|
|
dwc:genus "Oulenzia" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Astigmata" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Meyer & Rodrigues, 1965" ;
|
|
dwc:species "gossypii" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oulenzia_gossypii> ;
|
|
a dwcFP:TaxonConcept .
|