This commit is contained in:
treatmentbank 2024-09-07 05:03:39 +00:00
parent 1c027ffab8
commit 25f2d73f22
57 changed files with 9166 additions and 1 deletions
data
03
3E/1E/35
49/7D/2D
5C/0A/38
92/14/7D
93/28/87
CC/70/87

View file

@ -0,0 +1,107 @@
@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/0385879DFFBFFFB0FF7AFF5E53479626>
dc:creator "Halo, Boshra A.; Maharachchikumbura, Sajeewa S. N.; Al-Yahyai, Rashid A.; Al-Sadi, Abdullah M." ;
dc:title "Cladosporium omanense Halo, Maharachch., Al-Yahyai & Al-Sadi 2019, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Cladosporium_omanense_Halo_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.8>
bibo:endPage "154" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "145" ;
bibo:volume "388" ;
dc:creator "Halo, Boshra A.; Maharachchikumbura, Sajeewa S. N.; Al-Yahyai, Rashid A.; Al-Sadi, Abdullah M." ;
dc:date "2019" ;
dc:title "Cladosporium omanense, a new endophytic species from Zygophyllum coccineum in Oman" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Cladosporium_omanense_Halo_2019>
dwc:authority "Halo, Maharachch., Al-Yahyai & Al-Sadi" ;
dwc:authorityName "Halo, Maharachch., Al-Yahyai & Al-Sadi" ;
dwc:authorityYear "2019" ;
dwc:class "Sordariomycetes" ;
dwc:family "Ophiocordycipitaceae" ;
dwc:genus "Cladosporium" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Halo, Maharachch., Al-Yahyai & Al-Sadi, 2019" ;
dwc:species "omanense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Cladosporium_omanense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Cladosporium_omanense>
dwc:class "Sordariomycetes" ;
dwc:family "Ophiocordycipitaceae" ;
dwc:genus "Cladosporium" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "omanense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Cladosporium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Cladosporium>
dwc:class "Sordariomycetes" ;
dwc:family "Ophiocordycipitaceae" ;
dwc:genus "Cladosporium" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ophiocordycipitaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ophiocordycipitaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Ophiocordycipitaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreales>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Sordariomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Sordariomycetes>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
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

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/038892106768D511FF33FD3E3925F995>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725107>, <http://dx.doi.org/10.5281/zenodo.13725109>, <http://dx.doi.org/10.5281/zenodo.13725111> ;
dc:creator "Zhou, Wei-Guo; Ding, De-Wen; Yang, Qing-Song; Ahmad, Manzoor; Zhang, Yuan-Zhou; Lin, Xian-Cheng; Zhang, Yan-Ying; Ling, Juan; Dong, Jun-De" ;
dc:title "Marileptolyngbya sina Zhou et Ling 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/038892106768D511FF33FD3E3925F995.mc.3B49295B6768D516FE3BF8033FEFF7AA>, <http://tb.plazi.org/GgServer/dwcaRecords/038892106768D511FF33FD3E3925F995.mc.3B49295B676FD511FF06FA8A383BFA25> ;
@ -27,6 +28,7 @@
dc:creator "Zhou, Wei-Guo; Ding, De-Wen; Yang, Qing-Song; Ahmad, Manzoor; Zhang, Yuan-Zhou; Lin, Xian-Cheng; Zhang, Yan-Ying; Ling, Juan; Dong, Jun-De" ;
dc:date "2018" ;
dc:title "Marileptolyngbya sina gen. nov., sp. nov. and Salileptolyngbya diazotrophicum gen. nov., sp. nov. (Synechococcales, Cyanobacteria), species of cyanobacteria isolated from a marine ecosystem" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725107>, <http://dx.doi.org/10.5281/zenodo.13725109>, <http://dx.doi.org/10.5281/zenodo.13725111> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Marileptolyngbya_sina_Zhou_2018>
@ -107,6 +109,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725107>
dc:description "FIGURE 1. Light micrographs of Marileptolyngbya sina SCSIO T-2 and Salileptolyngbya diazotrophicum SCSIO 43686 (100X). ac: SCSIO T-2; df: SCSIO 43686. a. unbranched and breakage of filaments. b. rounded terminal cell, sometimes extended. c. entangled filements. d. wavy filaments. e. firm sheath contained uniseriate and unbranched trichome. f. filaments reproducing by hormogonia. Scale bars= 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13725107/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725109>
dc:description "FIGURE 2. Scanning electron micrographs of Marileptolyngbya sina SCSIO T-2 and Salileptolyngbya diazotrophicum SCSIO 43686. ae: SCSIO T-2; fi: SCSIO 43686. Scale bars: a, g=10 μm; bf, i= 5μm; h=1μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13725109/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725111>
dc:description "FIGURE 3. Transmission electron micrographs of Marileptolyngbya sina SCSIO T-2 and Salileptolyngbya diazotrophicum SCSIO 43686. ab. Cross section view of SCSIO T-2. cd. Longitudinal section view of SCSIO T-2. eg. Cross section view of SCSIO 43686. hi. Longitudinal section view of SCSIO 43686. Scale bars: ab, ef, hi= 200μm; cd= 500 μm; f= 100μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13725111/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/038892106768D511FF33FD3E3925F995.mc.3B49295B6768D516FE3BF8033FEFF7AA>
dwc:eventDate "2014-05-24" ;
dwc:locality "Xincun Bay" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03889210676ED513FF33FAA73876F8B0>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725107>, <http://dx.doi.org/10.5281/zenodo.13725109>, <http://dx.doi.org/10.5281/zenodo.13725111> ;
dc:creator "Zhou, Wei-Guo; Ding, De-Wen; Yang, Qing-Song; Ahmad, Manzoor; Zhang, Yuan-Zhou; Lin, Xian-Cheng; Zhang, Yan-Ying; Ling, Juan; Dong, Jun-De" ;
dc:title "Salileptolyngbya diazotrophicum Zhou & Ding & Yang & Ahmad & Zhang & Lin & Zhang & Ling & Dong 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03889210676ED513FF33FAA73876F8B0.mc.3B49295B676ED510FE3AF96D3926F8A0>, <http://tb.plazi.org/GgServer/dwcaRecords/03889210676ED513FF33FAA73876F8B0.mc.3B49295B676ED510FF06F8F1383BF8D8> ;
@ -27,6 +28,7 @@
dc:creator "Zhou, Wei-Guo; Ding, De-Wen; Yang, Qing-Song; Ahmad, Manzoor; Zhang, Yuan-Zhou; Lin, Xian-Cheng; Zhang, Yan-Ying; Ling, Juan; Dong, Jun-De" ;
dc:date "2018" ;
dc:title "Marileptolyngbya sina gen. nov., sp. nov. and Salileptolyngbya diazotrophicum gen. nov., sp. nov. (Synechococcales, Cyanobacteria), species of cyanobacteria isolated from a marine ecosystem" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725107>, <http://dx.doi.org/10.5281/zenodo.13725109>, <http://dx.doi.org/10.5281/zenodo.13725111> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Salileptolyngbya_diazotrophicum_Zhou_2018>
@ -107,6 +109,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725107>
dc:description "FIGURE 1. Light micrographs of Marileptolyngbya sina SCSIO T-2 and Salileptolyngbya diazotrophicum SCSIO 43686 (100X). ac: SCSIO T-2; df: SCSIO 43686. a. unbranched and breakage of filaments. b. rounded terminal cell, sometimes extended. c. entangled filements. d. wavy filaments. e. firm sheath contained uniseriate and unbranched trichome. f. filaments reproducing by hormogonia. Scale bars= 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13725107/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725109>
dc:description "FIGURE 2. Scanning electron micrographs of Marileptolyngbya sina SCSIO T-2 and Salileptolyngbya diazotrophicum SCSIO 43686. ae: SCSIO T-2; fi: SCSIO 43686. Scale bars: a, g=10 μm; bf, i= 5μm; h=1μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13725109/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725111>
dc:description "FIGURE 3. Transmission electron micrographs of Marileptolyngbya sina SCSIO T-2 and Salileptolyngbya diazotrophicum SCSIO 43686. ab. Cross section view of SCSIO T-2. cd. Longitudinal section view of SCSIO T-2. eg. Cross section view of SCSIO 43686. hi. Longitudinal section view of SCSIO 43686. Scale bars: ab, ef, hi= 200μm; cd= 500 μm; f= 100μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13725111/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03889210676ED513FF33FAA73876F8B0.mc.3B49295B676ED510FE3AF96D3926F8A0>
dwc:eventDate "2015-08-16" ;
dwc:locality "northern South China Sea" ;

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/03BBD82074359831FF2DFE4EFB92FCDA>
dc:creator "Darienko, Tatyana; Pröschold, Thomas" ;
dc:title "Jaagichlorella geometrica Reisigl" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_geometrica> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.2>
bibo:endPage "68" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "47" ;
bibo:volume "388" ;
dc:creator "Darienko, Tatyana; Pröschold, Thomas" ;
dc:date "2019" ;
dc:title "The genus Jaagichlorella Reisigl (Trebouxiophyceae, Chlorophyta) and its close relatives: an evolutionary puzzle" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_geometrica>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "geometrica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oocystaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oocystaceae>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oocystales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oocystales>
dwc:class "Trebouxiophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trebouxiophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trebouxiophyceae>
dwc:class "Trebouxiophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
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/03BBD82074369832FF2DFC4FFEB6F9A8>
dc:creator "Darienko, Tatyana; Pröschold, Thomas" ;
dc:title "Jaagichlorella roystonensis var. epilithica Darienko & Proschold 2019, var. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BBD82074369832FF2DFC4FFEB6F9A8.mc.3B7A636B74369832FF18FA49FC11FA38> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Jaagichlorella_roystonensis_epilithica_Darienko_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.2>
bibo:endPage "68" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "47" ;
bibo:volume "388" ;
dc:creator "Darienko, Tatyana; Pröschold, Thomas" ;
dc:date "2019" ;
dc:title "The genus Jaagichlorella Reisigl (Trebouxiophyceae, Chlorophyta) and its close relatives: an evolutionary puzzle" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Jaagichlorella_roystonensis_epilithica_Darienko_2019>
dwc:authority "Darienko & Proschold" ;
dwc:authorityName "Darienko & Proschold" ;
dwc:authorityYear "2019" ;
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Darienko & Proschold, 2019" ;
dwc:species "roystonensis" ;
dwc:variety "epilithica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_roystonensis_epilithica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_roystonensis_epilithica>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "variety" ;
dwc:species "roystonensis" ;
dwc:variety "epilithica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_roystonensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_roystonensis>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "roystonensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oocystaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oocystaceae>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oocystales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oocystales>
dwc:class "Trebouxiophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trebouxiophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trebouxiophyceae>
dwc:class "Trebouxiophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
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/03BBD82074369832FF2DFC4FFEB6F9A8.mc.3B7A636B74369832FF18FA49FC11FA38>
dwc:catalogNumber "SAG 2133" ;
dwc:collectionCode "SAG" ;
dwc:locality "Culture Collection of Algae" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03BBD82074369832FF2DFC4FFEB6F9A8#3B7A636B74369832FF18FA49FC11FA38> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,116 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03BBD82074379832FF2DF8B6FC19FD64>
dc:creator "Darienko, Tatyana; Pröschold, Thomas" ;
dc:title "Jaagichlorella africana Darienko & Proschold 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BBD82074379832FF2DF8B6FC19FD64.mc.3B7A636B74369832FF18FDD5FC11FDBC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Jaagichlorella_africana_Darienko_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.2>
bibo:endPage "68" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "47" ;
bibo:volume "388" ;
dc:creator "Darienko, Tatyana; Pröschold, Thomas" ;
dc:date "2019" ;
dc:title "The genus Jaagichlorella Reisigl (Trebouxiophyceae, Chlorophyta) and its close relatives: an evolutionary puzzle" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Jaagichlorella_africana_Darienko_2019>
dwc:authority "Darienko & Proschold" ;
dwc:authorityName "Darienko & Proschold" ;
dwc:authorityYear "2019" ;
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Darienko & Proschold, 2019" ;
dwc:species "africana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_africana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella_africana>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "africana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Jaagichlorella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Jaagichlorella>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:genus "Jaagichlorella" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oocystaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oocystaceae>
dwc:class "Trebouxiophyceae" ;
dwc:family "Oocystaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oocystales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oocystales>
dwc:class "Trebouxiophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oocystales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trebouxiophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trebouxiophyceae>
dwc:class "Trebouxiophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
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/03BBD82074379832FF2DF8B6FC19FD64.mc.3B7A636B74369832FF18FDD5FC11FDBC>
dwc:catalogNumber "SAG 2213" ;
dwc:collectionCode "SAG" ;
dwc:locality "Culture Collection of Algae" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03BBD82074379832FF2DF8B6FC19FD64#3B7A636B74369832FF18FDD5FC11FDBC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,114 @@
@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/03C087DFFFF7FFBE1F9CFA93AB0820AF>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725200> ;
dc:creator "Atwood, John J.; Mamontov, Yuriy S." ;
dc:title "Frullania clarkii J. J. Atwood & Mamontov 2018, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Frullania_clarkii_Atwood_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.2.6>
bibo:endPage "212" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-14" ;
bibo:startPage "206" ;
bibo:volume "383" ;
dc:creator "Atwood, John J.; Mamontov, Yuriy S." ;
dc:date "2018" ;
dc:title "The lectotypification of Frullania mexicana and the description of F. clarkii sp. nov. (Frullaniaceae, Marchantiophyta)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725200> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Frullania_clarkii_Atwood_2018>
dwc:authority "J.J. Atwood & Mamontov" ;
dwc:authorityName "J. J. Atwood & Mamontov" ;
dwc:authorityYear "2018" ;
dwc:class "Jungermanniopsida" ;
dwc:family "Frullaniaceae" ;
dwc:genus "Frullania" ;
dwc:kingdom "Plantae" ;
dwc:order "Porellales" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. J. Atwood & Mamontov, 2018" ;
dwc:species "clarkii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Frullania_clarkii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Frullania_clarkii>
dwc:class "Jungermanniopsida" ;
dwc:family "Frullaniaceae" ;
dwc:genus "Frullania" ;
dwc:kingdom "Plantae" ;
dwc:order "Porellales" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "species" ;
dwc:species "clarkii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Frullania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Frullania>
dwc:class "Jungermanniopsida" ;
dwc:family "Frullaniaceae" ;
dwc:genus "Frullania" ;
dwc:kingdom "Plantae" ;
dwc:order "Porellales" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Frullaniaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Frullaniaceae>
dwc:class "Jungermanniopsida" ;
dwc:family "Frullaniaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Porellales" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Porellales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Porellales>
dwc:class "Jungermanniopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Porellales" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Jungermanniopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Jungermanniopsida>
dwc:class "Jungermanniopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Marchantiophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Marchantiophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Marchantiophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725200>
dc:description "FIGURE 1. Line drawing of Frullania clarkii sp. nov. 1, 2, 4: Underleaves. 3, 8: Median cells of leaf lobe. 57, 10: Leaf lobes, dorsal view. 9, 13: Shoots, ventral view. 11, 12, 14: Leaf lobes and lobules, ventral view. 15: Enlarged leaf lobule, ventral view. Scale bars: 750 μm for 1, 2, 4; 100 μm for 3; 50 μm for 8; 2 mm for 9; 850 μm for 57, 1012, 14; 1.5 mm for 13; 500 μm for 15. All from holotype (G00114898), by Yuriy Mamontov." ;
fabio:hasRepresentation <https://zenodo.org/record/13725200/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,126 @@
@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/03C7879F0D78FFC4FF64F991FE9AFA72>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725347> ;
dc:creator "Jalal, Jeewan Singh; Jayanthi, Janakiraman" ;
dc:title "Pecteilis korigadensis Jalal & Jayanthi 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03C7879F0D78FFC4FF64F991FE9AFA72.mc.3B063CD40D78FFC5FF64F9B9FF10F986> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pecteilis_korigadensis_Jalal_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.3>
bibo:endPage "173" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "167" ;
bibo:volume "388" ;
dc:creator "Jalal, Jeewan Singh; Jayanthi, Janakiraman" ;
dc:date "2019" ;
dc:title "Pecteilis korigadensis (Orchidaceae: Orchidoideae), a new terrestrial orchid from the northern Western Ghats, India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725347> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Pecteilis_korigadensis_Jalal_2019>
dwc:authority "Jalal & Jayanthi" ;
dwc:authorityName "Jalal & Jayanthi" ;
dwc:authorityYear "2019" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pecteilis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jalal & Jayanthi, 2019" ;
dwc:species "korigadensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y83R> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pecteilis_korigadensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Pecteilis_korigadensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pecteilis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "korigadensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pecteilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pecteilis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pecteilis" ;
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://dx.doi.org/10.5281/zenodo.13725347>
dc:description "FIGURE 1. Distribution of Pecteilis korigadensis in Maharashtra." ;
fabio:hasRepresentation <https://zenodo.org/record/13725347/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03C7879F0D78FFC4FF64F991FE9AFA72.mc.3B063CD40D78FFC5FF64F9B9FF10F986>
dwc:collectionCode "BSI" ;
dwc:eventDate "2018-09-29" ;
dwc:locality "Korigad-Aamby Valley" ;
dwc:recordedBy "Jalal & Jayanthi" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "640" ;
trt:httpUri <https://treatment.plazi.org/id/03C7879F0D78FFC4FF64F991FE9AFA72#3B063CD40D78FFC5FF64F9B9FF10F986> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@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/03CA330ECB3044518BAAD6C8D4E2C2E3>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725231> ;
dc:creator "Woźniak-Chodacka, Monika" ;
dc:title "Oenothera ersteinensis Linder & Jean, Bull. Soc. Bot." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03CA330ECB3044518BAAD6C8D4E2C2E3.mc.3B0B8845CB3044558BAAD727D43BC667> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.1.3> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Oenothera_ersteinensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.1.3>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-13" ;
bibo:startPage "55" ;
bibo:volume "383" ;
dc:creator "Woźniak-Chodacka, Monika" ;
dc:date "2018" ;
dc:title "A revision of taxonomic relation between Oenothera perangusta and O. ersteinensis (Onagraceae) based on morphometric research and statistical analyses" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725231> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Oenothera_ersteinensis>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ersteinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oenothera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oenothera>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Onagraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Onagraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
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://dx.doi.org/10.5281/zenodo.13725231>
dc:description "FIGURE 3. The paratype of Oenothera ersteinensis Linder & Jean (STR-40811)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725231/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03CA330ECB3044518BAAD6C8D4E2C2E3.mc.3B0B8845CB3044558BAAD727D43BC667>
dwc:collectionCode "LILLE" ;
dwc:eventDate "1968-07" ;
dwc:locality "Type" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03CA330ECB3044518BAAD6C8D4E2C2E3#3B0B8845CB3044558BAAD727D43BC667> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,121 @@
@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/03CA330ECB3044558BAAD444D54CC489>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725225> ;
dc:creator "Woźniak-Chodacka, Monika" ;
dc:title "Oenothera perangusta Gates, Canad. Field-Naturalist 1950" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03CA330ECB3044558BAAD444D54CC489.mc.3B0B8845CB30445588AED529D460C47D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oenothera_perangusta_Gates_1950> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.1.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.1.3>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-13" ;
bibo:startPage "55" ;
bibo:volume "383" ;
dc:creator "Woźniak-Chodacka, Monika" ;
dc:date "2018" ;
dc:title "A revision of taxonomic relation between Oenothera perangusta and O. ersteinensis (Onagraceae) based on morphometric research and statistical analyses" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725225> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oenothera_perangusta_Gates_1950>
dwc:authority "Gates, Canad. Field-Naturalist" ;
dwc:authorityName "Gates, Canad. Field-Naturalist" ;
dwc:authorityYear "1950" ;
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gates, Canad. Field-Naturalist, 1950" ;
dwc:species "perangusta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/48Y42> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oenothera_perangusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Oenothera_perangusta>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "perangusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oenothera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oenothera>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Onagraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Onagraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
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://dx.doi.org/10.5281/zenodo.13725225>
dc:description "FIGURE 1. The holotype of Oenothera perangusta Gates (GH-00073029)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725225/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03CA330ECB3044558BAAD444D54CC489.mc.3B0B8845CB30445588AED529D460C47D>
dwc:collectionCode "AC" ;
trt:httpUri <https://treatment.plazi.org/id/03CA330ECB3044558BAAD444D54CC489#3B0B8845CB30445588AED529D460C47D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,135 @@
@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/03CA330ECB3044558BAAD5DAD271C7FF>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725229> ;
dc:creator "Woźniak-Chodacka, Monika" ;
dc:title "Oenothera perangusta var. rubricalyx Gates, Canad. Field-Naturalist 1950" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03CA330ECB3044558BAAD5DAD271C7FF.mc.3B0B8845CB30445588AED657D460C79B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oenothera_perangusta_rubricalyx_Gates_1950> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.1.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.1.3>
bibo:endPage "74" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-13" ;
bibo:startPage "55" ;
bibo:volume "383" ;
dc:creator "Woźniak-Chodacka, Monika" ;
dc:date "2018" ;
dc:title "A revision of taxonomic relation between Oenothera perangusta and O. ersteinensis (Onagraceae) based on morphometric research and statistical analyses" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725229> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oenothera_perangusta_rubricalyx_Gates_1950>
dwc:authority "Gates, Canad. Field-Naturalist" ;
dwc:authorityName "Gates, Canad. Field-Naturalist" ;
dwc:authorityYear "1950" ;
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Gates, Canad. Field-Naturalist, 1950" ;
dwc:species "perangusta" ;
dwc:variety "rubricalyx" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/48Y6G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oenothera_perangusta_rubricalyx> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Oenothera_perangusta_rubricalyx>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "perangusta" ;
dwc:variety "rubricalyx" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oenothera_perangusta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oenothera_perangusta>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "perangusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oenothera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oenothera>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
dwc:genus "Oenothera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Onagraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Onagraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Onagraceae" ;
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://dx.doi.org/10.5281/zenodo.13725229>
dc:description "FIGURE 2. The holotype of Oenothera perangusta Gates var. rubricalyx Gates (GH-00073030)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725229/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03CA330ECB3044558BAAD5DAD271C7FF.mc.3B0B8845CB30445588AED657D460C79B>
dwc:collectionCode "AC" ;
trt:httpUri <https://treatment.plazi.org/id/03CA330ECB3044558BAAD5DAD271C7FF#3B0B8845CB30445588AED657D460C79B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@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/03D787F72E55FFABFF69FAA0FACFF7D1>
dc:creator "Vijver, Bart Van De; Wilfert, Sandra; Houk, Vaclav; John, David M." ;
dc:title "Angusticopula rowlingiana Van de Vijver, Wilfert, D. M. John & Houk 2019, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Angusticopula_rowlingiana_Vijver_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.1>
bibo:endPage "160" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "155" ;
bibo:volume "388" ;
dc:creator "Vijver, Bart Van De; Wilfert, Sandra; Houk, Vaclav; John, David M." ;
dc:date "2019" ;
dc:title "Angusticopula rowlingiana, a new melosiroid diatom (Bacillariophyta) from Ascension Island (South Atlantic Ocean)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Angusticopula_rowlingiana_Vijver_2019>
dwc:authority "Van de Vijver, Wilfert, D.M.John & Houk" ;
dwc:authorityName "Van de Vijver, Wilfert, D. M. John & Houk" ;
dwc:authorityYear "2019" ;
dwc:class "Bacillariophyceae" ;
dwc:family "Melosiraceae" ;
dwc:genus "Angusticopula" ;
dwc:kingdom "Chromista" ;
dwc:order "Melosirales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Van de Vijver, Wilfert, D. M. John & Houk, 2019" ;
dwc:species "rowlingiana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Angusticopula_rowlingiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Angusticopula_rowlingiana>
dwc:class "Bacillariophyceae" ;
dwc:family "Melosiraceae" ;
dwc:genus "Angusticopula" ;
dwc:kingdom "Chromista" ;
dwc:order "Melosirales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "species" ;
dwc:species "rowlingiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Angusticopula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Angusticopula>
dwc:class "Bacillariophyceae" ;
dwc:family "Melosiraceae" ;
dwc:genus "Angusticopula" ;
dwc:kingdom "Chromista" ;
dwc:order "Melosirales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Melosiraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Melosiraceae>
dwc:class "Bacillariophyceae" ;
dwc:family "Melosiraceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Melosirales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Melosirales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Melosirales>
dwc:class "Bacillariophyceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Melosirales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Bacillariophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Bacillariophyceae>
dwc:class "Bacillariophyceae" ;
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 .

View file

@ -0,0 +1,159 @@
@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/03EA87B70956FFEF6BA96571FD2D4F87>
dc:creator "Doweld, Alexander B." ;
dc:title "Frangulops pseudostenophylla Doweld 2019, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03EA87B70956FFEF6BA96571FD2D4F87.mc.3B2B3CFC0956FFEF6BA9652DFB844FDF> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Frangulops_pseudostenophylla_Lesquereux_1883> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ilex_pseudostenophylla_Lesquereux_1883> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Frangulops_pseudostenophylla_Lesquereux_1883>
dwc:authority "(Lesquereux) Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Lesquereux" ;
dwc:baseAuthorityYear "1883" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Frangulops" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Lesquereux, 1883) Doweld, 2019" ;
dwc:species "pseudostenophylla" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Frangulops_pseudostenophylla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_pseudostenophylla_Lesquereux_1883>
dwc:authority "Lesquereux (1883: 185)" ;
dwc:authorityName "Lesquereux" ;
dwc:authorityPageNumber "185" ;
dwc:authorityYear "1883" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lesquereux, 1883" ;
dwc:species "pseudostenophylla" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_pseudostenophylla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Frangulops_pseudostenophylla>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Frangulops" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pseudostenophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Frangulops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Frangulops>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Frangulops" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex_pseudostenophylla>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pseudostenophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03EA87B70956FFEF6BA96571FD2D4F87.mc.3B2B3CFC0956FFEF6BA9652DFB844FDF>
dwc:catalogNumber "P 50326" ;
dwc:collectionCode "USNM" ;
dwc:locality "Lacoe" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03EA87B70956FFEF6BA96571FD2D4F87#3B2B3CFC0956FFEF6BA9652DFB844FDF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/03EA87B70956FFEF6BA967C5FC904C8B>
dc:creator "Doweld, Alexander B." ;
dc:title "Frangulops Doweld 2019, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Frangulops_Doweld_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Frangulops_Doweld_2019>
dwc:authority "Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Frangulops" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Doweld, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Frangulops> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Frangulops>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Frangulops" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
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,149 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03EA87B70958FFE16BA96003FD314555>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilexpollenites tener Doweld 2019, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_tener_Ediger_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ilex_tener_Ediger_1972> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_tener_Ediger_2019>
dwc:authority "(Ediger) Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Ediger" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ediger) Doweld, 2019" ;
dwc:species "tener" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_tener> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_tener_Ediger_1972>
dwc:authority "Ediger (1972: 102)" ;
dwc:authorityName "Ediger" ;
dwc:authorityPageNumber "102" ;
dwc:authorityYear "1972" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ediger, 1972" ;
dwc:species "tener" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_tener> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_tener>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tener" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex_tener>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tener" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,149 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03EA87B70958FFE16BA9623BFD204B5D>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilexpollenites hyrcaniformis Doweld 2019, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_hyrcaniformis_Ediger_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ilex_hyrcaniformis_Ediger_1972> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_hyrcaniformis_Ediger_2019>
dwc:authority "(Ediger) Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Ediger" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ediger) Doweld, 2019" ;
dwc:species "hyrcaniformis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_hyrcaniformis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_hyrcaniformis_Ediger_1972>
dwc:authority "Ediger (1972: 103)" ;
dwc:authorityName "Ediger" ;
dwc:authorityPageNumber "103" ;
dwc:authorityYear "1972" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ediger, 1972" ;
dwc:species "hyrcaniformis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_hyrcaniformis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_hyrcaniformis>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hyrcaniformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex_hyrcaniformis>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hyrcaniformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,149 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03EA87B70958FFE16BA9633FFD454841>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilexpollenites colchiciformis Doweld 2019, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_colchiciformis_Ediger_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ilex_colchiciformis_Ediger_1972> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_colchiciformis_Ediger_2019>
dwc:authority "(Ediger) Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Ediger" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ediger) Doweld, 2019" ;
dwc:species "colchiciformis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_colchiciformis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_colchiciformis_Ediger_1972>
dwc:authority "Ediger (1972: 102)" ;
dwc:authorityName "Ediger" ;
dwc:authorityPageNumber "102" ;
dwc:authorityYear "1972" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ediger, 1972" ;
dwc:species "colchiciformis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_colchiciformis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_colchiciformis>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "colchiciformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex_colchiciformis>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "colchiciformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03EA87B70958FFE16BA96433FD344945>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilexpollenites major Doweld 2019, comb. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_major> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_major_Korallova_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilexpollenites_major_Korallova_2019>
dwc:authority "(Korallova) Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Korallova" ;
dwc:baseAuthorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Korallova, 2019) Doweld, 2019" ;
dwc:species "major" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_major> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites_major>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "major" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilexpollenites> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilexpollenites>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilexpollenites" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex_major>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "major" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,107 @@
@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/03EA87B70958FFE16BA9662DFD444F6F>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilex rueminiana Heer 1857" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_rueminiana_Heer_1857> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_rueminiana_Heer_1857>
dwc:authority "Heer (1857: 72" ;
dwc:authorityName "Heer" ;
dwc:authorityYear "1857" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Heer, 1857" ;
dwc:species "rueminiana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_rueminiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilex_rueminiana>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rueminiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
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,107 @@
@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/03EA87B70958FFE16BA967C5FD444C37>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilex mougeotii Heer 1857" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_mougeotii_Heer_1857> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_mougeotii_Heer_1857>
dwc:authority "Heer (1857: 72" ;
dwc:authorityName "Heer" ;
dwc:authorityYear "1857" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Heer, 1857" ;
dwc:species "mougeotii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_mougeotii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilex_mougeotii>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mougeotii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
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,94 @@
@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/03EA87B70959FFE06BA9644BFA8B4939>
dc:creator "Doweld, Alexander B." ;
dc:title "Celastrilex Doweld 2019, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Celastrilex_Doweld_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Celastrilex_Doweld_2019>
dwc:authority "Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Celastrilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Doweld, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Celastrilex> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Celastrilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Celastrilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
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,137 @@
@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/03EA87B7095BFFE26BA9647DFC0C499F>
dc:creator "Doweld, Alexander B." ;
dc:title "Ilex subrotunda Doweld 2019, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_subrotunda_Doweld_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ilex_ohashii_Huzioka_1963> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.5>
bibo:endPage "191" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "179" ;
bibo:volume "388" ;
dc:creator "Doweld, Alexander B." ;
dc:date "2019" ;
dc:title "New names for Ilex and Ilexpollenites (Aquifoliaceae), extant and fossil. Notulae Systematicae ad Palaeofloram Europaeam spectantes II. Aquifoliaceae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_subrotunda_Doweld_2019>
dwc:authority "Doweld" ;
dwc:authorityName "Doweld" ;
dwc:authorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Doweld, 2019" ;
dwc:species "subrotunda" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_subrotunda> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_ohashii_Huzioka_1963>
dwc:authority "Huzioka (1963: 208)" ;
dwc:authorityName "Huzioka" ;
dwc:authorityPageNumber "208" ;
dwc:authorityYear "1963" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Huzioka, 1963" ;
dwc:species "ohashii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_ohashii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilex_subrotunda>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "subrotunda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex_ohashii>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ohashii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .

View file

@ -43,6 +43,7 @@
dwc:rank "species" ;
dwc:scientificNameAuthorship "Doweld, 2022" ;
dwc:species "guangxica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C7DW5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_guangxica> ;
a dwcFP:TaxonConcept .
@ -60,7 +61,7 @@
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tseng, 1981" ;
dwc:species "oblonga" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C7DW5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_oblonga> ;
a dwcFP:TaxonConcept .

View file

@ -0,0 +1,191 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana eubracteata A. O. Simoes & M. E. Endress" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093800FFE77000F8249D8BF797>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093800FFE676B7F7C09D30FF03>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE6762CFF749DAFFF67>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE67759FF109824FE9F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE67323FED89A69FEF3>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE6711BFEE49C7FFED7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE67768FE809980FE0F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_eubracteata_Woodson_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_eubracteata_Woodson_1928>
dwc:authority "(Woodson 1928: 368) A. O. Simoes & M. E. Endress" ;
dwc:authorityName "A. O. Simoes & M. E. Endress" ;
dwc:baseAuthorityName "Woodson" ;
dwc:baseAuthorityPageNumber "368" ;
dwc:baseAuthorityYear "1928" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Woodson, 1928) A. O. Simoes & M. E. Endress" ;
dwc:species "eubracteata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/549TL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_eubracteata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_eubracteata>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "eubracteata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093800FFE77000F8249D8BF797>
dwc:collectionCode "N, MEXU" ;
dwc:eventDate "2007-08-27" ;
dwc:locality "Canon del Sumidero" ;
dwc:recordedBy "Mun. Tuxtla Gutierrez & Sendero & Espinosa" ;
dwc:verbatimElevation "1257" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093800FFE77000F8249D8BF797> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093800FFE676B7F7C09D30FF03>
dwc:collectionCode "NE, MEXU" ;
dwc:eventDate "2004-07-08" ;
dwc:locality "California" ;
dwc:recordedBy "Mun. Villa & Flores & Martinez" ;
dwc:verbatimElevation "785" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093800FFE676B7F7C09D30FF03> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE6762CFF749DAFFF67>
dwc:collectionCode "NE, MEXU" ;
dwc:eventDate "1985-04-23" ;
dwc:locality "El Paraiso" ;
dwc:recordedBy "El Ranchito & Soto" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093801FFE6762CFF749DAFFF67> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE67759FF109824FE9F>
dwc:collectionCode "S, N, HUAP" ;
dwc:eventDate "2002-09-11" ;
dwc:locality "Cerro Timbon" ;
dwc:recordedBy "Mun. Asuncion Ixtaltepec & de la Brecha & Cieneguilla & Salas" ;
dwc:verbatimElevation "50" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093801FFE67759FF109824FE9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE67323FED89A69FEF3>
dwc:collectionCode "W, N, MEXU" ;
dwc:eventDate "1986-05-06" ;
dwc:locality "N de Tres Picos" ;
dwc:recordedBy "Mun. San Miguel Chimalapa & El Penasco & Palmero El Gringo" ;
dwc:verbatimElevation "1550" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093801FFE67323FED89A69FEF3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE6711BFEE49C7FFED7>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1998-04-05" ;
dwc:locality "Villa de Guadalupe" ;
dwc:recordedBy "Mun. Huimanguillos & Entrada & Colonia Las Flores & Guadarrama" ;
dwc:verbatimElevation "260" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093801FFE6711BFEE49C7FFED7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423800FFE672D5FB609D7CFE63.mc.3B3265093801FFE67768FE809980FE0F>
dwc:collectionCode "XAL" ;
dwc:eventDate "1985-06-15" ;
dwc:locality "rio Xochiapan" ;
dwc:recordedBy "Mun. Mecayapan & Crater & Santa Marta & Calzada" ;
dwc:verbatimElevation "670" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423800FFE672D5FB609D7CFE63#3B3265093801FFE67768FE809980FE0F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,233 @@
@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/03F3DE423804FFE372D5FF4B9B07F952>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725405>, <http://dx.doi.org/10.5281/zenodo.13725415> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana hannae A. O. Simoes & M. E. Endress" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE3738FFCD79BFCFCDE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37038FC479DFAFC6A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE376E0FC639D58FC4E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37645FC0F9ADDFBA2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE371CFFC2B9DEAFB86>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37694FBF79C4DFBDA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE3777FFB939D5FFB3E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37648FBBF9876FB76>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37373FB679CF2FB76>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE372D5FB0399A4FAAE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE372A1FB2F9BE4FA82>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE370E0FACB9870FAE6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE3736CFA97999AFA3A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37286FAB39CFDFA1E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_hannae_Mendez_2005> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725405>, <http://dx.doi.org/10.5281/zenodo.13725415> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_hannae_Mendez_2005>
dwc:authority "(M. Mendez & J. F. Morales 2005: 354) A. O. Simoes & M. E. Endress" ;
dwc:authorityName "A. O. Simoes & M. E. Endress" ;
dwc:baseAuthorityName "M. Mendez & J. F. Morales" ;
dwc:baseAuthorityPageNumber "354" ;
dwc:baseAuthorityYear "2005" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(M. Mendez & J. F. Morales, 2005) A. O. Simoes & M. E. Endress" ;
dwc:species "hannae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7BCNF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_hannae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_hannae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hannae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725415>
dc:description "FIGURE 11. Holotype of Tabernaemontana ochoterenae." ;
fabio:hasRepresentation <https://zenodo.org/record/13725415/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE3738FFCD79BFCFCDE>
dwc:collectionCode "EN, EOO" ;
dwc:locality "The area" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE3738FFCD79BFCFCDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37038FC479DFAFC6A>
dwc:collectionCode "SO, MEXU" ;
dwc:eventDate "1988-02-25" ;
dwc:locality "Motozintla" ;
dwc:recordedBy "Amatenango" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE37038FC479DFAFC6A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE376E0FC639D58FC4E>
dwc:collectionCode "N, MEXU" ;
dwc:eventDate "1972-08-14" ;
dwc:locality "Arriaga" ;
dwc:verbatimElevation "250" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE376E0FC639D58FC4E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37645FC0F9ADDFBA2>
dwc:collectionCode "MEXU" ;
dwc:eventDate "2002-08-09" ;
dwc:locality "Reyes-Garcia" ;
dwc:verbatimElevation "190450" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE37645FC0F9ADDFBA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE371CFFC2B9DEAFB86>
dwc:collectionCode "FCME" ;
dwc:eventDate "2005-05-21" ;
dwc:locality "Poligono" ;
dwc:recordedBy "El Soldado" ;
dwc:verbatimElevation "436" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE371CFFC2B9DEAFB86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37694FBF79C4DFBDA>
dwc:collectionCode "MEXU" ;
dwc:eventDate "2007-07-02" ;
dwc:locality "Parque Nacional Canon del Sumidero" ;
dwc:verbatimElevation "1323" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE37694FBF79C4DFBDA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE3777FFB939D5FFB3E>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1950-06-21" ;
dwc:locality "Chacona" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE3777FFB939D5FFB3E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37648FBBF9876FB76>
dwc:collectionCode "S, MEXU, SERO, XAL" ;
dwc:locality "Sep" ;
dwc:recordedBy "Cienaguilla. Ladera" ;
dwc:verbatimElevation "310" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE37648FBBF9876FB76> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37373FB679CF2FB76>
dwc:collectionCode "NE, MEXU" ;
dwc:eventDate "2001-07-24" ;
dwc:locality "Gallardo" ;
dwc:verbatimElevation "300" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE37373FB679CF2FB76> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE372D5FB0399A4FAAE>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1998-06-26" ;
dwc:locality "Perez-Garcia" ;
dwc:verbatimElevation "190" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE372D5FB0399A4FAAE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE372A1FB2F9BE4FA82>
dwc:collectionCode "W, IEB, MEXU, SERO" ;
dwc:eventDate "2001-06-30" ;
dwc:locality "Saynes" ;
dwc:recordedBy "Xadani" ;
dwc:verbatimElevation "335" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE372A1FB2F9BE4FA82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE370E0FACB9870FAE6>
dwc:collectionCode "HUAP, IEB, MEXU" ;
dwc:eventDate "2004-04-20" ;
dwc:locality "Nav" ;
dwc:verbatimElevation "662" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE370E0FACB9870FAE6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE3736CFA97999AFA3A>
dwc:collectionCode "E, MEXU, SERO, XAL" ;
dwc:eventDate "2000-04-15" ;
dwc:locality "Lopez" ;
dwc:verbatimElevation "740" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE3736CFA97999AFA3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423804FFE372D5FF4B9B07F952.mc.3B3265093804FFE37286FAB39CFDFA1E>
dwc:collectionCode "NO, N, CHAPA, IEB, MEXU, XAL" ;
dwc:eventDate "1985-06-12" ;
dwc:locality "Benito Juarez" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423804FFE372D5FF4B9B07F952#3B3265093804FFE37286FAB39CFDFA1E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,183 @@
@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/03F3DE423806FFE072D5F9049849FC6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana oaxacana A. O. Simoes & M. E. Endress" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07149FE149D86FE47>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE0703DFD849CF2FD37>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE072D5FD4C9C71FD0B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07773FD4C9A0AFD6F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07137FD6898D7FD43>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE073D3FD349D0AFD43>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07637FD349CC2FCA7> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_oaxacana_Alvarado_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_oaxacana_Alvarado_2007>
dwc:authority "(L. O. Alvarado 2007: 190 - 191) A. O. Simoes & M. E. Endress" ;
dwc:authorityName "A. O. Simoes & M. E. Endress" ;
dwc:baseAuthorityName "L. O. Alvarado" ;
dwc:baseAuthorityPageNumber "190 - 191" ;
dwc:baseAuthorityYear "2007" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(L. O. Alvarado, 2007) A. O. Simoes & M. E. Endress" ;
dwc:species "oaxacana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/549Y6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_oaxacana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_oaxacana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "oaxacana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07149FE149D86FE47>
dwc:collectionCode "EOO" ;
dwc:locality "Oaxaca" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE07149FE149D86FE47> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE0703DFD849CF2FD37>
dwc:collectionCode "MEXU, SERO" ;
dwc:eventDate "2001-08-23" ;
dwc:locality "Finca La Colorada" ;
dwc:verbatimElevation "2000" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE0703DFD849CF2FD37> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE072D5FD4C9C71FD0B>
dwc:collectionCode "MEXU" ;
dwc:eventDate "2001-07-24" ;
dwc:locality "Cascadas de Copalitla" ;
dwc:recordedBy "de Sta. Maria Xadari" ;
dwc:verbatimElevation "400" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE072D5FD4C9C71FD0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07773FD4C9A0AFD6F>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1999-07-30" ;
dwc:recordedBy "Copalitilla" ;
dwc:verbatimElevation "320" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE07773FD4C9A0AFD6F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07137FD6898D7FD43>
dwc:collectionCode "IEB, QMEX, SERO" ;
dwc:eventDate "2002-05-26" ;
dwc:recordedBy "El Achiote" ;
dwc:verbatimElevation "390" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE07137FD6898D7FD43> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE073D3FD349D0AFD43>
dwc:collectionCode "MEXU" ;
dwc:eventDate "2000-07-23" ;
dwc:locality "Llano del Horno" ;
dwc:verbatimElevation "755" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE073D3FD349D0AFD43> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423806FFE072D5F9049849FC6B.mc.3B3265093807FFE07637FD349CC2FCA7>
dwc:collectionCode "MEXU, SERO" ;
dwc:eventDate "2001-05-04" ;
dwc:recordedBy "Mun. Santa Maria Huatulco & La Herradura & Anoranza" ;
dwc:verbatimElevation "360" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423806FFE072D5F9049849FC6B#3B3265093807FFE07637FD349CC2FCA7> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,121 @@
@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/03F3DE423806FFE172D5FC089D7AF91B>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana mixtecana L. O. Alvarado & Juarez Jaimes 2012" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_mixtecana_Alvarado_2012> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_mixtecana_Alvarado_2012>
dwc:authority "L. O. Alvarado & Juarez Jaimes (2012: 336)" ;
dwc:authorityName "L. O. Alvarado & Juarez Jaimes" ;
dwc:authorityPageNumber "336" ;
dwc:authorityYear "2012" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. O. Alvarado & Juarez Jaimes, 2012" ;
dwc:species "mixtecana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/549XJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_mixtecana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_mixtecana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mixtecana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,357 @@
@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/03F3DE423807FFDD72D5FBD49B6BF9E2>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725395>, <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725413>, <http://dx.doi.org/10.5281/zenodo.13725415>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana ochoterenae L. O. Alvarado & S. Islas 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7035FF4B9D33FF66>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD762EFF179AE7FEBA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD71E0FF339A05FE9E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7100FEDF9C37FEF2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7732FEFB986BFE2A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7314FEA39BE1FE0E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD709CFE4F9A42FE62>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD717FFE6B9878FE46>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7364FE379C36FE46>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7732FE379D48FD9A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD767AFDD39AE4FDFE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD71E3FDFF9AB8FDD2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD71A6FD9B9A0BFD36>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7134FDA79D15FD0A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7616FD4398FBFD42>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD73E1FD0B9B38FCA6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7026FCD79BA6FCFA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD70A2FCF39BC1FCDE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD70FCFC9F9BBFFC32>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD70A8FCBB9C58FC16>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7744FC479CFDFC6A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD72D5FC0F9DE8FC4E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7694FC0F9DA1FBA2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD76A2FC2B9D92FB86>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD768CFBF79AB7FB12> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_ochoterenae_Alvarado_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725395>, <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725413>, <http://dx.doi.org/10.5281/zenodo.13725415>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_ochoterenae_Alvarado_2019>
dwc:authority "L.O. Alvarado & S. Islas" ;
dwc:authorityName "L. O. Alvarado & S. Islas" ;
dwc:authorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. O. Alvarado & S. Islas, 2019" ;
dwc:species "ochoterenae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/549YD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_ochoterenae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_ochoterenae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ochoterenae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725395>
dc:description "FIGURE 1. Selected species of Tabernaemontana in Mexico. a Flowers of T. alba. b Flowers of T.arborea. c Fruit of T. arborea. d Flower of T. citrifolia. ef. Flower of T. donnellsmithii. g Fruit of T. donnellsmithii. h Flowers of T. divaricata. i Flower of T. glabra. j Fruit of T. glabra. k Flowers of T. hannae. l Flowers of T. ochoterenae. m Flower of T. litoralis. n Fruit of T. litoralis. o Flowers of T. tomentosa. Photographs of Francisco Morales (d), and César González (l)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725395/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725413>
dc:description "FIGURE 10. Comparison of flowers and fruits of Tabernaemontana donnellsmithii (af) and T. ochoterenae (gl)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725413/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725415>
dc:description "FIGURE 11. Holotype of Tabernaemontana ochoterenae." ;
fabio:hasRepresentation <https://zenodo.org/record/13725415/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7035FF4B9D33FF66>
dwc:collectionCode "S, MEXU" ;
dwc:eventDate "2002-08-16" ;
dwc:locality "Conchas" ;
dwc:recordedBy "Mun. Ixtlahuacan & Km" ;
dwc:verbatimElevation "240" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7035FF4B9D33FF66> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD762EFF179AE7FEBA>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1981-11-27" ;
dwc:locality "SE de Manzanillo" ;
dwc:recordedBy "Mun. Manzanillo & Armeria & Lott" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD762EFF179AE7FEBA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD71E0FF339A05FE9E>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1985-03-06" ;
dwc:locality "Guerrero" ;
dwc:recordedBy "Mun. Acapulco & Parque & El Veladero & Noriega" ;
dwc:verbatimElevation "200" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD71E0FF339A05FE9E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7100FEDF9C37FEF2>
dwc:collectionCode "NE, E, MEXU" ;
dwc:eventDate "2011-06-05" ;
dwc:locality "Arcelia" ;
dwc:recordedBy "Mun. Arcelia & Aprox. & Km & Cd. Altamirano-Iguala & Soto" ;
dwc:verbatimElevation "1008" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7100FEDF9C37FEF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7732FEFB986BFE2A>
dwc:collectionCode "N, MEXU" ;
dwc:eventDate "2011-07-25" ;
dwc:locality "Real de Guadalupe" ;
dwc:recordedBy "Mun. Azueta & Aprox. & Km & Soto" ;
dwc:verbatimElevation "556" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7732FEFB986BFE2A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7314FEA39BE1FE0E>
dwc:collectionCode "SO, NE, MEXU" ;
dwc:eventDate "2009-08-19" ;
dwc:locality "Placeres del Oro" ;
dwc:recordedBy "Soto" ;
dwc:verbatimElevation "770" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7314FEA39BE1FE0E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD709CFE4F9A42FE62>
dwc:collectionCode "SO, FCME, MEXU" ;
dwc:eventDate "1990-04-25" ;
dwc:recordedBy "Mun. Jose Azueta & Cerca & La Vainilla & Gallardo" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD709CFE4F9A42FE62> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD717FFE6B9878FE46>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1966-07-17" ;
dwc:recordedBy "Mun. Juan Escudero & Tierra Colorada & Kruse" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD717FFE6B9878FE46> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7364FE379C36FE46>
dwc:collectionCode "MEXU" ;
dwc:eventDate "2002-07-04" ;
dwc:locality "Mun. La Union" ;
dwc:recordedBy "Predio Termoelectrica Petacalco" ;
dwc:verbatimElevation "30" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7364FE379C36FE46> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7732FE379D48FD9A>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1991-06-24" ;
dwc:recordedBy "Mun. Malinaltepec & Malinaltepec & Wagenbreth" ;
dwc:verbatimElevation "1500" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7732FE379D48FD9A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD767AFDD39AE4FDFE>
dwc:collectionCode "FCME" ;
dwc:eventDate "1964-10-05" ;
dwc:recordedBy "Mun. Mochitlan & Rincon de la Via & Potrerillo & Kruse" ;
dwc:verbatimElevation "770" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD767AFDD39AE4FDFE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD71E3FDFF9AB8FDD2>
dwc:collectionCode "A, MEXU" ;
dwc:eventDate "1983-10-23" ;
dwc:locality "NW de Petatlan" ;
dwc:recordedBy "Mun. Petatlan & El Camalote & Martinez" ;
dwc:verbatimElevation "180" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD71E3FDFF9AB8FDD2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD71A6FD9B9A0BFD36>
dwc:collectionCode "FCME, MEXU" ;
dwc:eventDate "1991-11-01" ;
dwc:locality "Poblado de Tecpan" ;
dwc:recordedBy "Diego" ;
dwc:verbatimElevation "760" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD71A6FD9B9A0BFD36> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7134FDA79D15FD0A>
dwc:collectionCode "A, E, MEXU" ;
dwc:eventDate "1982-07-14" ;
dwc:locality "Guayameo-Los Placeres del Oro" ;
dwc:recordedBy "Mun. Zirandaro & Martinez" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7134FDA79D15FD0A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7616FD4398FBFD42>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1997-09-26" ;
dwc:locality "Mun. La Huerta" ;
dwc:recordedBy "En & Calandria & de la Estacion de Biologia Chamela & Dominguez" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7616FD4398FBFD42> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD73E1FD0B9B38FCA6>
dwc:collectionCode "IEB, MEXU" ;
dwc:eventDate "1988-04-03" ;
dwc:locality "entre Las Palmas de Arriba y San Sebastian" ;
dwc:recordedBy "Mun. San Sebastian & Espejo" ;
dwc:verbatimElevation "670" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD73E1FD0B9B38FCA6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7026FCD79BA6FCFA>
dwc:collectionCode "IEB, MEXU, XAL" ;
dwc:eventDate "1979-09-01" ;
dwc:locality "Michoacan" ;
dwc:recordedBy "Mun. Aquila & La Placita-Tecoman & Guerrero" ;
dwc:verbatimElevation "120" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7026FCD79BA6FCFA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD70A2FCF39BC1FCDE>
dwc:collectionCode "CIECO, MEXU" ;
dwc:eventDate "2013-07-04" ;
dwc:locality "Ejido Llano de Ojo de Agua" ;
dwc:recordedBy "Mun. Churumuco & Hernandez" ;
dwc:verbatimElevation "542" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD70A2FCF39BC1FCDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD70FCFC9F9BBFFC32>
dwc:collectionCode "IEB, MEXU, XAL" ;
dwc:eventDate "1979-08-24" ;
dwc:locality "Ojo de Agua" ;
dwc:recordedBy "Mun. Coahuayana & Noreste & Guerrero" ;
dwc:verbatimElevation "10" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD70FCFC9F9BBFFC32> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD70A8FCBB9C58FC16>
dwc:collectionCode "IEB, MEXU" ;
dwc:eventDate "2004-05-01" ;
dwc:locality "Mun. La Huacana" ;
dwc:recordedBy "Sierra & Los & Los Cueramos & Steinmann" ;
dwc:verbatimElevation "825" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD70A8FCBB9C58FC16> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7744FC479CFDFC6A>
dwc:collectionCode "N, MEXU" ;
dwc:eventDate "2012-06-21" ;
dwc:locality "Playa Azul" ;
dwc:recordedBy "Mun. Lazaro Cardenas & Aprox. & Soto" ;
dwc:verbatimElevation "124" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7744FC479CFDFC6A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD72D5FC0F9DE8FC4E>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1991-08-03" ;
dwc:locality "Benitez" ;
dwc:verbatimElevation "60" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD72D5FC0F9DE8FC4E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD7694FC0F9DA1FBA2>
dwc:collectionCode "A, NE, I, IEB, MEXU" ;
dwc:eventDate "1987-06-19" ;
dwc:locality "Tellez" ;
dwc:recordedBy "Madero & Pochotitlan" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD7694FC0F9DA1FBA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD76A2FC2B9D92FB86>
dwc:collectionCode "NE, MEXU" ;
dwc:eventDate "1994-06-10" ;
dwc:locality "Flores-Franco" ;
dwc:verbatimElevation "600" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD76A2FC2B9D92FB86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE423807FFDD72D5FBD49B6BF9E2.mc.3B326509383AFFDD768CFBF79AB7FB12>
dwc:collectionCode "MEXU, A, NE" ;
dwc:eventDate "1981-05-13" ;
dwc:locality "Flores-Franco" ;
dwc:recordedBy "de Alvarez" ;
dwc:verbatimElevation "300" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE423807FFDD72D5FBD49B6BF9E2#3B326509383AFFDD768CFBF79AB7FB12> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,237 @@
@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/03F3DE42380AFFED72D5FF749B46F827>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725409>, <http://dx.doi.org/10.5281/zenodo.13725411>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana chamelensis L. O. Alvarado & Lozada-Perez 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED7006FBD498BFFBDB>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73A8FB9C99A4FB3F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED72A1FBB89A48FB13>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED717AFB449D70FB77>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED766DFB6099A4FB4B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED72A3FB0C98B2FB4B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73A9FB0C98FEFAAF>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73EAFB2898F9FA83>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73E5FAF49871FAE7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED736CFA909D4CFAE7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED767BFA90988AFA3B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73B4FABC9D8FFA3B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED76B9FABC9AA9FA1F>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED765AFA589A6FFA73> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_chamelensis_Alvarado_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725409>, <http://dx.doi.org/10.5281/zenodo.13725411>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_chamelensis_Alvarado_2019>
dwc:authority "L.O. Alvarado & Lozada-Perez" ;
dwc:authorityName "L. O. Alvarado & Lozada-Perez" ;
dwc:authorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. O. Alvarado & Lozada-Perez, 2019" ;
dwc:species "chamelensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/549RF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_chamelensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_chamelensis>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "chamelensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725409>
dc:description "FIGURE 8. Holotype of Tabernaemontana chamelensis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725409/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725411>
dc:description "FIGURE 9. Comparison of flowers, fruits and corona lobes of Tabernaemontana chamelensis (ab) and T. amygdalifolia (ce). Abbreviation: St: stamens. CCo. Corolline corona." ;
fabio:hasRepresentation <https://zenodo.org/record/13725411/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED7006FBD498BFFBDB>
dwc:collectionCode "HUMO" ;
dwc:eventDate "1997-09-10" ;
dwc:locality "Barra" ;
dwc:verbatimElevation "200" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED7006FBD498BFFBDB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73A8FB9C99A4FB3F>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1982-07-01" ;
dwc:locality "Lott" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED73A8FB9C99A4FB3F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED72A1FBB89A48FB13>
dwc:collectionCode "NE, E, UNAM, HUMO" ;
dwc:eventDate "1997-10-11" ;
dwc:locality "Calonico" ;
dwc:recordedBy "de la Estacion de Biologia Chamela" ;
dwc:verbatimElevation "90" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED72A1FBB89A48FB13> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED717AFB449D70FB77>
dwc:collectionCode "E, MEXU" ;
dwc:eventDate "1985-08-22" ;
dwc:locality "Puerto-Vallarta. Barra de Navidad" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED717AFB449D70FB77> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED766DFB6099A4FB4B>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1970-05-23" ;
dwc:locality "Perez" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED766DFB6099A4FB4B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED72A3FB0C98B2FB4B>
dwc:locality "Chamela bay" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED72A3FB0C98B2FB4B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73A9FB0C98FEFAAF>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1991-05-11" ;
dwc:locality "Lott" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED73A9FB0C98FEFAAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73EAFB2898F9FA83>
dwc:collectionCode "E, MEXU" ;
dwc:eventDate "1986-08-05" ;
dwc:locality "Lott" ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED73EAFB2898F9FA83> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73E5FAF49871FAE7>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1986-04-16" ;
dwc:locality "Ayala" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED73E5FAF49871FAE7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED736CFA909D4CFAE7>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1982-04-15" ;
dwc:locality "Lott" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED736CFA909D4CFAE7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED767BFA90988AFA3B>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1982-05-29" ;
dwc:locality "Lott" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED767BFA90988AFA3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED73B4FABC9D8FFA3B>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1983-05-08" ;
dwc:locality "Bullock" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED73B4FABC9D8FFA3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED76B9FABC9AA9FA1F>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1991-05-11" ;
dwc:locality "Lott" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED76B9FABC9AA9FA1F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380AFFED72D5FF749B46F827.mc.3B326509380AFFED765AFA589A6FFA73>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1994-09-24" ;
dwc:locality "Acevedo" ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380AFFED72D5FF749B46F827#3B326509380AFFED765AFA589A6FFA73> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,295 @@
@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/03F3DE42380DFFEA72D5FF4B9DABF87A>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725395>, <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725407>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana citrifolia Linnaeus 1753" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7000FC2B9B6AFB86>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7010FBF79A9EFBDA>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA718BFB939DDDFB3E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA76CEFBBF9A3BFB12>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7120FB5B9B39FB76>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA702AFB679843FB4A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7379FB0398A7FAAE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA73A2FB2F98AFFA82>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7058FACB99BDFAE6>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA72AEFA979B5EFA3A>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA704BFAB39876FA1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA736DFA5F9D6DFA1E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA761EFA5F98D3FA72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA73CEFA7B9C36FA72>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7732FA7B9D17FA56>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7613FA0799A4F98E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA72A3F9CF9D13F98E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA760EF9CF9ADDF9E2>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA71CEF9EB98F1F9C6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_citrifolia_Linnaeus_1753> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725395>, <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725407>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_citrifolia_Linnaeus_1753>
dwc:authority "Linnaeus (1753: 210)" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityPageNumber "210" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "citrifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/549RR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_citrifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_citrifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "citrifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725395>
dc:description "FIGURE 1. Selected species of Tabernaemontana in Mexico. a Flowers of T. alba. b Flowers of T.arborea. c Fruit of T. arborea. d Flower of T. citrifolia. ef. Flower of T. donnellsmithii. g Fruit of T. donnellsmithii. h Flowers of T. divaricata. i Flower of T. glabra. j Fruit of T. glabra. k Flowers of T. hannae. l Flowers of T. ochoterenae. m Flower of T. litoralis. n Fruit of T. litoralis. o Flowers of T. tomentosa. Photographs of Francisco Morales (d), and César González (l)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725395/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725407>
dc:description "FIGURE 7. Comparison of the corolline corona in Tabernaemontana amygdalifolia and T. citrifolia. ac. Tabernamontana citrifolia with evident corona alternate with the stamens. de. Tabernamontana amygdalifolia with lobed corona opposite to the stamens.Abbreviation: St: stamens. CCo. Corolline Corona." ;
fabio:hasRepresentation <https://zenodo.org/record/13725407/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7000FC2B9B6AFB86>
dwc:collectionCode "S, MEXU" ;
dwc:eventDate "2001-07-07" ;
dwc:locality "Mun." ;
dwc:recordedBy "Gutierrez" ;
dwc:verbatimElevation "20" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7000FC2B9B6AFB86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7010FBF79A9EFBDA>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1998-01-15" ;
dwc:locality "Carrillo Puerto-Ejido Chacchelto" ;
dwc:recordedBy "Palmillas" ;
dwc:verbatimElevation "50" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7010FBF79A9EFBDA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA718BFB939DDDFB3E>
dwc:collectionCode "S, MEXU" ;
dwc:eventDate "1999-04-27" ;
dwc:recordedBy "Mun. Holpechen & de la Frontera Yucatan-Campeche & de San Antonio Yax-che & Carnevali" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA718BFB939DDDFB3E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA76CEFBBF9A3BFB12>
dwc:collectionCode "ENCB, MEXU" ;
dwc:eventDate "1986-02-20" ;
dwc:locality "Frontera" ;
dwc:recordedBy "Ventura" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA76CEFBBF9A3BFB12> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7120FB5B9B39FB76>
dwc:collectionCode "CICY, ENCB, MEXU" ;
dwc:eventDate "1984-11-15" ;
dwc:locality "Canton La Chicharra." ;
dwc:recordedBy "Ventura" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7120FB5B9B39FB76> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA702AFB679843FB4A>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1991-11-01" ;
dwc:locality "Ejido" ;
dwc:recordedBy "Farrera" ;
dwc:verbatimElevation "550" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA702AFB679843FB4A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7379FB0398A7FAAE>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1985-04-05" ;
dwc:locality "Corozal" ;
dwc:recordedBy "Martinez" ;
dwc:verbatimElevation "180" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7379FB0398A7FAAE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA73A2FB2F98AFFA82>
dwc:collectionCode "S, MEXU" ;
dwc:eventDate "1974-09-13" ;
dwc:locality "Mun Ocozocoautla de Espinoza" ;
dwc:recordedBy "Breedlove" ;
dwc:verbatimElevation "900" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA73A2FB2F98AFFA82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7058FACB99BDFAE6>
dwc:collectionCode "ENCB, MEXU" ;
dwc:eventDate "1984-12-03" ;
dwc:locality "Mun. Tapachula" ;
dwc:recordedBy "Canton El Tesoro & Ventura" ;
dwc:verbatimElevation "250" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7058FACB99BDFAE6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA72AEFA979B5EFA3A>
dwc:collectionCode "P, NO, MEXU" ;
dwc:eventDate "2004-04-29" ;
dwc:locality "Rio Verde" ;
dwc:recordedBy "Mun. Othon & Alvarez" ;
dwc:verbatimElevation "80" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA72AEFA979B5EFA3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA704BFAB39876FA1E>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1957-06" ;
dwc:locality "Hueyapan de Ocampo" ;
dwc:recordedBy "Gomez" ;
dwc:verbatimElevation "20" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA704BFAB39876FA1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA736DFA5F9D6DFA1E>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1937-05-16" ;
dwc:locality "Cuitlahuac" ;
dwc:recordedBy "Matuda" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA736DFA5F9D6DFA1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA761EFA5F98D3FA72>
dwc:collectionCode "MEXU" ;
dwc:locality "Yucatan" ;
dwc:recordedBy "Mun. Izamal & Izamal & Gaumer" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA761EFA5F98D3FA72> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA73CEFA7B9C36FA72>
dwc:collectionCode "A, MEXU" ;
dwc:eventDate "1985-03-27" ;
dwc:locality "Celestun" ;
dwc:recordedBy "Mun. Kinchil & Rivera" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA73CEFA7B9C36FA72> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7732FA7B9D17FA56>
dwc:collectionCode "S, MEXU" ;
dwc:eventDate "1973-03-23" ;
dwc:locality "San Jose Tzal" ;
dwc:recordedBy "Sallee" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7732FA7B9D17FA56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA7613FA0799A4F98E>
dwc:collectionCode "N, MEXU" ;
dwc:eventDate "1984-04-01" ;
dwc:locality "Uayma" ;
dwc:recordedBy "Ku & Ucan" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA7613FA0799A4F98E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA72A3F9CF9D13F98E>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1983-05-04" ;
dwc:locality "Mun. Uman" ;
dwc:recordedBy "de Hotzuc" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA72A3F9CF9D13F98E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA760EF9CF9ADDF9E2>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1980-04-21" ;
dwc:locality "En" ;
dwc:recordedBy "de Edilberto & Ucan" ;
dwc:verbatimElevation "22" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA760EF9CF9ADDF9E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42380DFFEA72D5FF4B9DABF87A.mc.3B326509380DFFEA71CEF9EB98F1F9C6>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1979-04-25" ;
dwc:locality "Mun. Yaxcaba" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42380DFFEA72D5FF4B9DABF87A#3B326509380DFFEA71CEF9EB98F1F9C6> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,201 @@
@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/03F3DE42383AFFDC72D5F9539A17FB28>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana riverae L. O. Alvarado & V. Saynes 2018" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC738DFE849BFCFE15>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC7003FDD49C7FFD86>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC7768FDF799A4FD38>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72A0FDBD9CF2FD38>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72D5FD589CF2FD73>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72D5FD079CF2FCB5>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72D5FCCD9B77FCEF>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC7070FCE89D30FCC3>, <http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC762CFCB49B82FC05> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_riverae_Alvarado_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725399>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_riverae_Alvarado_2018>
dwc:authority "L. O. Alvarado & V. Saynes (2018: 275 - 277)" ;
dwc:authorityName "L. O. Alvarado & V. Saynes" ;
dwc:authorityPageNumber "275 - 277" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. O. Alvarado & V. Saynes, 2018" ;
dwc:species "riverae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7BCPL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_riverae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_riverae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "riverae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725399>
dc:description "FIGURE 3. Comparison of fruits of selected species of Tabernaemontana in Mexico. a T. alba. b T. amygdalifolia. c T. arborea. d T. chamelensis. e T. citrifolia (open fruit). f T. donnellsmithii. e T. glabra. h T. eubracteata. i T. hannae. j T. litoralis. k T. mixtecana. l T. oaxacana. m T. ochoterenae. n T. riverae (open fruits). o T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725399/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC738DFE849BFCFE15>
dwc:collectionCode "EN, EOO" ;
dwc:locality "The area" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC738DFE849BFCFE15> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC7003FDD49C7FFD86>
dwc:collectionCode "S, MEXU" ;
dwc:eventDate "1981-03-26" ;
dwc:locality "Rio Verde" ;
dwc:verbatimElevation "290" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC7003FDD49C7FFD86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC7768FDF799A4FD38>
dwc:collectionCode "MEXU" ;
dwc:eventDate "1975-04-02" ;
dwc:locality "Ortiz" ;
dwc:verbatimElevation "150" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC7768FDF799A4FD38> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72A0FDBD9CF2FD38>
dwc:collectionCode "XAL" ;
dwc:eventDate "1974-04-18" ;
dwc:locality "Dorantes" ;
dwc:verbatimElevation "140" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC72A0FDBD9CF2FD38> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72D5FD589CF2FD73>
dwc:collectionCode "E, XAL, A, N, F, J, MEXU" ;
dwc:eventDate "1974-04-22" ;
dwc:locality "Rio Alegre" ;
dwc:recordedBy "Km & Campamento Hermanos Cedillo & Dorantes & Mun. Jesus Carranza & Ejido & Mina" ;
dwc:verbatimElevation "120" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC72D5FD589CF2FD73> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72D5FD079CF2FCB5>
dwc:collectionCode "E, MEXU" ;
dwc:eventDate "1980-07-13" ;
dwc:locality "Ejido Belisario Dominguez" ;
dwc:recordedBy "La Laguna-Rio Grande & de la Laguna" ;
dwc:verbatimElevation "130" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC72D5FD079CF2FCB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC72D5FCCD9B77FCEF>
dwc:collectionCode "E, N, MEXU, XAL" ;
dwc:eventDate "1982-03-29" ;
dwc:locality "Lorence" ;
dwc:verbatimElevation "130" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC72D5FCCD9B77FCEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC7070FCE89D30FCC3>
dwc:collectionCode "E, N, MEXU" ;
dwc:eventDate "1981-03-21" ;
dwc:locality "Wendt" ;
dwc:recordedBy "de la Laguna & Belisario Dominguez" ;
dwc:verbatimElevation "130" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC7070FCE89D30FCC3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F3DE42383AFFDC72D5F9539A17FB28.mc.3B326509383BFFDC762CFCB49B82FC05>
dwc:collectionCode "MEXU, E" ;
dwc:eventDate "1987-02-20" ;
dwc:locality "Croat" ;
dwc:recordedBy "Mun. Uxpanapa & Uxpanapa & Sarabia" ;
dwc:verbatimElevation "220" ;
trt:httpUri <https://treatment.plazi.org/id/03F3DE42383AFFDC72D5F9539A17FB28#3B326509383BFFDC762CFCB49B82FC05> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@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/03F3DE42383BFFDC72D5FB149B47F79C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:title "Tabernaemontana stenoptera A. O. Simoes & M. E. Endress" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_stenoptera_Leeuwenberg_1994> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.1.1>
bibo:endPage "46" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-14" ;
bibo:startPage "1" ;
bibo:volume "388" ;
dc:creator "Alvarado-Cárdenas, Leonardo O.; Lozada-Pérez, Lucio; Cadena, Joselin; Hernández, Sofia Islas-; Martínez-González, C. Ramiro; Cortez, Ericka B.; González- Martínez, César A.; González-Ramírez, Ixchel S." ;
dc:date "2019" ;
dc:title "The triad of knowledge: Systematic, diversity and conservation status of the Mexican species of Tabernaemontana (Apocynaceae; Rauvolfioideae: tribe Tabernaemontaneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725397>, <http://dx.doi.org/10.5281/zenodo.13725405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tabernaemontana_stenoptera_Leeuwenberg_1994>
dwc:authority "(Leeuwenberg 1994: 432) A. O. Simoes & M. E. Endress" ;
dwc:authorityName "A. O. Simoes & M. E. Endress" ;
dwc:baseAuthorityName "Leeuwenberg" ;
dwc:baseAuthorityPageNumber "432" ;
dwc:baseAuthorityYear "1994" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Leeuwenberg, 1994) A. O. Simoes & M. E. Endress" ;
dwc:species "stenoptera" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7BCP5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_stenoptera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana_stenoptera>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "stenoptera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tabernaemontana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tabernaemontana>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Tabernaemontana" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725397>
dc:description "FIGURE 2. Comparison of flowers of selected species of Tabernaemontana in Mexico. a T. alba. b T. arborea. c T. stenoptera. d T. venusta. e T. chamelensis. f T. citrifolia. g T. amygdalifolia. h T. hannae. i T. oaxacana. j T. donnellsmithii. k T. ochoterenae. l T. eubracteata. m T. riverae. n T. glabra. o T. tomentosa. p T. litoralis." ;
fabio:hasRepresentation <https://zenodo.org/record/13725397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725405>
dc:description "FIGURE 6. Distribution maps of Tabernaemontana species in Mexico. a T. alba and T. chamelensis. b T. amygdalifolia and T. riverae. c T. arborea, T. eubracteata, and T. oaxacana. d T. citrifolia and T. hannae. e T. donnellsmithii and T. ochoterenae. f T. glabra and T. venusta. g T. litoralis and T. mixtecana. h T. stenoptera and T. tomentosa." ;
fabio:hasRepresentation <https://zenodo.org/record/13725405/files/figure.png> ;
a fabio:Figure .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,139 @@
@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/03F787A7FFA5FFD1FF3B89C1C29F8ADF>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725164>, <http://dx.doi.org/10.5281/zenodo.13725166> ;
dc:creator "Besi, Edward Entalai; Nikong, Dome; Mustafa, Muskhazli; Go, Rusea" ;
dc:title "Dendrobium mizanii R. Go et E. E. Besi 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F787A7FFA5FFD1FF3B89C1C29F8ADF.mc.3B363CECFFA5FFD3FF6989A9C7908CD1>, <http://tb.plazi.org/GgServer/dwcaRecords/03F787A7FFA5FFD1FF3B89C1C29F8ADF.mc.3B363CECFFA5FFD3FB1F89A9C0458F35> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Dendrobium_mizanii_Go_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.2.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.2.7>
bibo:endPage "218" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-14" ;
bibo:startPage "213" ;
bibo:volume "383" ;
dc:creator "Besi, Edward Entalai; Nikong, Dome; Mustafa, Muskhazli; Go, Rusea" ;
dc:date "2018" ;
dc:title "A New Orchid Species of Dendrobium Sect. Calcarifera from Terengganu, Peninsular Malaysia (Orchidaceae: Dendrobiinae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725164>, <http://dx.doi.org/10.5281/zenodo.13725166> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Dendrobium_mizanii_Go_2018>
dwc:authority "R.Go et E.E. Besi" ;
dwc:authorityName "R. Go et E. E. Besi" ;
dwc:authorityYear "2018" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Dendrobium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "R. Go & E. E. Besi, 2018" ;
dwc:species "mizanii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WTG7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Dendrobium_mizanii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Dendrobium_mizanii>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Dendrobium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mizanii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dendrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dendrobium>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Dendrobium" ;
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://dx.doi.org/10.5281/zenodo.13725164>
dc:description "FIGURE 1. Dendrobium mizanii, flowers dissection.A. Flower, top-lateral view showing the 3-lobed lip.B. Flower, lateral view showing decurved and copiously undulate lip apex. C. Flower, front view. D. Flower, closed-up lateral view. E. Flower, closed-up front view showing yellowish green with reddish purple speckles. F. Flowers at young stage during the pre-bloom period. G. Flowers at matured stage after the pre-bloom stage. H. Plant. I. Perianth. J. Lateral sepal. K. Petal. L. Dorsal sepal. M. Lip, flattened. N. Column apex showing stelids and rostellum. O. Anther-cap and pollinia. P. Column showing narrow foot. Photos by DigitalDome." ;
fabio:hasRepresentation <https://zenodo.org/record/13725164/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725166>
dc:description "FIGURE 2. Dendrobium mizanii. A. Plant with flowers. B. Flower, front view. C. Flower, lateral view. D. Flower, lateral view. E. Flower, top-lateral view. F. Lanceolate leaf. G. Perianth. H. Dorsal sepal. I. Petal. J-K. Lateral sepals. L. Lip, flattened. M. Column. N. Column apex. O. Anther-cap. P-Q. Pollinia. Drawn by Khalid Hashim." ;
fabio:hasRepresentation <https://zenodo.org/record/13725166/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F787A7FFA5FFD1FF3B89C1C29F8ADF.mc.3B363CECFFA5FFD3FF6989A9C7908CD1>
dwc:collectionCode "UPM" ;
dwc:eventDate "2017-06-15" ;
dwc:locality "Terengganu" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1300" ;
trt:httpUri <https://treatment.plazi.org/id/03F787A7FFA5FFD1FF3B89C1C29F8ADF#3B363CECFFA5FFD3FF6989A9C7908CD1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F787A7FFA5FFD1FF3B89C1C29F8ADF.mc.3B363CECFFA5FFD3FB1F89A9C0458F35>
dwc:collectionCode "UPM" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Setiu" ;
dwc:typeStatus "isotype" ;
dwc:verbatimElevation "1300" ;
trt:httpUri <https://treatment.plazi.org/id/03F787A7FFA5FFD1FF3B89C1C29F8ADF#3B363CECFFA5FFD3FB1F89A9C0458F35> ;
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/03FC1148FFD1AA72FF51FB0CEE26E08A>
dc:creator "Zheng, Xi-Rong; Tong, Yi-Hua; Ni, Jing-Bo; Chen, Zai-Xiong; Xia, Nian-He" ;
dc:title "Phyllostachys danxiashanensis N. H. Xia & X. R. Zheng 2019, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Phyllostachys_danxiashanensis_Xia_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.7>
bibo:endPage "206" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "201" ;
bibo:volume "388" ;
dc:creator "Zheng, Xi-Rong; Tong, Yi-Hua; Ni, Jing-Bo; Chen, Zai-Xiong; Xia, Nian-He" ;
dc:date "2019" ;
dc:title "Phyllostachys danxiashanensis (Poaceae: Bambusoideae), a new species from south China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Phyllostachys_danxiashanensis_Xia_2019>
dwc:authority "N.H. Xia & X.R. Zheng" ;
dwc:authorityName "N. H. Xia & X. R. Zheng" ;
dwc:authorityYear "2019" ;
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Phyllostachys" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "N. H. Xia & X. R. Zheng, 2019" ;
dwc:species "danxiashanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y8FX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phyllostachys_danxiashanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Phyllostachys_danxiashanensis>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Phyllostachys" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "danxiashanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phyllostachys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phyllostachys>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Phyllostachys" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
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,83 @@
@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/3E1E3556FFB1D83C9B8F74F3DADAFB19>
dc:creator "Hongsanan, Sinang; Zeng, Yujia; Hyde, Kevin D.; Xie, Ning" ;
dc:title "Pseudolophiotremataceae K. D. Hyde & Hongsanan 2018, fam. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Pseudolophiotremataceae_Hyde_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.1.5>
bibo:endPage "102" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-13" ;
bibo:startPage "93" ;
bibo:volume "383" ;
dc:creator "Hongsanan, Sinang; Zeng, Yujia; Hyde, Kevin D.; Xie, Ning" ;
dc:date "2018" ;
dc:title "Familial status of Lophiotremataceae and its related families in Pleosporales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Pseudolophiotremataceae_Hyde_2018>
dwc:authority "K.D. Hyde & Hongsanan" ;
dwc:authorityName "K. D. Hyde & Hongsanan" ;
dwc:authorityYear "2018" ;
dwc:class "Dothideomycetes" ;
dwc:family "Pseudolophiotremataceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "K. D. Hyde & Hongsanan, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/B2M3B> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Pseudolophiotremataceae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Pseudolophiotremataceae>
dwc:class "Dothideomycetes" ;
dwc:family "Pseudolophiotremataceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Pleosporales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Pleosporales>
dwc:class "Dothideomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Dothideomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Dothideomycetes>
dwc:class "Dothideomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
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,110 @@
@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/497D2D35FFC81F673AE2FEFCFBD6CA12>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725158>, <http://dx.doi.org/10.5281/zenodo.13725160> ;
dc:creator "Al-Shehbaz, Ihsan A.; Cano, Asunción; Trinidad, Huber; Gonzáles, Paúl; Huamán, Elluz" ;
dc:title "Brayopsis cuscoensis Al-Shehbaz, P. Gonzales, A. Cano, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/497D2D35FFC81F673AE2FEFCFBD6CA12.mc.71BC967EFFC81F603AD7FD80FBB7CA64> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.1.7> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Brayopsis_cuscoensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.1.7>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-13" ;
bibo:startPage "111" ;
bibo:volume "383" ;
dc:creator "Al-Shehbaz, Ihsan A.; Cano, Asunción; Trinidad, Huber; Gonzáles, Paúl; Huamán, Elluz" ;
dc:date "2018" ;
dc:title "Two new Peruvian species of Brayopsis (Brassicaceae; Cruciferae), and a key to the species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725158>, <http://dx.doi.org/10.5281/zenodo.13725160> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Brayopsis_cuscoensis>
dwc:class "Magnoliopsida" ;
dwc:family "Brassicaceae" ;
dwc:genus "Brayopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cuscoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brayopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brayopsis>
dwc:class "Magnoliopsida" ;
dwc:family "Brassicaceae" ;
dwc:genus "Brayopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brassicaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brassicaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Brassicaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brassicales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brassicales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725158>
dc:description "FIGURE 3. Brayopsis cuscoensis A. Plant. B. Leaf. C. Fruit. D. Seeds. Drawn by Al-Shehbaz from the isotype (MO-6835841)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725158/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725160>
dc:description "FIGURE 4. Brayopsis cuscoensis A. Plant top view. B. Plant lateral viw. C. Leaf surface showing trichomes. D. Fruit lateral view showing replum, seeds, and valves. E. Replum, septum, and seeds. Scales (approximate): A, B = 5 mm; CE = 1 mm, Photos by Paúl Gonzáles." ;
fabio:hasRepresentation <https://zenodo.org/record/13725160/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/497D2D35FFC81F673AE2FEFCFBD6CA12.mc.71BC967EFFC81F603AD7FD80FBB7CA64>
dwc:collectionCode "P, E" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/497D2D35FFC81F673AE2FEFCFBD6CA12#71BC967EFFC81F603AD7FD80FBB7CA64> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/497D2D35FFC91F603AE2FF14FC42C932>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725152>, <http://dx.doi.org/10.5281/zenodo.13725154> ;
dc:creator "Al-Shehbaz, Ihsan A.; Cano, Asunción; Trinidad, Huber; Gonzáles, Paúl; Huamán, Elluz" ;
dc:title "Brayopsis limensis Al-Shehbaz, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/497D2D35FFC91F603AE2FF14FC42C932.mc.71BC967EFFC91F613AB1FE84FCEEC910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.383.1.7> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Brayopsis_limensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.383.1.7>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2018-12-13" ;
bibo:startPage "111" ;
bibo:volume "383" ;
dc:creator "Al-Shehbaz, Ihsan A.; Cano, Asunción; Trinidad, Huber; Gonzáles, Paúl; Huamán, Elluz" ;
dc:date "2018" ;
dc:title "Two new Peruvian species of Brayopsis (Brassicaceae; Cruciferae), and a key to the species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725152>, <http://dx.doi.org/10.5281/zenodo.13725154> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Brayopsis_limensis>
dwc:class "Magnoliopsida" ;
dwc:family "Brassicaceae" ;
dwc:genus "Brayopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "limensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brayopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brayopsis>
dwc:class "Magnoliopsida" ;
dwc:family "Brassicaceae" ;
dwc:genus "Brayopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brassicaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brassicaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Brassicaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brassicales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brassicales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725152>
dc:description "FIGURE 1. Brayopsis limensis A. Part of cushion. B. Leaf. C. Petal. D. Fruit. E. Seed. Drawn by Al-Shehbaz: AC from isotype (MO- 6835842); D, E from paratype Smith & Buddensiek 11116 (MO)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725152/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725154>
dc:description "FIGURE 2. Brayopsis limensis A. Small cushion. B. Close-up of leaves and flowers. Scale bars: A = 5 mm; B = 2 mm. Photo by Huber Trinidad." ;
fabio:hasRepresentation <https://zenodo.org/record/13725154/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/497D2D35FFC91F603AE2FF14FC42C932.mc.71BC967EFFC91F613AB1FE84FCEEC910>
dwc:collectionCode "UTM, A, H, P, S" ;
dwc:eventDate "2017-12-03" ;
dwc:locality "Surasaca" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4775" ;
dwc:verbatimLatitude "-10.519444" ;
dwc:verbatimLongitude "-76.800835" ;
trt:httpUri <https://treatment.plazi.org/id/497D2D35FFC91F603AE2FF14FC42C932#71BC967EFFC91F613AB1FE84FCEEC910> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,160 @@
@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/5C0A386BC2516112FF2F712AFA215E19>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725443>, <http://dx.doi.org/10.5281/zenodo.13725451> ;
dc:creator "Hassemer, Gustavo" ;
dc:title "Gunnera manicata Linden ex Delchevalerie 1867" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5C0A386BC2516112FF2F712AFA215E19.mc.64CB8320C2516112FF7C7266FBC15461> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gunnera_manicata_Delchevalerie_1867> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Gunnera_brasiliensis_Schindler_1905> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.6>
bibo:endPage "200" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "192" ;
bibo:volume "388" ;
dc:creator "Hassemer, Gustavo" ;
dc:date "2019" ;
dc:title "Notes on Gunnera (Gunneraceae) in Brazil and Uruguay" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725443>, <http://dx.doi.org/10.5281/zenodo.13725451> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gunnera_manicata_Delchevalerie_1867>
dwc:authority "Linden ex Delchevalerie (1867: 219)" ;
dwc:authorityName "Linden ex Delchevalerie" ;
dwc:authorityPageNumber "219" ;
dwc:authorityYear "1867" ;
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linden ex Delchevalerie, 1867" ;
dwc:species "manicata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HMBR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gunnera_manicata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Gunnera_brasiliensis_Schindler_1905>
dwc:authority "Schindler (1905: 125" ;
dwc:authorityName "Schindler" ;
dwc:authorityYear "1905" ;
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schindler, 1905" ;
dwc:species "brasiliensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HMBR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gunnera_brasiliensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Gunnera_manicata>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "manicata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunnera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunnera>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunneraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunneraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunnerales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunnerales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunnera_brasiliensis>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "brasiliensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunnera> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725443>
dc:description "FIGURE 2. Negative, kept at F, of the destroyed holotype of Gunnera brasiliensis (E.H.G. Ule 1229, B†). Copyright: Field Museum of Natural History." ;
fabio:hasRepresentation <https://zenodo.org/record/13725443/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725451>
dc:description "FIGURE 5. Gunnera manicata in situ in Urubici, Santa Catarina, southern Brazil. Photograph by Luís Adriano Funez." ;
fabio:hasRepresentation <https://zenodo.org/record/13725451/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/5C0A386BC2516112FF2F712AFA215E19.mc.64CB8320C2516112FF7C7266FBC15461>
dwc:collectionCode "E, H, G, B, ICN" ;
dwc:eventDate "1889-04" ;
dwc:locality "Ule" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/5C0A386BC2516112FF2F712AFA215E19#64CB8320C2516112FF7C7266FBC15461> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,126 @@
@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/5C0A386BC2526112FF2F7530FC39571D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725439> ;
dc:creator "Hassemer, Gustavo" ;
dc:title "Gunnera herteri Osten 1932" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5C0A386BC2526112FF2F7530FC39571D.mc.64CB8320C2526111FF7D7518FE8053E6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gunnera_herteri_Osten_1932> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.6>
bibo:endPage "200" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "192" ;
bibo:volume "388" ;
dc:creator "Hassemer, Gustavo" ;
dc:date "2019" ;
dc:title "Notes on Gunnera (Gunneraceae) in Brazil and Uruguay" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725439> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gunnera_herteri_Osten_1932>
dwc:authority "Osten (1932: 33 - 34" ;
dwc:authorityName "Osten" ;
dwc:authorityYear "1932" ;
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Osten, 1932" ;
dwc:species "herteri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HMBB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gunnera_herteri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Gunnera_herteri>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "herteri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunnera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunnera>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:genus "Gunnera" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunneraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunneraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Gunneraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gunnerales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gunnerales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gunnerales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13725439>
dc:description "FIGURE 1. Lectotype of Gunnera herteri (W.G.F. Herter 1523, MVM-2766 barcode MVM0000293). Copyright: Museo Nacional de Historia Natural (Montevideo)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725439/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/5C0A386BC2526112FF2F7530FC39571D.mc.64CB8320C2526111FF7D7518FE8053E6>
dwc:catalogNumber "MVM0000293, V0060647" ;
dwc:collectionCode "W, G, F" ;
dwc:eventDate "1931-11" ;
dwc:locality "Santa Teresa" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "10" ;
trt:httpUri <https://treatment.plazi.org/id/5C0A386BC2526112FF2F7530FC39571D#64CB8320C2526111FF7D7518FE8053E6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@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/92147D1AFFE7FFCBFF23D1C6FE94A733>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:title "Limnothrix planctonica Meffert 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Bacteria/Limnothrix_planctonica_Woloszynska_1988> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.387.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.387.4.1>
bibo:endPage "288" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-11" ;
bibo:startPage "269" ;
bibo:volume "387" ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:date "2019" ;
dc:title "Morphological and molecular characterization of cyanobacterial isolates from the mouth of the Amazon River" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Limnothrix_planctonica_Woloszynska_1988>
dwc:authority "(Woloszynska) Meffert (1988: 269)" ;
dwc:authorityName "Meffert" ;
dwc:authorityPageNumber "269" ;
dwc:authorityYear "1988" ;
dwc:baseAuthorityName "Woloszynska" ;
dwc:class "Cyanobacteriia" ;
dwc:family "Pseudanabaenaceae" ;
dwc:genus "Limnothrix" ;
dwc:isUncertain "true" ;
dwc:kingdom "Bacteria" ;
dwc:order "Pseudanabaenales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Woloszynska) Meffert, 1988" ;
dwc:species "planctonica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Bacteria/Limnothrix_planctonica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Bacteria/Limnothrix_planctonica>
dwc:class "Cyanobacteriia" ;
dwc:family "Pseudanabaenaceae" ;
dwc:genus "Limnothrix" ;
dwc:kingdom "Bacteria" ;
dwc:order "Pseudanabaenales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:species "planctonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Limnothrix> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Limnothrix>
dwc:class "Cyanobacteriia" ;
dwc:family "Pseudanabaenaceae" ;
dwc:genus "Limnothrix" ;
dwc:kingdom "Bacteria" ;
dwc:order "Pseudanabaenales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Pseudanabaenaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Pseudanabaenaceae>
dwc:class "Cyanobacteriia" ;
dwc:family "Pseudanabaenaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Pseudanabaenales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Pseudanabaenales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Pseudanabaenales>
dwc:class "Cyanobacteriia" ;
dwc:kingdom "Bacteria" ;
dwc:order "Pseudanabaenales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13725377>
dc:description "FIGURE 2 Microphotographs of the Amazonian cyanobacterial strains: A) Alkalinema aff. pantanalense LEGE 15484, B) Limnothrix cf. planctonica LEGE 15485, C) Leptolyngbya boryana LEGE 15486, D) Cephalothrix lacustris LEGE 15487, E) Phormidium sp. LEGE 15488, F) Pseudanabaena cf. galeata LEGE 15489, G) P. cf. galeata LEGE 15490, H) P. cf. galeata LEGE 15491, I) Cephalothrix lacustris LEGE 15492, J) C. lacustris LEGE 15493; K) unidentified Nostocales LEGE 15494, L) unidentified Nostocales LEGE 15495, M) unidentified Nostocales LEGE 15496, and N) Limnothrix cf. planctonica LEGE 15497." ;
fabio:hasRepresentation <https://zenodo.org/record/13725377/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725379>
dc:description "FIGURE 3. ML phylogenetic tree based on 16S rRNA gene sequences showing the placement of the Amazonian cyanobacterial strains (in bold). Bootstrap values>70% or Posterior Probabilities>0.90 are indicated below the clade nodes (ML/BI/MP). Each strain sequence is identified by its accession number. The tree was rooted with the outgroup Chloroflexus aurantiacus J-10-fl (NR_074263), which was pruned from the tree for clarity. (T)refers to type strains according to CyanoType (Ramos et al. 2017)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725379/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,121 @@
@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/92147D1AFFE7FFCBFF23D706FF12AA43>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:title "Alkalinema pantanalense Vaz 2015" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Bacteria/Alkalinema_pantanalense_Vaz_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.387.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.387.4.1>
bibo:endPage "288" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-11" ;
bibo:startPage "269" ;
bibo:volume "387" ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:date "2019" ;
dc:title "Morphological and molecular characterization of cyanobacterial isolates from the mouth of the Amazon River" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Alkalinema_pantanalense_Vaz_2015>
dwc:authority "Vaz et al. (2015: 305)" ;
dwc:authorityName "Vaz" ;
dwc:authorityPageNumber "305" ;
dwc:authorityYear "2015" ;
dwc:class "Cyanophyceae" ;
dwc:family "Leptolyngbyaceae" ;
dwc:genus "Alkalinema" ;
dwc:isUncertain "true" ;
dwc:kingdom "Bacteria" ;
dwc:order "Synechococcales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vaz, 2015" ;
dwc:species "pantanalense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Bacteria/Alkalinema_pantanalense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Bacteria/Alkalinema_pantanalense>
dwc:class "Cyanophyceae" ;
dwc:family "Leptolyngbyaceae" ;
dwc:genus "Alkalinema" ;
dwc:kingdom "Bacteria" ;
dwc:order "Synechococcales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:species "pantanalense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Alkalinema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Alkalinema>
dwc:class "Cyanophyceae" ;
dwc:family "Leptolyngbyaceae" ;
dwc:genus "Alkalinema" ;
dwc:kingdom "Bacteria" ;
dwc:order "Synechococcales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Leptolyngbyaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Leptolyngbyaceae>
dwc:class "Cyanophyceae" ;
dwc:family "Leptolyngbyaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Synechococcales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Synechococcales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Synechococcales>
dwc:class "Cyanophyceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Synechococcales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanophyceae>
dwc:class "Cyanophyceae" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13725377>
dc:description "FIGURE 2 Microphotographs of the Amazonian cyanobacterial strains: A) Alkalinema aff. pantanalense LEGE 15484, B) Limnothrix cf. planctonica LEGE 15485, C) Leptolyngbya boryana LEGE 15486, D) Cephalothrix lacustris LEGE 15487, E) Phormidium sp. LEGE 15488, F) Pseudanabaena cf. galeata LEGE 15489, G) P. cf. galeata LEGE 15490, H) P. cf. galeata LEGE 15491, I) Cephalothrix lacustris LEGE 15492, J) C. lacustris LEGE 15493; K) unidentified Nostocales LEGE 15494, L) unidentified Nostocales LEGE 15495, M) unidentified Nostocales LEGE 15496, and N) Limnothrix cf. planctonica LEGE 15497." ;
fabio:hasRepresentation <https://zenodo.org/record/13725377/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725379>
dc:description "FIGURE 3. ML phylogenetic tree based on 16S rRNA gene sequences showing the placement of the Amazonian cyanobacterial strains (in bold). Bootstrap values>70% or Posterior Probabilities>0.90 are indicated below the clade nodes (ML/BI/MP). Each strain sequence is identified by its accession number. The tree was rooted with the outgroup Chloroflexus aurantiacus J-10-fl (NR_074263), which was pruned from the tree for clarity. (T)refers to type strains according to CyanoType (Ramos et al. 2017)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725379/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@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/92147D1AFFE9FFC5FF23D128FC55A8D9>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:title "Phormidium Gomont 1892" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Bacteria/Phormidium_Kutzing_1843> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.387.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.387.4.1>
bibo:endPage "288" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-11" ;
bibo:startPage "269" ;
bibo:volume "387" ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:date "2019" ;
dc:title "Morphological and molecular characterization of cyanobacterial isolates from the mouth of the Amazon River" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Phormidium_Kutzing_1843>
dwc:authority "(Kutzing 1843: 190) Gomont (1892: 156)" ;
dwc:authorityName "Gomont" ;
dwc:authorityPageNumber "156" ;
dwc:authorityYear "1892" ;
dwc:baseAuthorityName "Kutzing" ;
dwc:baseAuthorityPageNumber "190" ;
dwc:baseAuthorityYear "1843" ;
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:genus "Phormidium" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "(Kutzing, 1843) Gomont, 1892" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6P2N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Bacteria/Phormidium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Bacteria/Phormidium>
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:genus "Phormidium" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Oscillatoriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Oscillatoriaceae>
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Nostocales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Nostocales>
dwc:class "Cyanophyceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanophyceae>
dwc:class "Cyanophyceae" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13725377>
dc:description "FIGURE 2 Microphotographs of the Amazonian cyanobacterial strains: A) Alkalinema aff. pantanalense LEGE 15484, B) Limnothrix cf. planctonica LEGE 15485, C) Leptolyngbya boryana LEGE 15486, D) Cephalothrix lacustris LEGE 15487, E) Phormidium sp. LEGE 15488, F) Pseudanabaena cf. galeata LEGE 15489, G) P. cf. galeata LEGE 15490, H) P. cf. galeata LEGE 15491, I) Cephalothrix lacustris LEGE 15492, J) C. lacustris LEGE 15493; K) unidentified Nostocales LEGE 15494, L) unidentified Nostocales LEGE 15495, M) unidentified Nostocales LEGE 15496, and N) Limnothrix cf. planctonica LEGE 15497." ;
fabio:hasRepresentation <https://zenodo.org/record/13725377/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725379>
dc:description "FIGURE 3. ML phylogenetic tree based on 16S rRNA gene sequences showing the placement of the Amazonian cyanobacterial strains (in bold). Bootstrap values>70% or Posterior Probabilities>0.90 are indicated below the clade nodes (ML/BI/MP). Each strain sequence is identified by its accession number. The tree was rooted with the outgroup Chloroflexus aurantiacus J-10-fl (NR_074263), which was pruned from the tree for clarity. (T)refers to type strains according to CyanoType (Ramos et al. 2017)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725379/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,123 @@
@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/92147D1AFFE9FFC5FF23D4D0FA41AD95>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:title "Leptolyngbya boryana Anagnostidis et Komarek 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Bacteria/Leptolyngbya_boryana_Gomont_1899> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.387.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.387.4.1>
bibo:endPage "288" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-11" ;
bibo:startPage "269" ;
bibo:volume "387" ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:date "2019" ;
dc:title "Morphological and molecular characterization of cyanobacterial isolates from the mouth of the Amazon River" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Leptolyngbya_boryana_Gomont_1899>
dwc:authority "(Gomont 1899: 36) Anagnostidis et Komarek (1988: 391)" ;
dwc:authorityName "Anagnostidis et Komarek" ;
dwc:authorityPageNumber "391" ;
dwc:authorityYear "1988" ;
dwc:baseAuthorityName "Gomont" ;
dwc:baseAuthorityPageNumber "36" ;
dwc:baseAuthorityYear "1899" ;
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:genus "Leptolyngbya" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Gomont, 1899) Anagnostidis & Komarek, 1988" ;
dwc:species "boryana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Bacteria/Leptolyngbya_boryana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Bacteria/Leptolyngbya_boryana>
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:genus "Leptolyngbya" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:species "boryana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Leptolyngbya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Leptolyngbya>
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:genus "Leptolyngbya" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Oscillatoriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Oscillatoriaceae>
dwc:class "Cyanophyceae" ;
dwc:family "Oscillatoriaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Nostocales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Nostocales>
dwc:class "Cyanophyceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Nostocales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanophyceae>
dwc:class "Cyanophyceae" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13725377>
dc:description "FIGURE 2 Microphotographs of the Amazonian cyanobacterial strains: A) Alkalinema aff. pantanalense LEGE 15484, B) Limnothrix cf. planctonica LEGE 15485, C) Leptolyngbya boryana LEGE 15486, D) Cephalothrix lacustris LEGE 15487, E) Phormidium sp. LEGE 15488, F) Pseudanabaena cf. galeata LEGE 15489, G) P. cf. galeata LEGE 15490, H) P. cf. galeata LEGE 15491, I) Cephalothrix lacustris LEGE 15492, J) C. lacustris LEGE 15493; K) unidentified Nostocales LEGE 15494, L) unidentified Nostocales LEGE 15495, M) unidentified Nostocales LEGE 15496, and N) Limnothrix cf. planctonica LEGE 15497." ;
fabio:hasRepresentation <https://zenodo.org/record/13725377/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725379>
dc:description "FIGURE 3. ML phylogenetic tree based on 16S rRNA gene sequences showing the placement of the Amazonian cyanobacterial strains (in bold). Bootstrap values>70% or Posterior Probabilities>0.90 are indicated below the clade nodes (ML/BI/MP). Each strain sequence is identified by its accession number. The tree was rooted with the outgroup Chloroflexus aurantiacus J-10-fl (NR_074263), which was pruned from the tree for clarity. (T)refers to type strains according to CyanoType (Ramos et al. 2017)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725379/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,125 @@
@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/92147D1AFFE9FFC5FF23D6F4FE6CAA21>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379>, <http://dx.doi.org/10.5281/zenodo.13725375> ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:title "Cephalothrix lacustris Malone 2015" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cephalothrix_lacustris_Malone_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.387.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.387.4.1>
bibo:endPage "288" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-11" ;
bibo:startPage "269" ;
bibo:volume "387" ;
dc:creator "Cunha De Oliveira, Elane D.; Da Cunha, Alan C.; Da Silva, Natalina B.; Castelo-Branco, Raquel; Morais, João; Schneider, Maria Paula C.; Faustino, Silvia M. M.; Ramos, Vitor; Vasconcelos, Vitor" ;
dc:date "2019" ;
dc:title "Morphological and molecular characterization of cyanobacterial isolates from the mouth of the Amazon River" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725377>, <http://dx.doi.org/10.5281/zenodo.13725379>, <http://dx.doi.org/10.5281/zenodo.13725375> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cephalothrix_lacustris_Malone_2015>
dwc:authority "Malone et al. (2015: 3004)" ;
dwc:authorityName "Malone" ;
dwc:authorityPageNumber "3004" ;
dwc:authorityYear "2015" ;
dwc:class "Hoplonemertea" ;
dwc:family "Carcinonemertidae" ;
dwc:genus "Cephalothrix" ;
dwc:kingdom "Animalia" ;
dwc:order "Monostilifera" ;
dwc:phylum "Nemertea" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Malone, 2015" ;
dwc:species "lacustris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cephalothrix_lacustris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cephalothrix_lacustris>
dwc:class "Hoplonemertea" ;
dwc:family "Carcinonemertidae" ;
dwc:genus "Cephalothrix" ;
dwc:kingdom "Animalia" ;
dwc:order "Monostilifera" ;
dwc:phylum "Nemertea" ;
dwc:rank "species" ;
dwc:species "lacustris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalothrix> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cephalothrix>
dwc:class "Hoplonemertea" ;
dwc:family "Carcinonemertidae" ;
dwc:genus "Cephalothrix" ;
dwc:kingdom "Animalia" ;
dwc:order "Monostilifera" ;
dwc:phylum "Nemertea" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carcinonemertidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carcinonemertidae>
dwc:class "Hoplonemertea" ;
dwc:family "Carcinonemertidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Monostilifera" ;
dwc:phylum "Nemertea" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monostilifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monostilifera>
dwc:class "Hoplonemertea" ;
dwc:kingdom "Animalia" ;
dwc:order "Monostilifera" ;
dwc:phylum "Nemertea" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hoplonemertea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hoplonemertea>
dwc:class "Hoplonemertea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Nemertea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nemertea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nemertea>
dwc:kingdom "Animalia" ;
dwc:phylum "Nemertea" ;
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://dx.doi.org/10.5281/zenodo.13725377>
dc:description "FIGURE 2 Microphotographs of the Amazonian cyanobacterial strains: A) Alkalinema aff. pantanalense LEGE 15484, B) Limnothrix cf. planctonica LEGE 15485, C) Leptolyngbya boryana LEGE 15486, D) Cephalothrix lacustris LEGE 15487, E) Phormidium sp. LEGE 15488, F) Pseudanabaena cf. galeata LEGE 15489, G) P. cf. galeata LEGE 15490, H) P. cf. galeata LEGE 15491, I) Cephalothrix lacustris LEGE 15492, J) C. lacustris LEGE 15493; K) unidentified Nostocales LEGE 15494, L) unidentified Nostocales LEGE 15495, M) unidentified Nostocales LEGE 15496, and N) Limnothrix cf. planctonica LEGE 15497." ;
fabio:hasRepresentation <https://zenodo.org/record/13725377/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725379>
dc:description "FIGURE 3. ML phylogenetic tree based on 16S rRNA gene sequences showing the placement of the Amazonian cyanobacterial strains (in bold). Bootstrap values>70% or Posterior Probabilities>0.90 are indicated below the clade nodes (ML/BI/MP). Each strain sequence is identified by its accession number. The tree was rooted with the outgroup Chloroflexus aurantiacus J-10-fl (NR_074263), which was pruned from the tree for clarity. (T)refers to type strains according to CyanoType (Ramos et al. 2017)." ;
fabio:hasRepresentation <https://zenodo.org/record/13725379/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725375>
dc:description "FIGURE 1. Map of the study area with an aerial view of the sampling sites: raw and treated water. Coordinate System: UTM zone 22N, SIRGAS 2000." ;
fabio:hasRepresentation <https://zenodo.org/record/13725375/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,109 @@
@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/932887987870FFB0FF00FBD3FC417866>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Peliosanthes serrulata Rodriguez 1934" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Peliosanthes_serrulata_Rodriguez_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Peliosanthes_serrulata_Rodriguez_1934>
dwc:authority "Rodriguez (1934 a: 96)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "96" ;
dwc:authorityYear "1934" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Peliosanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1934" ;
dwc:species "serrulata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7XVTV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Peliosanthes_serrulata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Peliosanthes_serrulata>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Peliosanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "serrulata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Peliosanthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Peliosanthes>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Peliosanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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,126 @@
@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/932887987871FFB0FF00F83BFEC37F1A>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Peliosanthes dasystachys Diels ex Rodriguez 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/932887987871FFB0FF00F83BFEC37F1A.mc.ABE93CD37870FFB0FDD6FF6DFE207EAA>, <http://tb.plazi.org/GgServer/dwcaRecords/932887987871FFB0FF00F83BFEC37F1A.mc.ABE93CD37870FFB0FE71FF31FC1E7EAA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Peliosanthes_dasystachys_Rodriguez_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Peliosanthes_dasystachys_Rodriguez_1934>
dwc:authority "Diels ex Rodriguez (1934 b: 672)" ;
dwc:authorityName "Diels ex Rodriguez" ;
dwc:authorityPageNumber "672" ;
dwc:authorityYear "1934" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Peliosanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels ex Rodriguez, 1934" ;
dwc:species "dasystachys" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7XVTC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Peliosanthes_dasystachys> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Peliosanthes_dasystachys>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Peliosanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dasystachys" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Peliosanthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Peliosanthes>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Peliosanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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/932887987871FFB0FF00F83BFEC37F1A.mc.ABE93CD37870FFB0FDD6FF6DFE207EAA>
dwc:catalogNumber "P00753574" ;
dwc:collectionCode "P, A" ;
dwc:eventDate "1923-05" ;
dwc:locality "Vietnam" ;
dwc:recordedBy "du Cho Ganh" ;
trt:httpUri <https://treatment.plazi.org/id/932887987871FFB0FF00F83BFEC37F1A#ABE93CD37870FFB0FDD6FF6DFE207EAA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/932887987871FFB0FF00F83BFEC37F1A.mc.ABE93CD37870FFB0FE71FF31FC1E7EAA>
dwc:catalogNumber "P00214600, P00753575" ;
dwc:collectionCode "P" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987871FFB0FF00F83BFEC37F1A#ABE93CD37870FFB0FE71FF31FC1E7EAA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@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/932887987871FFB1FF00F95BFDC879EA>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon tonkinensis Rodriguez 1928" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_tonkinensis_Rodriguez_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_tonkinensis_Rodriguez_1928>
dwc:authority "Rodriguez (1928: 998)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "998" ;
dwc:authorityYear "1928" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1928" ;
dwc:species "tonkinensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z4Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_tonkinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_tonkinensis>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tonkinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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,109 @@
@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/932887987871FFB1FF00FAEFFB7B780A>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon subverticillatus Gagnepain ex Rodriguez 1928" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_subverticillatus_Rodriguez_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_subverticillatus_Rodriguez_1928>
dwc:authority "Gagnepain ex Rodriguez (1928: 997)" ;
dwc:authorityName "Gagnepain ex Rodriguez" ;
dwc:authorityPageNumber "997" ;
dwc:authorityYear "1928" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gagnepain ex Rodriguez, 1928" ;
dwc:species "subverticillatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z4R> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_subverticillatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_subverticillatus>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "subverticillatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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,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/932887987871FFB1FF00FCBBFE3C7A86>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon pierrei Rodriguez 1928" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/932887987871FFB1FF00FCBBFE3C7A86.mc.ABE93CD37871FFB1FC9DFC61FC247DA6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_pierrei_Rodriguez_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_pierrei_Rodriguez_1928>
dwc:authority "Rodriguez (1928: 999)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "999" ;
dwc:authorityYear "1928" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1928" ;
dwc:species "pierrei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z45> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_pierrei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_pierrei>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pierrei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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/932887987871FFB1FF00FCBBFE3C7A86.mc.ABE93CD37871FFB1FC9DFC61FC247DA6>
dwc:catalogNumber "P00509917, P00753537" ;
dwc:collectionCode "L, P" ;
dwc:eventDate "1874-04" ;
dwc:locality "Pierre" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987871FFB1FF00FCBBFE3C7A86#ABE93CD37871FFB1FC9DFC61FC247DA6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@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/932887987871FFB1FF00FE87FB987D6A>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon peliosanthifolius Rodriguez 1934" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_peliosanthifolius_Rodriguez_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_peliosanthifolius_Rodriguez_1934>
dwc:authority "Rodriguez (1934 a: 95)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "95" ;
dwc:authorityYear "1934" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1934" ;
dwc:species "peliosanthifolius" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z42> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_peliosanthifolius> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_peliosanthifolius>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "peliosanthifolius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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,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/932887987872FFB1FF00F903FBE47F3E>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon marmoratus L. Pierre ex Rodriguez 1928" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/932887987872FFB1FF00F903FBE47F3E.mc.ABE93CD37872FFB2FDD3F8C9FC48790E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_marmoratus_Rodriguez_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_marmoratus_Rodriguez_1928>
dwc:authority "L. Pierre ex Rodriguez (1928: 997)" ;
dwc:authorityName "L. Pierre ex Rodriguez" ;
dwc:authorityPageNumber "997" ;
dwc:authorityYear "1928" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. Pierre ex Rodriguez, 1928" ;
dwc:species "marmoratus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z3H> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_marmoratus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_marmoratus>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "marmoratus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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/932887987872FFB1FF00F903FBE47F3E.mc.ABE93CD37872FFB2FDD3F8C9FC48790E>
dwc:catalogNumber "P00509881, P00753539" ;
dwc:collectionCode "L, P" ;
dwc:eventDate "1870-04" ;
dwc:locality "Ad" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987872FFB1FF00F903FBE47F3E#ABE93CD37872FFB2FDD3F8C9FC48790E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@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/932887987872FFB2FF00FBB7FBF978B2>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon latifolius Rodriguez 1928" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_latifolius_Rodriguez_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_latifolius_Rodriguez_1928>
dwc:authority "Rodriguez (1928: 998)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "998" ;
dwc:authorityYear "1928" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1928" ;
dwc:species "latifolius" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z37> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_latifolius> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_latifolius>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "latifolius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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,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/932887987872FFB2FF00FCD7FB7B7A6E>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Ophiopogon humilis Rodriguez 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/932887987872FFB2FF00FCD7FB7B7A6E.mc.ABE93CD37872FFB2FDDEFC9DFDA67DDA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_humilis_Rodriguez_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ophiopogon_humilis_Rodriguez_1934>
dwc:authority "Rodriguez (1934 a: 95)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "95" ;
dwc:authorityYear "1934" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1934" ;
dwc:species "humilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49Z2V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon_humilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon_humilis>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "humilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ophiopogon>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Ophiopogon" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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/932887987872FFB2FF00FCD7FB7B7A6E.mc.ABE93CD37872FFB2FDDEFC9DFDA67DDA>
dwc:catalogNumber "P00509919, P00509922" ;
dwc:collectionCode "L, P" ;
dwc:eventDate "1870-04" ;
dwc:locality "Ad" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987872FFB2FF00FCD7FB7B7A6E#ABE93CD37872FFB2FDDEFC9DFDA67DDA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,167 @@
@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/932887987873FFB2FF00F886FC1C7C8E>
dc:creator "Tanaka, Noriyuki" ;
dc:title "Neolourya pierrei Rodriguez 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/932887987873FFB2FF00F886FC1C7C8E.mc.ABE93CD37873FFB3FDD5F84CFD34798D>, <http://tb.plazi.org/GgServer/dwcaRecords/932887987873FFB2FF00F886FC1C7C8E.mc.ABE93CD37872FFB2FDF5FE69FB767C32>, <http://tb.plazi.org/GgServer/dwcaRecords/932887987873FFB2FF00F886FC1C7C8E.mc.ABE93CD37872FFB2FB4AFDD9FE687CFA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Neolourya_pierrei_Rodriguez_1934> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Neolourya_weberi_Rodriguez_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.2>
bibo:endPage "166" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "161" ;
bibo:volume "388" ;
dc:creator "Tanaka, Noriyuki" ;
dc:date "2019" ;
dc:title "Typification of twelve names in Neolourya, Ophiopogon, and Peliosanthes (Asparagaceae) published by Léopold Rodriguez" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Neolourya_pierrei_Rodriguez_1934>
dwc:authority "Rodriguez (1934 a: 97)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "97" ;
dwc:authorityYear "1934" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Neolourya" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1934" ;
dwc:species "pierrei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46LQ6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Neolourya_pierrei> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Neolourya_weberi_Rodriguez_1934>
dwc:authority "Rodriguez (1934 a: 97)" ;
dwc:authorityName "Rodriguez" ;
dwc:authorityPageNumber "97" ;
dwc:authorityYear "1934" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Neolourya" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rodriguez, 1934" ;
dwc:species "weberi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46LQ6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Neolourya_weberi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Neolourya_pierrei>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Neolourya" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pierrei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Neolourya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Neolourya>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Neolourya" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
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/Neolourya_weberi>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Neolourya" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "weberi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Neolourya> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/932887987873FFB2FF00F886FC1C7C8E.mc.ABE93CD37873FFB3FDD5F84CFD34798D>
dwc:catalogNumber "P00509883, P00753459" ;
dwc:collectionCode "L, P" ;
dwc:eventDate "1874-02" ;
dwc:locality "Phu Quoc" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987873FFB2FF00F886FC1C7C8E#ABE93CD37873FFB3FDD5F84CFD34798D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/932887987873FFB2FF00F886FC1C7C8E.mc.ABE93CD37872FFB2FDF5FE69FB767C32>
dwc:catalogNumber "P00753460" ;
dwc:collectionCode "P, E" ;
dwc:eventDate "1904-06" ;
dwc:locality "Weber" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987873FFB2FF00F886FC1C7C8E#ABE93CD37872FFB2FDF5FE69FB767C32> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/932887987873FFB2FF00F886FC1C7C8E.mc.ABE93CD37872FFB2FB4AFDD9FE687CFA>
dwc:catalogNumber "P00753460" ;
dwc:collectionCode "P" ;
dwc:eventDate "1904-06-18" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/932887987873FFB2FF00F886FC1C7C8E#ABE93CD37872FFB2FB4AFDD9FE687CFA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,151 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/CC7087D63532FFCC13EFFCBDB564FB23>
cito:cites <http://dx.doi.org/10.5281/zenodo.13725216>, <http://dx.doi.org/10.5281/zenodo.13725218> ;
dc:creator "Suetsugu, Kenji; Hsu, Tian-Chuan" ;
dc:title "Didymoplexis siamensis var. amamiana Suetsugu 2019, var. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/CC7087D63532FFCC13EFFCBDB564FB23.mc.F4B13C9D3532FFCC1140FC63B49EFBF7>, <http://tb.plazi.org/GgServer/dwcaRecords/CC7087D63532FFCC13EFFCBDB564FB23.mc.F4B13C9D3532FFCC10BDFBBFB371FBD3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Didymoplexis_siamensis_amamiana_Suetsugu_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.388.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.388.2.4>
bibo:endPage "178" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2019-01-15" ;
bibo:startPage "174" ;
bibo:volume "388" ;
dc:creator "Suetsugu, Kenji; Hsu, Tian-Chuan" ;
dc:date "2019" ;
dc:title "New combinations in the genus Didymoplexis (Orchidaceae; Epidendroideae; Gastrodieae), with a new variety of D. siamensis from Amami-Oshima Island, Japan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13725216>, <http://dx.doi.org/10.5281/zenodo.13725218> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Didymoplexis_siamensis_amamiana_Suetsugu_2019>
dwc:authority "Suetsugu" ;
dwc:authorityName "Suetsugu" ;
dwc:authorityYear "2019" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Didymoplexis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Suetsugu, 2019" ;
dwc:species "siamensis" ;
dwc:variety "amamiana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8YGMY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Didymoplexis_siamensis_amamiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Didymoplexis_siamensis_amamiana>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Didymoplexis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "siamensis" ;
dwc:variety "amamiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Didymoplexis_siamensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Didymoplexis_siamensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Didymoplexis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "siamensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Didymoplexis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Didymoplexis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Didymoplexis" ;
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://dx.doi.org/10.5281/zenodo.13725216>
dc:description "FIGURE 1. A. Didymoplexis siamensis var. amamiana from the type locality. B. Didymoplexis siamensis var. siamensis from Amami- Ohshima Island. Photograph by Hidekazu Morita." ;
fabio:hasRepresentation <https://zenodo.org/record/13725216/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13725218>
dc:description "FIGURE 2. A. Didymoplexis siamensis var. amamiana (drawn from the holotype). A. Flower. B. Flattened perianth tube. C. Column. D. Lip. E. Anther cap. Bar = 1 mm. Drawing by Kumi Hamasaki." ;
fabio:hasRepresentation <https://zenodo.org/record/13725218/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/CC7087D63532FFCC13EFFCBDB564FB23.mc.F4B13C9D3532FFCC1140FC63B49EFBF7>
dwc:catalogNumber "N15-07" ;
dwc:collectionCode "TNS" ;
dwc:eventDate "2018-05-05" ;
dwc:locality "Amami City" ;
trt:httpUri <https://treatment.plazi.org/id/CC7087D63532FFCC13EFFCBDB564FB23#F4B13C9D3532FFCC1140FC63B49EFBF7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/CC7087D63532FFCC13EFFCBDB564FB23.mc.F4B13C9D3532FFCC10BDFBBFB371FBD3>
dwc:catalogNumber "N15" ;
dwc:collectionCode "A, KYO" ;
dwc:eventDate "2018-05-13" ;
dwc:locality "Morita" ;
trt:httpUri <https://treatment.plazi.org/id/CC7087D63532FFCC13EFFCBDB564FB23#F4B13C9D3532FFCC10BDFBBFB371FBD3> ;
a dwc:MaterialCitation .