This commit is contained in:
treatmentbank 2024-09-07 06:32:03 +00:00
parent 78fda623c5
commit 98428a434c
49 changed files with 5771 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/0392879BDA77AC27FF17FB9A9670F8DD>
dc:creator "Çingay, Burçin; Demir, Ogün; Cabi, Evren" ;
dc:title "Verbascum faik-karaveliogullarii Cingay & Cabi 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Verbascum_faik-karaveliogullarii_Cingay_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.4.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.4.3>
bibo:endPage "272" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-19" ;
bibo:startPage "263" ;
bibo:volume "372" ;
dc:creator "Çingay, Burçin; Demir, Ogün; Cabi, Evren" ;
dc:date "2018" ;
dc:title "Verbascum faik-karaveliogullarii (Scrophulariaceae), a new species from southeastern Anatolia, Turkey" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Verbascum_faik-karaveliogullarii_Cingay_2018>
dwc:authority "Cingay & Cabi" ;
dwc:authorityName "Cingay & Cabi" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Scrophulariaceae" ;
dwc:genus "Verbascum" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cingay & Cabi, 2018" ;
dwc:species "faik-karaveliogullarii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7FP4Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Verbascum_faik-karaveliogullarii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Verbascum_faik-karaveliogullarii>
dwc:class "Magnoliopsida" ;
dwc:family "Scrophulariaceae" ;
dwc:genus "Verbascum" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "faik-karaveliogullarii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Verbascum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Verbascum>
dwc:class "Magnoliopsida" ;
dwc:family "Scrophulariaceae" ;
dwc:genus "Verbascum" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Scrophulariaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Scrophulariaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Scrophulariaceae" ;
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,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/039E13029D55FF81FF7AF940AFB7C31F>
dc:creator "Jiang, Xiao-Die; Nan, Fang-Ru; Lv, Jun-Ping; Liu, Qi; Xie, Shu-Lian; Kociolek, John Patrick; Feng, Jia" ;
dc:title "Dinobryon ningwuensis X. JIANG, J. FENG & S. XIE. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/039E13029D55FF81FF7AF940AFB7C31F.mc.3B5FA8499D55FF81FF24F81BAFA4C33C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Dinobryon_ningwuensis_Jiang_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.3>
bibo:endPage "230" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "221" ;
bibo:volume "374" ;
dc:creator "Jiang, Xiao-Die; Nan, Fang-Ru; Lv, Jun-Ping; Liu, Qi; Xie, Shu-Lian; Kociolek, John Patrick; Feng, Jia" ;
dc:date "2018" ;
dc:title "Dinobryon ningwuensis (Chrysophyta, Dinobryaceae), a new freshwater species described from Shanxi province, China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Dinobryon_ningwuensis_Jiang_2018>
dwc:authority "X. JIANG, J. FENG & S. XIE." ;
dwc:authorityName "X. JIANG, J. FENG & S. XIE." ;
dwc:authorityYear "2018" ;
dwc:class "Chrysophyceae" ;
dwc:family "Dinobryaceae" ;
dwc:genus "Dinobryon" ;
dwc:kingdom "Chromista" ;
dwc:order "Ochromonadales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "X. Jiang, J. Feng & S. XIE., 2018" ;
dwc:species "ningwuensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Dinobryon_ningwuensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Dinobryon_ningwuensis>
dwc:class "Chrysophyceae" ;
dwc:family "Dinobryaceae" ;
dwc:genus "Dinobryon" ;
dwc:kingdom "Chromista" ;
dwc:order "Ochromonadales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "species" ;
dwc:species "ningwuensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Dinobryon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Dinobryon>
dwc:class "Chrysophyceae" ;
dwc:family "Dinobryaceae" ;
dwc:genus "Dinobryon" ;
dwc:kingdom "Chromista" ;
dwc:order "Ochromonadales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Dinobryaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Dinobryaceae>
dwc:class "Chrysophyceae" ;
dwc:family "Dinobryaceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Ochromonadales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ochromonadales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ochromonadales>
dwc:class "Chrysophyceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Ochromonadales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Chrysophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Chrysophyceae>
dwc:class "Chrysophyceae" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ochrophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ochrophyta>
dwc:kingdom "Chromista" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista>
dwc:kingdom "Chromista" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/039E13029D55FF81FF7AF940AFB7C31F.mc.3B5FA8499D55FF81FF24F81BAFA4C33C>
dwc:collectionCode "SXU" ;
dwc:eventDate "2017-09-21" ;
dwc:locality "University" ;
dwc:recordedBy "Lin Yang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "38.86111" ;
dwc:verbatimLongitude "112.21861" ;
trt:httpUri <https://treatment.plazi.org/id/039E13029D55FF81FF7AF940AFB7C31F#3B5FA8499D55FF81FF24F81BAFA4C33C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,161 @@
@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/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66>
dc:creator "Beltran, Hamilton; Leiva, Segundo" ;
dc:title "Werneria microphylla H. Beltran & S. Leiva 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4DB4FDF7FC227DD2>, <http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4DD2FA75FC42795C>, <http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4EF7F9A9FDA37938>, <http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4F18F9CDFCD179E4>, <http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4E45F9E1FE0A79C0> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Werneria_microphylla_Beltran_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.4.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.4.7>
bibo:endPage "300" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-19" ;
bibo:startPage "296" ;
bibo:volume "372" ;
dc:creator "Beltran, Hamilton; Leiva, Segundo" ;
dc:date "2018" ;
dc:title "Werneria microphylla (Asteraceae, Senecioneae), a new species from the Andean marshes of Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Werneria_microphylla_Beltran_2018>
dwc:authority "H. Beltran & S. Leiva" ;
dwc:authorityName "H. Beltran & S. Leiva" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Werneria" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. Beltran & S. Leiva, 2018" ;
dwc:species "microphylla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5BXH3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Werneria_microphylla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Werneria_microphylla>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Werneria" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "microphylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Werneria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Werneria>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Werneria" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4DB4FDF7FC227DD2>
dwc:catalogNumber "USM 253391" ;
dwc:collectionCode "H, S, M, HAO, HUSA, HUT" ;
dwc:eventDate "2017-04-29" ;
dwc:locality "Abra" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4877" ;
dwc:verbatimLatitude "-11.592777" ;
dwc:verbatimLongitude "-76.19389" ;
trt:httpUri <https://treatment.plazi.org/id/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66#3B7B3CE5FFEF0C4F4DB4FDF7FC227DD2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4DD2FA75FC42795C>
dwc:catalogNumber "USM 225364" ;
dwc:collectionCode "H" ;
dwc:eventDate "2008-05-04" ;
dwc:locality "Colla Chica" ;
dwc:recordedBy "Beltran" ;
dwc:verbatimElevation "4300" ;
dwc:verbatimLatitude "-9.673056" ;
dwc:verbatimLongitude "-77.05667" ;
trt:httpUri <https://treatment.plazi.org/id/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66#3B7B3CE5FFEF0C4F4DD2FA75FC42795C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4EF7F9A9FDA37938>
dwc:catalogNumber "USM 202336" ;
dwc:collectionCode "H" ;
dwc:eventDate "2001-05-12" ;
dwc:locality "Malpaso" ;
dwc:recordedBy "Beltran" ;
trt:httpUri <https://treatment.plazi.org/id/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66#3B7B3CE5FFEF0C4F4EF7F9A9FDA37938> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4F18F9CDFCD179E4>
dwc:catalogNumber "USM 289468" ;
dwc:collectionCode "P" ;
dwc:eventDate "2015-03-23" ;
dwc:locality "Huachocolpa" ;
dwc:recordedBy "Gonzales" ;
trt:httpUri <https://treatment.plazi.org/id/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66#3B7B3CE5FFEF0C4F4F18F9CDFCD179E4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66.mc.3B7B3CE5FFEF0C4F4E45F9E1FE0A79C0>
dwc:catalogNumber "USM 228250" ;
dwc:collectionCode "J" ;
dwc:eventDate "2006-02-16" ;
dwc:locality "Chuquisani" ;
dwc:recordedBy "Roque" ;
dwc:verbatimElevation "4255" ;
trt:httpUri <https://treatment.plazi.org/id/03BA87AEFFEF0C4C4DE7FDDFFBCC7E66#3B7B3CE5FFEF0C4F4E45F9E1FE0A79C0> ;
a dwc:MaterialCitation .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03BFB20CFF90FF8CFF7BBF80FB53F9D7>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726908>, <http://dx.doi.org/10.5281/zenodo.13726912> ;
dc:creator "Tarafder, Entaj; Dutta, Arun Kumar; Sarkar, Jit; Acharya, Krishnendu" ;
dc:title "Agaricus duplocingulatoides Tarafder, A. K. Dutta & K. Acharya 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Agaricus_duplocingulatoides_Tarafder_2018> ;
@ -26,6 +27,7 @@
dc:creator "Tarafder, Entaj; Dutta, Arun Kumar; Sarkar, Jit; Acharya, Krishnendu" ;
dc:date "2018" ;
dc:title "A new species of Agaricus sect. Brunneopicti from Eastern India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726908>, <http://dx.doi.org/10.5281/zenodo.13726912> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Agaricus_duplocingulatoides_Tarafder_2018>
@ -106,3 +108,13 @@
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726908>
dc:description "FIGURE 2. Agaricus duplocingulatoides (CUH AM537). ab. matured basidiomata at the field showing pileus surface and lamellae side. Scale bars: ab = 10 mm. Photographed by A. K. Dutta." ;
fabio:hasRepresentation <https://zenodo.org/record/13726908/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726912>
dc:description "FIGURE 3. Agaricus duplocingulatoides (CUH AM537, from Holotype). a. basidiospores; b. basidium; c. cheilocystidia; d. hyphal cells of the pileipellis. Scale bars: ab = 5 μm; c = 10 μm; d = 15 μm. Drawn by E. Tarafder." ;
fabio:hasRepresentation <https://zenodo.org/record/13726912/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03C0F67FFFDDEB34E89AD3D4FD268833>
dc:creator "Zhang, Qi; Zheng, Lingling; Li, Tianli; Li, Renhui; Song, Lirong" ;
dc:title "Aliterella shaanxiensis Q. Zhang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Bacteria/Aliterella_shaanxiensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.2>
bibo:endPage "220" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "211" ;
bibo:volume "374" ;
dc:creator "Zhang, Qi; Zheng, Lingling; Li, Tianli; Li, Renhui; Song, Lirong" ;
dc:date "2018" ;
dc:title "Aliterella shaanxiensis (Aliterellaceae), a new coccoid cyanobacterial species from China" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Bacteria/Aliterella_shaanxiensis>
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcidiopsidaceae" ;
dwc:genus "Aliterella" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:species "shaanxiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Aliterella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Aliterella>
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcidiopsidaceae" ;
dwc:genus "Aliterella" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Chroococcidiopsidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Chroococcidiopsidaceae>
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcidiopsidaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriales>
dwc:class "Cyanobacteriia" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriia>
dwc:class "Cyanobacteriia" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanobacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanobacteria>
dwc:kingdom "Bacteria" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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/03D2F846FFE9FFEBFF58C982FD48DE94>
dc:creator "Zhang, Guo-Qiang; Chen, Gui-Zhen; Liu, Zhong-Jian; Lan, Si-Ren" ;
dc:title "Cymbidium daweishanense G. Q. Zhang & Z. J. Liu 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cymbidium_daweishanense_Zhang_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.6>
bibo:endPage "256" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "249" ;
bibo:volume "374" ;
dc:creator "Zhang, Guo-Qiang; Chen, Gui-Zhen; Liu, Zhong-Jian; Lan, Si-Ren" ;
dc:date "2018" ;
dc:title "Cymbidium daweishanense (Orchidaceae; Epidendroideae), a new species from China: evidence from morphological and molecular analyses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Cymbidium_daweishanense_Zhang_2018>
dwc:authority "G.Q.Zhang & Z.J.Liu" ;
dwc:authorityName "G. Q. Zhang & Z. J. Liu" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Cymbidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "G. Q. Zhang & Z. J. Liu, 2018" ;
dwc:species "daweishanense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WT7P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cymbidium_daweishanense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Cymbidium_daweishanense>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Cymbidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "daweishanense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cymbidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cymbidium>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Cymbidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .

View file

@ -0,0 +1,457 @@
@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/03D7F370FFE2C86EFF5DFF6FA83BF8E7>
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:title "Miconia yanachagaensis Michelang. & R. Goldenb. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF02FEC2AC9DFE59>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF68FA07AC43F98E>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFEB3F9CFAE35F9AA>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFCEAF993AC3AF912>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFEF9F95BA846F93E>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFEF7F903AE0EF8E6>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFCF5F8E7ADC1F8AE>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF33F8AFADD1F84A>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF03F873ACEAF816>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFE2CF857AE75F832>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFCA8F83BA943F7DE>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86DFBB0F81FAC0BF96C>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFECEF951ACD5F908>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFE0EF935AF70F8D4>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFDACF919AE38F8B8>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFCFBF8A5A836F8B8>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFAECF8A5AE25F860>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFC9CF86DAE30F80C>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFCEDF831AE30F828>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFCEDF815AE10F7F4>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86EFCC1F7F9A872FF6F>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFAA6FF50A872FF0B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFAA6FF34AF8CFEF3>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFD77FEFCA9E1FE9F>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFAD3FEC0AC3BFE47>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFEF8FE88AF87FE63>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFD7DFE6CA920FE0F>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFB92FE30AC05FDF7>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFEFCFDF8AC7CFD93>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFEA0FDDCAF39FDBF> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Miconia_yanachagaensis_Michelang._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.1>
bibo:endPage "210" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "185" ;
bibo:volume "374" ;
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:date "2018" ;
dc:title "New and noteworthy Melastomataceae from the Yanachaga-Chemillén National Park and surrounding areas in Oxapampa, Pasco, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Miconia_yanachagaensis_Michelang._2018>
dwc:authority "Michelang. & R.Goldenb." ;
dwc:authorityName "Michelang. & R. Goldenb." ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Michelang. & R. Goldenb., 2018" ;
dwc:species "yanachagaensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/42PT3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Miconia_yanachagaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Miconia_yanachagaensis>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yanachagaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Miconia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Miconia>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF02FEC2AC9DFE59>
dwc:collectionCode "A, USM, HOXA, MO, NY" ;
dwc:eventDate "2007-12-01" ;
dwc:locality "Yanachaga-Palcazu" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2650" ;
dwc:verbatimLatitude "-10.378333" ;
dwc:verbatimLongitude "-75.45" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFF02FEC2AC9DFE59> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF68FA07AC43F98E>
dwc:collectionCode "E, R, HOXA, MO, NY, USM" ;
dwc:eventDate "2010-10-29" ;
dwc:locality "Parque Nacional Yanachaga-Chemillen" ;
dwc:recordedBy "Briceno & Rivera" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2790" ;
dwc:verbatimLatitude "-10.53389" ;
dwc:verbatimLongitude "-75.34945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFF68FA07AC43F98E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFEB3F9CFAE35F9AA>
dwc:collectionCode "L, R, CUZ, HOXA" ;
dwc:eventDate "2006-10-13" ;
dwc:locality "Sector San Alberto" ;
dwc:recordedBy "Cardenas & Francis" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2877" ;
dwc:verbatimLatitude "-10.529166" ;
dwc:verbatimLongitude "-75.35222" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFEB3F9CFAE35F9AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFCEAF993AC3AF912>
dwc:collectionCode "M, R, HOXA, HUT, MO, USM" ;
dwc:eventDate "2009-04-18" ;
dwc:locality "Refugio Abra Esperanza" ;
dwc:recordedBy "Cueva & Rivera" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2972" ;
dwc:verbatimLatitude "-10.541667" ;
dwc:verbatimLongitude "-75.34889" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFCEAF993AC3AF912> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFEF9F95BA846F93E>
dwc:collectionCode "N, F, A, HOXA, NY, USM" ;
dwc:eventDate "2016-03-21" ;
dwc:locality "Abra Esperanza" ;
dwc:recordedBy "Michelangeli" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2915" ;
dwc:verbatimLatitude "-10.528444" ;
dwc:verbatimLongitude "-75.354195" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFEF9F95BA846F93E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFEF7F903AE0EF8E6>
dwc:collectionCode "F, A, HOXA, NY, USM" ;
dwc:eventDate "2017-07-19" ;
dwc:locality "Abra Esperanza" ;
dwc:recordedBy "Michelangeli" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2920" ;
dwc:verbatimLatitude "-10.5286" ;
dwc:verbatimLongitude "-75.3544" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFEF7F903AE0EF8E6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFCF5F8E7ADC1F8AE>
dwc:collectionCode "S, F, A, HOXA, NY, UFPR, USM" ;
dwc:eventDate "2018-02-19" ;
dwc:locality "Abra Esperanza" ;
dwc:recordedBy "Michelangeli & Riva" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3020" ;
dwc:verbatimLatitude "-10.528333" ;
dwc:verbatimLongitude "-75.354164" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFCF5F8E7ADC1F8AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF33F8AFADD1F84A>
dwc:collectionCode "J, HOXA, MO" ;
dwc:eventDate "2010-11-12" ;
dwc:locality "San Alberto" ;
dwc:recordedBy "Perea" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2837" ;
dwc:verbatimLatitude "-10.530556" ;
dwc:verbatimLongitude "-75.35166" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFF33F8AFADD1F84A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFF03F873ACEAF816>
dwc:collectionCode "R, AMAZ, HOXA, HUT, MO, MOL, NY, USM" ;
dwc:eventDate "2003-06-12" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2900" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.461945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFF03F873ACEAF816> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFE2CF857AE75F832>
dwc:collectionCode "R, AMAZ, HOXA, HUT, MO, MOL, NY, USM" ;
dwc:eventDate "2003-06-12" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2900" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.461945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFE2CF857AE75F832> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86BFCA8F83BA943F7DE>
dwc:collectionCode "R, AMAZ, HOXA, HUT, MO, MOL, NY, USM" ;
dwc:eventDate "2003-08-01" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-10.366667" ;
dwc:verbatimLongitude "-75.45" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86BFCA8F83BA943F7DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE2C86DFBB0F81FAC0BF96C>
dwc:collectionCode "R, AMAZ, HOXA, HUT, MO, MOL, NY, USM" ;
dwc:eventDate "2003-08-01" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3035" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.461945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE2C86DFBB0F81FAC0BF96C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFECEF951ACD5F908>
dwc:collectionCode "R, HOXA, MO, NY, USM" ;
dwc:eventDate "2003-08-01" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3035" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.461945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFECEF951ACD5F908> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFE0EF935AF70F8D4>
dwc:collectionCode "R, HOXA, MO, NY, USM" ;
dwc:eventDate "2004-08-20" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2900" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.461945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFE0EF935AF70F8D4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFDACF919AE38F8B8>
dwc:collectionCode "R, HOXA, HUT, MO, USM, E, NY" ;
dwc:eventDate "2011-04-18" ;
dwc:locality "Distrito Huancabamba" ;
dwc:recordedBy "Vasquez & Briceno" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2903" ;
dwc:verbatimLatitude "-10.380278" ;
dwc:verbatimLongitude "-75.46166" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFDACF919AE38F8B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFCFBF8A5A836F8B8>
dwc:collectionCode "N" ;
dwc:locality "Oxapampa" ;
dwc:recordedBy "Quillazu" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFCFBF8A5A836F8B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFAECF8A5AE25F860>
dwc:collectionCode "NE, R, B, F, USM" ;
dwc:eventDate "1988-06-25" ;
dwc:locality "Paraiso-San Francisco" ;
dwc:recordedBy "Foster & Achille" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2750" ;
dwc:verbatimLatitude "-10.466666" ;
dwc:verbatimLongitude "-75.36667" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFAECF8A5AE25F860> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFC9CF86DAE30F80C>
dwc:collectionCode "A, HOXA, NY" ;
dwc:eventDate "2004-11-23" ;
dwc:recordedBy "Monteagudo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2950" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.46166" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFC9CF86DAE30F80C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFCEDF831AE30F828>
dwc:collectionCode "A, HOXA, MO, NY" ;
dwc:eventDate "2004-11-23" ;
dwc:recordedBy "Monteagudo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2950" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.46166" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFCEDF831AE30F828> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86DFCEDF815AE10F7F4>
dwc:collectionCode "A, HOXA, MO, NY" ;
dwc:eventDate "2004-11-23" ;
dwc:recordedBy "Monteagudo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2950" ;
dwc:verbatimLatitude "-10.379444" ;
dwc:verbatimLongitude "-75.46166" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86DFCEDF815AE10F7F4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE4C86EFCC1F7F9A872FF6F>
dwc:collectionCode "A, HOXA, MO, NY, USM" ;
dwc:eventDate "2007-04-22" ;
dwc:locality "Yanachaga" ;
dwc:recordedBy "Monteagudo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3260" ;
dwc:verbatimLatitude "-10.429444" ;
dwc:verbatimLongitude "-75.43528" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE4C86EFCC1F7F9A872FF6F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFAA6FF50A872FF0B>
dwc:collectionCode "A, HOXA, MO, NY, USM" ;
dwc:eventDate "2007-11-24" ;
dwc:recordedBy "Monteagudo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3170" ;
dwc:verbatimLatitude "-10.3758335" ;
dwc:verbatimLongitude "-75.46778" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFAA6FF50A872FF0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFAA6FF34AF8CFEF3>
dwc:collectionCode "A, HOXA, HUT, MO, NY, USM" ;
dwc:eventDate "2007-12-02" ;
dwc:locality "Abra Yanachaga" ;
dwc:recordedBy "Monteagudo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2940" ;
dwc:verbatimLatitude "-10.380278" ;
dwc:verbatimLongitude "-75.46166" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFAA6FF34AF8CFEF3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFD77FEFCA9E1FE9F>
dwc:collectionCode "J, HOXA, HUT, MO, NY, USM" ;
dwc:eventDate "2003-10-10" ;
dwc:locality "Milpo" ;
dwc:recordedBy "Perea" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2824" ;
dwc:verbatimLatitude "-10.366667" ;
dwc:verbatimLongitude "-75.6" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFD77FEFCA9E1FE9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFAD3FEC0AC3BFE47>
dwc:collectionCode "N, MO, USM" ;
dwc:eventDate "1984-07-13" ;
dwc:locality "Rio San Daniel" ;
dwc:recordedBy "Smith" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2850" ;
dwc:verbatimLatitude "-10.383333" ;
dwc:verbatimLongitude "-75.45" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFAD3FEC0AC3BFE47> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFEF8FE88AF87FE63>
dwc:collectionCode "L, HOXA, HUT, MO, NY, USM" ;
dwc:eventDate "2008-08-19" ;
dwc:locality "La Colmena-trocha Erica" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3320" ;
dwc:verbatimLatitude "-10.453611" ;
dwc:verbatimLongitude "-75.4425" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFEF8FE88AF87FE63> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFD7DFE6CA920FE0F>
dwc:collectionCode "L, HOXA, MO, USM" ;
dwc:eventDate "2012-05-22" ;
dwc:locality "La Colmena" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3487" ;
dwc:verbatimLatitude "-10.426667" ;
dwc:verbatimLongitude "-75.43667" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFD7DFE6CA920FE0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFB92FE30AC05FDF7>
dwc:collectionCode "R, AMAZ, HOXA, HUT, MO, USM" ;
dwc:eventDate "2008-03-01" ;
dwc:locality "Sector San Daniel" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3350" ;
dwc:verbatimLatitude "-10.429444" ;
dwc:verbatimLongitude "-75.435" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFB92FE30AC05FDF7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFEFCFDF8AC7CFD93>
dwc:collectionCode "H, HOXA, MO, NY, USM" ;
dwc:eventDate "2009-10-31" ;
dwc:locality "Milpo" ;
dwc:recordedBy "van der Werff" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3025" ;
dwc:verbatimLatitude "-10.383611" ;
dwc:verbatimLongitude "-75.62945" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFEFCFDF8AC7CFD93> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE2C86EFF5DFF6FA83BF8E7.mc.3B16483BFFE7C86EFEA0FDDCAF39FDBF>
dwc:collectionCode "H, HOXA, HUT, MO, MOL, USM" ;
dwc:eventDate "2009-10-31" ;
dwc:locality "Milpo" ;
dwc:recordedBy "van der Werff" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3025" ;
dwc:verbatimLatitude "-10.383611" ;
dwc:verbatimLongitude "-75.61833" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE2C86EFF5DFF6FA83BF8E7#3B16483BFFE7C86EFEA0FDDCAF39FDBF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,173 @@
@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/03D7F370FFE7C871FF5DF890AC0AF833>
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:title "Triolena rojasae Michelang. & R. Goldenb. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFE6C86FFF02FF50AFB0FF2B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FF68FBD4AECBFBB7>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FC08FBB8A842FB53>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FAB1FB9CAC21FB1B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FE93FB44AE42FB27>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FCB1FB28ADC1FAEF> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Triolena_rojasae_Michelang._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.1>
bibo:endPage "210" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "185" ;
bibo:volume "374" ;
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:date "2018" ;
dc:title "New and noteworthy Melastomataceae from the Yanachaga-Chemillén National Park and surrounding areas in Oxapampa, Pasco, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Triolena_rojasae_Michelang._2018>
dwc:authority "Michelang. & R.Goldenb." ;
dwc:authorityName "Michelang. & R. Goldenb." ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Triolena" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Michelang. & R. Goldenb., 2018" ;
dwc:species "rojasae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Triolena_rojasae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Triolena_rojasae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Triolena" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rojasae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Triolena> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Triolena>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Triolena" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFE6C86FFF02FF50AFB0FF2B>
dwc:collectionCode "R, A, I, USM, AMAZ, HOXA, HUT, MO, MOL, NY" ;
dwc:eventDate "2008-03-17" ;
dwc:locality "Sector Paujil" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "429" ;
dwc:verbatimLatitude "-10.344999" ;
dwc:verbatimLongitude "-75.263336" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE7C871FF5DF890AC0AF833#3B16483BFFE6C86FFF02FF50AFB0FF2B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FF68FBD4AECBFBB7>
dwc:locality "Parque Nacional Yanachaga-Chemillen" ;
dwc:recordedBy "Paujil & Colpa Lobo" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE7C871FF5DF890AC0AF833#3B16483BFFF8C871FF68FBD4AECBFBB7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FC08FBB8A842FB53>
dwc:collectionCode "F, A, R, NY, USM" ;
dwc:eventDate "2017-07-13" ;
dwc:recordedBy "Michelangeli & Goldenberg" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "380" ;
dwc:verbatimLatitude "-10.3308" ;
dwc:verbatimLongitude "-75.2541" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE7C871FF5DF890AC0AF833#3B16483BFFF8C871FC08FBB8A842FB53> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FAB1FB9CAC21FB1B>
dwc:collectionCode "R, HOXA, MO" ;
dwc:eventDate "2005-02-12" ;
dwc:locality "Puente Albarino" ;
dwc:recordedBy "Rojas" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "500" ;
dwc:verbatimLatitude "-10.25" ;
dwc:verbatimLongitude "-75.25" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE7C871FF5DF890AC0AF833#3B16483BFFF8C871FAB1FB9CAC21FB1B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FE93FB44AE42FB27>
dwc:collectionCode "R, HOXA, HUT, MO, MOL, NY, USM" ;
dwc:eventDate "2008-06-08" ;
dwc:locality "Playa Caliente" ;
dwc:recordedBy "Rojas" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "304" ;
dwc:verbatimLatitude "-10.252778" ;
dwc:verbatimLongitude "-75.22444" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE7C871FF5DF890AC0AF833#3B16483BFFF8C871FE93FB44AE42FB27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFE7C871FF5DF890AC0AF833.mc.3B16483BFFF8C871FCB1FB28ADC1FAEF>
dwc:collectionCode "R, HOXA, HUT, MO, MOL, NY, USM" ;
dwc:eventDate "2010-05-22" ;
dwc:locality "Playa Caliente" ;
dwc:recordedBy "Vasquez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "304" ;
dwc:verbatimLatitude "-10.252778" ;
dwc:verbatimLongitude "-75.22444" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFE7C871FF5DF890AC0AF833#3B16483BFFF8C871FCB1FB28ADC1FAEF> ;
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/03D7F370FFEBC865FF5DF986A98DFDBF>
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:title "Macrocentrum andinum Michelang. & R. Goldenb. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEBC865FF5DF986A98DFDBF.mc.3B16483BFFEBC862FF02F8F8AC24F8B3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Macrocentrum_andinum_Michelang._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.1>
bibo:endPage "210" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "185" ;
bibo:volume "374" ;
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:date "2018" ;
dc:title "New and noteworthy Melastomataceae from the Yanachaga-Chemillén National Park and surrounding areas in Oxapampa, Pasco, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Macrocentrum_andinum_Michelang._2018>
dwc:authority "Michelang. & R.Goldenb." ;
dwc:authorityName "Michelang. & R. Goldenb." ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Macrocentrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Michelang. & R. Goldenb., 2018" ;
dwc:species "andinum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3X36X> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Macrocentrum_andinum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Macrocentrum_andinum>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Macrocentrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "andinum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Macrocentrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Macrocentrum>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Macrocentrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/03D7F370FFEBC865FF5DF986A98DFDBF.mc.3B16483BFFEBC862FF02F8F8AC24F8B3>
dwc:collectionCode "R, M, C, NY, HOXA, HUT, MO, MOL, USM" ;
dwc:eventDate "2011-05-28" ;
dwc:locality "Parque Nacional Yanachaga-Chemillen" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "576" ;
dwc:verbatimLatitude "-10.389722" ;
dwc:verbatimLongitude "-75.28528" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEBC865FF5DF986A98DFDBF#3B16483BFFEBC862FF02F8F8AC24F8B3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,152 @@
@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/03D7F370FFECC867FF5DFD68ACF6FC5F>
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:title "Meriania rubriflora Michelang. & R. Goldenb. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FF02FCDAAFB9FC51>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FF68F890ACCFF817>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FE36F858AF21F833>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FD90F83CA986F7DF> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Meriania_rubriflora_Michelang._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.1>
bibo:endPage "210" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "185" ;
bibo:volume "374" ;
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:date "2018" ;
dc:title "New and noteworthy Melastomataceae from the Yanachaga-Chemillén National Park and surrounding areas in Oxapampa, Pasco, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Meriania_rubriflora_Michelang._2018>
dwc:authority "Michelang. & R.Goldenb." ;
dwc:authorityName "Michelang. & R. Goldenb." ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Meriania" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Michelang. & R. Goldenb., 2018" ;
dwc:species "rubriflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3ZTVT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Meriania_rubriflora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Meriania_rubriflora>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Meriania" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rubriflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Meriania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Meriania>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Meriania" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FF02FCDAAFB9FC51>
dwc:collectionCode "L, A, J, R, USM, AMAZ, CUZ, HOXA, HUT, MO, MOL" ;
dwc:eventDate "2006-06-25" ;
dwc:locality "Sector Oso Playa" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2565" ;
dwc:verbatimLatitude "-10.318055" ;
dwc:verbatimLongitude "-75.60777" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFECC867FF5DFD68ACF6FC5F#3B16483BFFECC865FF02FCDAAFB9FC51> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FF68F890ACCFF817>
dwc:collectionCode "L, J, AMAZ, CUZ, HOXA, HUT, MO, USM" ;
dwc:eventDate "2006-06-20" ;
dwc:locality "Margen" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2497" ;
dwc:verbatimLatitude "-10.324445" ;
dwc:verbatimLongitude "-75.601944" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFECC867FF5DFD68ACF6FC5F#3B16483BFFECC865FF68F890ACCFF817> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FE36F858AF21F833>
dwc:collectionCode "R, J, HOXA, MO" ;
dwc:eventDate "2004-06-26" ;
dwc:recordedBy "de Bosque" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2200" ;
dwc:verbatimLatitude "-10.3225" ;
dwc:verbatimLongitude "-75.56972" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFECC867FF5DFD68ACF6FC5F#3B16483BFFECC865FE36F858AF21F833> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFECC867FF5DFD68ACF6FC5F.mc.3B16483BFFECC865FD90F83CA986F7DF>
dwc:collectionCode "A, HOXA, MO, USM" ;
dwc:eventDate "2008-06-25" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2567" ;
dwc:verbatimLatitude "-10.318055" ;
dwc:verbatimLongitude "-75.60777" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFECC867FF5DFD68ACF6FC5F#3B16483BFFECC865FD90F83CA986F7DF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,185 @@
@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/03D7F370FFEEC86AFF5DFC48A9E6FDF7>
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:title "Miconia palcazuana Michelang. & R. Goldenb. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFEEC867FF36FB9EAF0FFB1D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FE9BFB28AF6AFAC3>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FDABFB0CAE62FAEF>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FC50FAD0AFC6FA8B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FD3FFAB4AE0DFA57>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FCF7FA98A825FA73>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FA9EFA7CACD6FA3B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FE0CFA24AE37F9C7> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Miconia_palcazuana_Michelang._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.1>
bibo:endPage "210" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "185" ;
bibo:volume "374" ;
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:date "2018" ;
dc:title "New and noteworthy Melastomataceae from the Yanachaga-Chemillén National Park and surrounding areas in Oxapampa, Pasco, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Miconia_palcazuana_Michelang._2018>
dwc:authority "Michelang. & R.Goldenb." ;
dwc:authorityName "Michelang. & R. Goldenb." ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Michelang. & R. Goldenb., 2018" ;
dwc:species "palcazuana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/42P2B> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Miconia_palcazuana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Miconia_palcazuana>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "palcazuana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Miconia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Miconia>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFEEC867FF36FB9EAF0FFB1D>
dwc:collectionCode "R, USM, AMAZ, HOXA, HUT, MO, NY" ;
dwc:eventDate "2008-03-12" ;
dwc:locality "Sector Paujil" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "429" ;
dwc:verbatimLatitude "-10.304444" ;
dwc:verbatimLongitude "-75.27723" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFEEC867FF36FB9EAF0FFB1D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FE9BFB28AF6AFAC3>
dwc:locality "Parque Nacional Yanachaga-Chemillen" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FE9BFB28AF6AFAC3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FDABFB0CAE62FAEF>
dwc:collectionCode "F, A, R, HOXA, NY, USM" ;
dwc:eventDate "2017-07-16" ;
dwc:locality "Goldenberg" ;
dwc:verbatimElevation "350" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FDABFB0CAE62FAEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FC50FAD0AFC6FA8B>
dwc:collectionCode "HOXA, MO, USM" ;
dwc:eventDate "2014-09-18" ;
dwc:locality "Vasquez" ;
dwc:verbatimElevation "399" ;
dwc:verbatimLatitude "-10.323889" ;
dwc:verbatimLongitude "-75.26361" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FC50FAD0AFC6FA8B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FD3FFAB4AE0DFA57>
dwc:collectionCode "R, HOXA, MO" ;
dwc:eventDate "2007-01-27" ;
dwc:locality "Vasquez" ;
dwc:verbatimElevation "330" ;
dwc:verbatimLatitude "-10.192223" ;
dwc:verbatimLongitude "-75.16028" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FD3FFAB4AE0DFA57> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FCF7FA98A825FA73>
dwc:collectionCode "R, HOXA, HUT, MO, NY, USM" ;
dwc:eventDate "2009-03-15" ;
dwc:locality "Vasquez" ;
dwc:recordedBy "Estacion Biologica Paujil & el Chiflon" ;
dwc:verbatimElevation "365" ;
dwc:verbatimLatitude "-10.3127775" ;
dwc:verbatimLongitude "-75.26222" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FCF7FA98A825FA73> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FA9EFA7CACD6FA3B>
dwc:collectionCode "R, C, HOXA, MO, USM, NY" ;
dwc:eventDate "2011-03-17" ;
dwc:locality "Mateo" ;
dwc:recordedBy "Estacion Biologica Paujil & Lobo" ;
dwc:verbatimElevation "405" ;
dwc:verbatimLatitude "-10.35889" ;
dwc:verbatimLongitude "-75.246666" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FA9EFA7CACD6FA3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFEEC86AFF5DFC48A9E6FDF7.mc.3B16483BFFE0C869FE0CFA24AE37F9C7>
dwc:collectionCode "V, HOXA, MO" ;
dwc:eventDate "2015-03-11" ;
dwc:locality "Zuniga" ;
dwc:verbatimElevation "1274" ;
dwc:verbatimLatitude "-10.34611" ;
dwc:verbatimLongitude "-75.2525" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFEEC86AFF5DFC48A9E6FDF7#3B16483BFFE0C869FE0CFA24AE37F9C7> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,209 @@
@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/03D7F370FFFBC875FF5DF943AE1DF7FE>
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:title "Triolena vasquezii Michelang. & R. Goldenb. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFBC872FF02F8D2AC95F8A9>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FE9BFBB8AF09FB7F>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FDCAFB60A92DFB1B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FB94FB44AC06FAC3>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FEFCFB0CAE97FAEF>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FC4EFAD0A951FA8B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FB8CFAB4A8BCFA57>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FF5DFA7CADC1F9C7>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FF3CFA08AF16F9E3>, <http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FDCCF9ECADC1F977> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Triolena_vasquezii_Michelang._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.1>
bibo:endPage "210" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "185" ;
bibo:volume "374" ;
dc:creator "Michelangeli, Fabián A.; Goldenberg, Renato" ;
dc:date "2018" ;
dc:title "New and noteworthy Melastomataceae from the Yanachaga-Chemillén National Park and surrounding areas in Oxapampa, Pasco, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Triolena_vasquezii_Michelang._2018>
dwc:authority "Michelang. & R.Goldenb." ;
dwc:authorityName "Michelang. & R. Goldenb." ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Triolena" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Michelang. & R. Goldenb., 2018" ;
dwc:species "vasquezii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/58W68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Triolena_vasquezii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Triolena_vasquezii>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Triolena" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "vasquezii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Triolena> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Triolena>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Triolena" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFBC872FF02F8D2AC95F8A9>
dwc:collectionCode "F, A, USM, NY" ;
dwc:eventDate "2016-03-18" ;
dwc:locality "Pan de Azucar" ;
dwc:recordedBy "de Azucar" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1145" ;
dwc:verbatimLatitude "-10.196889" ;
dwc:verbatimLongitude "-75.587555" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFBC872FF02F8D2AC95F8A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FE9BFBB8AF09FB7F>
dwc:collectionCode "L, V, HOXA, MO, USM" ;
dwc:eventDate "2006-07-22" ;
dwc:locality "Parque Nacional Yanachaga-Chemillen" ;
dwc:verbatimElevation "1050" ;
dwc:verbatimLatitude "-10.184722" ;
dwc:verbatimLongitude "-75.58083" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FE9BFBB8AF09FB7F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FDCAFB60A92DFB1B>
dwc:collectionCode "L, A, AMAZ, HOXA, HUSA, HUT, MO, USM" ;
dwc:eventDate "2007-08-08" ;
dwc:locality "Pan de Azucar" ;
dwc:verbatimElevation "1100" ;
dwc:verbatimLatitude "-10.184722" ;
dwc:verbatimLongitude "-75.58083" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FDCAFB60A92DFB1B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FB94FB44AC06FAC3>
dwc:collectionCode "N, F, A, HOXA, NY, USM" ;
dwc:eventDate "2017-07-23" ;
dwc:locality "Huancabamba-Pozuzo" ;
dwc:verbatimElevation "1175" ;
dwc:verbatimLatitude "-10.1961" ;
dwc:verbatimLongitude "-75.5877" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FB94FB44AC06FAC3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FEFCFB0CAE97FAEF>
dwc:collectionCode "F, A, HOXA, NY, USM" ;
dwc:eventDate "2018-02-16" ;
dwc:locality "Pan de Azucar" ;
dwc:verbatimElevation "1175" ;
dwc:verbatimLatitude "-10.1878" ;
dwc:verbatimLongitude "-75.5877" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FEFCFB0CAE97FAEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FC4EFAD0A951FA8B>
dwc:collectionCode "R, HOXA, HUT, MO, MOL, USM" ;
dwc:eventDate "2003-08-12" ;
dwc:locality "Puesto de Control Huampal" ;
dwc:verbatimElevation "1100" ;
dwc:verbatimLatitude "-10.183333" ;
dwc:verbatimLongitude "-75.566666" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FC4EFAD0A951FA8B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FB8CFAB4A8BCFA57>
dwc:collectionCode "R, HOXA, MO, NY" ;
dwc:eventDate "2004-06-02" ;
dwc:locality "Pozuzo" ;
dwc:verbatimElevation "1340" ;
dwc:verbatimLatitude "-10.067223" ;
dwc:verbatimLongitude "-75.54972" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FB8CFAB4A8BCFA57> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FF5DFA7CADC1F9C7>
dwc:collectionCode "R, HOXA, HUT, MO, MOL, NY, USM, L" ;
dwc:eventDate "2008-09-09" ;
dwc:locality "Pan de Azucar" ;
dwc:verbatimElevation "1056" ;
dwc:verbatimLatitude "-10.158333" ;
dwc:verbatimLongitude "-75.32611" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FF5DFA7CADC1F9C7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FF3CFA08AF16F9E3>
dwc:collectionCode "L, J, HOXA, HUT, MO, NY, USM" ;
dwc:eventDate "2009-08-18" ;
dwc:locality "Pan de Azucar" ;
dwc:verbatimElevation "1189" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FF3CFA08AF16F9E3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F370FFFBC875FF5DF943AE1DF7FE.mc.3B16483BFFFAC873FDCCF9ECADC1F977>
dwc:collectionCode "R, AMAZ, HOXA, HUT, MO, MOL, NY, USM, N" ;
dwc:eventDate "1983-05-12" ;
dwc:locality "Rio San Jose" ;
dwc:verbatimElevation "1148" ;
dwc:verbatimLatitude "-10.183056" ;
dwc:verbatimLongitude "-75.57389" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F370FFFBC875FF5DF943AE1DF7FE#3B16483BFFFAC873FDCCF9ECADC1F977> ;
a dwc:MaterialCitation .

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/03DD1338A276FF9253F31BC8FAAAFBF5>
dc:creator "Rykaczewski, Max; Driessen, Wiel; Kolanowska, Marta" ;
dc:title "Acianthera amsleri Rykacz., Driessen & Kolan. 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Acianthera_amsleri_Rykacz._2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.4.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.4.6>
bibo:endPage "295" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-19" ;
bibo:startPage "291" ;
bibo:volume "372" ;
dc:creator "Rykaczewski, Max; Driessen, Wiel; Kolanowska, Marta" ;
dc:date "2018" ;
dc:title "A new species of Acianthera (Pleurothallidinae, Orchidaceae) from Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Acianthera_amsleri_Rykacz._2018>
dwc:authority "Rykacz., Driessen & Kolan." ;
dwc:authorityName "Rykacz., Driessen & Kolan." ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Acianthera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rykacz., Driessen & Kolan., 2018" ;
dwc:species "amsleri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WQ5N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acianthera_amsleri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Acianthera_amsleri>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Acianthera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "amsleri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acianthera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acianthera>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Acianthera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .

View file

@ -0,0 +1,144 @@
@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/03ED2C346002FFE507AD3A7CFCF0F867>
dc:creator "Sala, Silvia E.; Vouilloud, Amelia A." ;
dc:title "Odontidium andinum Sala & Vouilloud, 2018, spec. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE207983B7FFC8CF89C>, <http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE2047C3B7FFAC6F89C>, <http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE202363B7FFE57F8B8>, <http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE206843B13FCBAF8B8>, <http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE204A33B13FAE8F8B8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Odontidium_andinum_Sala_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.3.5>
bibo:endPage "228" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-16" ;
bibo:startPage "221" ;
bibo:volume "372" ;
dc:creator "Sala, Silvia E.; Vouilloud, Amelia A." ;
dc:date "2018" ;
dc:title "Odontidium andinum spec. nov. (Bacillariophyta) from Mendoza, Argentina" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Odontidium_andinum_Sala_2018>
dwc:authorityName "Sala & Vouilloud" ;
dwc:authorityYear "2018" ;
dwc:class "Gastropoda" ;
dwc:family "Caecidae" ;
dwc:genus "Odontidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sala & Vouilloud, 2018" ;
dwc:species "andinum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontidium_andinum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Odontidium_andinum>
dwc:class "Gastropoda" ;
dwc:family "Caecidae" ;
dwc:genus "Odontidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "andinum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontidium>
dwc:class "Gastropoda" ;
dwc:family "Caecidae" ;
dwc:genus "Odontidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caecidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caecidae>
dwc:class "Gastropoda" ;
dwc:family "Caecidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Littorinimorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Littorinimorpha>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE207983B7FFC8CF89C>
dwc:locality "Marked" ;
dwc:recordedBy "Finder M" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/03ED2C346002FFE507AD3A7CFCF0F867#3B2C977F6000FFE207983B7FFC8CF89C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE2047C3B7FFAC6F89C>
dwc:locality "Slide" ;
dwc:recordedBy "Finder L" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/03ED2C346002FFE507AD3A7CFCF0F867#3B2C977F6000FFE2047C3B7FFAC6F89C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE202363B7FFE57F8B8>
dwc:locality "Slide" ;
dwc:recordedBy "Finder L" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/03ED2C346002FFE507AD3A7CFCF0F867#3B2C977F6000FFE202363B7FFE57F8B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE206843B13FCBAF8B8>
dwc:catalogNumber "R 48" ;
dwc:collectionCode "R" ;
dwc:locality "Slide" ;
dwc:recordedBy "Finder" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/03ED2C346002FFE507AD3A7CFCF0F867#3B2C977F6000FFE206843B13FCBAF8B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03ED2C346002FFE507AD3A7CFCF0F867.mc.3B2C977F6000FFE204A33B13FAE8F8B8>
dwc:locality "Slide" ;
dwc:recordedBy "Finder J" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/03ED2C346002FFE507AD3A7CFCF0F867#3B2C977F6000FFE204A33B13FAE8F8B8> ;
a dwc:MaterialCitation .

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/03F1DF0DFFFDFFD3FF6CFD4AFD59AE4B>
dc:creator "Baranow, Przemyslaw; Dudek, Magdalena" ;
dc:title "Sobralia fugax Baranow & Dudek 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sobralia_fugax_Baranow_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.4.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.4.4>
bibo:endPage "282" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-19" ;
bibo:startPage "273" ;
bibo:volume "372" ;
dc:creator "Baranow, Przemyslaw; Dudek, Magdalena" ;
dc:date "2018" ;
dc:title "Sobralia fugax (Orchidaceae: Sobraliae) - a new species from Colombia described on the basis of morphological study and phylogenetic analyses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sobralia_fugax_Baranow_2018>
dwc:authority "Baranow & Dudek" ;
dwc:authorityName "Baranow & Dudek" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Sobralia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Baranow & Dudek, 2018" ;
dwc:species "fugax" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X6CF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sobralia_fugax> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sobralia_fugax>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Sobralia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "fugax" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sobralia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sobralia>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Sobralia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FF9EFFF0FF45FBF8FBC8FB2C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726773>, <http://dx.doi.org/10.5281/zenodo.13726851> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia truncata Sobral 2012" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FF9EFFF0FF45FBF8FBC8FB2C.mc.3B393C82FF9EFFF6FF45FBB2FD64FB28>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FF9EFFF0FF45FBF8FBC8FB2C.mc.3B393C82FF98FFF0FD91FE1CFDBFFE72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FF9EFFF0FF45FBF8FBC8FB2C.mc.3B393C82FF98FFF0FDF6FE38FC86FE72> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726773>, <http://dx.doi.org/10.5281/zenodo.13726851> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_truncata_Sobral_2012>
@ -109,6 +111,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726773>
dc:description "FIGURE 28. Distribution of Myrcia insigniflora (squares), Myrcia mutabilis (circles) and Myrcia truncata (triangles). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726773/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726851>
dc:description "FIGURE 55. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia truncata (holotype: Paixão 1256 [CEPEC])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726851/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FF9EFFF0FF45FBF8FBC8FB2C.mc.3B393C82FF9EFFF6FF45FBB2FD64FB28>
dwc:eventDate "2007-10-12" ;
dwc:locality "Timbo" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFA5FFCFFF45F970FB04F86A>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726721>, <http://dx.doi.org/10.5281/zenodo.13726833> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia subterminalis M. F. Santos 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA5FFCFFF45F970FB04F86A.mc.3B393C82FFA5FFCDFF45F92AFCEEF8A0> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726721>, <http://dx.doi.org/10.5281/zenodo.13726833> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_subterminalis_Santos_2015>
@ -109,6 +111,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726721>
dc:description "FIGURE 10. Distribution of Myrcia ascendens (triangles), Myrcia subavenia (circles) and Myrcia subterminalis (squares). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726721/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726833>
dc:description "FIGURE 49. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia subterminalis (isotype: Rossini 482 [SP])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726833/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA5FFCFFF45F970FB04F86A.mc.3B393C82FFA5FFCDFF45F92AFCEEF8A0>
dwc:collectionCode "SPF" ;
dwc:eventDate "2003-08-27" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFA6FFF4FF45FF7CFB59FE8E>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726696>, <http://dx.doi.org/10.5281/zenodo.13726727>, <http://dx.doi.org/10.5281/zenodo.13726837> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia summa M. F. Santos 2016" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FFA6FFCEFE9EFF36FE38FF70>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FFA6FFCEFE9CFEEEFD2CFEC8>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FFA6FFCEFE8AFE1EFD9AFE58>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FD90FBDCFE93FBB2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FEE1FBF8FA29FBB2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF45FB94FAC6FBEE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FA9AFB94FA29FB0A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF45FB4CFA28FB26>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF45FB68FAC3FB42>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FA9AFB68FC7EFB7E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FC31FB04FCD9FA9A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FCACFB20FD88FAB6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FDDFFAFCFC66FAD2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FC38FA98FD2CFA0E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FD62FAB4FEB5FA2A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FE85FA50FEF4FA46>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FE4BFA6CFA88FA46>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FADCFA6CFCEAFA62>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FCBEFA08FE43F99E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FE1AFA24FA82F99E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FAD5FA24FEF3F9D6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FE4BF99CFA28F9D6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF45F9B8FF47F92E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF15F954FA90F92E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FAE1F954FB33F94A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FB0AF970FCBAF966>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FC8EF90CFE50F882>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FE27F928FEAEF8BE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FEE0F8C4FC62F8DA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FC35F8E0FD93F8F6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FDE6F8BCFF7FF812>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF37F858FA28F812>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FF45F874FABCF84E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FAF3F874FB1FF86A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FB53F810FD6EF786>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF5FD21F82CFCC7F7A2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9DFFF4FC9EF7C8FD4BFF36>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9CFFF4FD1FFF7CFEBCFF52>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9CFFF4FE8DFF18FA9DFF52>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9CFFF4FAEDFF18FC50FE8E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FF9CFFF4FC27FF34FB5EFE8E> ;
@ -28,6 +29,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726696>, <http://dx.doi.org/10.5281/zenodo.13726727>, <http://dx.doi.org/10.5281/zenodo.13726837> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_summa_McVaugh_1958>
@ -230,6 +232,21 @@
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Marlierea> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726696>
dc:description "FIGURE 3. A. Detail of the leaf of Myrcia summa showing foveolate dots (Prance 29040 [RB]). B. Wax peeling (white) on the leaf of Myrcia rupestris (Santos 641 [SPF]). C. Wax peeling (white) on the leaf of Myrcia costeira (Santos 851 [SPF]). D. Keeled twig of Myrcia costeira (Santos 851 [SPF]). E. Keeled twig of Myrcia densa (Santos 643 [SPF]). F. Leafy cataphyll of Myrcia subcordata covering immature leaves (Rochelle 55 [SPF]). G. Leafy cataphyll (indicated) of Myrcia costeira (Santos 851 [SPF]). H. Scale-like cataphyll (indicated) of Myrcia subavenia (Santos 715 [SPF]). Scales:A=4 mm; BH=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726696/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726727>
dc:description "FIGURE 12. Distribution of Myrcia attenuata (triangles), Myrcia foveolata (squares) and Myrcia summa (circles). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726727/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726837>
dc:description "FIGURE 50. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia summa (holotype of Marlierea summa var. summa: Maguire 28644 [MICH])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726837/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFA6FFF4FF45FF7CFB59FE8E.mc.3B393C82FFA6FFCEFE9EFF36FE38FF70>
dwc:eventDate "1949-01-26" ;
dwc:locality "Cerro Sipapo" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFB7FFD9FF45FB4CFB46F966>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726692>, <http://dx.doi.org/10.5281/zenodo.13726696>, <http://dx.doi.org/10.5281/zenodo.13726700>, <http://dx.doi.org/10.5281/zenodo.13726704>, <http://dx.doi.org/10.5281/zenodo.13726779>, <http://dx.doi.org/10.5281/zenodo.13726815> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia rupestris M. F. Santos 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB7FFDFFF45FB06FF61FAB8>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FD97FB1CFCE9FB73>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FCBFFB3FFEEFFA90>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FEA1FADAFB78FA90>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FACFFADAFC8CFACD>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FCC0FAF5FE62FAEA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FE37FA90FA28FAEA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FF45FAACFCB9FA06>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FC8EFAACFE8AFA23>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FEDEFA4FFA28FA23>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FF45FA6AFBC5FA40>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FB98FA6AFD43FA7D>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FD14FA05FD20F99A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FD77FA20FECCF9B6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FE9DF9FCFB49F9B6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FB1EF9FCFD2DF9D3>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FD63F99FFDE2F9F0>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FDBAF9BAFE55F92D>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FE2AF955FEDFF94A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FEADF970FF42F966>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FF15F90CFC5CF966>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB1FFD9FC13F90CFB4AF966> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726692>, <http://dx.doi.org/10.5281/zenodo.13726696>, <http://dx.doi.org/10.5281/zenodo.13726700>, <http://dx.doi.org/10.5281/zenodo.13726704>, <http://dx.doi.org/10.5281/zenodo.13726779>, <http://dx.doi.org/10.5281/zenodo.13726815> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_rupestris_Santos_2015>
@ -109,6 +111,36 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726692>
dc:description "FIGURE 2. Habits of Myrcia sect. Sympodiomyrcia. A. Shrub, Myrcia mutabilis (Santos 591 [SPF]). B. Shrub, Myrcia densa (Santos 820 [SPF]). C. Tree, Myrcia subcordata (Faria 3105 [UB]). D. Shrub, Myrcia rupestris (Santos 654 [SPF]). E. Shrub, Myrcia mucugensis (Santos 823 [SPF]). F. Treelet, Myrcia densa (Santos 813 [SPF]). G. Subshrub, Myrcia nitida (Santos 831 [SPF]). H. Shrub, Myrcia ascendens (Santos 829 [SPF]). Image credit: C. Jair E.Q.Faria." ;
fabio:hasRepresentation <https://zenodo.org/record/13726692/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726696>
dc:description "FIGURE 3. A. Detail of the leaf of Myrcia summa showing foveolate dots (Prance 29040 [RB]). B. Wax peeling (white) on the leaf of Myrcia rupestris (Santos 641 [SPF]). C. Wax peeling (white) on the leaf of Myrcia costeira (Santos 851 [SPF]). D. Keeled twig of Myrcia costeira (Santos 851 [SPF]). E. Keeled twig of Myrcia densa (Santos 643 [SPF]). F. Leafy cataphyll of Myrcia subcordata covering immature leaves (Rochelle 55 [SPF]). G. Leafy cataphyll (indicated) of Myrcia costeira (Santos 851 [SPF]). H. Scale-like cataphyll (indicated) of Myrcia subavenia (Santos 715 [SPF]). Scales:A=4 mm; BH=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726696/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726700>
dc:description "FIGURE 4. A. Myrcia plusiantha, with cataphylls (arrow indicating the scar) present at all internodes; note sympodial branching (Santos 705 [SPF]). B. Myrcia nitida, with cataphylls (arrow indicating the scar) present only at the basal internode of a new branch; note monopodial branching (Harley CFCR 4530 [SPF]) C. Myrcia ascendens, without cataphyll—they are rarely formed in this species; note monopodial branching (Santos 829 [SPF]). D. Sympodial branching of Myrcia mutabilis (Santos 716 [SPF]). E. Monopodial branching of Myrcia rupestris (Santos 640 [SPF]). F. Monopodial branching of Myrcia ascendens (Santos 829 [SPF]). G. Bifid vegetative bud in Myrcia insigniflora (Santos 682 [SPF]). H. Leaf of Myrcia subcordata against light showing the venation (Santos 681 [SPF]). Scales: A, D and F=2 cm; C and H=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726700/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726704>
dc:description "FIGURE 5. Inflorescence of Myrcia sect. Sympodiomyrcia. A. Myrcia bicolor, sympodial branching at the base of the inflorescence, with terminal dichasia (Ávila 388 [SPF]). B. Myrcia tenuifolia, multiple branches at the base, including also vegetative branches (Santos 1223 [ICN]). C. Myrcia rupestris, inflorescence with one branch per axillary node, terminal dichasia present (Santos 640 [SPF]). D. Pyramidal inflorescence of Myrcia plusiantha (Barbosa 931 [SPF]). E. Corymbiform inflorescence of Myrcia densa (Santos 813 [SPF]). F. Umbelliform inflorescence of Myrcia mucugensis (Kral 75641 [SP]). Scales: C=1 cm; F=5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726704/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726779>
dc:description "FIGURE 30. Distribution of Myrcia lenheirensis (circles), Myrcia mucugensis (triangles) and Myrcia rupestris (squares). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726779/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726815>
dc:description "FIGURE 42. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia rupestris (holotype: Santos 642 [SPF])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726815/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFB7FFD9FF45FB4CFB46F966.mc.3B393C82FFB7FFDFFF45FB06FF61FAB8>
dwc:collectionCode "RB" ;
dwc:eventDate "2011-02-10" ;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFCBFFADFF45FD8CFB91FE56>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726692>, <http://dx.doi.org/10.5281/zenodo.13726704>, <http://dx.doi.org/10.5281/zenodo.13726710>, <http://dx.doi.org/10.5281/zenodo.13726779>, <http://dx.doi.org/10.5281/zenodo.13726781> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia mucugensis Sobral 2010" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCBFFADFF45FD8CFB91FE56.mc.3B393C82FFCBFFA3FF45FD46FEA2FD5C>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCBFFADFF45FD8CFB91FE56.mc.3B393C82FFC5FFADFDAFFE88FCFFFE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCBFFADFF45FD8CFB91FE56.mc.3B393C82FFC5FFADFCB6FEA4FDD1FE3A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCBFFADFF45FD8CFB91FE56.mc.3B393C82FFC5FFADFDA0FE40FCB9FE56>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCBFFADFF45FD8CFB91FE56.mc.3B393C82FFC5FFADFC8DFE1CFB96FE56> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726692>, <http://dx.doi.org/10.5281/zenodo.13726704>, <http://dx.doi.org/10.5281/zenodo.13726710>, <http://dx.doi.org/10.5281/zenodo.13726779>, <http://dx.doi.org/10.5281/zenodo.13726781> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_mucugensis_Sobral_2010>
@ -109,6 +111,31 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726692>
dc:description "FIGURE 2. Habits of Myrcia sect. Sympodiomyrcia. A. Shrub, Myrcia mutabilis (Santos 591 [SPF]). B. Shrub, Myrcia densa (Santos 820 [SPF]). C. Tree, Myrcia subcordata (Faria 3105 [UB]). D. Shrub, Myrcia rupestris (Santos 654 [SPF]). E. Shrub, Myrcia mucugensis (Santos 823 [SPF]). F. Treelet, Myrcia densa (Santos 813 [SPF]). G. Subshrub, Myrcia nitida (Santos 831 [SPF]). H. Shrub, Myrcia ascendens (Santos 829 [SPF]). Image credit: C. Jair E.Q.Faria." ;
fabio:hasRepresentation <https://zenodo.org/record/13726692/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726704>
dc:description "FIGURE 5. Inflorescence of Myrcia sect. Sympodiomyrcia. A. Myrcia bicolor, sympodial branching at the base of the inflorescence, with terminal dichasia (Ávila 388 [SPF]). B. Myrcia tenuifolia, multiple branches at the base, including also vegetative branches (Santos 1223 [ICN]). C. Myrcia rupestris, inflorescence with one branch per axillary node, terminal dichasia present (Santos 640 [SPF]). D. Pyramidal inflorescence of Myrcia plusiantha (Barbosa 931 [SPF]). E. Corymbiform inflorescence of Myrcia densa (Santos 813 [SPF]). F. Umbelliform inflorescence of Myrcia mucugensis (Kral 75641 [SP]). Scales: C=1 cm; F=5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726704/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726710>
dc:description "FIGURE 7. Fruits of Myrcia sect. Sympodiomyrcia. A. Myrcia densa (Santos 643 [SPF]). B. Myrcia mucugensis (Santos 823 [SPF]). C. Myrcia ascendens (Santos 829 [SPF]). D. Myrcia mutabilis (Faria 3106 [UB]). Image credit: D. Jair E.Q.Faria." ;
fabio:hasRepresentation <https://zenodo.org/record/13726710/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726779>
dc:description "FIGURE 30. Distribution of Myrcia lenheirensis (circles), Myrcia mucugensis (triangles) and Myrcia rupestris (squares). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726779/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726781>
dc:description "FIGURE 31. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia mucugensis (holotype: Kral 75641 [SP])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726781/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCBFFADFF45FD8CFB91FE56.mc.3B393C82FFCBFFA3FF45FD46FEA2FD5C>
dwc:collectionCode "MBM" ;
dwc:eventDate "1988-11-09" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFCEFFA3FF45FEA4FD10FDAE>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726706>, <http://dx.doi.org/10.5281/zenodo.13726775>, <http://dx.doi.org/10.5281/zenodo.13726779> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia lenheirensis Kiaerskou 1893" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FDACF9EBFEB1F9FB>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FE81F987FED8F917>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FEADF9A3FA28F917>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FF45F97FFC0DF933>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FC42F97FFE53F96F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FE2BF91BFEABF88B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FEFFF937FAECF88B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FAA2F937FA27F8A7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FF45F8EFFC93F8C3>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FCEBF8EFFCC8F8FF>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FC9FF88BFC3DF81B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FC0DF8A7FCF3F837>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FC47F843FCC6F853>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FC9EF81FFE87F78F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FEDFF83BFC25F78F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FC78F83BFDF5F7AB>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA3FD4BF7D7FE34FF36>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FE0AFF7CFE0CFF52>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FE5EFF18FF7BFE8E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FECFFF34FA28FE8E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FF45FED0FC12FEAA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FC64FED0FE93FEC6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FEEAFEECFB62FEC6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FB3AFEECFAEBFEE2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FAA2FE88FCA3FE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FCFAFEA4FA28FE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FF45FE40FE32FE56>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FE05FE1CFE97FE72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FEE8FE38FBB1FE72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFCBFFA3FE7EFDD4FD15FDAE> ;
@ -28,6 +29,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726706>, <http://dx.doi.org/10.5281/zenodo.13726775>, <http://dx.doi.org/10.5281/zenodo.13726779> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_lenheirensis_Kiaerskou_1893>
@ -192,6 +194,21 @@
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726706>
dc:description "FIGURE 6. A. Myrcia lenheirensis, three terminal dichasia with only the central flower (Forzza 3692 [SPF]). B. Myrcia bicarinata, terminal dichasia with aborted lateral flowers (indicated) (Heringer 623 [IBGE]). C. Flowers of Myrcia nitida, one flower (right) with bracteole in the regular position (indicated), and the other (left) with one “migrant” bracteole at the hypanthium (indicated) (Lombardi 4532 [SPF]). D. Turbinate flower bud of Myrcia subcordata (Messias 5 [RB]). E. Clavate flower bud of Myrcia bicolor (Carvalho 6829 [SPF]). F. Obovate flower bud of Myrcia insigniflora (Assis 83 [BHCB]). G. Cross section of flower of Myrcia subcordata after anthesis, showing the hypanthium (indicated) not torn and internally glabrous, and the narrow staminal ring above (Santos 842 [SPF]). H. Flower of Myrcia insigniflora after anthesis, with the hypanthium tearing vertically, adnate petals (indicated) and persistent (but dry) stamens (Santos 682 [SPF]). Scales: A, C, D, G and H=2 mm; B and E=1mm; F=3 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726706/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726775>
dc:description "FIGURE 29. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia lenheirensis (Forzza 3692 [SPF])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726775/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726779>
dc:description "FIGURE 30. Distribution of Myrcia lenheirensis (circles), Myrcia mucugensis (triangles) and Myrcia rupestris (squares). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726779/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFCEFFA3FF45FEA4FD10FDAE.mc.3B393C82FFC8FFA0FDACF9EBFEB1F9FB>
dwc:collectionCode "RB" ;
dwc:locality "Unknown province" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFD3FFA5FF45FDD4FB09FE3A>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726727>, <http://dx.doi.org/10.5281/zenodo.13726767> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia foveolata M. F. Santos 2016" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFD3FFA5FF45FDD4FB09FE3A.mc.3B393C82FFD3FFBBFEA4FD8EFE35FDE8>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFD3FFA5FF45FDD4FB09FE3A.mc.3B393C82FFCDFFA5FDA6FE88FCE1FE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFD3FFA5FF45FDD4FB09FE3A.mc.3B393C82FFCDFFA5FCB5FEA4FC11FE3A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFD3FFA5FF45FDD4FB09FE3A.mc.3B393C82FFCDFFA5FC64FE40FB0DFE3A> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726727>, <http://dx.doi.org/10.5281/zenodo.13726767> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_foveolata_Holst_2002>
@ -112,6 +114,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726727>
dc:description "FIGURE 12. Distribution of Myrcia attenuata (triangles), Myrcia foveolata (squares) and Myrcia summa (circles). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726727/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726767>
dc:description "FIGURE 26. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia foveolata (Hubber 13090 [SEL])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726767/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFD3FFA5FF45FDD4FB09FE3A.mc.3B393C82FFD3FFBBFEA4FD8EFE35FDE8>
dwc:eventDate "1991-02-28" ;
dwc:locality "Departamento Atures" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFDCFFB6FF45FC64FB37F8AA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726743>, <http://dx.doi.org/10.5281/zenodo.13726745> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia cataphyllata M. F. Santos 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDCFFB6FF45FC64FB37F8AA.mc.3B393C82FFDCFFB4FF45FBDEFF67FBD0>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDCFFB6FF45FC64FB37F8AA.mc.3B393C82FFDEFFB6FDAEF934FC5FF8AA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDCFFB6FF45FC64FB37F8AA.mc.3B393C82FFDEFFB6FC17F8D0FB3CF8AA> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726743>, <http://dx.doi.org/10.5281/zenodo.13726745> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_cataphyllata_Santos_2015>
@ -109,6 +111,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726743>
dc:description "FIGURE 18. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia cataphyllata (holotype: SantAna 782 [CEPEC])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726743/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726745>
dc:description "FIGURE 19. Distribution of Myrcia cataphyllata (triangles), Myrcia nitida (squares) and Myrcia plusiantha (circles). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726745/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDCFFB6FF45FC64FB37F8AA.mc.3B393C82FFDCFFB4FF45FBDEFF67FBD0>
dwc:collectionCode "SP" ;
dwc:eventDate "2000-04-30" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFDEFFB3FF45F888FD74FCEA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726696>, <http://dx.doi.org/10.5281/zenodo.13726731>, <http://dx.doi.org/10.5281/zenodo.13726749> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia costeira M. F. Santos 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDEFFB3FF45F888FD74FCEA.mc.3B393C82FFDEFFB6FF45F843FECBF857>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDEFFB3FF45F888FD74FCEA.mc.3B393C82FFDBFFB3FDADFF7CFD78FCEA> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726696>, <http://dx.doi.org/10.5281/zenodo.13726731>, <http://dx.doi.org/10.5281/zenodo.13726749> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_costeira_Santos_2015>
@ -109,6 +111,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726696>
dc:description "FIGURE 3. A. Detail of the leaf of Myrcia summa showing foveolate dots (Prance 29040 [RB]). B. Wax peeling (white) on the leaf of Myrcia rupestris (Santos 641 [SPF]). C. Wax peeling (white) on the leaf of Myrcia costeira (Santos 851 [SPF]). D. Keeled twig of Myrcia costeira (Santos 851 [SPF]). E. Keeled twig of Myrcia densa (Santos 643 [SPF]). F. Leafy cataphyll of Myrcia subcordata covering immature leaves (Rochelle 55 [SPF]). G. Leafy cataphyll (indicated) of Myrcia costeira (Santos 851 [SPF]). H. Scale-like cataphyll (indicated) of Myrcia subavenia (Santos 715 [SPF]). Scales:A=4 mm; BH=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726696/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726731>
dc:description "FIGURE 14. Distribution of Myrcia bicarinata (squares) and Myrcia costeira (circles). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726731/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726749>
dc:description "FIGURE 20. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia costeira (isotype: Hatschbach 31837 [SP])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726749/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFDEFFB3FF45F888FD74FCEA.mc.3B393C82FFDEFFB6FF45F843FECBF857>
dwc:collectionCode "SP" ;
dwc:eventDate "1972-12-07" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFE0FFB4FF45FD8CFB2AFC06>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726704>, <http://dx.doi.org/10.5281/zenodo.13726706>, <http://dx.doi.org/10.5281/zenodo.13726735>, <http://dx.doi.org/10.5281/zenodo.13726739> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia bicolor Kiaerskou 1893" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFE0FF88FF45FD46FE5AFD20>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFE0FF88FE2EFD46FE2AFD78>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDDFFB5FDADF860FA24F792>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FE81FF7CFA28FF36>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF45FF18FAEBFF52>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FAA2FF18FA28FE8E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF45FED0FB45FEAA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FB1BFED0FB90FEC6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FBE0FEECFEBAFE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FE8FFEA4FF42FE3A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF1AFE40FAC4FE3A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FA9AFE40FCE6FE56>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FCBEFE1CFECAFE72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FE9FFE38FACBFE72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FA9CFE38FC4EFDAE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FC01FDD4FD48FDCA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FD1EFDF0FF6DFDE6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF20FD8CFA84FDE6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FADAFD8CFD0DFD02>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FD41FDA8FE40FD3E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FE16FD44FB40FD3E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FB16FD44FA28FD5A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF45FD3CFB8EFD76>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FBC2FD3CFD82FC92>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FDD7FCD8FA27FC92>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF45FCF4FA27FCCE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FF45FC90FAEBFCEA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FAA2FC90FC20FC06>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFDCFFB4FC77FCACFB2EFC06> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726704>, <http://dx.doi.org/10.5281/zenodo.13726706>, <http://dx.doi.org/10.5281/zenodo.13726735>, <http://dx.doi.org/10.5281/zenodo.13726739> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_bicolor_Kiaerskou_1893>
@ -109,6 +111,26 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726704>
dc:description "FIGURE 5. Inflorescence of Myrcia sect. Sympodiomyrcia. A. Myrcia bicolor, sympodial branching at the base of the inflorescence, with terminal dichasia (Ávila 388 [SPF]). B. Myrcia tenuifolia, multiple branches at the base, including also vegetative branches (Santos 1223 [ICN]). C. Myrcia rupestris, inflorescence with one branch per axillary node, terminal dichasia present (Santos 640 [SPF]). D. Pyramidal inflorescence of Myrcia plusiantha (Barbosa 931 [SPF]). E. Corymbiform inflorescence of Myrcia densa (Santos 813 [SPF]). F. Umbelliform inflorescence of Myrcia mucugensis (Kral 75641 [SP]). Scales: C=1 cm; F=5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726704/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726706>
dc:description "FIGURE 6. A. Myrcia lenheirensis, three terminal dichasia with only the central flower (Forzza 3692 [SPF]). B. Myrcia bicarinata, terminal dichasia with aborted lateral flowers (indicated) (Heringer 623 [IBGE]). C. Flowers of Myrcia nitida, one flower (right) with bracteole in the regular position (indicated), and the other (left) with one “migrant” bracteole at the hypanthium (indicated) (Lombardi 4532 [SPF]). D. Turbinate flower bud of Myrcia subcordata (Messias 5 [RB]). E. Clavate flower bud of Myrcia bicolor (Carvalho 6829 [SPF]). F. Obovate flower bud of Myrcia insigniflora (Assis 83 [BHCB]). G. Cross section of flower of Myrcia subcordata after anthesis, showing the hypanthium (indicated) not torn and internally glabrous, and the narrow staminal ring above (Santos 842 [SPF]). H. Flower of Myrcia insigniflora after anthesis, with the hypanthium tearing vertically, adnate petals (indicated) and persistent (but dry) stamens (Santos 682 [SPF]). Scales: A, C, D, G and H=2 mm; B and E=1mm; F=3 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726706/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726735>
dc:description "FIGURE 15. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia bicolor (Ávila 388 [SPF])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726735/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726739>
dc:description "FIGURE 17. Distribution of Myrcia bicolor (circles) and Myrcia densa (squares). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726739/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE0FFB4FF45FD8CFB2AFC06.mc.3B393C82FFE0FF88FF45FD46FE5AFD20>
dwc:locality "Rio de Janeiro" ;
trt:httpUri <https://treatment.plazi.org/id/03F887C9FFE0FFB4FF45FD8CFB2AFC06#3B393C82FFE0FF88FF45FD46FE5AFD20> ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFE9FF82FF45F94AFB8CFC5E>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726692>, <http://dx.doi.org/10.5281/zenodo.13726700>, <http://dx.doi.org/10.5281/zenodo.13726710>, <http://dx.doi.org/10.5281/zenodo.13726716>, <http://dx.doi.org/10.5281/zenodo.13726721> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia ascendens M. F. Santos 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE9FF82FF45F94AFB8CFC5E.mc.3B393C82FFE9FF81FF45F93CFEC5F896>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE9FF82FF45F94AFB8CFC5E.mc.3B393C82FFEAFF82FDABFC90FB7DFC06>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE9FF82FF45F94AFB8CFC5E.mc.3B393C82FFEAFF82FB32FCACFB9FFC22>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE9FF82FF45F94AFB8CFC5E.mc.3B393C82FFEAFF82FBEDFC48FC95FC5E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE9FF82FF45F94AFB8CFC5E.mc.3B393C82FFEAFF82FCE8FC64FC71FC5E> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726692>, <http://dx.doi.org/10.5281/zenodo.13726700>, <http://dx.doi.org/10.5281/zenodo.13726710>, <http://dx.doi.org/10.5281/zenodo.13726716>, <http://dx.doi.org/10.5281/zenodo.13726721> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_ascendens_Santos_2015>
@ -109,6 +111,31 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726692>
dc:description "FIGURE 2. Habits of Myrcia sect. Sympodiomyrcia. A. Shrub, Myrcia mutabilis (Santos 591 [SPF]). B. Shrub, Myrcia densa (Santos 820 [SPF]). C. Tree, Myrcia subcordata (Faria 3105 [UB]). D. Shrub, Myrcia rupestris (Santos 654 [SPF]). E. Shrub, Myrcia mucugensis (Santos 823 [SPF]). F. Treelet, Myrcia densa (Santos 813 [SPF]). G. Subshrub, Myrcia nitida (Santos 831 [SPF]). H. Shrub, Myrcia ascendens (Santos 829 [SPF]). Image credit: C. Jair E.Q.Faria." ;
fabio:hasRepresentation <https://zenodo.org/record/13726692/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726700>
dc:description "FIGURE 4. A. Myrcia plusiantha, with cataphylls (arrow indicating the scar) present at all internodes; note sympodial branching (Santos 705 [SPF]). B. Myrcia nitida, with cataphylls (arrow indicating the scar) present only at the basal internode of a new branch; note monopodial branching (Harley CFCR 4530 [SPF]) C. Myrcia ascendens, without cataphyll—they are rarely formed in this species; note monopodial branching (Santos 829 [SPF]). D. Sympodial branching of Myrcia mutabilis (Santos 716 [SPF]). E. Monopodial branching of Myrcia rupestris (Santos 640 [SPF]). F. Monopodial branching of Myrcia ascendens (Santos 829 [SPF]). G. Bifid vegetative bud in Myrcia insigniflora (Santos 682 [SPF]). H. Leaf of Myrcia subcordata against light showing the venation (Santos 681 [SPF]). Scales: A, D and F=2 cm; C and H=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/13726700/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726710>
dc:description "FIGURE 7. Fruits of Myrcia sect. Sympodiomyrcia. A. Myrcia densa (Santos 643 [SPF]). B. Myrcia mucugensis (Santos 823 [SPF]). C. Myrcia ascendens (Santos 829 [SPF]). D. Myrcia mutabilis (Faria 3106 [UB]). Image credit: D. Jair E.Q.Faria." ;
fabio:hasRepresentation <https://zenodo.org/record/13726710/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726716>
dc:description "FIGURE 9. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia ascendens (holotype: Lewis CFCR 7074 [SPF])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726716/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726721>
dc:description "FIGURE 10. Distribution of Myrcia ascendens (triangles), Myrcia subavenia (circles) and Myrcia subterminalis (squares). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726721/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFE9FF82FF45F94AFB8CFC5E.mc.3B393C82FFE9FF81FF45F93CFEC5F896>
dwc:collectionCode "RB" ;
dwc:eventDate "1984-12-17" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F887C9FFEAFF8CFF45FBDCFB91F7AB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726723>, <http://dx.doi.org/10.5281/zenodo.13726727> ;
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:title "Myrcia attenuata M. F. Santos 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFEAFF8CFF45FBDCFB91F7AB.mc.3B393C82FFEAFF82FF45FB96FD7BFB0C>, <http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFEAFF8CFF45FBDCFB91F7AB.mc.3B393C82FFE4FF8CFD97F83BFB96F7AB> ;
@ -27,6 +28,7 @@
dc:creator "Santos, Matheus F.; Lucas, Eve; Sano, Paulo T." ;
dc:date "2018" ;
dc:title "A taxonomic monograph of Myrcia sect. Sympodiomyrcia (Myrteae, Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726723>, <http://dx.doi.org/10.5281/zenodo.13726727> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_attenuata_Santos_2015>
@ -109,6 +111,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726723>
dc:description "FIGURE 11. Images of representative specimens of Myrcia sect. Sympodiomyrcia species: Myrcia attenuata (holotype: Granville 6503 [B])." ;
fabio:hasRepresentation <https://zenodo.org/record/13726723/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726727>
dc:description "FIGURE 12. Distribution of Myrcia attenuata (triangles), Myrcia foveolata (squares) and Myrcia summa (circles). Continuous lines represent South American country and Brazilian state boundaries. The grey gradient represents elevation." ;
fabio:hasRepresentation <https://zenodo.org/record/13726727/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887C9FFEAFF8CFF45FBDCFB91F7AB.mc.3B393C82FFEAFF82FF45FB96FD7BFB0C>
dwc:eventDate "1984-02-04" ;
dwc:locality "FRENCH GUIANA" ;

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/07381B26BC3AFF88FF33F97BE758F752>
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:title "Euastrum marimbusense F. M. Costa, G. J. P. Ramos & C. W. N. Moura 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/07381B26BC3AFF88FF33F97BE758F752.mc.3FF9A06DBC3AFF8AFF06F878E61BFD1E> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Euastrum_marimbusense_Costa_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.3.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.3.2>
bibo:endPage "202" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-16" ;
bibo:startPage "193" ;
bibo:volume "372" ;
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:date "2018" ;
dc:title "Five new taxa and a new record of Euastrum (Desmidiaceae) from the Chapada Diamantina region, Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Euastrum_marimbusense_Costa_2018>
dwc:authority "F.M.Costa, G.J.P.Ramos & C.W.N.Moura" ;
dwc:authorityName "F. M. Costa, G. J. P. Ramos & C. W. N. Moura" ;
dwc:authorityYear "2018" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "F. M. Costa, G. J. P. Ramos & C. W. N. Moura, 2018" ;
dwc:species "marimbusense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Euastrum_marimbusense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Euastrum_marimbusense>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "marimbusense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Euastrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Euastrum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/07381B26BC3AFF88FF33F97BE758F752.mc.3FF9A06DBC3AFF8AFF06F878E61BFD1E>
dwc:catalogNumber "HUEFS 241796" ;
dwc:collectionCode "LM, SEM" ;
dwc:locality "Herbario da Universidade Estadual de Feira de Santana" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/07381B26BC3AFF88FF33F97BE758F752#3FF9A06DBC3AFF8AFF06F878E61BFD1E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/07381B26BC3AFF8AFF33FB97E2F6F3B6>
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:title "Euastrum groenbladii A. M. Scott & H. Croasdale" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.3.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Euastrum_groenbladii> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.3.2>
bibo:endPage "202" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-16" ;
bibo:startPage "193" ;
bibo:volume "372" ;
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:date "2018" ;
dc:title "Five new taxa and a new record of Euastrum (Desmidiaceae) from the Chapada Diamantina region, Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Euastrum_groenbladii>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "groenbladii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Euastrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Euastrum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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,130 @@
@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/07381B26BC3AFF8AFF33FF2BE282F6E2>
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:title "Euastrum fissum var. nordestinum F. M. Costa, I. B. Oliveira & C. W. N. Moura 2018, var. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/07381B26BC3AFF8AFF33FF2BE282F6E2.mc.3FF9A06DBC3AFF8AFF06FE28E75DF4CE> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Euastrum_fissum_nordestinum_Costa_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.3.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.3.2>
bibo:endPage "202" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-16" ;
bibo:startPage "193" ;
bibo:volume "372" ;
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:date "2018" ;
dc:title "Five new taxa and a new record of Euastrum (Desmidiaceae) from the Chapada Diamantina region, Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Euastrum_fissum_nordestinum_Costa_2018>
dwc:authority "F.M.Costa, I.B.Oliveira & C.W.N.Moura" ;
dwc:authorityName "F. M. Costa, I. B. Oliveira & C. W. N. Moura" ;
dwc:authorityYear "2018" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "F. M. Costa, I. B. Oliveira & C. W. N. Moura, 2018" ;
dwc:species "fissum" ;
dwc:variety "nordestinum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Euastrum_fissum_nordestinum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Euastrum_fissum_nordestinum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "fissum" ;
dwc:variety "nordestinum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Euastrum_fissum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Euastrum_fissum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "fissum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Euastrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Euastrum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/07381B26BC3AFF8AFF33FF2BE282F6E2.mc.3FF9A06DBC3AFF8AFF06FE28E75DF4CE>
dwc:catalogNumber "HUEFS 241808" ;
dwc:collectionCode "SEM" ;
dwc:locality "Herbario da Universidade Estadual de Feira de Santana" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/07381B26BC3AFF8AFF33FF2BE282F6E2#3FF9A06DBC3AFF8AFF06FE28E75DF4CE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@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/07381B26BC3CFF8DFF33FB3AE24DF45E>
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:title "Euastrum abruptum var. chapadae F. M. Costa, G. J. P. Ramos & C. W. N. Moura 2018, var. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/07381B26BC3CFF8DFF33FB3AE24DF45E.mc.3FF9A06DBC3CFF8CFF06FA1CE61EF0F2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Euastrum_abruptum_chapadae_Costa_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.3.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.3.2>
bibo:endPage "202" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-16" ;
bibo:startPage "193" ;
bibo:volume "372" ;
dc:creator "Costa, Fabiana De Matos; Ramos, Geraldo José Peixoto; Oliveira, Ivaniabatista; Bicudo, Carlos Eduardo De Mattos; Moura, Carlos Wallace Do Nascimento" ;
dc:date "2018" ;
dc:title "Five new taxa and a new record of Euastrum (Desmidiaceae) from the Chapada Diamantina region, Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Euastrum_abruptum_chapadae_Costa_2018>
dwc:authority "F.M.Costa, G.J.P.Ramos & C.W.N.Moura" ;
dwc:authorityName "F. M. Costa, G. J. P. Ramos & C. W. N. Moura" ;
dwc:authorityYear "2018" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "F. M. Costa, G. J. P. Ramos & C. W. N. Moura, 2018" ;
dwc:species "abruptum" ;
dwc:variety "chapadae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Euastrum_abruptum_chapadae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Euastrum_abruptum_chapadae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "abruptum" ;
dwc:variety "chapadae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Euastrum_abruptum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Euastrum_abruptum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "abruptum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Euastrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Euastrum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Euastrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/07381B26BC3CFF8DFF33FB3AE24DF45E.mc.3FF9A06DBC3CFF8CFF06FA1CE61EF0F2>
dwc:catalogNumber "HUEFS 241800" ;
dwc:collectionCode "LM, SEM" ;
dwc:locality "Herbario da Universidade Estadual de Feira de Santana" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/07381B26BC3CFF8DFF33FB3AE24DF45E#3FF9A06DBC3CFF8CFF06FA1CE61EF0F2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,164 @@
@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/234BDC765B699C0C2DCEFAC500526B44>
dc:creator "Camelo, Mel C.; Coelho, Marcus A. N.; Temponi, Lívia G." ;
dc:title "Anthurium caparaoense Temponi, Camelo & Nadruz 2018, sp. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthurium_cipoense>, <http://taxon-name.plazi.org/id/Plantae/Anthurium_narae> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Anthurium_caparaoense_Temponi_2018> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Anthurium_megapetiolatum_Goncalves_2001> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.2>
bibo:endPage "130" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "121" ;
bibo:volume "373" ;
dc:creator "Camelo, Mel C.; Coelho, Marcus A. N.; Temponi, Lívia G." ;
dc:date "2018" ;
dc:title "Two new species of Anthurium (Araceae) from Caparaó National Park, southeastern Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Anthurium_caparaoense_Temponi_2018>
dwc:authority "Temponi, Camelo & Nadruz" ;
dwc:authorityName "Temponi, Camelo & Nadruz" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Temponi, Camelo & Nadruz, 2018" ;
dwc:species "caparaoense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WR38> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthurium_caparaoense> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Anthurium_megapetiolatum_Goncalves_2001>
dwc:authority "Goncalves (2001: 6)" ;
dwc:authorityName "Goncalves" ;
dwc:authorityPageNumber "6" ;
dwc:authorityYear "2001" ;
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Goncalves, 2001" ;
dwc:species "megapetiolatum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WR38> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthurium_megapetiolatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Anthurium_caparaoense>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "caparaoense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthurium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthurium>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Araceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Araceae>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alismatales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Alismatales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
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://taxon-name.plazi.org/id/Plantae/Anthurium_cipoense>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cipoense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthurium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthurium_megapetiolatum>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "megapetiolatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthurium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthurium_narae>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Anthurium" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "narae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthurium> ;
a dwcFP:TaxonName .

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/283C87F5FFA47D76FF262FF3F12DFE44>
dc:creator "Zhao, Kuan; Zeng, Nian-Kai; Han, Li-Hong; Gao, Xiao-Ye; Liu, Jian-Tao; Wu, Gang; Wang, Song- Hua; Gu, Bing" ;
dc:title "Phylloporus pruinatus Kuan Zhao & N. K. Zeng 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Phylloporus_pruinatus_Zhao_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.372.3.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.372.3.4>
bibo:endPage "220" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-16" ;
bibo:startPage "212" ;
bibo:volume "372" ;
dc:creator "Zhao, Kuan; Zeng, Nian-Kai; Han, Li-Hong; Gao, Xiao-Ye; Liu, Jian-Tao; Wu, Gang; Wang, Song- Hua; Gu, Bing" ;
dc:date "2018" ;
dc:title "Phylloporus pruinatus, a new lamellate bolete from subtropical China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Phylloporus_pruinatus_Zhao_2018>
dwc:authority "Kuan Zhao & N.K. Zeng" ;
dwc:authorityName "Kuan Zhao & N. K. Zeng" ;
dwc:authorityYear "2018" ;
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Phylloporus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kuan Zhao & N. K. Zeng, 2018" ;
dwc:species "pruinatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CCJWB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Phylloporus_pruinatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Phylloporus_pruinatus>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Phylloporus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "pruinatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Phylloporus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Phylloporus>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Phylloporus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Boletaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Boletaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Boletales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Boletales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,449 @@
@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/294E878A0801BA748F87FF3CFA159903>
dc:creator "Silva, Fernanda Oliveira; Barbosa, Maria Regina De V.; Amorim, André M." ;
dc:title "Ouratea robusta F. O. Silva & M. R. V. Barbosa 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758FB2FB58FD539CA3>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758DEBFB7CFDC19C9F>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D58FB10FE649D7B>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758EF1FB34FD8D9D57>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D1BFAE8FE9A9D33>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758E12FA8CFBE29DEF>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758B79FAA0FBCB9DA7>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758B44FA78FD979D83>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D27FA1CFAA89D83>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758A20FA1CFC599E7F>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CD0FA30FC5B9E5B>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CD1F9D4FDA39E37>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D3BF988FB779E37>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758A07F988FC089E13>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758C9FF9ACFA2C9E13>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F940FD219ECF>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758DB7F940FA229ECF>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F964FB989EAB>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758B2FF964FE129E87>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758EAAF918FD9B9F63>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D14F93CFF499F5F>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758FC3F8D0FB509F5F>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758BEAF8D0FD879F3B>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D17F8F4FA2C9F3B>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F8A8FC319F17>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CC9F8A8FF669FF3>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758FF5F84CFC3C9FF3>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CCBF84CFE0D9FAF>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758E9CF860FC559FAF>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CE4F860FD199F8B>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758DAFF804FEC29067>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758E58F838FA2C9067>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F7DCFC8D9043>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA748C1EF7DCFD4798D7>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748DD8FF68FE8498B3>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748E12FF0CFF58996F>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748FD2FF20FB9A996F>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748B13FF20FC2A994B>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748CA0FEC4FD209927>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748DB8FEF8FEBE9903>, <http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748E4FFE9CFA119903> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ouratea_robusta_Silva_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.1.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.1.4>
bibo:endPage "90" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-23" ;
bibo:startPage "86" ;
bibo:volume "373" ;
dc:creator "Silva, Fernanda Oliveira; Barbosa, Maria Regina De V.; Amorim, André M." ;
dc:date "2018" ;
dc:title "A new species of Ouratea (Ochnaceae) from the Atlantic Forest in Northeastern Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ouratea_robusta_Silva_2018>
dwc:authority "F.O.Silva & M.R.V.Barbosa" ;
dwc:authorityName "F. O. Silva & M. R. V. Barbosa" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Ouratea" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "F. O. Silva & M. R. V. Barbosa, 2018" ;
dwc:species "robusta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4B99Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ouratea_robusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ouratea_robusta>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Ouratea" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "robusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ouratea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ouratea>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Ouratea" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ochnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ochnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
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/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758FB2FB58FD539CA3>
dwc:collectionCode "R, P, ASE, JPB" ;
dwc:eventDate "1999-01-21" ;
dwc:locality "Conj. Novo Horizonte" ;
dwc:recordedBy "Lyra-Lemos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758FB2FB58FD539CA3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758DEBFB7CFDC19C9F>
dwc:collectionCode "C, S, I, A, MAC, JPB" ;
dwc:eventDate "1992-01-17" ;
dwc:locality "Campo Grande" ;
dwc:recordedBy "Barros & Bayma" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758DEBFB7CFDC19C9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D58FB10FE649D7B>
dwc:collectionCode "R, P, MAC, RB" ;
dwc:eventDate "2000-02-09" ;
dwc:locality "Malhada" ;
dwc:recordedBy "Lyra-Lemos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758D58FB10FE649D7B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758EF1FB34FD8D9D57>
dwc:collectionCode "M, N, MAC" ;
dwc:eventDate "1998-12-26" ;
dwc:locality "Barragem da Faz. Gameleira" ;
dwc:recordedBy "Rodrigues" ;
dwc:verbatimLatitude "-10.066667" ;
dwc:verbatimLongitude "-36.488056" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758EF1FB34FD8D9D57> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D1BFAE8FE9A9D33>
dwc:collectionCode "R, F, A, MAC" ;
dwc:eventDate "1982-11-19" ;
dwc:locality "Mata das Varas" ;
dwc:recordedBy "Rocha" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758D1BFAE8FE9A9D33> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758E12FA8CFBE29DEF>
dwc:collectionCode "G, UFP, F, S, M, L, ALCB" ;
dwc:eventDate "1979-02-21" ;
dwc:locality "Litoral Norte" ;
dwc:recordedBy "Mariz & Gomes & Guedes" ;
dwc:verbatimLatitude "-11.669723" ;
dwc:verbatimLongitude "-37.560276" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758E12FA8CFBE29DEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758B79FAA0FBCB9DA7>
dwc:collectionCode "H, A, M, HST, HUEFS, IPA, K, UFP" ;
dwc:eventDate "2009-01-06" ;
dwc:locality "Miranda" ;
dwc:recordedBy "Adorno & Mendes" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758B79FAA0FBCB9DA7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758B44FA78FD979D83>
dwc:collectionCode "M, S, ASE" ;
dwc:eventDate "1993-01-15" ;
dwc:locality "Miranda" ;
dwc:recordedBy "Viana & Gomes" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758B44FA78FD979D83> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D27FA1CFAA89D83>
dwc:collectionCode "K, ASE, HUEFS, UFP" ;
dwc:eventDate "2008-04-22" ;
dwc:locality "Miranda" ;
dwc:recordedBy "Mendes" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758D27FA1CFAA89D83> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758A20FA1CFC599E7F>
dwc:collectionCode "J, E, ASE" ;
dwc:eventDate "2008-02-03" ;
dwc:locality "Serra Comprida" ;
dwc:recordedBy "Nascimento-Junior" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758A20FA1CFC599E7F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CD0FA30FC5B9E5B>
dwc:collectionCode "C, E, ASE, CEPEC, HUEFS, JPB" ;
dwc:eventDate "1997-12-05" ;
dwc:recordedBy "Barra dos Coqueiros & Amaral & Santos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758CD0FA30FC5B9E5B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CD1F9D4FDA39E37>
dwc:collectionCode "C, E, ASE" ;
dwc:eventDate "1996-03-06" ;
dwc:locality "Abais" ;
dwc:recordedBy "Amaral & Santos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758CD1F9D4FDA39E37> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D3BF988FB779E37>
dwc:collectionCode "C, A, S, ASE" ;
dwc:eventDate "2010-03-09" ;
dwc:locality "Sul" ;
dwc:recordedBy "Souza" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758D3BF988FB779E37> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758A07F988FC089E13>
dwc:collectionCode "C, S, ASE" ;
dwc:eventDate "2008-07-09" ;
dwc:locality "Povoado Porto do Mato" ;
dwc:recordedBy "Nascimento" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758A07F988FC089E13> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758C9FF9ACFA2C9E13>
dwc:collectionCode "C, S, ASE" ;
dwc:eventDate "2008-04-17" ;
dwc:locality "Povoado Porto do Mato" ;
dwc:recordedBy "Santos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758C9FF9ACFA2C9E13> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F940FD219ECF>
dwc:collectionCode "C, S, ASE" ;
dwc:eventDate "2008-04-17" ;
dwc:locality "Povoado Porto do Mato" ;
dwc:recordedBy "Santos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758F87F940FD219ECF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758DB7F940FA229ECF>
dwc:collectionCode "M, ASE, HUEFS" ;
dwc:eventDate "1998-02-16" ;
dwc:locality "Indiaroba" ;
dwc:recordedBy "Landim" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758DB7F940FA229ECF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F964FB989EAB>
dwc:catalogNumber "ASE 1040" ;
dwc:collectionCode "M" ;
dwc:eventDate "1999-01-22" ;
dwc:locality "Serra de Itabaiana" ;
dwc:recordedBy "Aurelio" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758F87F964FB989EAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758B2FF964FE129E87>
dwc:collectionCode "M, C, ASE" ;
dwc:eventDate "1999-01-29" ;
dwc:locality "Serra de Itabaiana" ;
dwc:recordedBy "Santana" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758B2FF964FE129E87> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758EAAF918FD9B9F63>
dwc:collectionCode "L, C, RB" ;
dwc:eventDate "1992-01-21" ;
dwc:locality "Areia Branca" ;
dwc:recordedBy "Giodarno" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758EAAF918FD9B9F63> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D14F93CFF499F5F>
dwc:collectionCode "C, E, ASE, JPB" ;
dwc:eventDate "1996-03-06" ;
dwc:locality "Caueira" ;
dwc:recordedBy "Amaral & Santos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758D14F93CFF499F5F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758FC3F8D0FB509F5F>
dwc:collectionCode "S, M, ASE, HUEFS" ;
dwc:eventDate "2007-11-09" ;
dwc:locality "Fazenda Caju" ;
dwc:recordedBy "Costa" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758FC3F8D0FB509F5F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758BEAF8D0FD879F3B>
dwc:collectionCode "T, ASE, JPB" ;
dwc:eventDate "2008-02-22" ;
dwc:locality "Fazenda Caju" ;
dwc:recordedBy "Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758BEAF8D0FD879F3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758D17F8F4FA2C9F3B>
dwc:collectionCode "A, B, ASE" ;
dwc:eventDate "2007-11-05" ;
dwc:locality "Fazenda Trapsa" ;
dwc:recordedBy "Sales" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758D17F8F4FA2C9F3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F8A8FC319F17>
dwc:collectionCode "J, F, E, ASE, JPB" ;
dwc:eventDate "2007-02-27" ;
dwc:locality "Fazenda Trapsa" ;
dwc:recordedBy "Melo & Santos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758F87F8A8FC319F17> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CC9F8A8FF669FF3>
dwc:catalogNumber "ASE 11128" ;
dwc:collectionCode "I, S, A" ;
dwc:eventDate "2008-05-19" ;
dwc:locality "Fazenda Trapsa" ;
dwc:recordedBy "Matos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758CC9F8A8FF669FF3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758FF5F84CFC3C9FF3>
dwc:catalogNumber "ASE11128" ;
dwc:collectionCode "I, S, B" ;
dwc:eventDate "2008-05-19" ;
dwc:locality "Fazenda Trapsa" ;
dwc:recordedBy "Matos" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758FF5F84CFC3C9FF3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CCBF84CFE0D9FAF>
dwc:collectionCode "A, B, ASE, JPB" ;
dwc:eventDate "2007-12-18" ;
dwc:locality "Fazenda Trapsa" ;
dwc:recordedBy "Sales" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758CCBF84CFE0D9FAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758E9CF860FC559FAF>
dwc:collectionCode "J, F, ASE" ;
dwc:eventDate "2007-03-23" ;
dwc:locality "Fazenda Trapsa" ;
dwc:recordedBy "Melo" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758E9CF860FC559FAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758CE4F860FD199F8B>
dwc:collectionCode "C, ASE, RB" ;
dwc:eventDate "1992-01-30" ;
dwc:locality "Fazenda Pontal" ;
dwc:recordedBy "Farney" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758CE4F860FD199F8B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758DAFF804FEC29067>
dwc:collectionCode "P, A, INCRA, M, F, ASE" ;
dwc:eventDate "1996-01-29" ;
dwc:locality "Reserva" ;
dwc:recordedBy "Landim" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758DAFF804FEC29067> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758E58F838FA2C9067>
dwc:catalogNumber "ASE 10458" ;
dwc:collectionCode "ASE" ;
dwc:eventDate "2007-03-30" ;
dwc:locality "Rio Piauitinga" ;
dwc:recordedBy "Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758E58F838FA2C9067> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA758F87F7DCFC8D9043>
dwc:collectionCode "E, M, ASE" ;
dwc:eventDate "1982-03-04" ;
dwc:locality "Laranjeiras" ;
dwc:recordedBy "Carneiro" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA758F87F7DCFC8D9043> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10802BA748C1EF7DCFD4798D7>
dwc:collectionCode "W, A, P, ASE, JPB" ;
dwc:eventDate "2012-05-25" ;
dwc:locality "Lagoa do Sangradouro" ;
dwc:recordedBy "Prata" ;
dwc:verbatimLatitude "-10.681667" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10802BA748C1EF7DCFD4798D7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748DD8FF68FE8498B3>
dwc:collectionCode "G, ASE, JPB" ;
dwc:eventDate "1981-12-18" ;
dwc:locality "Sitio Gameleiro" ;
dwc:recordedBy "Viana" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748DD8FF68FE8498B3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748E12FF0CFF58996F>
dwc:collectionCode "E, M, ASE" ;
dwc:eventDate "1982-04-17" ;
dwc:locality "Fazenda Santo Antonio" ;
dwc:recordedBy "Carneiro" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748E12FF0CFF58996F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748FD2FF20FB9A996F>
dwc:collectionCode "RPPN, M, ASE" ;
dwc:eventDate "1996-02-07" ;
dwc:locality "Mata do Castro" ;
dwc:recordedBy "Landim" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748FD2FF20FB9A996F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748B13FF20FC2A994B>
dwc:collectionCode "L, A, ASE" ;
dwc:eventDate "2011-03-03" ;
dwc:locality "Mata do Castro" ;
dwc:recordedBy "Gomes" ;
dwc:verbatimLatitude "-11.389444" ;
dwc:verbatimLongitude "-37.418613" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748B13FF20FC2A994B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748CA0FEC4FD209927>
dwc:collectionCode "L, A, ASE" ;
dwc:eventDate "2013-02-22" ;
dwc:locality "Mata do Castro" ;
dwc:recordedBy "Gomes" ;
dwc:verbatimLatitude "-11.398611" ;
dwc:verbatimLongitude "-37.425556" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748CA0FEC4FD209927> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748DB8FEF8FEBE9903>
dwc:collectionCode "G, N, ASE" ;
dwc:eventDate "1982-11-23" ;
dwc:locality "Campus Universitario" ;
dwc:recordedBy "Silva" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748DB8FEF8FEBE9903> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/294E878A0801BA748F87FF3CFA159903.mc.118F3CC10803BA748E4FFE9CFA119903>
dwc:collectionCode "L, ASE" ;
dwc:eventDate "2006-03-20" ;
dwc:locality "Joao Bebe Agua" ;
dwc:recordedBy "Ribeiro" ;
trt:httpUri <https://treatment.plazi.org/id/294E878A0801BA748F87FF3CFA159903#118F3CC10803BA748E4FFE9CFA119903> ;
a dwc:MaterialCitation .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/2A5097321124755A0A91977F32A3FD74>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726889>, <http://dx.doi.org/10.5281/zenodo.13726891> ;
dc:creator "Dalavi, Jagdish; Deshmukh, Pradip; Jadhav, Varsha; Yadav, Shrirang" ;
dc:title "Portulaca lakshminarasimhaniana S. R. Yadav & Dalavi 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Portulaca_lakshminarasimhaniana_Yadav_2018> ;
@ -26,6 +27,7 @@
dc:creator "Dalavi, Jagdish; Deshmukh, Pradip; Jadhav, Varsha; Yadav, Shrirang" ;
dc:date "2018" ;
dc:title "Two new species of Portulaca (Portulacaceae) from India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726889>, <http://dx.doi.org/10.5281/zenodo.13726891> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Portulaca_lakshminarasimhaniana_Yadav_2018>
@ -106,3 +108,13 @@
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726889>
dc:description "FIGURE 3. Portulaca lakshminarasimhaniana: A. Habit; B. Flower; C. Tetramerous flower; D. Lateral view; E. Sepals; F. Petal; G. Gynoecium; H. Stigma; I. Fruit; J. Seeds; K. Scanning electron microphotograph of Seeds." ;
fabio:hasRepresentation <https://zenodo.org/record/13726889/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726891>
dc:description "FIGURE 4. Portulaca lakshminarasimhaniana: A. Habit; B. Leaves; C. Flower; D. Calyx; E. Petals; F. Androecium; G. Gynoecium; H. Fruit; I. Seed." ;
fabio:hasRepresentation <https://zenodo.org/record/13726891/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/2F738A50FFAB9575FF4B147600E4D030>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726932> ;
dc:creator "Huang, Mei; Bau, Tolgor" ;
dc:title "Coprinellus pseudodisseminatus T. Bau & M. Huang 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2F738A50FFAB9575FF4B147600E4D030.mc.17B2311BFFAA9575FD9D10E001C9D3A4>, <http://tb.plazi.org/GgServer/dwcaRecords/2F738A50FFAB9575FF4B147600E4D030.mc.17B2311BFFAA9575FC3610C406DBD078>, <http://tb.plazi.org/GgServer/dwcaRecords/2F738A50FFAB9575FF4B147600E4D030.mc.17B2311BFFAA9575FAC4132800E1D030> ;
@ -27,6 +28,7 @@
dc:creator "Huang, Mei; Bau, Tolgor" ;
dc:date "2018" ;
dc:title "New findings of Coprinellus species (Psathyrellaceae, Agaricales) in China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726932> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Coprinellus_pseudodisseminatus_Bau_2018>
@ -108,6 +110,11 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726932>
dc:description "FIGURE 1a. Basidiomata of Coprinellus pseudodisseminatus. a, b, c. HMJAU 46301; d. HMJAU 46298; e. HMJAU 46303; f. HMJAU 46300. Bars a, b, df = 1 cm. Photos ac, f, by Mei Huang; Photos d, e, by Qin Na." ;
fabio:hasRepresentation <https://zenodo.org/record/13726932/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2F738A50FFAB9575FF4B147600E4D030.mc.17B2311BFFAA9575FD9D10E001C9D3A4>
dwc:catalogNumber "HMJAU 46298" ;
dwc:collectionCode "HMJAU" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/331887F8FF80FFBECCE144E5414DFE0C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726998> ;
dc:creator "Zhang, Bo; Wang, Saiyu; Xu, Xiaoqi; Li, Tianhao; Dai, Dan; Li, Yu" ;
dc:title "Comatricha afroalpina Rammeloo, Bull. Jard. Bot. Belg." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.1.6> ;
@ -26,6 +27,7 @@
dc:creator "Zhang, Bo; Wang, Saiyu; Xu, Xiaoqi; Li, Tianhao; Dai, Dan; Li, Yu" ;
dc:date "2018" ;
dc:title "Identification of the new species Comatricha macrospora and two other recently recorded species of Comatricha from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726998> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Protozoa/Comatricha_afroalpina>
@ -89,3 +91,8 @@
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726998>
dc:description "FIGURE 4. Comatricha afroalpina Rammeloo (HMJAU: M1006) A. Sporocarps occurring on a log; B. Two sporocarps as observed by SEM; C. Incomplete surface net and spores as observed by SEM; D.A portion of the spores and capillitium as viewded by TL; E-F. Spores marked with warts by as viewed by SEM. (Bar:A=1 mm)" ;
fabio:hasRepresentation <https://zenodo.org/record/13726998/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/331887F8FF85FFBDCCE144AB4771F8EA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726994> ;
dc:creator "Zhang, Bo; Wang, Saiyu; Xu, Xiaoqi; Li, Tianhao; Dai, Dan; Li, Yu" ;
dc:title "Comatricha macrospora B. Zhang & Yu Li 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Comatricha_macrospora_Zhang_2018> ;
@ -26,6 +27,7 @@
dc:creator "Zhang, Bo; Wang, Saiyu; Xu, Xiaoqi; Li, Tianhao; Dai, Dan; Li, Yu" ;
dc:date "2018" ;
dc:title "Identification of the new species Comatricha macrospora and two other recently recorded species of Comatricha from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726994> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Comatricha_macrospora_Zhang_2018>
@ -106,3 +108,8 @@
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726994>
dc:description "FIGURE 2.. Comatricha macrospora B. Zhang & Yu Li (HMJAU-M1066!) A. Sporocarp growing on a log; B. Sporocarp as seen by SEM, C. Columella and capillitia; D. Capillitia and spores as seen by TL; E. Peridia and capillitia; F. Spores marked with spines. (Bar: A = 2 mm)" ;
fabio:hasRepresentation <https://zenodo.org/record/13726994/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/3F428796FFF33C39FF6156DEFE2C7DB4>
cito:cites <http://dx.doi.org/10.5281/zenodo.13726978>, <http://dx.doi.org/10.5281/zenodo.13726980>, <http://dx.doi.org/10.5281/zenodo.13726982>, <http://dx.doi.org/10.5281/zenodo.13726976> ;
dc:creator "Başköse, İsa; Savran, Ahmet" ;
dc:title "Hypericum bilgehan-bilgilii Baskose & Savran 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF63C38FD0D54EFFB7A7BA9>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF63C38FB7454C3FC387B85>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF63C38FC0B54A7FBC47461>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF63C39FBD2549BFC617CD4>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FC7E53C8FBE47D6C>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FBF55380FD917D48>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FD605264FE167D24>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FDEE5258FD3A7D00>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FD33523CFEB27DFC>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FE8C5210FDE97DD8>, <http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF73C39FDE752F4FE287DB4> ;
@ -27,6 +28,7 @@
dc:creator "Başköse, İsa; Savran, Ahmet" ;
dc:date "2018" ;
dc:title "A new species from southern Anatolia (Dedegöl Mountain Series-Çürük Mountain) in Turkey: Hypericum bilgehan-bilgilii (Hypericaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13726978>, <http://dx.doi.org/10.5281/zenodo.13726980>, <http://dx.doi.org/10.5281/zenodo.13726982>, <http://dx.doi.org/10.5281/zenodo.13726976> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Hypericum_bilgehan-bilgilii_Baskose_2018>
@ -108,6 +110,26 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13726978>
dc:description "FIGURE 2. The type specimens of Hypericum bilgehan-bilgilii (A, ANK), H. pallens (B, BM), and H. ternatum (C, K)" ;
fabio:hasRepresentation <https://zenodo.org/record/13726978/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726980>
dc:description "FIGURE 3. Hypericum bilgehan-bilgilii. A. flowering time BC. flower D. leaves E. habitat F. fruit (capsule) G. seed (photos by A. Savran)" ;
fabio:hasRepresentation <https://zenodo.org/record/13726980/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726982>
dc:description "FIGURE 4. Hypericum bilgehan-bilgilii. A. habit B. leaf C. calyx D. flower E. pistil, F. capsule, G. seed. (Drawn by İsa Başköse)." ;
fabio:hasRepresentation <https://zenodo.org/record/13726982/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13726976>
dc:description "FIGURE 1. Distribution map of the taxa of Hypericum section Triadenioides in Turkey." ;
fabio:hasRepresentation <https://zenodo.org/record/13726976/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/3F428796FFF33C39FF6156DEFE2C7DB4.mc.07833CDDFFF63C38FD0D54EFFB7A7BA9>
dwc:collectionCode "K" ;
dwc:eventDate "1949-07-24" ;

