This commit is contained in:
treatmentbank 2024-09-05 02:50:41 +00:00
parent 597ac8076a
commit b6ee42541f
21 changed files with 3276 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@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/03945229FFB2E71A0DF5F94DF687B45D>
dc:creator "Yang, Li-Hua; Huang, Jing-Zhong; Deng, Fang-Dong; Kang, Ming" ;
dc:title "Oreocharis uniflora L. H. Yang & M. Kang 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oreocharis_uniflora_Yang_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.295.3.11> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.295.3.11>
bibo:endPage "296" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-10" ;
bibo:startPage "292" ;
bibo:volume "295" ;
dc:creator "Yang, Li-Hua; Huang, Jing-Zhong; Deng, Fang-Dong; Kang, Ming" ;
dc:date "2017" ;
dc:title "Oreocharis uniflora, a new species of Gesneriaceae from Guangdong, China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oreocharis_uniflora_Yang_2017>
dwc:authority "L.H.Yang & M.Kang" ;
dwc:authorityName "L. H. Yang & M. Kang" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:genus "Oreocharis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. H. Yang & M. Kang, 2017" ;
dwc:species "uniflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7553N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oreocharis_uniflora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Oreocharis_uniflora>
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:genus "Oreocharis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "uniflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oreocharis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oreocharis>
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:genus "Oreocharis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gesneriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gesneriaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .

View file

