This commit is contained in:
treatmentbank 2024-12-18 15:30:45 +00:00
parent 43a0eb0116
commit bc64636072
11 changed files with 1504 additions and 0 deletions

View file

@ -0,0 +1,103 @@
@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/0399FB4CFF8FFFC4FF70FF294487F950>
cito:cites <http://dx.doi.org/10.5281/zenodo.14515674>, <http://dx.doi.org/10.5281/zenodo.14515676> ;
dc:creator "Negaresh, Kazem" ;
dc:title "Centaurea karajensis Negaresh" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Centaurea_karajensis_Negaresh_> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.3.5> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.3.5>
bibo:endPage "164" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-22" ;
bibo:startPage "157" ;
bibo:volume "663" ;
dc:creator "Negaresh, Kazem" ;
dc:date "2024" ;
dc:title "Taxonomic notes on Centaurea sect. Ammocyanus (Asteraceae, Cardueae- Centaureinae) from Iran" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14515674>, <http://dx.doi.org/10.5281/zenodo.14515676> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Centaurea_karajensis_Negaresh_>
dwc:authority "Negaresh" ;
dwc:authorityName "Negaresh" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Centaurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Negaresh" ;
dwc:species "karajensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CJYVX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Centaurea_karajensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Centaurea_karajensis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Centaurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "karajensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Centaurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Centaurea>
dwc:genus "Centaurea" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:family "Asteraceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:order "Asterales" ;
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: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://dx.doi.org/10.5281/zenodo.14515674>
dc:description "FIGURE 1. Centaurea karajensis Negaresh (Rechinger 638, W)." ;
fabio:hasRepresentation <https://zenodo.org/record/14515674/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14515676>
dc:description "FIGURE 2. Centaurea ammocyanus Boissier (Boissier s.n., G-BOIS)." ;
fabio:hasRepresentation <https://zenodo.org/record/14515676/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,99 @@
@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/03A4DB7EE23EFF8B9EC865EC84B49A9D>
dc:creator "Daniel, Jisha; Kumar, Ettickal Sukumaran Santhosh; Rajendraprasad, Madhavan; Decruse, Sabarimuthan William" ;
dc:title "Biophytum intermedium Wight, Ill. Ind. Bot." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A4DB7EE23EFF8B9EC865EC84B49A9D.mc.3B656035E23EFF8D9EC8659485269CCD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Biophytum_intermedium_Wight_> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.6> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.6>
bibo:endPage "246" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "240" ;
bibo:volume "663" ;
dc:creator "Daniel, Jisha; Kumar, Ettickal Sukumaran Santhosh; Rajendraprasad, Madhavan; Decruse, Sabarimuthan William" ;
dc:date "2024" ;
dc:title "Taxonomic and Nomenclatural notes on Biophytum madurense, B. intermedium and B. intermedium var. pulneyense (Oxalidaceae) from South India" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Biophytum_intermedium_Wight_>
dwc:authority "Wight, Ill. Ind. Bot." ;
dwc:class "Magnoliopsida" ;
dwc:family "Oxalidaceae" ;
dwc:genus "Biophytum" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wight, Ill. Ind. Bot." ;
dwc:species "intermedium" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/LV8R> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Biophytum_intermedium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Biophytum_intermedium>
dwc:class "Magnoliopsida" ;
dwc:family "Oxalidaceae" ;
dwc:genus "Biophytum" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "intermedium" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Biophytum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Biophytum>
dwc:genus "Biophytum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalidaceae>
dwc:family "Oxalidaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalidales>
dwc:order "Oxalidales" ;
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: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://tb.plazi.org/GgServer/dwcaRecords/03A4DB7EE23EFF8B9EC865EC84B49A9D.mc.3B656035E23EFF8D9EC8659485269CCD>
dwc:catalogNumber "CP6, P02440400" ;
dwc:collectionCode "P, K, W" ;
dwc:locality "Type" ;
dwc:typeStatus "neotype" ;
trt:httpUri <https://treatment.plazi.org/id/03A4DB7EE23EFF8B9EC865EC84B49A9D#3B656035E23EFF8D9EC8659485269CCD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,99 @@
@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/03B087A5FFA6E5403BFC407CB3FDFBAB>
dc:creator "Mlčoch, Patrik; Matušinsky, Pavel" ;
dc:title "Chaetosphaeronema misuriniensis Mlcoch 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B087A5FFA6E5403BFC407CB3FDFBAB.mc.3B713CEEFFA6E5413BFC4094B0A6FE02> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Chaetosphaeronema_misuriniensis_Mlcoch_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.2> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.2>
bibo:endPage "204" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "184" ;
bibo:volume "663" ;
dc:creator "Mlčoch, Patrik; Matušinsky, Pavel" ;
dc:date "2024" ;
dc:title "Phylogenetic and morphological revision sexual stages of the genus Paraphoma (Phaeosphaeriaceae) and next related species from clade of Ophiobolus-like (Phaeosphaeriaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Chaetosphaeronema_misuriniensis_Mlcoch_2024>
dwc:authority "Mlcoch" ;
dwc:authorityName "Mlcoch" ;
dwc:authorityYear "2024" ;
dwc:class "Dothideomycetes" ;
dwc:family "Phaeosphaeriaceae" ;
dwc:genus "Chaetosphaeronema" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mlcoch, 2024" ;
dwc:species "misuriniensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Chaetosphaeronema_misuriniensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Chaetosphaeronema_misuriniensis>
dwc:class "Dothideomycetes" ;
dwc:family "Phaeosphaeriaceae" ;
dwc:genus "Chaetosphaeronema" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "misuriniensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Chaetosphaeronema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Chaetosphaeronema>
dwc:genus "Chaetosphaeronema" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Phaeosphaeriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Phaeosphaeriaceae>
dwc:family "Phaeosphaeriaceae" ;
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:order "Pleosporales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/03B087A5FFA6E5403BFC407CB3FDFBAB.mc.3B713CEEFFA6E5413BFC4094B0A6FE02>
dwc:catalogNumber "BRNM 840269" ;
dwc:collectionCode "BRNM" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03B087A5FFA6E5403BFC407CB3FDFBAB#3B713CEEFFA6E5413BFC4094B0A6FE02> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,103 @@
@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/03B7DB3CFFD4B77DFF1FF959FBF090D2>
dc:creator "Caro-Sánchez, Angy V.; Marinho, Lucas C.; Idárraga-Piedrahíta, Alvaro; Alzate-Guarín, Fernando" ;
dc:title "Chrysochlamys macrophylla Pax, Repert. 2024, Spec. Nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B7DB3CFFD4B77DFF1FF959FBF090D2.mc.3B766077FFD4B77DFF1FF961FC029006> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Chrysochlamys_macrophylla_Pax_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.4> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.4>
bibo:endPage "230" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "221" ;
bibo:volume "663" ;
dc:creator "Caro-Sánchez, Angy V.; Marinho, Lucas C.; Idárraga-Piedrahíta, Alvaro; Alzate-Guarín, Fernando" ;
dc:date "2024" ;
dc:title "Miscellaneous nomenclatural notes on Andean Chrysochlamys (Clusiaceae: Clusieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Chrysochlamys_macrophylla_Pax_2024>
dwc:authority "Pax, Repert." ;
dwc:authorityName "Pax, Repert." ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Clusiaceae" ;
dwc:genus "Chrysochlamys" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pax, Repert., 2024" ;
dwc:species "macrophylla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5YMBC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chrysochlamys_macrophylla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Chrysochlamys_macrophylla>
dwc:class "Magnoliopsida" ;
dwc:family "Clusiaceae" ;
dwc:genus "Chrysochlamys" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "macrophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chrysochlamys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chrysochlamys>
dwc:genus "Chrysochlamys" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Clusiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clusiaceae>
dwc:family "Clusiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:order "Malpighiales" ;
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: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://tb.plazi.org/GgServer/dwcaRecords/03B7DB3CFFD4B77DFF1FF959FBF090D2.mc.3B766077FFD4B77DFF1FF961FC029006>
dwc:catalogNumber "NY00072357" ;
dwc:collectionCode "O, NY" ;
dwc:eventDate "1907-12" ;
dwc:locality "Type" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "850" ;
trt:httpUri <https://treatment.plazi.org/id/03B7DB3CFFD4B77DFF1FF959FBF090D2#3B766077FFD4B77DFF1FF961FC029006> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,101 @@
@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/03B7DB3CFFD4B77DFF1FFAF1FBD09196>
dc:creator "Caro-Sánchez, Angy V.; Marinho, Lucas C.; Idárraga-Piedrahíta, Alvaro; Alzate-Guarín, Fernando" ;
dc:title "Chrysochlamys laxa Planchon & Triana, Ann. Sci. Nat., Bot." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B7DB3CFFD4B77DFF1FFAF1FBD09196.mc.3B766077FFD4B77DFF1FFA19FE3792DA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Chrysochlamys_laxa_Planchon_> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.4> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.4>
bibo:endPage "230" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "221" ;
bibo:volume "663" ;
dc:creator "Caro-Sánchez, Angy V.; Marinho, Lucas C.; Idárraga-Piedrahíta, Alvaro; Alzate-Guarín, Fernando" ;
dc:date "2024" ;
dc:title "Miscellaneous nomenclatural notes on Andean Chrysochlamys (Clusiaceae: Clusieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Chrysochlamys_laxa_Planchon_>
dwc:authority "Planchon & Triana, Ann. Sci. Nat., Bot." ;
dwc:class "Magnoliopsida" ;
dwc:family "Clusiaceae" ;
dwc:genus "Chrysochlamys" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Planchon & Triana, Ann. Sci. Nat., Bot." ;
dwc:species "laxa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5YMBB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chrysochlamys_laxa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Chrysochlamys_laxa>
dwc:class "Magnoliopsida" ;
dwc:family "Clusiaceae" ;
dwc:genus "Chrysochlamys" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "laxa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chrysochlamys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chrysochlamys>
dwc:genus "Chrysochlamys" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Clusiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clusiaceae>
dwc:family "Clusiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:order "Malpighiales" ;
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: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://tb.plazi.org/GgServer/dwcaRecords/03B7DB3CFFD4B77DFF1FFAF1FBD09196.mc.3B766077FFD4B77DFF1FFA19FE3792DA>
dwc:catalogNumber "BM000611593, MPU014293" ;
dwc:collectionCode "BM, MPU" ;
dwc:eventDate "1855-12" ;
dwc:locality "Bogota" ;
dwc:recordedBy "de Buenavista" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03B7DB3CFFD4B77DFF1FFAF1FBD09196#3B766077FFD4B77DFF1FFA19FE3792DA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,105 @@
@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/03F387C940522D1CFF34FAD3FDF04CF9>
dc:creator "Vlasenko, Anastasia V.; Enkhtuya, Ochirbat; Degidmaa, Turmunkh; Enkhjargal, Enkhtaivan; Chelobanov, Boris P.; Vlasenko, Vyacheslav A." ;
dc:title "Arcyria chinggiskhanii A. Vlasenko & V. Vlasenko 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F387C940522D1CFF34FAD3FDF04CF9.mc.3B323C8240522D19FF01F838FDBC4046> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Arcyria_chinggiskhanii_Vlasenko_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.3> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.3>
bibo:endPage "220" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "205" ;
bibo:volume "663" ;
dc:creator "Vlasenko, Anastasia V.; Enkhtuya, Ochirbat; Degidmaa, Turmunkh; Enkhjargal, Enkhtaivan; Chelobanov, Boris P.; Vlasenko, Vyacheslav A." ;
dc:date "2024" ;
dc:title "Three new species of bright-spored myxomycetes from Asia and the second world record of Perichaena maculosa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Arcyria_chinggiskhanii_Vlasenko_2024>
dwc:authority "A. Vlasenko & V. Vlasenko" ;
dwc:authorityName "A. Vlasenko & V. Vlasenko" ;
dwc:authorityYear "2024" ;
dwc:class "Myxomycetes" ;
dwc:family "Arcyriaceae" ;
dwc:genus "Arcyria" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trichiales" ;
dwc:phylum "Mycetozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vlasenko & Vlasenko, 2024" ;
dwc:species "chinggiskhanii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Arcyria_chinggiskhanii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Arcyria_chinggiskhanii>
dwc:class "Myxomycetes" ;
dwc:family "Arcyriaceae" ;
dwc:genus "Arcyria" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trichiales" ;
dwc:phylum "Mycetozoa" ;
dwc:rank "species" ;
dwc:species "chinggiskhanii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Arcyria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Arcyria>
dwc:genus "Arcyria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Arcyriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Arcyriaceae>
dwc:family "Arcyriaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Trichiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Trichiales>
dwc:order "Trichiales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Myxomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Myxomycetes>
dwc:class "Myxomycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Mycetozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Mycetozoa>
dwc:phylum "Mycetozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F387C940522D1CFF34FAD3FDF04CF9.mc.3B323C8240522D19FF01F838FDBC4046>
dwc:catalogNumber "NSK 1031205" ;
dwc:collectionCode "V, A" ;
dwc:eventDate "2019-10-01" ;
dwc:locality "Bogd Khan Uul Biosphere Reserve" ;
dwc:recordedBy "Vlasenko & GenBank No." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1835" ;
dwc:verbatimLatitude "47.764614" ;
dwc:verbatimLongitude "107.002426" ;
trt:httpUri <https://treatment.plazi.org/id/03F387C940522D1CFF34FAD3FDF04CF9#3B323C8240522D19FF01F838FDBC4046> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,105 @@
@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/03F387C940572D10FF34FB5EFED74E78>
dc:creator "Vlasenko, Anastasia V.; Enkhtuya, Ochirbat; Degidmaa, Turmunkh; Enkhjargal, Enkhtaivan; Chelobanov, Boris P.; Vlasenko, Vyacheslav A." ;
dc:title "Metatrichia asiatica A. Vlasenko 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F387C940572D10FF34FB5EFED74E78.mc.3B323C8240572D1CFF01F8FAFEEF4F81> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Metatrichia_asiatica_Vlasenko_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.3> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.3>
bibo:endPage "220" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "205" ;
bibo:volume "663" ;
dc:creator "Vlasenko, Anastasia V.; Enkhtuya, Ochirbat; Degidmaa, Turmunkh; Enkhjargal, Enkhtaivan; Chelobanov, Boris P.; Vlasenko, Vyacheslav A." ;
dc:date "2024" ;
dc:title "Three new species of bright-spored myxomycetes from Asia and the second world record of Perichaena maculosa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Metatrichia_asiatica_Vlasenko_2024>
dwc:authority "A. Vlasenko" ;
dwc:authorityName "A. Vlasenko" ;
dwc:authorityYear "2024" ;
dwc:class "Myxomycetes" ;
dwc:family "Trichiaceae" ;
dwc:genus "Metatrichia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trichiales" ;
dwc:phylum "Mycetozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vlasenko, 2024" ;
dwc:species "asiatica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Metatrichia_asiatica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Metatrichia_asiatica>
dwc:class "Myxomycetes" ;
dwc:family "Trichiaceae" ;
dwc:genus "Metatrichia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trichiales" ;
dwc:phylum "Mycetozoa" ;
dwc:rank "species" ;
dwc:species "asiatica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Metatrichia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Metatrichia>
dwc:genus "Metatrichia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Trichiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Trichiaceae>
dwc:family "Trichiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Trichiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Trichiales>
dwc:order "Trichiales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Myxomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Myxomycetes>
dwc:class "Myxomycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Mycetozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Mycetozoa>
dwc:phylum "Mycetozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F387C940572D10FF34FB5EFED74E78.mc.3B323C8240572D1CFF01F8FAFEEF4F81>
dwc:catalogNumber "NSK 1016039" ;
dwc:collectionCode "A, V" ;
dwc:eventDate "2022-09-13" ;
dwc:locality "Central Siberian Botanical Garden" ;
dwc:recordedBy "Vlasenko & GenBank No." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "183" ;
dwc:verbatimLatitude "54.829887" ;
dwc:verbatimLongitude "83.12195" ;
trt:httpUri <https://treatment.plazi.org/id/03F387C940572D10FF34FB5EFED74E78#3B323C8240572D1CFF01F8FAFEEF4F81> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,105 @@
@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/03F387C9405B2D17FF34F9DEFD8F4AC1>
dc:creator "Vlasenko, Anastasia V.; Enkhtuya, Ochirbat; Degidmaa, Turmunkh; Enkhjargal, Enkhtaivan; Chelobanov, Boris P.; Vlasenko, Vyacheslav A." ;
dc:title "Tubifera khangaiensis A. Vlasenko 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F387C9405B2D17FF34F9DEFD8F4AC1.mc.3B323C82405D2D16FF01FF22FD34494C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Tubifera_khangaiensis_Vlasenko_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.4.3> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.4.3>
bibo:endPage "220" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-27" ;
bibo:startPage "205" ;
bibo:volume "663" ;
dc:creator "Vlasenko, Anastasia V.; Enkhtuya, Ochirbat; Degidmaa, Turmunkh; Enkhjargal, Enkhtaivan; Chelobanov, Boris P.; Vlasenko, Vyacheslav A." ;
dc:date "2024" ;
dc:title "Three new species of bright-spored myxomycetes from Asia and the second world record of Perichaena maculosa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Tubifera_khangaiensis_Vlasenko_2024>
dwc:authority "A. Vlasenko" ;
dwc:authorityName "A. Vlasenko" ;
dwc:authorityYear "2024" ;
dwc:class "Dictyosteliomycetes" ;
dwc:family "Raperosteliaceae" ;
dwc:genus "Tubifera" ;
dwc:kingdom "Protozoa" ;
dwc:order "Dictyosteliales" ;
dwc:phylum "Mycetozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vlasenko, 2024" ;
dwc:species "khangaiensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Tubifera_khangaiensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Tubifera_khangaiensis>
dwc:class "Dictyosteliomycetes" ;
dwc:family "Raperosteliaceae" ;
dwc:genus "Tubifera" ;
dwc:kingdom "Protozoa" ;
dwc:order "Dictyosteliales" ;
dwc:phylum "Mycetozoa" ;
dwc:rank "species" ;
dwc:species "khangaiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Tubifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Tubifera>
dwc:genus "Tubifera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Raperosteliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Raperosteliaceae>
dwc:family "Raperosteliaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Dictyosteliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Dictyosteliales>
dwc:order "Dictyosteliales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Dictyosteliomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Dictyosteliomycetes>
dwc:class "Dictyosteliomycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Mycetozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Mycetozoa>
dwc:phylum "Mycetozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F387C9405B2D17FF34F9DEFD8F4AC1.mc.3B323C82405D2D16FF01FF22FD34494C>
dwc:catalogNumber "NSK 1013200" ;
dwc:collectionCode "A, V" ;
dwc:eventDate "2023-08-08" ;
dwc:locality "Khukh Lake" ;
dwc:recordedBy "Vlasenko & GenBank No." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2192" ;
dwc:verbatimLatitude "47.5225" ;
dwc:verbatimLongitude "98.517784" ;
trt:httpUri <https://treatment.plazi.org/id/03F387C9405B2D17FF34F9DEFD8F4AC1#3B323C82405D2D16FF01FF22FD34494C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,92 @@
@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/170E5938CB52D774FF39FF3161E9FD5D>
dc:creator "Duran, Ahmet; Lyskov, Dmitry; Samigullin, Tahir; Paksoy, Mehmet Yavuz" ;
dc:title "Heracleum munzurense A. Duran, Lyskov & Paksoy 2024, sp. nova" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Heracleum_munzurense_Duran_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.5.2> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.5.2>
bibo:endPage "282" ;
bibo:issue "5" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-29" ;
bibo:startPage "267" ;
bibo:volume "663" ;
dc:creator "Duran, Ahmet; Lyskov, Dmitry; Samigullin, Tahir; Paksoy, Mehmet Yavuz" ;
dc:date "2024" ;
dc:title "Heracleum munzurense (Apiaceae), a new species from East Anatolia, Turkey and taxonomic position of Tetrataenium lasiopetalum" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Heracleum_munzurense_Duran_2024>
dwc:authority "A.Duran, Lyskov & Paksoy" ;
dwc:authorityName "A. Duran, Lyskov & Paksoy" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Heracleum" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Duran, Lyskov & Paksoy, 2024" ;
dwc:species "munzurense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CKD9C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Heracleum_munzurense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Heracleum_munzurense>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Heracleum" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "munzurense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Heracleum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Heracleum>
dwc:genus "Heracleum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:family "Apiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:order "Apiales" ;
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: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 .

