This commit is contained in:
treatmentbank 2024-09-23 23:01:39 +00:00
parent a7f18acd0b
commit 337aa576e3

View file

@ -0,0 +1,91 @@
@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/> .
<http://treatment.plazi.org/id/03E6867B0E1D801A819C3A39FCE702BD>
dc:creator "Mituiassu, L. M. P.; Serdeiro, M. T.; Vieira, R. R. B. T.; Oliveira, L. S.; Maleck, M." ;
dc:title "Momordica charantia" ;
trt:publishedIn <http://dx.doi.org/10.1590/1519-6984.236498> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Momordica_charantia> ;
a trt:Treatment .
<http://dx.doi.org/10.1590/1519-6984.236498>
bibo:endPage "6" ;
bibo:journal "Brazilian Journal of Biology" ;
bibo:pubDate "2022-12-31" ;
bibo:series "e 236498" ;
bibo:startPage "1" ;
bibo:volume "82" ;
dc:creator "Mituiassu, L. M. P.; Serdeiro, M. T.; Vieira, R. R. B. T.; Oliveira, L. S.; Maleck, M." ;
dc:date "2022" ;
dc:title "Momordica charantia L. extracts against Aedes aegypti larvae" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Momordica_charantia>
dwc:class "Magnoliopsida" ;
dwc:family "Cucurbitaceae" ;
dwc:genus "Momordica" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "charantia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Momordica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Momordica>
dwc:class "Magnoliopsida" ;
dwc:family "Cucurbitaceae" ;
dwc:genus "Momordica" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cucurbitaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cucurbitaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Cucurbitaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cucurbitales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cucurbitales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .