43 lines
1.6 KiB
Turtle
43 lines
1.6 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/853387B3FFDAFFBFDBF8F903FE1028B6>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Drepanosticta_bispina_Fraser_> ;
|
|
dc:creator "Lieftinck, M. A." ;
|
|
dc:title "Drepanosticta bispina Fraser." ;
|
|
trt:publishedIn <http://doi.org/10.5281/zenodo.5521887> ;
|
|
a trt:Treatment .
|
|
|
|
<http://doi.org/10.5281/zenodo.5521887>
|
|
bibo:endPage "23" ;
|
|
bibo:journal "Miscellanea Zoologica Sumatrana" ;
|
|
bibo:startPage "1" ;
|
|
bibo:volume "1" ;
|
|
dc:creator "Lieftinck, M. A." ;
|
|
dc:date "1935" ;
|
|
dc:title "A Synopsis of the Odonata (Dragonflies) of Sumatra" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Drepanosticta_bispina_Fraser_>
|
|
dwc:authority "Fraser." ;
|
|
dwc:authorityName "Fraser." ;
|
|
dwc:class "Insecta" ;
|
|
dwc:family "Platystictidae" ;
|
|
dwc:genus "Drepanosticta" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Odonata" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Fraser." ;
|
|
dwc:species "bispina" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Drepanosticta_bispina> ;
|
|
a dwcFP:TaxonConcept .
|