46 lines
2 KiB
Turtle
46 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#> .
|
|
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
|
|
|
<http://treatment.plazi.org/id/EC7A845A31ADC0DA0CEB0784F19E6931>
|
|
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Sinniculus>' due to issues with rank ;
|
|
dc:creator "Zhang, Chao; Zhang, Feng" ;
|
|
dc:title "Tithaenus Thorell 1891" ;
|
|
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tithaenus_Thorell_1891> ;
|
|
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Sinis>, <http://taxon-name.plazi.org/id/Animalia/Tithaeus> ;
|
|
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.67.705> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.3897/zookeys.67.705>
|
|
bibo:endPage "72" ;
|
|
bibo:journal "ZooKeys" ;
|
|
bibo:startPage "65" ;
|
|
bibo:volume "67" ;
|
|
dc:creator "Zhang, Chao; Zhang, Feng" ;
|
|
dc:date "2010" ;
|
|
dc:title "A new Tithaeus species from Hainan Island, China (Arachnida, Opiliones, Laniatores, Epedanidae), with a key to the Chinese species" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Tithaenus_Thorell_1891>
|
|
dwc:authority "Thorell, 1891" ;
|
|
dwc:authorityName "Thorell" ;
|
|
dwc:authorityYear "1891" ;
|
|
dwc:genus "Tithaenus" ;
|
|
dwc:rank "genus" ;
|
|
dwc:scientificNameAuthorship "Thorell, 1891" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tithaenus> ;
|
|
a dwcFP:TaxonConcept .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Tithaenus>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Tithaenus" ;
|
|
dwc:rank "genus" ;
|
|
a dwcFP:TaxonName .
|