49 lines
2 KiB
Turtle
49 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#> .
|
||
|
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||
|
# Error: the treatment is lacking the taxon
|
||
|
|
||
|
<http://treatment.plazi.org/id/083387CDFFDDFFA1FF92F901FF51FEB0>
|
||
|
cito:cites <http://taxon-concept.plazi.org/id/Protozoa/Leishmania_donovani_Nicolle_1908> ;
|
||
|
dc:creator "Rioux, Jean-Antoine; Gramiccia, Marina; Léger, Nicole; Desjeux, Philippe; Depaquit, Jérôme" ;
|
||
|
dc:title "Leishmaniasis and phlebotomine sand flies in Oman Sultanate" ;
|
||
|
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2020064> ;
|
||
|
a trt:Treatment .
|
||
|
|
||
|
<http://dx.doi.org/10.1051/parasite/2020064>
|
||
|
bibo:endPage "13" ;
|
||
|
bibo:issue "68" ;
|
||
|
bibo:journal "Parasite" ;
|
||
|
bibo:pubDate "2020-11-27" ;
|
||
|
bibo:series "Paris, France" ;
|
||
|
bibo:startPage "1" ;
|
||
|
bibo:volume "27" ;
|
||
|
dc:creator "Rioux, Jean-Antoine; Gramiccia, Marina; Léger, Nicole; Desjeux, Philippe; Depaquit, Jérôme" ;
|
||
|
dc:date "2020" ;
|
||
|
dc:title "Leishmaniasis and phlebotomine sand flies in Oman Sultanate" ;
|
||
|
a fabio:JournalArticle .
|
||
|
|
||
|
<http://taxon-concept.plazi.org/id/Protozoa/Leishmania_donovani_Nicolle_1908>
|
||
|
dwc:authority "ZMON" ;
|
||
|
dwc:authorityName "Nicolle" ;
|
||
|
dwc:authorityYear "1908" ;
|
||
|
dwc:class "Kinetoplastea" ;
|
||
|
dwc:family "Trypanosomatidae" ;
|
||
|
dwc:genus "Leishmania" ;
|
||
|
dwc:kingdom "Protozoa" ;
|
||
|
dwc:order "Trypanosomatida" ;
|
||
|
dwc:phylum "Euglenozoa" ;
|
||
|
dwc:rank "species" ;
|
||
|
dwc:scientificNameAuthorship "Nicolle, 1908" ;
|
||
|
dwc:species "donovani" ;
|
||
|
dwc:subGenus "Leishmania" ;
|
||
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Leishmania_donovani> ;
|
||
|
a dwcFP:TaxonConcept .
|