This commit is contained in:
treatmentbank 2024-11-21 13:41:05 +00:00
parent b9528e25a1
commit 17885a2ae9
4 changed files with 304 additions and 4 deletions

View file

@ -0,0 +1,129 @@
@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#> .
<http://treatment.plazi.org/id/2F1AA30EFFE8754BFF52FBBCF8F0FB5B>
dc:creator "Bytebier, Benny; Péchon, Timothée Le" ;
dc:title "Holothrix etheliae Le Pechon & Bytebier 2021, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Holothrix_etheliae_Bolus_2021> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Bartholina_etheliae_Bolus_1884> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.494.2.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.494.2.9>
bibo:endPage "250" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-04-06" ;
bibo:startPage "250" ;
bibo:volume "494" ;
dc:creator "Bytebier, Benny; Péchon, Timothée Le" ;
dc:date "2021" ;
dc:title "Two new names in Holothrix (Orchideae, Orchidaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Holothrix_etheliae_Bolus_2021>
dwc:authority "(Bolus) Le Pechon & Bytebier" ;
dwc:authorityName "Le Pechon & Bytebier" ;
dwc:authorityYear "2021" ;
dwc:baseAuthorityName "Bolus" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Holothrix" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bolus) Le Pechon & Bytebier, 2021" ;
dwc:species "etheliae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V6FN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Holothrix_etheliae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Bartholina_etheliae_Bolus_1884>
dwc:authority "Bolus (1884: 472)" ;
dwc:authorityName "Bolus" ;
dwc:authorityPageNumber "472" ;
dwc:authorityYear "1884" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bartholina" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bolus, 1884" ;
dwc:species "etheliae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Bartholina_etheliae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Holothrix_etheliae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Holothrix" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "etheliae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Holothrix> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Holothrix>
dwc:genus "Holothrix" ;
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:family "Orchidaceae" ;
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:order "Asparagales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/Bartholina_etheliae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bartholina" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "etheliae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bartholina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bartholina>
dwc:genus "Bartholina" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,161 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/2F1AA30EFFE8754BFF52FC0CF9EDFBC7>
dc:creator "Bytebier, Benny; Péchon, Timothée Le" ;
dc:title "Holothrix burmanniana Le Pechon & Bytebier 2021, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Holothrix_burmanniana_Linnaeus_2021> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Bartholina_burmanniana_L_>, <http://taxon-concept.plazi.org/id/Plantae/Orchis_burmanniana_Linnaeus_1760> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.494.2.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.494.2.9>
bibo:endPage "250" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-04-06" ;
bibo:startPage "250" ;
bibo:volume "494" ;
dc:creator "Bytebier, Benny; Péchon, Timothée Le" ;
dc:date "2021" ;
dc:title "Two new names in Holothrix (Orchideae, Orchidaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Holothrix_burmanniana_Linnaeus_2021>
dwc:authority "(Linnaeus) Le Pechon & Bytebier" ;
dwc:authorityName "Le Pechon & Bytebier" ;
dwc:authorityYear "2021" ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Holothrix" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus) Le Pechon & Bytebier, 2021" ;
dwc:species "burmanniana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V6CD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Holothrix_burmanniana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Orchis_burmanniana_Linnaeus_1760>
dwc:authority "Linnaeus (1760: 26)" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityPageNumber "26" ;
dwc:authorityYear "1760" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Orchis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1760" ;
dwc:species "burmanniana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Orchis_burmanniana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Bartholina_burmanniana_L_>
dwc:authority "(L.) Ker Gawler" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bartholina" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(L.) Ker Gawler" ;
dwc:species "burmanniana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Bartholina_burmanniana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Holothrix_burmanniana>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Holothrix" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "burmanniana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Holothrix> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Holothrix>
dwc:genus "Holothrix" ;
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:family "Orchidaceae" ;
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:order "Asparagales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/Orchis_burmanniana>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Orchis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "burmanniana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchis>
dwc:genus "Orchis" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bartholina_burmanniana>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bartholina" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "burmanniana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bartholina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bartholina>
dwc:genus "Bartholina" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .

View file

@ -9,7 +9,7 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A>
cito:cites <http://dx.doi.org/10.5281/zenodo.5530369> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.14197859>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:title "Myrcia microcalyx Lima Santos & E. Lucas, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FCD7FE3CFC40FDC4>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FC20FDD0FB56FDC4>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FB4BFDD0FA48FDC5>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FF02FDF5FE63FDA0>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FE07FDF4FDEFFDA0>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FD9CFDF4FD0BFDA1>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FD7CFDF5FC9FFDA0>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FC00FDF4FB99FDA0> ;
@ -27,7 +27,7 @@
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:date "2021" ;
dc:title "Three new species of Myrcia sect. Myrcia (Myrtaceae) from South America" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5530369> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14197859>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_microcalyx_Santos_2021>
@ -93,6 +93,11 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14197859>
dc:description "FIGURE 1. Holotype of Myrcia microcalyx (K000342904)." ;
fabio:hasRepresentation <https://zenodo.org/record/14197859/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5530369>
dc:description "FIGURE 2. Distribution map of Myrcia microcalyx, M. peruviana and M. rionegrensis." ;
fabio:hasRepresentation <https://zenodo.org/record/5530369/files/figure.png> ;

View file

@ -9,7 +9,7 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961>
cito:cites <http://dx.doi.org/10.5281/zenodo.5530373>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.14197861>, <http://dx.doi.org/10.5281/zenodo.5530373>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:title "Myrcia rionegrensis Lima Santos & T. N. C. Vasconc." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FC47FA3EFECEF9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FEB3F9F6FE12F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FE73F9F6FDD2F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FDB3F9F6FD98F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FDF5F9F6FD23F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FD40F9F6FCE9F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FF37FA01FEADF9F1>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FEDCFA25FD52F9DD>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FD31F9D9FC5FF9B9>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FC4DF9FDFF27F961>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FF44F9B5FC6DF961> ;
@ -27,7 +27,7 @@
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:date "2021" ;
dc:title "Three new species of Myrcia sect. Myrcia (Myrtaceae) from South America" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5530373>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14197861>, <http://dx.doi.org/10.5281/zenodo.5530373>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_rionegrensis_Santos_>
@ -92,6 +92,11 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14197861>
dc:description "FIGURE 4. Holotype of Myrcia rionegrensis (K 000276044)." ;
fabio:hasRepresentation <https://zenodo.org/record/14197861/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5530373>
dc:description "FIGURE 5. Morphological characteristics of Myrcia rionegrensis. A. Fruiting branch showing the red ribbed fruits in process of ripening (holotype voucher T. Vasconcelos 307); B. Transversal section of the ovary in old flower/ young fruit stage (P.J.M. Maas 6904). Arrow indicates golden hairs covering the outer ovary surface (persistent in fruit), the dashed line highlights the bilocular ovary." ;
fabio:hasRepresentation <https://zenodo.org/record/5530373/files/figure.png> ;