@ -0,0 +1,115 @@
@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/0398FD45FFCCFFC05188DA01FC4CFBC2>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689985> ;
dc:creator "Sinn, Brandon T." ;
dc:title "Asarum rosei B. T. Sinn. Keys 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Asarum_rosei_Keys_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.3>
bibo:endPage "62" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "53" ;
bibo:volume "296" ;
dc:creator "Sinn, Brandon T." ;
dc:date "2017" ;
dc:title "Asarum rosei (Aristolochiaceae), a new species from the Blue Ridge Escarpment of North Carolina, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689985> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Asarum_rosei_Keys_2017>
dwc:authority "B.T.Sinn" ;
dwc:authorityName "B. T. Sinn. Keys" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Asarum" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "B. T. Sinn. Keys, 2017" ;
dwc:species "rosei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/87TVL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Asarum_rosei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Asarum_rosei>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Asarum" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rosei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asarum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asarum>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Asarum" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13689985>
dc:description "FIGURE 1.A) Habit of mature A. rosei individual at anthesis. B) Flowers of A. rosei showcasing entirely white trichomes covering sepal lobes. Photographs taken by Mark Rose." ;
fabio:hasRepresentation <https://zenodo.org/record/13689985/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,149 @@
@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/039A87FBFFD70D6723F0F8A5CA79FDF6>
dc:creator "Fu, Lin; Ye, Yu-Shi; Liao, Jing-Ping" ;
dc:title "Phrynium yunnanense Y. S. Ye & L. Fu 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D6723C5FE2DCC30FE46>, <http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D67201CFE71CAC4FE62>, <http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D6723F0FDB9CC86FDDA>, <http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D67208DFD9DCA7DFDF6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Phrynium_yunnanense_Ye_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.9>
bibo:endPage "94" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "89" ;
bibo:volume "307" ;
dc:creator "Fu, Lin; Ye, Yu-Shi; Liao, Jing-Ping" ;
dc:date "2017" ;
dc:title "Phrynium yunnanense (Marantaceae), a new species from Yunnan, China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Phrynium_yunnanense_Ye_2017>
dwc:authority "Y.S.Ye & L.Fu" ;
dwc:authorityName "Y. S. Ye & L. Fu" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Marantaceae" ;
dwc:genus "Phrynium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Ye & L. Fu, 2017" ;
dwc:species "yunnanense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X2X3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phrynium_yunnanense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Phrynium_yunnanense>
dwc:class "Liliopsida" ;
dwc:family "Marantaceae" ;
dwc:genus "Phrynium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yunnanense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phrynium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phrynium>
dwc:class "Liliopsida" ;
dwc:family "Marantaceae" ;
dwc:genus "Phrynium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Marantaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Marantaceae>
dwc:class "Liliopsida" ;
dwc:family "Marantaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zingiberales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zingiberales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D6723C5FE2DCC30FE46>
dwc:collectionCode "IBSC" ;
dwc:eventDate "2013-06-14" ;
dwc:locality "Mage Team" ;
dwc:recordedBy "Yu-shi Ye" ;
dwc:verbatimElevation "280" ;
trt:httpUri <https://treatment.plazi.org/id/039A87FBFFD70D6723F0F8A5CA79FDF6#3B5B3CB0FFD30D6723C5FE2DCC30FE46> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D67201CFE71CAC4FE62>
dwc:collectionCode "IBSC" ;
dwc:eventDate "2013-04-13" ;
dwc:locality "Bojia Protection Station" ;
dwc:recordedBy "Yu-shi Ye" ;
dwc:verbatimElevation "640" ;
trt:httpUri <https://treatment.plazi.org/id/039A87FBFFD70D6723F0F8A5CA79FDF6#3B5B3CB0FFD30D67201CFE71CAC4FE62> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D6723F0FDB9CC86FDDA>
dwc:collectionCode "AAU" ;
dwc:eventDate "1998-04-06" ;
dwc:locality "Phu Quang" ;
dwc:recordedBy "D. D. Soejarto & T. N. Ninh & P. H. Hoang" ;
dwc:verbatimElevation "450" ;
dwc:verbatimLatitude "19.566668" ;
dwc:verbatimLongitude "104.86667" ;
trt:httpUri <https://treatment.plazi.org/id/039A87FBFFD70D6723F0F8A5CA79FDF6#3B5B3CB0FFD30D6723F0FDB9CC86FDDA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/039A87FBFFD70D6723F0F8A5CA79FDF6.mc.3B5B3CB0FFD30D67208DFD9DCA7DFDF6>
dwc:collectionCode "AAU" ;
dwc:eventDate "2003-11-22" ;
dwc:locality "Bong" ;
dwc:recordedBy "P. Suksathan" ;
dwc:verbatimElevation "350" ;
dwc:verbatimLatitude "20.316668" ;
dwc:verbatimLongitude "105.98333" ;
trt:httpUri <https://treatment.plazi.org/id/039A87FBFFD70D6723F0F8A5CA79FDF6#3B5B3CB0FFD30D67208DFD9DCA7DFDF6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,116 @@
@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/8D73878761400F79FF4C1F5CFAF4FA74>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689921> ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:title "Staurogyne rubescens Braz & Monteiro 2005" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_rubescens_Braz_2005> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.1>
bibo:endPage "40" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "1" ;
bibo:volume "296" ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:date "2017" ;
dc:title "Taxonomic Revision of Staurogyne (Nelsonioideae, Acanthaceae) in the Neotropics" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689921> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_rubescens_Braz_2005>
dwc:authority "Braz & Monteiro (2005: 55)" ;
dwc:authorityName "Braz & Monteiro" ;
dwc:authorityPageNumber "55" ;
dwc:authorityYear "2005" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Braz & Monteiro, 2005" ;
dwc:species "rubescens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6ZHVP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_rubescens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_rubescens>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rubescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13689921>
dc:description "FIGURE 2. Staurogyne with tubular corolla. AB. S. anigozanthus. C. S. vauthieriana. D. S. itatiaiae.E. S. rubescens. (photoed by the authors)" ;
fabio:hasRepresentation <https://zenodo.org/record/13689921/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,133 @@
@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/8D73878761470F7EFF4C1F88FBA5FA3C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689919> ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:title "Staurogyne parva Braz & Monteiro 2006" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761470F7EFF4C1F88FBA5FA3C.mc.B5B23CCC61470F7EFE1E1A48FA9BFBC8>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761470F7EFF4C1F88FBA5FA3C.mc.B5B23CCC61470F7EFA901A48FB41FB94> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_parva_Braz_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.1>
bibo:endPage "40" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "1" ;
bibo:volume "296" ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:date "2017" ;
dc:title "Taxonomic Revision of Staurogyne (Nelsonioideae, Acanthaceae) in the Neotropics" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689919> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_parva_Braz_2006>
dwc:authority "Braz & Monteiro (2006: 583)" ;
dwc:authorityName "Braz & Monteiro" ;
dwc:authorityPageNumber "583" ;
dwc:authorityYear "2006" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Braz & Monteiro, 2006" ;
dwc:species "parva" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4ZM9J> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_parva> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_parva>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "parva" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13689919>
dc:description "FIGURE 1. Staurogyne in the neotropics. A. S. parva, stigma, showing the anterior lobe slightly divided (Fernandes 2862). B.Seed of S. spraguei (Maguire &Politi 27410). (photoed by the authors)" ;
fabio:hasRepresentation <https://zenodo.org/record/13689919/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761470F7EFF4C1F88FBA5FA3C.mc.B5B23CCC61470F7EFE1E1A48FA9BFBC8>
dwc:collectionCode "MBML" ;
dwc:eventDate "1985-12-02" ;
dwc:locality "Goipaboacu" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761470F7EFF4C1F88FBA5FA3C#B5B23CCC61470F7EFE1E1A48FA9BFBC8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761470F7EFF4C1F88FBA5FA3C.mc.B5B23CCC61470F7EFA901A48FB41FB94>
dwc:collectionCode "MBML" ;
dwc:eventDate "1989-11-21" ;
dwc:locality "Estacao Biologica" ;
dwc:verbatimLatitude "-19.966667" ;
dwc:verbatimLongitude "-40.533333" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761470F7EFF4C1F88FBA5FA3C#B5B23CCC61470F7EFA901A48FB41FB94> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,165 @@
@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/8D73878761480F72FF4C1ECCFC8EFEF4>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689947> ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:title "Staurogyne lepidagathoides Leonard 1951" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FE331ECCFD14FF4C>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FE2518C7FA76F931>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FF4C18A3FB62F91D>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FB7B18A3FE2BF8F9>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FDCC189FFA79F8F9>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FF4C197BFC05F8C5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_lepidagathoides_Leonard_1951> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.1>
bibo:endPage "40" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "1" ;
bibo:volume "296" ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:date "2017" ;
dc:title "Taxonomic Revision of Staurogyne (Nelsonioideae, Acanthaceae) in the Neotropics" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689947> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_lepidagathoides_Leonard_1951>
dwc:authority "Leonard (1951: 5)" ;
dwc:authorityName "Leonard" ;
dwc:authorityPageNumber "5" ;
dwc:authorityYear "1951" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Leonard, 1951" ;
dwc:species "lepidagathoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4ZM8D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_lepidagathoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_lepidagathoides>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lepidagathoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13689947>
dc:description "FIGURE 14. Staurogyne lepidagathoides. A.Flowering branch. B. Flower, bract and bracteoles. C. Bract. D. Bracteoles. E. Calyx. F. Anther in frontal view. G.Anther in dorsal view. H. Staminode. I. Stigma in lateral view. J. Corolla lobes (from Souza 18667)." ;
fabio:hasRepresentation <https://zenodo.org/record/13689947/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FE331ECCFD14FF4C>
dwc:collectionCode "NY" ;
dwc:eventDate "1918-01-24" ;
dwc:locality "Type" ;
dwc:recordedBy "F. W. Pennel" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761480F72FF4C1ECCFC8EFEF4#B5B23CCC61480F71FE331ECCFD14FF4C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FE2518C7FA76F931>
dwc:collectionCode "ESA, UEC" ;
dwc:eventDate "1997-07-10" ;
dwc:locality "Juruena" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761480F72FF4C1ECCFC8EFEF4#B5B23CCC61480F71FE2518C7FA76F931> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FF4C18A3FB62F91D>
dwc:collectionCode "E, IAN, K, RB, UB, UEC" ;
dwc:eventDate "1968-06-21" ;
dwc:locality "Xavantina" ;
dwc:recordedBy "Ratter" ;
dwc:verbatimLatitude "-12.9" ;
dwc:verbatimLongitude "-51.866665" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761480F72FF4C1ECCFC8EFEF4#B5B23CCC61480F71FF4C18A3FB62F91D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FB7B18A3FE2BF8F9>
dwc:collectionCode "K" ;
dwc:locality "Karouany" ;
dwc:recordedBy "Sagot" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761480F72FF4C1ECCFC8EFEF4#B5B23CCC61480F71FB7B18A3FE2BF8F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FDCC189FFA79F8F9>
dwc:collectionCode "K, P, U" ;
dwc:eventDate "1963-11-27" ;
dwc:locality "Irwin" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761480F72FF4C1ECCFC8EFEF4#B5B23CCC61480F71FDCC189FFA79F8F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761480F72FF4C1ECCFC8EFEF4.mc.B5B23CCC61480F71FF4C197BFC05F8C5>
dwc:collectionCode "K" ;
dwc:eventDate "1985-02-13" ;
dwc:locality "Guanare" ;
dwc:recordedBy "Stergios" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761480F72FF4C1ECCFC8EFEF4#B5B23CCC61480F71FF4C197BFC05F8C5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,191 @@
@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/8D73878761510F69FF4C1CD0FE2FFA50>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689933> ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:title "Staurogyne ericoides Lindau 1898" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761510F69FF4C1CD0FE2FFA50.mc.B5B23CCC61510F68FE651CD0FDA5FD20>, <http://tb.plazi.org/GgServer/dwcaRecords/8D73878761510F69FF4C1CD0FE2FFA50.mc.B5B23CCC61510F68FE991D46FCE3FCCA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_ericoides_Lindau_1898> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ebermaiera_minarum_microphylla_Esenbeck_1847> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.1>
bibo:endPage "40" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "1" ;
bibo:volume "296" ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:date "2017" ;
dc:title "Taxonomic Revision of Staurogyne (Nelsonioideae, Acanthaceae) in the Neotropics" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689933> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_ericoides_Lindau_1898>
dwc:authority "Lindau (1898: 44)" ;
dwc:authorityName "Lindau" ;
dwc:authorityPageNumber "44" ;
dwc:authorityYear "1898" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lindau, 1898" ;
dwc:species "ericoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4ZM74> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_ericoides> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ebermaiera_minarum_microphylla_Esenbeck_1847>
dwc:authority "Nees von Esenbeck (1847a: 17)" ;
dwc:authorityName "Nees von Esenbeck" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1847" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Ebermaiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Nees von Esenbeck, 1847" ;
dwc:species "minarum" ;
dwc:variety "microphylla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4ZM74> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ebermaiera_minarum_microphylla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_ericoides>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ericoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Ebermaiera_minarum_microphylla>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Ebermaiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "minarum" ;
dwc:variety "microphylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ebermaiera_minarum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ebermaiera_minarum>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Ebermaiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "minarum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ebermaiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ebermaiera>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Ebermaiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13689933>
dc:description "FIGURE 8. Staurogyne ericoides. A.Flowering branch. B. Flower and bracteoles. C. Bracteole. D. Calyx. E. Anther in frontal view. F. Anther in dorsal view. G. Staminode. H. Stigma in frontal view. I. Corolla lobes (A from Teixeira (BHCB 25204); BI from Vasconcelos (BHCB 41845))." ;
fabio:hasRepresentation <https://zenodo.org/record/13689933/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761510F69FF4C1CD0FE2FFA50.mc.B5B23CCC61510F68FE651CD0FDA5FD20>
dwc:collectionCode "P, FI" ;
dwc:eventDate "1884-06-09" ;
dwc:locality "Alegria" ;
dwc:recordedBy "Fl. Jouves & A. Glaziou" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761510F69FF4C1CD0FE2FFA50#B5B23CCC61510F68FE651CD0FDA5FD20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D73878761510F69FF4C1CD0FE2FFA50.mc.B5B23CCC61510F68FE991D46FCE3FCCA>
dwc:catalogNumber "LE 467" ;
dwc:collectionCode "LE" ;
dwc:locality "Minas Gerais" ;
dwc:recordedBy "L. Riedel" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/8D73878761510F69FF4C1CD0FE2FFA50#B5B23CCC61510F68FE991D46FCE3FCCA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,211 @@
@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/8D738787617C0F46FF4C1C18FD13FD44>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689967> ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:title "Staurogyne trinitensis Leonard 1937" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617C0F45FE7D1C18FD74FD78>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FE181E84FA79FEF4>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FF4C1F60FC04FED0>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FC181F60FECBFEBC>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FEE71F5CFC15FEBC>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FC091F5CFDEFFE98>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FD831F38FC70FE98>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FC6E1F38FDA3FE64> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_trinitensis_Leonard_1937> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_versteegii_Bremekamp_1938> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.1>
bibo:endPage "40" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "1" ;
bibo:volume "296" ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:date "2017" ;
dc:title "Taxonomic Revision of Staurogyne (Nelsonioideae, Acanthaceae) in the Neotropics" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689967> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_trinitensis_Leonard_1937>
dwc:authority "Leonard (1937: 401)" ;
dwc:authorityName "Leonard" ;
dwc:authorityPageNumber "401" ;
dwc:authorityYear "1937" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Leonard, 1937" ;
dwc:species "trinitensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4ZMB5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_trinitensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_versteegii_Bremekamp_1938>
dwc:authority "Bremekamp (1938: 144)" ;
dwc:authorityName "Bremekamp" ;
dwc:authorityPageNumber "144" ;
dwc:authorityYear "1938" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bremekamp, 1938" ;
dwc:species "versteegii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4ZMB5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_versteegii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_trinitensis>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "trinitensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_versteegii>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "versteegii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13689967>
dc:description "FIGURE 22. Staurogyne trinitensis. A.Flowering branch. B. Flower and bracteoles. C. Bract and bracteole. D. Calyx. E. Anther in dorsal view. F. Staminode. G. Corolla lobes. H. Stigma in lateral view. (from Steyermark 88389)." ;
fabio:hasRepresentation <https://zenodo.org/record/13689967/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617C0F45FE7D1C18FD74FD78>
dwc:catalogNumber "NY 115009" ;
dwc:collectionCode "TRIN" ;
dwc:eventDate "1866-04-05" ;
dwc:locality "Type" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617C0F45FE7D1C18FD74FD78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FE181E84FA79FEF4>
dwc:collectionCode "RB" ;
dwc:eventDate "1911-05" ;
dwc:locality "Mato Grosso" ;
dwc:recordedBy "Hoehne & Mildbread" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FE181E84FA79FEF4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FF4C1F60FC04FED0>
dwc:collectionCode "K" ;
dwc:eventDate "1824-07" ;
dwc:locality "Without" ;
dwc:recordedBy "Poiteau" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FF4C1F60FC04FED0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FC181F60FECBFEBC>
dwc:collectionCode "BM, K" ;
dwc:locality "Trinidad" ;
dwc:recordedBy "Fendler" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FC181F60FECBFEBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FEE71F5CFC15FEBC>
dwc:collectionCode "U" ;
dwc:eventDate "1972-07-27" ;
dwc:locality "Tumuc-Humac" ;
dwc:recordedBy "Sastre" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FEE71F5CFC15FEBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FC091F5CFDEFFE98>
dwc:collectionCode "U" ;
dwc:eventDate "1950-11-26" ;
dwc:locality "Tossokreek" ;
dwc:recordedBy "Florschutz" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FC091F5CFDEFFE98> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FD831F38FC70FE98>
dwc:collectionCode "U" ;
dwc:eventDate "1903-08" ;
dwc:recordedBy "Versteeg" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FD831F38FC70FE98> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617C0F46FF4C1C18FD13FD44.mc.B5B23CCC617F0F46FC6E1F38FDA3FE64>
dwc:collectionCode "VEN" ;
dwc:eventDate "1961-01-12" ;
dwc:locality "Altiplanicie de Nuria" ;
dwc:recordedBy "Steyermark" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617C0F46FF4C1C18FD13FD44#B5B23CCC617F0F46FC6E1F38FDA3FE64> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,341 @@
@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/8D738787617D0F45FF4C1D20FC1FFDB0>
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:title "Staurogyne sylvatica Lindau ex Braz & Monteiro 2006" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE241BB8FA76FA18>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FF4C1B94FBD7F9E4>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FBD61B94FAC8F9C0>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FAE71870FE51F9AC>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE4F182CFB7BF9AC>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FB70182CFC5EF930>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC5E18C0FCFEF91C>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FCF918BCFF30F8F8>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FF2F1898FCEAF8F8>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC811898FEF0F8C4>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FEE91974FC8CF8C4>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FCAC1974FEDDF8A0>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FEDD1950FC55F8A0>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC551950FEAAF88C>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE4C190CFC4BF88C>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC6C190CFF3FF868>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FF3E19E8FD0EF868>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FD2E19E8FAA6F868>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FA4519E8FA81F834>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FA9A19C4FBA1F810>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FBBB19A0FE45F7FC>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE66199CFAC0F7FC>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FADB199CFD98F7D8>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F45FD9D1678FEABFF4C>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FE411ECCFC7AFF4C>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FC721ECCFF6CFF28>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FF031EA8FB4BFEF4>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FB6C1E84FE86FED0>, <http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FEA71F60FDCFFED0> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Staurogyne_sylvatica_Braz_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.1.1>
bibo:endPage "40" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-14" ;
bibo:startPage "1" ;
bibo:volume "296" ;
dc:creator "Braz, Denise Monte; Monteiro, Reinaldo" ;
dc:date "2017" ;
dc:title "Taxonomic Revision of Staurogyne (Nelsonioideae, Acanthaceae) in the Neotropics" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Staurogyne_sylvatica_Braz_2006>
dwc:authority "Lindau ex Braz & Monteiro (2006: 584)" ;
dwc:authorityName "Lindau ex Braz & Monteiro" ;
dwc:authorityPageNumber "584" ;
dwc:authorityYear "2006" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lindau ex Braz & Monteiro, 2006" ;
dwc:species "sylvatica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6ZHYT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Staurogyne_sylvatica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne_sylvatica>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sylvatica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Staurogyne> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Staurogyne>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Staurogyne" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE241BB8FA76FA18>
dwc:collectionCode "MBM" ;
dwc:eventDate "1958-07-06" ;
dwc:locality "Rio Itarare" ;
dwc:recordedBy "Hatschbach" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FE241BB8FA76FA18> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FF4C1B94FBD7F9E4>
dwc:collectionCode "C, MBM" ;
dwc:eventDate "1968-08-20" ;
dwc:locality "Mananciais" ;
dwc:recordedBy "Hatschbah" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FF4C1B94FBD7F9E4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FBD61B94FAC8F9C0>
dwc:collectionCode "MBM" ;
dwc:eventDate "1958-07-22" ;
dwc:locality "Itatiaia" ;
dwc:recordedBy "Hatschabch & Itatiaia, P. N & Monteiro" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FBD61B94FAC8F9C0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FAE71870FE51F9AC>
dwc:catalogNumber "RBR 1798" ;
dwc:collectionCode "RBR" ;
dwc:recordedBy "P. N. Itatiaia & Monteiro" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FAE71870FE51F9AC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE4F182CFB7BF9AC>
dwc:collectionCode "RB" ;
dwc:eventDate "1995-06-27" ;
dwc:locality "Corisquinho" ;
dwc:recordedBy "Bovini" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FE4F182CFB7BF9AC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FB70182CFC5EF930>
dwc:collectionCode "RB, MBM, SP, HRCB" ;
dwc:eventDate "1984-11-27" ;
dwc:locality "Ilhota" ;
dwc:recordedBy "Romaniuc Neto & Custodio Filho" ;
dwc:verbatimLatitude "-23.816668" ;
dwc:verbatimLongitude "-45.883335" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FB70182CFC5EF930> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC5E18C0FCFEF91C>
dwc:collectionCode "SP, SPF" ;
dwc:eventDate "1984-07-23" ;
dwc:locality "Cananeia" ;
dwc:recordedBy "Kirizawa & Romaniuc-Neto" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FC5E18C0FCFEF91C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FCF918BCFF30F8F8>
dwc:collectionCode "SP, HRCB" ;
dwc:eventDate "1983-07-28" ;
dwc:locality "Caraguatatuba" ;
dwc:recordedBy "Pirani & Yano" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FCF918BCFF30F8F8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FF2F1898FCEAF8F8>
dwc:collectionCode "SP" ;
dwc:eventDate "1976-09-06" ;
dwc:locality "Iguape" ;
dwc:recordedBy "Davis" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FF2F1898FCEAF8F8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC811898FEF0F8C4>
dwc:collectionCode "SPF" ;
dwc:eventDate "1996-05-23" ;
dwc:locality "Fazenda Intervales" ;
dwc:recordedBy "Proenca" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FC811898FEF0F8C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FEE91974FC8CF8C4>
dwc:collectionCode "SPF" ;
dwc:eventDate "1994-05-13" ;
dwc:locality "Juquia" ;
dwc:recordedBy "Mello-Silva" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FEE91974FC8CF8C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FCAC1974FEDDF8A0>
dwc:collectionCode "SP, IBGE" ;
dwc:eventDate "1983-07-28" ;
dwc:locality "Mogi da Cruzes" ;
dwc:recordedBy "Kirizawa" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FCAC1974FEDDF8A0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FEDD1950FC55F8A0>
dwc:collectionCode "HRCB" ;
dwc:eventDate "1990-08-18" ;
dwc:locality "Paranapiacaba" ;
dwc:recordedBy "Fierro" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FEDD1950FC55F8A0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC551950FEAAF88C>
dwc:catalogNumber "SP 45738" ;
dwc:collectionCode "HB, MBM, K" ;
dwc:eventDate "1941-06-24" ;
dwc:locality "Patrimonio" ;
dwc:recordedBy "Khulmann" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FC551950FEAAF88C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE4C190CFC4BF88C>
dwc:collectionCode "BOTU" ;
dwc:eventDate "1980-04-26" ;
dwc:locality "Peruibe" ;
dwc:recordedBy "Bevilaquia" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FE4C190CFC4BF88C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FC6C190CFF3FF868>
dwc:collectionCode "C" ;
dwc:eventDate "1891-10-29" ;
dwc:locality "Peruibe" ;
dwc:recordedBy "Lofgren & Edwau" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FC6C190CFF3FF868> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FF3E19E8FD0EF868>
dwc:collectionCode "C" ;
dwc:eventDate "1892-10-28" ;
dwc:locality "Peruibe" ;
dwc:recordedBy "Edwau" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FF3E19E8FD0EF868> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FD2E19E8FAA6F868>
dwc:collectionCode "UEC" ;
dwc:eventDate "1976-09-06" ;
dwc:locality "Registro" ;
dwc:recordedBy "Davis" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FD2E19E8FAA6F868> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FA4519E8FA81F834>
dwc:collectionCode "ESA" ;
dwc:eventDate "1993-10-29" ;
dwc:locality "Parque Estadual Carlos Botelho" ;
dwc:recordedBy "Moraes" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FA4519E8FA81F834> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FA9A19C4FBA1F810>
dwc:collectionCode "HBCB, SP" ;
dwc:eventDate "1992-09-23" ;
dwc:locality "Parque Estadual Carlos Botelho" ;
dwc:recordedBy "Sugiyama & Kirizawa" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FA9A19C4FBA1F810> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FBBB19A0FE45F7FC>
dwc:collectionCode "R" ;
dwc:eventDate "1901-07-17" ;
dwc:locality "Santos" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FBBB19A0FE45F7FC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FE66199CFAC0F7FC>
dwc:collectionCode "HRCB, K, UEC" ;
dwc:eventDate "1994-05-11" ;
dwc:locality "Tapirai" ;
dwc:recordedBy "Mello-Silva" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FE66199CFAC0F7FC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F44FADB199CFD98F7D8>
dwc:collectionCode "K" ;
dwc:eventDate "1975-08-16" ;
dwc:locality "Ubatuba" ;
dwc:recordedBy "Morawetz" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F44FADB199CFD98F7D8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617D0F45FD9D1678FEABFF4C>
dwc:collectionCode "HRCB" ;
dwc:eventDate "2000-10-14" ;
dwc:locality "Morro Corcovado" ;
dwc:recordedBy "Dittrich" ;
dwc:verbatimLatitude "-23.466667" ;
dwc:verbatimLongitude "-45.183334" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617D0F45FD9D1678FEABFF4C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FE411ECCFC7AFF4C>
dwc:collectionCode "HRCB" ;
dwc:eventDate "1988-10-08" ;
dwc:locality "Picinguaba" ;
dwc:recordedBy "Cunha" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617C0F45FE411ECCFC7AFF4C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FC721ECCFF6CFF28>
dwc:collectionCode "SP" ;
dwc:eventDate "1990-04-13" ;
dwc:locality "Picinguaba" ;
dwc:recordedBy "Furlan" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617C0F45FC721ECCFF6CFF28> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FF031EA8FB4BFEF4>
dwc:collectionCode "HRCB, SP, K, P" ;
dwc:eventDate "1942-05" ;
dwc:locality "Furlan" ;
dwc:recordedBy "Landerman & Without & April-November & Puiggari" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617C0F45FF031EA8FB4BFEF4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FB6C1E84FE86FED0>
dwc:collectionCode "P" ;
dwc:recordedBy "April-November & Puiggari" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617C0F45FB6C1E84FE86FED0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8D738787617D0F45FF4C1D20FC1FFDB0.mc.B5B23CCC617C0F45FEA71F60FDCFFED0>
dwc:collectionCode "IPA" ;
dwc:recordedBy "Roth" ;
trt:httpUri <https://treatment.plazi.org/id/8D738787617D0F45FF4C1D20FC1FFDB0#B5B23CCC617C0F45FEA71F60FDCFFED0> ;
a dwc:MaterialCitation .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8F736875C04967332BA1F8ADFEAB827F>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689844>, <http://dx.doi.org/10.5281/zenodo.13689842> ;
dc:creator "Armağan, Metin; Özgökçe, Fevzi; Çelik, Ali" ;
dc:title "Gypsophila transcaucasica Barkoudah 1962" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC048673328A3FA5BFE88809F>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC04867332A6BFA13FC89837B>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC0486733286BFA37FD2B8357>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC048673329B6F9EBFC4A8333>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC048673328D6F98FFCB083EF>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC04867332830F9A3FC2783CB>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC0486733288DF947FEBE8383>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC04867332A23F91FFEB0827F> ;
@ -27,6 +28,7 @@
dc:creator "Armağan, Metin; Özgökçe, Fevzi; Çelik, Ali" ;
dc:date "2017" ;
dc:title "Notes on the genus Gypsophila (Caryophyllaceae) in Turkey, with a description of G. guvengorkii sp. nov." ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689844>, <http://dx.doi.org/10.5281/zenodo.13689842> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gypsophila_transcaucasica_Barkoudah_1962>
@ -108,6 +110,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13689844>
dc:description "FIGURE 5. Distribution maps of Gypsophila guvengorkii Δ, G. briquetiana z, G. davisii Ì, G. brachypetala ', G. transcaucasica ®" ;
fabio:hasRepresentation <https://zenodo.org/record/13689844/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689842>
dc:description "FIGURE 4. Herbarium specimen of Gypsophila transcaucasica (W-1990-08906!)" ;
fabio:hasRepresentation <https://zenodo.org/record/13689842/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04967332BA1F8ADFEAB827F.mc.B7B2D33EC048673328A3FA5BFE88809F>
dwc:catalogNumber "G60" ;
dwc:collectionCode "G" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8F736875C04B67302BA1FCC9FAE88D67>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689836>, <http://dx.doi.org/10.5281/zenodo.13689844>, <http://dx.doi.org/10.5281/zenodo.13689840> ;
dc:creator "Armağan, Metin; Özgökçe, Fevzi; Çelik, Ali" ;
dc:title "Gypsophila brachypetala Trautvetter 1873" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gypsophila_brachypetala_Trautvetter_1873> ;
@ -26,6 +27,7 @@
dc:creator "Armağan, Metin; Özgökçe, Fevzi; Çelik, Ali" ;
dc:date "2017" ;
dc:title "Notes on the genus Gypsophila (Caryophyllaceae) in Turkey, with a description of G. guvengorkii sp. nov." ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689836>, <http://dx.doi.org/10.5281/zenodo.13689844>, <http://dx.doi.org/10.5281/zenodo.13689840> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gypsophila_brachypetala_Trautvetter_1873>
@ -106,3 +108,18 @@
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13689836>
dc:description "FIGURE 2. 1) Gypsophila briquetiana (VANF-162313): a) Habit, b) Petals and stamen, c) Seed. 2) Gypsophila brachypetala (VANF- 162325): a) Habit, b) Flower, c) Calyx, d) Capsule, e) Ovary, f) Petal and stamen, g) Seed, h) Inflorescence." ;
fabio:hasRepresentation <https://zenodo.org/record/13689836/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689844>
dc:description "FIGURE 5. Distribution maps of Gypsophila guvengorkii Δ, G. briquetiana z, G. davisii Ì, G. brachypetala ', G. transcaucasica ®" ;
fabio:hasRepresentation <https://zenodo.org/record/13689844/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689840>
dc:description "FIGURE 3. Herbarium specimens of Gypsophila brachypetala (A-B) and G. guvengorkii identified as G. brachypetala (C): A1) Lectotype (LE01024090!), A2) Isolectotype (LE01024089!), A3) Isolectotype (LE01024092!) B) Isolectotype (G00330215!), C) E00607642!" ;
fabio:hasRepresentation <https://zenodo.org/record/13689840/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8F736875C04F67302BA1F846FCC387BB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689834>, <http://dx.doi.org/10.5281/zenodo.13689844>, <http://dx.doi.org/10.5281/zenodo.13689836> ;
dc:creator "Armağan, Metin; Özgökçe, Fevzi; Çelik, Ali" ;
dc:title "Gypsophila guvengorkii Armagan, Ozgokce and Celik 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04F67302BA1F846FCC387BB.mc.B7B2D33EC04B67302855FE0BFC478493>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04F67302BA1F846FCC387BB.mc.B7B2D33EC04B67302F2AFE2FFB57874F>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04F67302BA1F846FCC387BB.mc.B7B2D33EC04B67302FD8FDC3FE528707>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04F67302BA1F846FCC387BB.mc.B7B2D33EC04B67302AD4FD9BFC2C87DF>, <http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04F67302BA1F846FCC387BB.mc.B7B2D33EC04B673028B5FD53FCC787BB> ;
@ -27,6 +28,7 @@
dc:creator "Armağan, Metin; Özgökçe, Fevzi; Çelik, Ali" ;
dc:date "2017" ;
dc:title "Notes on the genus Gypsophila (Caryophyllaceae) in Turkey, with a description of G. guvengorkii sp. nov." ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689834>, <http://dx.doi.org/10.5281/zenodo.13689844>, <http://dx.doi.org/10.5281/zenodo.13689836> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gypsophila_guvengorkii_Armagan_2017>
@ -108,6 +110,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13689834>
dc:description "FIGURE 1. Gypsophila guvengorkii (VANF-162325): a) Habit, b) Seeds, c) Ovary, d) Sterile ovary, e) Capsule, f) Petal and stamen, g) Calyx, h) Habitat." ;
fabio:hasRepresentation <https://zenodo.org/record/13689834/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689844>
dc:description "FIGURE 5. Distribution maps of Gypsophila guvengorkii Δ, G. briquetiana z, G. davisii Ì, G. brachypetala ', G. transcaucasica ®" ;
fabio:hasRepresentation <https://zenodo.org/record/13689844/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689836>
dc:description "FIGURE 2. 1) Gypsophila briquetiana (VANF-162313): a) Habit, b) Petals and stamen, c) Seed. 2) Gypsophila brachypetala (VANF- 162325): a) Habit, b) Flower, c) Calyx, d) Capsule, e) Ovary, f) Petal and stamen, g) Seed, h) Inflorescence." ;
fabio:hasRepresentation <https://zenodo.org/record/13689836/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8F736875C04F67302BA1F846FCC387BB.mc.B7B2D33EC04B67302855FE0BFC478493>
dwc:eventDate "2011-07-29" ;
dwc:locality "Karagol valley" ;