View file

@ -0,0 +1,154 @@
@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/771F8780FFDDFFBE99CCF8B642D0446D>
dc:creator "Shah, Toral; Burrows, John; Darbyshire, Iain" ;
dc:title "Ochna barbertonensis T. Shah 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFDBFFBC9859FB4A4241400D>, <http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFDAFFBE99F9F85541D8459D>, <http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFD9FFBE9840FF22401D4425>, <http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFD9FFBE980EFF6A40064401>, <http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFD9FFBE9875FE8E42CC446D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ochna_barbertonensis_Shah_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.374.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.374.3.5>
bibo:endPage "248" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-11-07" ;
bibo:startPage "241" ;
bibo:volume "374" ;
dc:creator "Shah, Toral; Burrows, John; Darbyshire, Iain" ;
dc:date "2018" ;
dc:title "A new species of Ochna (Ochnaceae) from the Barberton Mountains of Mpumalanga, South Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ochna_barbertonensis_Shah_2018>
dwc:authority "T.Shah" ;
dwc:authorityName "T. Shah" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Ochna" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "T. Shah, 2018" ;
dwc:species "barbertonensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/48D2M> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ochna_barbertonensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ochna_barbertonensis>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Ochna" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "barbertonensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ochna> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ochna>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Ochna" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ochnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ochnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
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/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFDBFFBC9859FB4A4241400D>
dwc:collectionCode "J, E, S, M, K, BNRH, LYD, PRE" ;
dwc:eventDate "2013-09-26" ;
dwc:locality "Swaziland" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1279" ;
trt:httpUri <https://treatment.plazi.org/id/771F8780FFDDFFBE99CCF8B642D0446D#4FDE3CCBFFDBFFBC9859FB4A4241400D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFDAFFBE99F9F85541D8459D>
dwc:collectionCode "JU, BMLH" ;
dwc:eventDate "2017-10-21" ;
dwc:locality "Dycedale" ;
dwc:recordedBy "Oosthuizen" ;
dwc:verbatimElevation "1104" ;
trt:httpUri <https://treatment.plazi.org/id/771F8780FFDDFFBE99CCF8B642D0446D#4FDE3CCBFFDAFFBE99F9F85541D8459D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFD9FFBE9840FF22401D4425>
dwc:collectionCode "JU, BMLH" ;
dwc:eventDate "2017-11-01" ;
dwc:locality "Twello" ;
dwc:recordedBy "Oosthuizen & Froneman" ;
dwc:verbatimElevation "1198" ;
trt:httpUri <https://treatment.plazi.org/id/771F8780FFDDFFBE99CCF8B642D0446D#4FDE3CCBFFD9FFBE9840FF22401D4425> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFD9FFBE980EFF6A40064401>
dwc:collectionCode "BNRH" ;
dwc:eventDate "2012-10-28" ;
dwc:locality "Barberton Mountainlands Private Nature Reserve" ;
dwc:recordedBy "Turpin & von Staden" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/771F8780FFDDFFBE99CCF8B642D0446D#4FDE3CCBFFD9FFBE980EFF6A40064401> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/771F8780FFDDFFBE99CCF8B642D0446D.mc.4FDE3CCBFFD9FFBE9875FE8E42CC446D>
dwc:collectionCode "W, J, E, S, M, BNRH" ;
dwc:eventDate "2012-11-10" ;
dwc:locality "Shiyalongubo Gate" ;
dwc:recordedBy "Burrows" ;
dwc:verbatimElevation "1320" ;
trt:httpUri <https://treatment.plazi.org/id/771F8780FFDDFFBE99CCF8B642D0446D#4FDE3CCBFFD9FFBE9875FE8E42CC446D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,359 @@
@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/F771D043FFE3426FEDEEFBB1A143F9FC>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe cornuata Descourvieres, Stevart & Droissart 2018, sp.nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE3426DEDEEFB89A566FB67>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF00FDD1A6F3FD20>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF86FD08A64DFD05>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF1EFD6BA14CFD05>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE81FFD6BA71FFCE6>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE25FD4EA180FCDB>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEDEEFC84A14CFCBC>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE81FFC84A707FC90>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE4DFCD8A032FC75>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE943FC3BA623FC56>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF74FC1EA108FC0B>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE85AFC71A4E3FBC0>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEDA8FBA8A0A2FBA5>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE9E9FB8BA639FB86>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF4FFBEEA11EFB86>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE825FBEEA56AFB5C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEC3CFB24A734FB15>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE46FB5BA14CFAF6>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE81FFABEA750FAAB>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEEE3FA91A77CFA8C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE0FFAF4A555FA60>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEC19FAC8A051FA60>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE9E7FAC8A01FFA45>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE923FA2BA0CDFA26>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE992FA0EA0C0FA1B>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE997FA61A147F9FC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_cornuata_Descourvieres_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_cornuata_Descourvieres_2018>
dwc:authority "Descourvieres, Stevart & Droissart" ;
dwc:authorityName "Descourvieres, Stevart & Droissart" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Descourvieres, Stevart & Droissart, 2018" ;
dwc:species "cornuata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe_cornuata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe_cornuata>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cornuata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE3426DEDEEFB89A566FB67>
dwc:eventDate "2008-07-05" ;
dwc:locality "Type" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1165" ;
dwc:verbatimLatitude "3.9328668" ;
dwc:verbatimLongitude "11.37405" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE3426DEDEEFB89A566FB67> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF00FDD1A6F3FD20>
dwc:eventDate "2006-06-10" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Centre & Mbam-Minkom & de Nye-Meyong & l'Ouest" ;
dwc:verbatimElevation "1120" ;
dwc:verbatimLatitude "3.9206696" ;
dwc:verbatimLongitude "11.36715" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEF00FDD1A6F3FD20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF86FD08A64DFD05>
dwc:eventDate "2008-07-16" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Centre & Mbam-Minkom & de Nye-Meyong & l'Ouest" ;
dwc:verbatimElevation "1160" ;
dwc:verbatimLatitude "3.9237306" ;
dwc:verbatimLongitude "11.368" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEF86FD08A64DFD05> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF1EFD6BA14CFD05>
dwc:eventDate "2010-07-09" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Centre & Mbam-Minkom & de Nye-Meyong & l'Ouest" ;
dwc:verbatimElevation "1160" ;
dwc:verbatimLatitude "3.9237306" ;
dwc:verbatimLongitude "11.368" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEF1EFD6BA14CFD05> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE81FFD6BA71FFCE6>
dwc:eventDate "2011-06-22" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Centre & Mbam-Minkom & de Nye-Meyong & l'Ouest" ;
dwc:verbatimElevation "1160" ;
dwc:verbatimLatitude "3.9237306" ;
dwc:verbatimLongitude "11.368" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE81FFD6BA71FFCE6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE25FD4EA180FCDB>
dwc:eventDate "2007-07-05" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "de Nye-Meyong" ;
dwc:verbatimElevation "1130" ;
dwc:verbatimLatitude "3.9308" ;
dwc:verbatimLongitude "11.37413" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEE25FD4EA180FCDB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEDEEFC84A14CFCBC>
dwc:eventDate "2007-08-14" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "de Nye-Meyong" ;
dwc:verbatimElevation "1165" ;
dwc:verbatimLatitude "3.9328668" ;
dwc:verbatimLongitude "11.37405" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEDEEFC84A14CFCBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE81FFC84A707FC90>
dwc:eventDate "2008-07-01" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "de Nye-Meyong" ;
dwc:verbatimElevation "1165" ;
dwc:verbatimLatitude "3.9328668" ;
dwc:verbatimLongitude "11.37405" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE81FFC84A707FC90> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE4DFCD8A032FC75>
dwc:eventDate "2011-06-17" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Mont Kala" ;
dwc:verbatimElevation "1138" ;
dwc:verbatimLatitude "3.8330998" ;
dwc:verbatimLongitude "11.342864" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEE4DFCD8A032FC75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE943FC3BA623FC56>
dwc:eventDate "2012-07-27" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Mont Kala" ;
dwc:verbatimElevation "1138" ;
dwc:verbatimLatitude "3.8330998" ;
dwc:verbatimLongitude "11.342864" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE943FC3BA623FC56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF74FC1EA108FC0B>
dwc:eventDate "2007-07-14" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Sud & Bidjouka" ;
dwc:verbatimElevation "730" ;
dwc:verbatimLatitude "3.1394668" ;
dwc:verbatimLongitude "10.46438" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEF74FC1EA108FC0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE85AFC71A4E3FBC0>
dwc:eventDate "2012-09-14" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bibondi" ;
dwc:verbatimElevation "830" ;
dwc:verbatimLatitude "3.3241055" ;
dwc:verbatimLongitude "10.648306" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE85AFC71A4E3FBC0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEDA8FBA8A0A2FBA5>
dwc:eventDate "2008-10-10" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bidou & Nkolembonda & Kribi-Ebolowa & Est" ;
dwc:verbatimElevation "350" ;
dwc:verbatimLatitude "2.8003833" ;
dwc:verbatimLongitude "10.011817" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEDA8FBA8A0A2FBA5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE9E9FB8BA639FB86>
dwc:eventDate "2009-03-14" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bidou & Nkolembonda & Kribi-Ebolowa & Est" ;
dwc:verbatimElevation "350" ;
dwc:verbatimLatitude "2.8003833" ;
dwc:verbatimLongitude "10.011817" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE9E9FB8BA639FB86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEF4FFBEEA11EFB86>
dwc:eventDate "2009-03-20" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bidou & Nkolembonda & Kribi-Ebolowa & Est" ;
dwc:verbatimElevation "350" ;
dwc:verbatimLatitude "2.8003833" ;
dwc:verbatimLongitude "10.011817" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEF4FFBEEA11EFB86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE825FBEEA56AFB5C>
dwc:eventDate "2009-10-07" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bidou & Nkolembonda & Kribi-Ebolowa & Est" ;
dwc:verbatimElevation "350" ;
dwc:verbatimLatitude "2.8003833" ;
dwc:verbatimLongitude "10.011817" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE825FBEEA56AFB5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEC3CFB24A734FB15>
dwc:eventDate "2009-10-16" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bidou & Nkolembonda & Kribi-Ebolowa & de Bidou" ;
dwc:verbatimElevation "50" ;
dwc:verbatimLatitude "2.7994666" ;
dwc:verbatimLongitude "10.0046835" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEC3CFB24A734FB15> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE46FB5BA14CFAF6>
dwc:eventDate "2008-09-19" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bifa & Kribi-Ebolowa" ;
dwc:verbatimElevation "105" ;
dwc:verbatimLatitude "2.6664307" ;
dwc:verbatimLongitude "10.28193" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEE46FB5BA14CFAF6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE81FFABEA750FAAB>
dwc:eventDate "2009-10-01" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bifa & Kribi-Ebolowa" ;
dwc:verbatimElevation "105" ;
dwc:verbatimLatitude "2.6664307" ;
dwc:verbatimLongitude "10.28193" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE81FFABEA750FAAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEEE3FA91A77CFA8C>
dwc:eventDate "2008-09-24" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bifa & Kribi-Ebolowa" ;
dwc:verbatimElevation "100" ;
dwc:verbatimLatitude "2.6697168" ;
dwc:verbatimLongitude "10.281799" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEEE3FA91A77CFA8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEE0FFAF4A555FA60>
dwc:eventDate "2009-11-02" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bifa & Kribi-Ebolowa" ;
dwc:verbatimElevation "100" ;
dwc:verbatimLatitude "2.6697168" ;
dwc:verbatimLongitude "10.281799" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEE0FFAF4A555FA60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FEC19FAC8A051FA60>
dwc:eventDate "2011-10-21" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Bifa & Kribi-Ebolowa" ;
dwc:verbatimElevation "100" ;
dwc:verbatimLatitude "2.6697168" ;
dwc:verbatimLongitude "10.281799" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FEC19FAC8A051FA60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE9E7FAC8A01FFA45>
dwc:eventDate "2001-07-12" ;
dwc:locality "Stevart" ;
dwc:recordedBy "Bicurga" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE9E7FAC8A01FFA45> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE923FA2BA0CDFA26>
dwc:eventDate "1984-10-29" ;
dwc:locality "Crystal Mountains" ;
dwc:recordedBy "Kinguele & van der Laan" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE923FA2BA0CDFA26> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE992FA0EA0C0FA1B>
dwc:eventDate "2001-08-25" ;
dwc:locality "Stevart" ;
dwc:recordedBy "Tchimbele" ;
dwc:verbatimElevation "460" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE992FA0EA0C0FA1B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE3426FEDEEFBB1A143F9FC.mc.CFB06B08FFE1426FE997FA61A147F9FC>
dwc:eventDate "2002-08-18" ;
dwc:locality "Stevart" ;
dwc:recordedBy "Assep-Bengong" ;
dwc:verbatimElevation "655" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE3426FEDEEFBB1A143F9FC#CFB06B08FFE1426FE997FA61A147F9FC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,526 @@
@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/F771D043FFE44274EDEEFADEA7F7FC8C>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe quintasii Farminhao, Stevart & Droissart 2018, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEF3AF8A0A50EF8BC>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEC52F884A59AF890>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BECAEF8D8A14FF890>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BE815F8D8A78CF874>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEED0F83CA6B3F828>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEFC4F810A180F828>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEDEEF874A7F4F80C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEE86F874A709F7E0>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEE5AF848A7A1F7C4>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE54274EEF2F7ACA5F9FF50>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC8DFF18A556FF34>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC1AFF7CA4CEFEE8>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274ED95FF50A721FEE8>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EE76FF50A559FECC>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274ECEBFEB4A0F5FECC>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E986FEB4A6B5FEA0>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EFC6FE88A529FE84>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC7DFEECA5B8FE5C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274ECC8FE24A0E3FE5C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E9B5FE24A5C8FE30>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC9DFE78A113FE30>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E827FE78A76FFE14>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EE35FE5CA6BAFD80>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EFCDFDE8A092FD64>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E9A4FDCCA6ACFD58>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EFFEFD20A18FFD58>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EE43FD04A613FD10>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EF26FD58A75BFCF4>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EEE1FCBCA047FCA8>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E90AFC90A7ECFC8C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_quintasii_Farminhao_1918> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Angraecum_quintasii_Rolfe_1891>, <http://taxon-concept.plazi.org/id/Plantae/Diaphananthe_quintasii_Rolfe_1918>, <http://taxon-concept.plazi.org/id/Plantae/Mystacidium_quintasii_Rolfe_2006>, <http://taxon-concept.plazi.org/id/Plantae/Diaphananthe_alfredii_Geerinck_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_quintasii_Farminhao_1918>
dwc:authority "(Rolfe) Farminhao, Stevart & Droissart" ;
dwc:authorityName "Farminhao, Stevart & Droissart" ;
dwc:authorityYear "2018" ;
dwc:baseAuthorityName "Farminhao, Stevart & Droissart" ;
dwc:baseAuthorityYear "1918" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Farminhao, Stevart & Droissart, 1918) Farminhao, Stevart & Droissart, 2018" ;
dwc:species "quintasii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe_quintasii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Angraecum_quintasii_Rolfe_1891>
dwc:authority "Rolfe (1891: 140)" ;
dwc:authorityName "Rolfe" ;
dwc:authorityPageNumber "140" ;
dwc:authorityYear "1891" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rolfe, 1891" ;
dwc:species "quintasii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Angraecum_quintasii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Diaphananthe_quintasii_Rolfe_1918>
dwc:authority "(Rolfe) Schlechter (1918: 99)" ;
dwc:authorityName "Schlechter" ;
dwc:authorityPageNumber "99" ;
dwc:authorityYear "1918" ;
dwc:baseAuthorityName "Rolfe" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Rolfe) Schlechter, 1918" ;
dwc:species "quintasii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Diaphananthe_quintasii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Mystacidium_quintasii_Rolfe_2006>
dwc:authority "(Rolfe) Rice (2006: 13)" ;
dwc:authorityName "Rice" ;
dwc:authorityPageNumber "13" ;
dwc:authorityYear "2006" ;
dwc:baseAuthorityName "Rolfe" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Mystacidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Rolfe) Rice, 2006" ;
dwc:species "quintasii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mystacidium_quintasii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Diaphananthe_alfredii_Geerinck_1990>
dwc:authority "Geerinck (1990: 182)" ;
dwc:authorityName "Geerinck" ;
dwc:authorityPageNumber "182" ;
dwc:authorityYear "1990" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Geerinck, 1990" ;
dwc:species "alfredii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Diaphananthe_alfredii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe_quintasii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "quintasii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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://taxon-name.plazi.org/id/Plantae/Angraecum_quintasii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "quintasii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Angraecum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Angraecum>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Diaphananthe_quintasii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "quintasii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Diaphananthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Diaphananthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mystacidium_quintasii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Mystacidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "quintasii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Mystacidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mystacidium>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Mystacidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Diaphananthe_alfredii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alfredii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Diaphananthe> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEF3AF8A0A50EF8BC>
dwc:eventDate "1912-09-12" ;
dwc:locality "Watt" ;
dwc:recordedBy "Sao Nicolau" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEF3AF8A0A50EF8BC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEC52F884A59AF890>
dwc:eventDate "1998-10-02" ;
dwc:locality "Parque Nacional Obo" ;
dwc:recordedBy "Stevart & Oliveira" ;
dwc:verbatimElevation "830" ;
dwc:verbatimLatitude "0.29166666" ;
dwc:verbatimLongitude "6.6124997" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEC52F884A59AF890> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BECAEF8D8A14FF890>
dwc:eventDate "1997-09-02" ;
dwc:locality "Estacao Sousa" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimElevation "1700" ;
dwc:verbatimLatitude "0.25" ;
dwc:verbatimLongitude "6.55" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BECAEF8D8A14FF890> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BE815F8D8A78CF874>
dwc:locality "entre Mesa et Morro Vilela" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimElevation "1700" ;
dwc:verbatimLatitude "0.28333333" ;
dwc:verbatimLongitude "6.55" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BE815F8D8A78CF874> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEED0F83CA6B3F828>
dwc:eventDate "2008-02-24" ;
dwc:locality "Morro Vilela" ;
dwc:recordedBy "Oliveira" ;
dwc:verbatimElevation "1167" ;
dwc:verbatimLatitude "0.28333333" ;
dwc:verbatimLongitude "6.55" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEED0F83CA6B3F828> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEFC4F810A180F828>
dwc:eventDate "2008-09-20" ;
dwc:locality "Oliveira" ;
dwc:verbatimElevation "1054" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEFC4F810A180F828> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEDEEF874A7F4F80C>
dwc:eventDate "2012-10-24" ;
dwc:locality "Bom Sucesso" ;
dwc:verbatimElevation "1054" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEDEEF874A7F4F80C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEE86F874A709F7E0>
dwc:eventDate "2012-10-25" ;
dwc:locality "Droissart" ;
dwc:verbatimElevation "897" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEE86F874A709F7E0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE5426BEE5AF848A7A1F7C4>
dwc:eventDate "2009-10-10" ;
dwc:locality "Bom Sucesso" ;
dwc:verbatimLatitude "0.26916665" ;
dwc:verbatimLongitude "6.5466666" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE5426BEE5AF848A7A1F7C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFE54274EEF2F7ACA5F9FF50>
dwc:eventDate "2008-01-17" ;
dwc:locality "Oliveira" ;
dwc:recordedBy "de Macambrara" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFE54274EEF2F7ACA5F9FF50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC8DFF18A556FF34>
dwc:eventDate "1997-09-30" ;
dwc:locality "Macambara" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimLatitude "0.26666668" ;
dwc:verbatimLongitude "6.6" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EC8DFF18A556FF34> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC1AFF7CA4CEFEE8>
dwc:eventDate "1997-10-04" ;
dwc:locality "Lejoly" ;
dwc:recordedBy "Lagoa Amelia" ;
dwc:verbatimElevation "1300" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EC1AFF7CA4CEFEE8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274ED95FF50A721FEE8>
dwc:eventDate "1998-10-02" ;
dwc:locality "Stevart" ;
dwc:recordedBy "Lagoa Amelia" ;
dwc:verbatimElevation "1300" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274ED95FF50A721FEE8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EE76FF50A559FECC>
dwc:eventDate "1998-07-04" ;
dwc:locality "Lagoa Amelia" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimElevation "1430" ;
dwc:verbatimLatitude "0.28333333" ;
dwc:verbatimLongitude "6.5916667" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EE76FF50A559FECC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274ECEBFEB4A0F5FECC>
dwc:eventDate "2009-10-02" ;
dwc:locality "Bom Sucesso" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimElevation "1430" ;
dwc:verbatimLatitude "0.28333333" ;
dwc:verbatimLongitude "6.5916667" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274ECEBFEB4A0F5FECC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E986FEB4A6B5FEA0>
dwc:eventDate "1998-03-22" ;
dwc:locality "Brune" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274E986FEB4A6B5FEA0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EFC6FE88A529FE84>
dwc:eventDate "1998-11-01" ;
dwc:locality "Nova Ceilao" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimLatitude "0.275" ;
dwc:verbatimLongitude "6.5916667" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EFC6FE88A529FE84> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC7DFEECA5B8FE5C>
dwc:eventDate "2004-09-13" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "3.9695501" ;
dwc:verbatimLongitude "11.395483" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EC7DFEECA5B8FE5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274ECC8FE24A0E3FE5C>
dwc:eventDate "2006-08-31" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "3.9695501" ;
dwc:verbatimLongitude "11.395483" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274ECC8FE24A0E3FE5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E9B5FE24A5C8FE30>
dwc:eventDate "2006-08-31" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "3.9695501" ;
dwc:verbatimLongitude "11.395483" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274E9B5FE24A5C8FE30> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EC9DFE78A113FE30>
dwc:eventDate "2009-09-29" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "3.9695501" ;
dwc:verbatimLongitude "11.395483" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EC9DFE78A113FE30> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E827FE78A76FFE14>
dwc:eventDate "2010-09-17" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "3.9695501" ;
dwc:verbatimLongitude "11.395483" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274E827FE78A76FFE14> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EE35FE5CA6BAFD80>
dwc:eventDate "2008-09-07" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "5.0974503" ;
dwc:verbatimLongitude "11.329489" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EE35FE5CA6BAFD80> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EFCDFDE8A092FD64>
dwc:eventDate "2014-08-21" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "1164" ;
dwc:verbatimLatitude "5.6476803" ;
dwc:verbatimLongitude "10.80622" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EFCDFDE8A092FD64> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E9A4FDCCA6ACFD58>
dwc:eventDate "2015-08-10" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "1164" ;
dwc:verbatimLatitude "5.6476803" ;
dwc:verbatimLongitude "10.80622" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274E9A4FDCCA6ACFD58> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EFFEFD20A18FFD58>
dwc:eventDate "2015-08-23" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "1164" ;
dwc:verbatimLatitude "5.6476803" ;
dwc:verbatimLongitude "10.80622" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EFFEFD20A18FFD58> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EE43FD04A613FD10>
dwc:eventDate "1974-02-07" ;
dwc:locality "DEMOCRATIC REPUBLIC OF THE CONGO" ;
dwc:recordedBy "Langa" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EE43FD04A613FD10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EF26FD58A75BFCF4>
dwc:eventDate "1938-08-13" ;
dwc:locality "Budongo Forest" ;
dwc:recordedBy "Bwamba & Toro" ;
dwc:verbatimElevation "2440" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EF26FD58A75BFCF4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274EEE1FCBCA047FCA8>
dwc:eventDate "2018-01-30" ;
dwc:locality "Cyamudongo Forest" ;
dwc:recordedBy "Farminhao & Dumbo" ;
dwc:verbatimElevation "2004" ;
dwc:verbatimLatitude "-2.5588167" ;
dwc:verbatimLongitude "28.983084" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274EEE1FCBCA047FCA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE44274EDEEFADEA7F7FC8C.mc.CFB06B08FFFA4274E90AFC90A7ECFC8C>
dwc:eventDate "1992-01-30" ;
dwc:locality "Siguvyaye" ;
dwc:recordedBy "Arbonnier" ;
dwc:verbatimLatitude "-3.95" ;
dwc:verbatimLongitude "29.933332" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE44274EDEEFADEA7F7FC8C#CFB06B08FFFA4274E90AFC90A7ECFC8C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,154 @@
@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/F771D043FFE6426AEDEEFB8AA4F8FAD0>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe perezverae Descourvieres, Stevart & Farminhao 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AEF3FFBF0A4CEFB40>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AED93FB28A05FFB40>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AE9E3FB28A180FB24>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AEDEEFB60A516FAFC>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AEC5DFB44A4FCFAD0> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_perezverae_Descourvieres_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_perezverae_Descourvieres_2018>
dwc:authority "Descourvieres, Stevart & Farminhao" ;
dwc:authorityName "Descourvieres, Stevart & Farminhao" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Descourvieres, Stevart & Farminhao, 2018" ;
dwc:species "perezverae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe_perezverae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe_perezverae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "perezverae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AEF3FFBF0A4CEFB40>
dwc:eventDate "2012-08-06" ;
dwc:locality "Nimba Range" ;
dwc:recordedBy "de Chateau & Nimba" ;
dwc:verbatimLatitude "7.675833" ;
dwc:verbatimLongitude "-8.379167" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE6426AEDEEFB8AA4F8FAD0#CFB06B08FFE4426AEF3FFBF0A4CEFB40> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AED93FB28A05FFB40>
dwc:eventDate "2011-10-05" ;
dwc:locality "Nimba Range" ;
dwc:recordedBy "Stevart & Bidault & Diabate & Bilivogui" ;
dwc:verbatimLatitude "7.675833" ;
dwc:verbatimLongitude "-8.379167" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE6426AEDEEFB8AA4F8FAD0#CFB06B08FFE4426AED93FB28A05FFB40> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AE9E3FB28A180FB24>
dwc:eventDate "2017-09-14" ;
dwc:locality "Camp" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimElevation "1166" ;
dwc:verbatimLatitude "7.6291666" ;
dwc:verbatimLongitude "-8.418889" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE6426AEDEEFB8AA4F8FAD0#CFB06B08FFE4426AE9E3FB28A180FB24> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AEDEEFB60A516FAFC>
dwc:eventDate "2017-09-22" ;
dwc:locality "Leae mountain" ;
dwc:recordedBy "Stevart" ;
dwc:verbatimElevation "843" ;
dwc:verbatimLatitude "7.653611" ;
dwc:verbatimLongitude "-8.34611" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE6426AEDEEFB8AA4F8FAD0#CFB06B08FFE4426AEDEEFB60A516FAFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFE6426AEDEEFB8AA4F8FAD0.mc.CFB06B08FFE4426AEC5DFB44A4FCFAD0>
dwc:eventDate "1996-08-16" ;
dwc:locality "Bouake" ;
dwc:recordedBy "Perez-Vera" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFE6426AEDEEFB8AA4F8FAD0#CFB06B08FFE4426AEC5DFB44A4FCFAD0> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,95 @@
@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/F771D043FFE84260EDEEF9ECA70CFD58>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe Descourvieres, Stevart & Droissart 2018, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_Descourvieres_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_Descourvieres_2018>
dwc:authority "Descourvieres, Stevart & Droissart" ;
dwc:authorityName "Descourvieres, Stevart & Droissart" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Descourvieres, Stevart & Droissart, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WGY9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .

View file

@ -0,0 +1,251 @@
@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/F771D043FFED426DEDEEFB0AA093FC0B>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe bueae Farminhao, Stevart & Droissart 2018, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEF05FCA1A180FCDB>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEDEEFC84A00EFCBC>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DE952FC84A5FCFC90>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEC8EFCD8A633FC75>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEF47FC3BA697FC56>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEFDAFC1EA49DFC0B>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEDA3FC71A096FC0B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_bueae_Farminhao_1918> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Angraecum_bueae_Schlechter_1906>, <http://taxon-concept.plazi.org/id/Plantae/Diaphananthe_bueae_Schltr._1918> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_bueae_Farminhao_1918>
dwc:authority "(Schltr.) Farminhao, Stevart & Droissart" ;
dwc:authorityName "Farminhao, Stevart & Droissart" ;
dwc:authorityYear "2018" ;
dwc:baseAuthorityName "Farminhao, Stevart & Droissart" ;
dwc:baseAuthorityYear "1918" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Farminhao, Stevart & Droissart, 1918) Farminhao, Stevart & Droissart, 2018" ;
dwc:species "bueae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe_bueae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Angraecum_bueae_Schlechter_1906>
dwc:authority "Schltr." ;
dwc:authorityName "Schlechter" ;
dwc:authorityYear "1906" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schlechter, 1906" ;
dwc:species "bueae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Angraecum_bueae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Diaphananthe_bueae_Schltr._1918>
dwc:authority "(Schltr.) Schlechter (1918: 96)" ;
dwc:authorityName "Schlechter" ;
dwc:authorityPageNumber "96" ;
dwc:authorityYear "1918" ;
dwc:baseAuthorityName "Schltr." ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Schltr.) Schlechter, 1918" ;
dwc:species "bueae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Diaphananthe_bueae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe_bueae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bueae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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://taxon-name.plazi.org/id/Plantae/Angraecum_bueae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bueae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Angraecum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Angraecum>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Diaphananthe_bueae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bueae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Diaphananthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Diaphananthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Diaphananthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEF05FCA1A180FCDB>
dwc:locality "Northwest" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DEF05FCA1A180FCDB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEDEEFC84A00EFCBC>
dwc:eventDate "1967-07-13" ;
dwc:locality "Kichong" ;
dwc:recordedBy "Letouzey" ;
dwc:verbatimElevation "2200" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DEDEEFC84A00EFCBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DE952FC84A5FCFC90>
dwc:eventDate "1973-06-26" ;
dwc:locality "Tadu" ;
dwc:recordedBy "Mbenkum" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DE952FC84A5FCFC90> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEC8EFCD8A633FC75>
dwc:eventDate "1986-04" ;
dwc:locality "Verkovi Village" ;
dwc:recordedBy "Thomas & McLeod" ;
dwc:verbatimLatitude "2.2" ;
dwc:verbatimLongitude "-2.6" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DEC8EFCD8A633FC75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEF47FC3BA697FC56>
dwc:eventDate "2014-05-19" ;
dwc:locality "Belo" ;
dwc:recordedBy "Yaounde" ;
dwc:verbatimElevation "2300" ;
dwc:verbatimLatitude "6.1855555" ;
dwc:verbatimLongitude "10.422192" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DEF47FC3BA697FC56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEFDAFC1EA49DFC0B>
dwc:eventDate "2015-03-04" ;
dwc:locality "Belo" ;
dwc:recordedBy "Yaounde" ;
dwc:verbatimElevation "2300" ;
dwc:verbatimLatitude "6.1855555" ;
dwc:verbatimLongitude "10.422192" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DEFDAFC1EA49DFC0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFED426DEDEEFB0AA093FC0B.mc.CFB06B08FFE3426DEDA3FC71A096FC0B>
dwc:eventDate "2002-05-03" ;
dwc:locality "Boyo" ;
dwc:recordedBy "Pollard" ;
dwc:verbatimElevation "2040" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFED426DEDEEFB0AA093FC0B#CFB06B08FFE3426DEDA3FC71A096FC0B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,235 @@
@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/F771D043FFEF4263EDEEFDDBA538FB6C>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe arcuata Descourvieres, Stevart & Droissart 2018, sp.nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFEF4261EDEEFD33A028FD2D>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EF05FDE8A5DBFD64>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EF6FFDCCA767FD58>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EE2AFD20A7AFFD3C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EEF5FD04A4F2FD10>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263ED87FD58A14AFD10>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263E81FFD58A7B1FCF4>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EEC2FCBCA705FCA8>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EE4BFC90A528FC8C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EC79FCF4A671FC60>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EF07FCC8A0D6FC44>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263E99DFC2CA49DFC1C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EDA1FC64A0D6FC1C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263E998FC64A7F7FBD4>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EEBDFB9CA53BFB6C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_arcuata_Descourvieres_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_arcuata_Descourvieres_2018>
dwc:authority "Descourvieres, Stevart & Droissart" ;
dwc:authorityName "Descourvieres, Stevart & Droissart" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Descourvieres, Stevart & Droissart, 2018" ;
dwc:species "arcuata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe_arcuata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe_arcuata>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arcuata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFEF4261EDEEFD33A028FD2D>
dwc:eventDate "2009-10-21" ;
dwc:locality "Type" ;
dwc:recordedBy "de Nyasoso & Droissart & Stevart" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "869" ;
dwc:verbatimLatitude "4.832683" ;
dwc:verbatimLongitude "9.6848" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFEF4261EDEEFD33A028FD2D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EF05FDE8A5DBFD64>
dwc:eventDate "1974-08" ;
dwc:locality "Kitoma" ;
dwc:recordedBy "Adam" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EF05FDE8A5DBFD64> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EF6FFDCCA767FD58>
dwc:eventDate "2017-09-15" ;
dwc:locality "GUINEA" ;
dwc:recordedBy "Nzerekore & Nimba & Seringbara & Stevart" ;
dwc:verbatimElevation "1123" ;
dwc:verbatimLatitude "7.6316667" ;
dwc:verbatimLongitude "-8.416667" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EF6FFDCCA767FD58> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EE2AFD20A7AFFD3C>
dwc:eventDate "1972-01" ;
dwc:locality "Mont Tonkoui" ;
dwc:recordedBy "Daloa & Perez-Vera" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EE2AFD20A7AFFD3C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EEF5FD04A4F2FD10>
dwc:eventDate "1937-10-31" ;
dwc:locality "Aburi" ;
dwc:recordedBy "Cox" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EEF5FD04A4F2FD10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263ED87FD58A14AFD10>
dwc:eventDate "1954-08-02" ;
dwc:locality "Rest House" ;
dwc:recordedBy "Westwood" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263ED87FD58A14AFD10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263E81FFD58A7B1FCF4>
dwc:eventDate "1954-08-02" ;
dwc:locality "Rest House" ;
dwc:recordedBy "Westwood" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263E81FFD58A7B1FCF4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EEC2FCBCA705FCA8>
dwc:eventDate "1966-12-26" ;
dwc:locality "Basile" ;
dwc:recordedBy "Sanford" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EEC2FCBCA705FCA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EE4BFC90A528FC8C>
dwc:eventDate "1989-11-02" ;
dwc:locality "Pico Basile" ;
dwc:recordedBy "Carvalho" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EE4BFC90A528FC8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EC79FCF4A671FC60>
dwc:eventDate "2001-10-22" ;
dwc:locality "CAMEROON" ;
dwc:recordedBy "Southwest & Kupe-Manengouba & Engandong" ;
dwc:verbatimElevation "810" ;
dwc:verbatimLatitude "5.1033335" ;
dwc:verbatimLongitude "9.730499" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EC79FCF4A671FC60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EF07FCC8A0D6FC44>
dwc:eventDate "2009-10-21" ;
dwc:locality "Mt Kupe" ;
dwc:recordedBy "Montane & de Nyasoso & Mont & Droissart & Stevart" ;
dwc:verbatimElevation "1000" ;
dwc:verbatimLatitude "4.826967" ;
dwc:verbatimLongitude "9.696484" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EF07FCC8A0D6FC44> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263E99DFC2CA49DFC1C>
dwc:eventDate "2013-10-15" ;
dwc:locality "Mt Etinde" ;
dwc:recordedBy "Mt & Village d' Ekondjo & Droissart" ;
dwc:verbatimElevation "700" ;
dwc:verbatimLatitude "4.064689" ;
dwc:verbatimLongitude "9.151819" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263E99DFC2CA49DFC1C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EDA1FC64A0D6FC1C>
dwc:eventDate "2013-10-15" ;
dwc:locality "Yaounde" ;
dwc:recordedBy "Mt & Village d' Ekondjo & Droissart" ;
dwc:verbatimElevation "643" ;
dwc:verbatimLatitude "4.0631585" ;
dwc:verbatimLongitude "9.161494" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EDA1FC64A0D6FC1C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263E998FC64A7F7FBD4>
dwc:eventDate "2007-11-16" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "1165" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263E998FC64A7F7FBD4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFEF4263EDEEFDDBA538FB6C.mc.CFB06B08FFED4263EEBDFB9CA53BFB6C>
dwc:eventDate "2007-11-18" ;
dwc:locality "Yaounde" ;
dwc:verbatimElevation "1100" ;
dwc:verbatimLatitude "3.92315" ;
dwc:verbatimLongitude "11.366567" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFEF4263EDEEFDDBA538FB6C#CFB06B08FFED4263EEBDFB9CA53BFB6C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,226 @@
@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/F771D043FFFA4275EDEEFC2AA561FC44>
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:title "Kylicanthe rohrii Descourvieres & Farminhao 2018, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFA4274EDEEFC66A4DCFBFE>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EF04FDCCA136FD58>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275E846FD20A74AFD3C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EE1FFD04A630FD10>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EE8BFD58A6AEFCF4>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EFF5FCBCA504FCA8>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EC48FC90A769FCA8>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EE00FC90A5F2FC8C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EC84FCF4A08DFC8C>, <http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275E9D0FCF4A565FC44> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_rohrii_Descourvieres_1960> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Angraecum_rohrii_Reichenbach_1881> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.373.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.373.2.1>
bibo:endPage "120" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-10-24" ;
bibo:startPage "99" ;
bibo:volume "373" ;
dc:creator "Descourvières, Pascal; Farminhão, João N. M.; Dubuisson, Vincent Droissart Jean-Yves; Simo-Droissart, Murielle; Stévart, Tariq" ;
dc:date "2018" ;
dc:title "A new genus of angraecoid orchids (Orchidaceae: Angraecinae) with highly distinctive pollinaria morphology, including three new species from tropical West and Central Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Kylicanthe_rohrii_Descourvieres_1960>
dwc:authority "(Rchb. f.) Descourvieres & Farminhao" ;
dwc:authorityName "Descourvieres & Farminhao" ;
dwc:authorityYear "2018" ;
dwc:baseAuthorityName "Descourvieres & Farminhao" ;
dwc:baseAuthorityYear "1960" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Descourvieres & Farminhao, 1960) Descourvieres & Farminhao, 2018" ;
dwc:species "rohrii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe_rohrii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Angraecum_rohrii_Reichenbach_1881>
dwc:authority "Reichenbach (1881: 117)" ;
dwc:authorityName "Reichenbach" ;
dwc:authorityPageNumber "117" ;
dwc:authorityYear "1881" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Reichenbach, 1881" ;
dwc:species "rohrii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWWZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Angraecum_rohrii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe_rohrii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rohrii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kylicanthe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kylicanthe>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Kylicanthe" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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://taxon-name.plazi.org/id/Plantae/Angraecum_rohrii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rohrii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Angraecum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Angraecum>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Angraecum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFA4274EDEEFC66A4DCFBFE>
dwc:collectionCode "W" ;
dwc:locality "Type" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFA4274EDEEFC66A4DCFBFE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EF04FDCCA136FD58>
dwc:eventDate "1974-06-03" ;
dwc:locality "Shashamane on Goba" ;
dwc:recordedBy "Ash" ;
dwc:verbatimElevation "2050" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EF04FDCCA136FD58> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275E846FD20A74AFD3C>
dwc:eventDate "2011-07-01" ;
dwc:locality "Edwards in Demissew" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275E846FD20A74AFD3C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EE1FFD04A630FD10>
dwc:eventDate "1938-03" ;
dwc:locality "Kitale District" ;
dwc:recordedBy "Cunningham-van Sommeren" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EE1FFD04A630FD10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EE8BFD58A6AEFCF4>
dwc:eventDate "1978-03-20" ;
dwc:locality "Dundori" ;
dwc:recordedBy "Pfennig Pf." ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EE8BFD58A6AEFCF4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EFF5FCBCA504FCA8>
dwc:eventDate "1938-04" ;
dwc:locality "Kinangop" ;
dwc:recordedBy "Chandler" ;
dwc:verbatimElevation "2690" ;
dwc:verbatimLatitude "2.68" ;
dwc:verbatimLongitude "-2.7" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EFF5FCBCA504FCA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EC48FC90A769FCA8>
dwc:eventDate "1952-01-28" ;
dwc:locality "Aberdare Mts." ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EC48FC90A769FCA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EE00FC90A5F2FC8C>
dwc:eventDate "1934-07-14" ;
dwc:locality "Mt. Elgon" ;
dwc:recordedBy "Snowden" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EE00FC90A5F2FC8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275EC84FCF4A08DFC8C>
dwc:eventDate "1962-10-10" ;
dwc:locality "Sasa Hut" ;
dwc:recordedBy "Mt. Elgon, B" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275EC84FCF4A08DFC8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F771D043FFFA4275EDEEFC2AA561FC44.mc.CFB06B08FFFB4275E9D0FCF4A565FC44>
dwc:eventDate "1977-09-23" ;
dwc:locality "Lemala" ;
dwc:recordedBy "Ngorongoro Crater S & Raynal" ;
dwc:verbatimElevation "2350" ;
trt:httpUri <https://treatment.plazi.org/id/F771D043FFFA4275EDEEFC2AA561FC44#CFB06B08FFFB4275E9D0FCF4A565FC44> ;
a dwc:MaterialCitation .