View file

@ -0,0 +1,117 @@
@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/9D7687B6FFF88839D788FBAF86ECFB2E>
cito:cites <http://dx.doi.org/10.5281/zenodo.14515628>, <http://dx.doi.org/10.5281/zenodo.14515632> ;
dc:creator "Vasques, Jasmim C.; Vago, Walgery A.; Fiaschi, Pedro" ;
dc:title "Oxalis timida J. Vasques. A. Habit 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9D7687B6FFF88839D788FBAF86ECFB2E.mc.A5B73CFDFFF8883CD7DAFB878029FB57> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oxalis_timida_Habit_2024> ;
trt:publishedIn <https://doi.org/10.11646/phytotaxa.663.5.4> ;
a trt:Treatment .
<https://doi.org/10.11646/phytotaxa.663.5.4>
bibo:endPage "300" ;
bibo:issue "5" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-08-29" ;
bibo:startPage "294" ;
bibo:volume "663" ;
dc:creator "Vasques, Jasmim C.; Vago, Walgery A.; Fiaschi, Pedro" ;
dc:date "2024" ;
dc:title "A new species of Oxalis sect. Holophyllum (Oxalidaceae) from the Brazilian state of Espírito Santo, discovered with the help of citizen science" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14515628>, <http://dx.doi.org/10.5281/zenodo.14515632> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oxalis_timida_Habit_2024>
dwc:authority "J.Vasques" ;
dwc:authorityName "J. Vasques. A. Habit" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Oxalidaceae" ;
dwc:genus "Oxalis" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vasques. Habit, 2024" ;
dwc:species "timida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CKM4W> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oxalis_timida> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Oxalis_timida>
dwc:class "Magnoliopsida" ;
dwc:family "Oxalidaceae" ;
dwc:genus "Oxalis" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "timida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalis>
dwc:genus "Oxalis" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalidaceae>
dwc:family "Oxalidaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalidales>
dwc:order "Oxalidales" ;
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: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://dx.doi.org/10.5281/zenodo.14515628>
dc:description "FIGURE 1. Oxalis timida J.Vasques. A. Habit showing inflorescence (arrowhead). B. Leaf pubescence detail. C. Leaf abaxial surface. D. Leaf base detail, abaxial surface. E. Leaf adaxial surface. F. Leaf base detail, adaxial surface. G. Peduncle with flower buds. H. Abaxial surface of the peduncle with flower buds and an open flower. I. Adaxial surface of the peduncle with an open flower. J. Flower, frontal view. K. Infructescence with a mature fruit. L. Mature fruits, lateral view. Scale bars: a, b, c, e, h, i = 10 mm; d, f, g, k, l = 5 mm; j = 3 mm. Photos by P. Fiaschi." ;
fabio:hasRepresentation <https://zenodo.org/record/14515628/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14515632>
dc:description "FIGURE 2. Geographic distribution map of Oxalis timida J.Vasques." ;
fabio:hasRepresentation <https://zenodo.org/record/14515632/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9D7687B6FFF88839D788FBAF86ECFB2E.mc.A5B73CFDFFF8883CD7DAFB878029FB57>
dwc:collectionCode "MBML, RB, SPF, VIES" ;
dwc:eventDate "2023-11-15" ;
dwc:locality "Distrito de Sao Dalmacio" ;
dwc:recordedBy "J. Vasques" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "170" ;
dwc:verbatimLatitude "-19.74664" ;
dwc:verbatimLongitude "-40.631027" ;
trt:httpUri <https://treatment.plazi.org/id/9D7687B6FFF88839D788FBAF86ECFB2E#A5B73CFDFFF8883CD7DAFB878029FB57> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long