View file

@ -0,0 +1,151 @@
@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/977D878082306B6AD7C4DF657CEBFF2E>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia schmidtiana Hoehne 1942" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6AD7C4DF657CEBFF2E.mc.AFBC3CCB82306B6BD7C4DF427DD5F91B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_schmidtiana_Hoehne_1942> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_schubertioides_Hoehne_1927> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_schmidtiana_Hoehne_1942>
dwc:authority "Hoehne (1942 a: 90)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "90" ;
dwc:authorityYear "1942" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1942" ;
dwc:species "schmidtiana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ9G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_schmidtiana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_schubertioides_Hoehne_1927>
dwc:authority "Hoehne (1927: 108)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "108" ;
dwc:authorityYear "1927" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1927" ;
dwc:species "schubertioides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ9G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_schubertioides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_schmidtiana>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "schmidtiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_schubertioides>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "schubertioides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6AD7C4DF657CEBFF2E.mc.AFBC3CCB82306B6BD7C4DF427DD5F91B>
dwc:catalogNumber "BM000040672, K000009970, NY00273757, SP011483, U0000676" ;
dwc:collectionCode "G, A, BM, F, K, MO, NY, S, SP, U" ;
dwc:eventDate "1936-05" ;
dwc:locality "rio Huallaga" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "600" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6AD7C4DF657CEBFF2E#AFBC3CCB82306B6BD7C4DF427DD5F91B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,334 @@
@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/977D878082306B6BD7C4D9BA7E3DF9E7>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia peltato-deltoidea Hoehne 1944" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4D9C27D4CFE7E>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DB627D8BFD57>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DA447F81FC10>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DD5D7CDCFB47>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7F1DC2278D9FAED>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD3B0DC227F09FAB0>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DCB77F8AFA3D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_peltato-deltoidea_Hoehne_1944> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_kanukuensis_Feuillet_2007>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_peltibractea_Hoehne_1927>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_pyrenea_Taubert_1896>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_claussenii_pyrenea_Taub._1927>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_saxicola_Hoehne_1925> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_peltato-deltoidea_Hoehne_1944>
dwc:authority "Hoehne (1944: 135)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "135" ;
dwc:authorityYear "1944" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1944" ;
dwc:species "peltato-deltoidea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ62> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_peltato-deltoidea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_kanukuensis_Feuillet_2007>
dwc:authority "Feuillet (2007: 143)" ;
dwc:authorityName "Feuillet" ;
dwc:authorityPageNumber "143" ;
dwc:authorityYear "2007" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Feuillet, 2007" ;
dwc:species "kanukuensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ62> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_kanukuensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_peltibractea_Hoehne_1927>
dwc:authority "Hoehne (1927: 132)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "132" ;
dwc:authorityYear "1927" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1927" ;
dwc:species "peltibractea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ62> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_peltibractea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_pyrenea_Taubert_1896>
dwc:authority "Taubert (1896: 426)" ;
dwc:authorityName "Taubert" ;
dwc:authorityPageNumber "426" ;
dwc:authorityYear "1896" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Taubert, 1896" ;
dwc:species "pyrenea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ62> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_pyrenea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_claussenii_pyrenea_Taub._1927>
dwc:authority "(Taub.) Hoehne (1927: 130)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "130" ;
dwc:authorityYear "1927" ;
dwc:baseAuthorityName "Taub." ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "(Taub.) Hoehne, 1927" ;
dwc:species "claussenii" ;
dwc:subSpecies "pyrenea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ62> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_claussenii_pyrenea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_saxicola_Hoehne_1925>
dwc:authority "Hoehne (1925: 9)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "9" ;
dwc:authorityYear "1925" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1925" ;
dwc:species "saxicola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ62> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_saxicola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_peltato-deltoidea>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "peltato-deltoidea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_kanukuensis>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kanukuensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_peltibractea>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "peltibractea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_pyrenea>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pyrenea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_claussenii_pyrenea>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:species "claussenii" ;
dwc:subSpecies "pyrenea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_claussenii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_claussenii>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "claussenii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_saxicola>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "saxicola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4D9C27D4CFE7E>
dwc:catalogNumber "A00098245, B100365116, F0048818, G00237206, IAN068418, K000323579, LIL000410, NY00546561, P00623888, S05-6882, U0000673" ;
dwc:collectionCode "A, C, B, F, G, IAN, K, LIL, NY, P, S, U" ;
dwc:eventDate "1938-03-31" ;
dwc:locality "Kanuku Mountains" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "275" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD7C4D9C27D4CFE7E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DB627D8BFD57>
dwc:collectionCode "E, MG, F, G, K, L, NY, U" ;
dwc:eventDate "1911-10" ;
dwc:locality "Strand" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD7C4DB627D8BFD57> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DA447F81FC10>
dwc:catalogNumber "HBG506631, SP011487" ;
dwc:collectionCode "HBG, CORD, R, SP" ;
dwc:eventDate "1892-12" ;
dwc:locality "Goias" ;
dwc:recordedBy "Serra dos Pyreneus" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD7C4DA447F81FC10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DD5D7CDCFB47>
dwc:collectionCode "E, MG" ;
dwc:eventDate "1912-01" ;
dwc:locality "Cobija" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD7C4DD5D7CDCFB47> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7F1DC2278D9FAED>
dwc:catalogNumber "SP000411" ;
dwc:collectionCode "SP" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD7F1DC2278D9FAED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD3B0DC227F09FAB0>
dwc:collectionCode "A, MG" ;
dwc:eventDate "1913-11" ;
dwc:locality "Belem" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD3B0DC227F09FAB0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082306B6BD7C4D9BA7E3DF9E7.mc.AFBC3CCB82306B6BD7C4DCB77F8AFA3D>
dwc:catalogNumber "SP000412" ;
dwc:collectionCode "F, C, SP" ;
dwc:eventDate "1921-01-27" ;
dwc:locality "Hoehne" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082306B6BD7C4D9BA7E3DF9E7#AFBC3CCB82306B6BD7C4DCB77F8AFA3D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,120 @@
@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/977D878082316B6AD7C4D8BD7839FD26>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia urupaensis Hoehne 1925" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082316B6AD7C4D8BD7839FD26.mc.AFBC3CCB82316B6AD7C4D89B7D43FDB6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_urupaensis_Hoehne_1925> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_urupaensis_Hoehne_1925>
dwc:authority "Hoehne (1925: 11)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "11" ;
dwc:authorityYear "1925" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1925" ;
dwc:species "urupaensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_urupaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_urupaensis>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "urupaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082316B6AD7C4D8BD7839FD26.mc.AFBC3CCB82316B6AD7C4D89B7D43FDB6>
dwc:catalogNumber "SP000414, RB00534385" ;
dwc:collectionCode "J, G, SP, R, RB" ;
dwc:eventDate "1918-12" ;
dwc:locality "Mato Grosso" ;
dwc:recordedBy "Cataqui-iamani Campo dos Hrujas" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082316B6AD7C4D8BD7839FD26#AFBC3CCB82316B6AD7C4D89B7D43FDB6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,120 @@
@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/977D878082316B6AD7C4DD4D792DFB3E>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia wendeliana Hoehne 1939" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082316B6AD7C4DD4D792DFB3E.mc.AFBC3CCB82316B6AD7C4DDAB792DFB3E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_wendeliana_Hoehne_1939> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_wendeliana_Hoehne_1939>
dwc:authority "Hoehne (1939: 45)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "45" ;
dwc:authorityYear "1939" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1939" ;
dwc:species "wendeliana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQDV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_wendeliana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_wendeliana>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "wendeliana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082316B6AD7C4DD4D792DFB3E.mc.AFBC3CCB82316B6AD7C4DDAB792DFB3E>
dwc:catalogNumber "SP000417, SI 000754" ;
dwc:collectionCode "F, C, A, SP, SI" ;
dwc:eventDate "1938-06-14" ;
dwc:locality "BRAZIL" ;
dwc:recordedBy "da Saudade" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082316B6AD7C4DD4D792DFB3E#AFBC3CCB82316B6AD7C4DDAB792DFB3E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,225 @@
@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/977D878082326B68D7C4DE327CE5FD11>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia malmeana Hoehne 1925" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82326B69D7C4DE18781FF86F>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D7F1D9847E46FF29>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D533D9E67DA4FF0C>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D6D0D9C17805FF0C>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D371D9C17F7BFED3>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D7C4DB4679A9FD6C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_malmeana_Hoehne_1925> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_macrorrhyncha_Hoehne_1947>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_medellinensis_Hoehne_1947> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_malmeana_Hoehne_1925>
dwc:authority "Hoehne (1925: 17)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1925" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1925" ;
dwc:species "malmeana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ23> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_malmeana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_macrorrhyncha_Hoehne_1947>
dwc:authority "Hoehne (1947: 96)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "96" ;
dwc:authorityYear "1947" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1947" ;
dwc:species "macrorrhyncha" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ23> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_macrorrhyncha> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_medellinensis_Hoehne_1947>
dwc:authority "Hoehne (1947: 99)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "99" ;
dwc:authorityYear "1947" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1947" ;
dwc:species "medellinensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ23> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_medellinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_malmeana>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "malmeana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_macrorrhyncha>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "macrorrhyncha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_medellinensis>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "medellinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82326B69D7C4DE18781FF86F>
dwc:catalogNumber "SP024049" ;
dwc:collectionCode "F, C, SP" ;
dwc:eventDate "1911-05" ;
dwc:locality "Santa Luzia do Piquery" ;
dwc:recordedBy "de Coxim" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082326B68D7C4DE327CE5FD11#AFBC3CCB82326B69D7C4DE18781FF86F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D7F1D9847E46FF29>
dwc:catalogNumber "R000035531" ;
dwc:collectionCode "F, C, R" ;
dwc:eventDate "1911-05" ;
dwc:locality "Coxim" ;
dwc:recordedBy "Hoehne & No." ;
trt:httpUri <https://treatment.plazi.org/id/977D878082326B68D7C4DE327CE5FD11#AFBC3CCB82336B68D7F1D9847E46FF29> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D533D9E67DA4FF0C>
dwc:catalogNumber "R000013897" ;
dwc:collectionCode "F, C, R" ;
dwc:eventDate "1911-05" ;
dwc:locality "rio Piquery" ;
dwc:recordedBy "Hoehne & No." ;
trt:httpUri <https://treatment.plazi.org/id/977D878082326B68D7C4DE327CE5FD11#AFBC3CCB82336B68D533D9E67DA4FF0C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D6D0D9C17805FF0C>
dwc:catalogNumber "R000172594" ;
dwc:collectionCode "F, C, R" ;
dwc:locality "Hoehne" ;
dwc:recordedBy "No." ;
trt:httpUri <https://treatment.plazi.org/id/977D878082326B68D7C4DE327CE5FD11#AFBC3CCB82336B68D6D0D9C17805FF0C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D371D9C17F7BFED3>
dwc:catalogNumber "R000172593" ;
dwc:collectionCode "F, C, R" ;
dwc:eventDate "1911-05" ;
dwc:locality "rio Piqueri" ;
dwc:recordedBy "Hoehne & No." ;
trt:httpUri <https://treatment.plazi.org/id/977D878082326B68D7C4DE327CE5FD11#AFBC3CCB82336B68D371D9C17F7BFED3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082326B68D7C4DE327CE5FD11.mc.AFBC3CCB82336B68D7C4DB4679A9FD6C>
dwc:catalogNumber "COL00001151, MEDEL000035" ;
dwc:collectionCode "COL, MEDEL" ;
dwc:eventDate "1935-10" ;
dwc:locality "Medellin" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082326B68D7C4DE327CE5FD11#AFBC3CCB82336B68D7C4DB4679A9FD6C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,208 @@
@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/977D878082336B68D7C4DA2A7D6AFA6B>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia nevesarmondiana Hoehne 1925" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DA2A7D6AFA6B.mc.AFBC3CCB82336B68D7C4DA167D32FC63>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DA2A7D6AFA6B.mc.AFBC3CCB82336B68D7F1DD6C7F6EFB71>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DA2A7D6AFA6B.mc.AFBC3CCB82336B68D429DD4E7F55FB54> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_nevesarmondiana_Hoehne_1925> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_pandurata_Jacquin_1804>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_odoratissima_pandurata_Jacq._1942> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_nevesarmondiana_Hoehne_1925>
dwc:authority "Hoehne (1925: 7)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "7" ;
dwc:authorityYear "1925" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1925" ;
dwc:species "nevesarmondiana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ47> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_nevesarmondiana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_pandurata_Jacquin_1804>
dwc:authority "Jacquin (1804: 49)" ;
dwc:authorityName "Jacquin" ;
dwc:authorityPageNumber "49" ;
dwc:authorityYear "1804" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jacquin, 1804" ;
dwc:species "pandurata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ47> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_pandurata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_odoratissima_pandurata_Jacq._1942>
dwc:authority "(Jacq.) Hoehne (1942: 47)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "47" ;
dwc:authorityYear "1942" ;
dwc:baseAuthorityName "Jacq." ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "(Jacq.) Hoehne, 1942" ;
dwc:species "odoratissima" ;
dwc:variety "pandurata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GQ47> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_odoratissima_pandurata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_nevesarmondiana>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "nevesarmondiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_pandurata>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pandurata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_odoratissima_pandurata>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "odoratissima" ;
dwc:variety "pandurata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_odoratissima> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_odoratissima>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "odoratissima" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DA2A7D6AFA6B.mc.AFBC3CCB82336B68D7C4DA167D32FC63>
dwc:catalogNumber "SP000408" ;
dwc:collectionCode "SP" ;
dwc:locality "Neves Armond" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082336B68D7C4DA2A7D6AFA6B#AFBC3CCB82336B68D7C4DA167D32FC63> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DA2A7D6AFA6B.mc.AFBC3CCB82336B68D7F1DD6C7F6EFB71>
dwc:catalogNumber "R00013898" ;
dwc:collectionCode "R" ;
dwc:locality "Neves Armond" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082336B68D7C4DA2A7D6AFA6B#AFBC3CCB82336B68D7F1DD6C7F6EFB71> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DA2A7D6AFA6B.mc.AFBC3CCB82336B68D429DD4E7F55FB54>
dwc:catalogNumber "R00013908" ;
dwc:collectionCode "R" ;
dwc:locality "Neves Armond" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082336B68D7C4DA2A7D6AFA6B#AFBC3CCB82336B68D429DD4E7F55FB54> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@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/977D878082336B68D7C4DCE77F63F9D1>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia pannosoides Hoehne 1947" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DCE77F63F9D1.mc.AFBC3CCB82336B68D7C4DCCC7F63F9D1> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_pannosoides_Hoehne_1947> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_pannosoides_Hoehne_1947>
dwc:authority "Hoehne (1947: 102)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "102" ;
dwc:authorityYear "1947" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1947" ;
dwc:species "pannosoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67SP2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_pannosoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_pannosoides>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pannosoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082336B68D7C4DCE77F63F9D1.mc.AFBC3CCB82336B68D7C4DCCC7F63F9D1>
dwc:catalogNumber "COL000001153" ;
dwc:collectionCode "J, COL" ;
dwc:eventDate "1918-10-25" ;
dwc:locality "Cuatrecasas" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082336B68D7C4DCE77F63F9D1#AFBC3CCB82336B68D7C4DCCC7F63F9D1> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,305 @@
@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/977D878082346B6ED7C4DCD279A1FB9D>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia compta Hoehne 1947" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82346B6FD7C4DE3C78ECF88B>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82346B6ED7C4D1367F23FF2E>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82356B6ED7C4D89D7CFCFE04>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82356B6ED7C4DBA97849FD3B>, <http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82356B6ED7C4DA827F80FC10> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_compta_Hoehne_1947> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_decursive-bracteata_Hoehne_1942>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_droseroides_Hoehne_1910>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_dubia_Hoehne_1927>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_eggersii_Hoehne_1944>, <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_ernestulei_Hoehne_1927> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_compta_Hoehne_1947>
dwc:authority "Hoehne (1947: 97)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "97" ;
dwc:authorityYear "1947" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1947" ;
dwc:species "compta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_compta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_decursive-bracteata_Hoehne_1942>
dwc:authority "Hoehne (1942 b: 91)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "91" ;
dwc:authorityYear "1942" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1942" ;
dwc:species "decursive-bracteata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_decursive-bracteata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_droseroides_Hoehne_1910>
dwc:authority "Hoehne (1910: 67)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "67" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1910" ;
dwc:species "droseroides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_droseroides> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_dubia_Hoehne_1927>
dwc:authority "Hoehne (1927: 111)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "111" ;
dwc:authorityYear "1927" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1927" ;
dwc:species "dubia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_dubia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_eggersii_Hoehne_1944>
dwc:authority "Hoehne (1944: 135)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "135" ;
dwc:authorityYear "1944" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1944" ;
dwc:species "eggersii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_eggersii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_ernestulei_Hoehne_1927>
dwc:authority "Hoehne (1927: 86)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "86" ;
dwc:authorityYear "1927" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1927" ;
dwc:species "ernestulei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_ernestulei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_compta>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "compta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_decursive-bracteata>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "decursive-bracteata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_droseroides>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "droseroides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_dubia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dubia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_eggersii>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "eggersii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_ernestulei>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ernestulei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82346B6FD7C4DE3C78ECF88B>
dwc:catalogNumber "G00237242, K000323634, K000323635, K000323636, P00624888" ;
dwc:collectionCode "A, F, M, G, K, P" ;
dwc:eventDate "1882-10" ;
dwc:locality "Carandai" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082346B6ED7C4DCD279A1FB9D#AFBC3CCB82346B6FD7C4DE3C78ECF88B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82346B6ED7C4D1367F23FF2E>
dwc:catalogNumber "SP000401" ;
dwc:collectionCode "F, C, SP" ;
dwc:eventDate "1908-11" ;
dwc:locality "rio Jauru" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082346B6ED7C4DCD279A1FB9D#AFBC3CCB82346B6ED7C4D1367F23FF2E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82356B6ED7C4D89D7CFCFE04>
dwc:collectionCode "M, MG, INPA" ;
dwc:eventDate "1914-09" ;
dwc:locality "Canudos" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082346B6ED7C4DCD279A1FB9D#AFBC3CCB82356B6ED7C4D89D7CFCFE04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82356B6ED7C4DBA97849FD3B>
dwc:catalogNumber "BM000040596, F0048812, K000323621" ;
dwc:collectionCode "H, F, A, BM, K" ;
dwc:eventDate "1897-02-10" ;
dwc:locality "Eggers" ;
dwc:recordedBy "El Recreo" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082346B6ED7C4DCD279A1FB9D#AFBC3CCB82356B6ED7C4DBA97849FD3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6ED7C4DCD279A1FB9D.mc.AFBC3CCB82356B6ED7C4DA827F80FC10>
dwc:catalogNumber "F0048813, G00237203" ;
dwc:collectionCode "E, MG, F, G" ;
dwc:eventDate "1911-12" ;
dwc:locality "Rio Acre" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082346B6ED7C4DCD279A1FB9D#AFBC3CCB82356B6ED7C4DA827F80FC10> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@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/977D878082346B6FD7C4DDF27848FA3B>
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:title "Aristolochia colossifolia Hoehne 1952" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6FD7C4DDF27848FA3B.mc.AFBC3CCB82346B6FD7C4DDD87880FA73> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristolochia_colossifolia_Hoehne_1952> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.307.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.307.1.6>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-05-19" ;
bibo:startPage "65" ;
bibo:volume "307" ;
dc:creator "Freitas, Joelcio; Lírio, Elton John De; González, Favio; Junior, Valderes Bento Sarnaglia; Alves-Araújo, Anderson" ;
dc:date "2017" ;
dc:title "Notes on taxonomy and nomenclature of the F. C. Hoehne´s names to Aristolochia (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aristolochia_colossifolia_Hoehne_1952>
dwc:authority "Hoehne (1952: 171)" ;
dwc:authorityName "Hoehne" ;
dwc:authorityPageNumber "171" ;
dwc:authorityYear "1952" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoehne, 1952" ;
dwc:species "colossifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GPQT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_colossifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_colossifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "colossifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/977D878082346B6FD7C4DDF27848FA3B.mc.AFBC3CCB82346B6FD7C4DDD87880FA73>
dwc:catalogNumber "SP 52880, SP000399, COL00001148" ;
dwc:collectionCode "O, COL" ;
dwc:eventDate "1946-06-18" ;
dwc:locality "Antioquia" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/977D878082346B6FD7C4DDF27848FA3B#AFBC3CCB82346B6FD7C4DDD87880FA73> ;
a dwc:MaterialCitation .