This commit is contained in:
treatmentbank 2024-09-05 22:12:10 +00:00
parent 0ddb985507
commit ad8141c395
46 changed files with 5855 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/039965528C25FFAB31F7FD048659F881>
dc:creator "Dittrich, Vinícius Antonio De Oliveira; Smith, Alan R.; Gasper, André Luís De" ;
dc:title "Parablechnum paucipinna A. R. Sm. 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Parablechnum_paucipinna_Sm._2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.1.6>
bibo:endPage "73" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-20" ;
bibo:startPage "65" ;
bibo:volume "292" ;
dc:creator "Dittrich, Vinícius Antonio De Oliveira; Smith, Alan R.; Gasper, André Luís De" ;
dc:date "2017" ;
dc:title "Parablechnum roraimense and P. paucipinna spp. nov. (Blechnaceae: Polypodiopsida), lectotypification of P. stuebelii, and citation corrections in the family" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Parablechnum_paucipinna_Sm._2017>
dwc:authority "A.R.Sm." ;
dwc:authorityName "A. R. Sm." ;
dwc:authorityYear "2017" ;
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Parablechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. R. Sm., 2017" ;
dwc:species "paucipinna" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CMGQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Parablechnum_paucipinna> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Parablechnum_paucipinna>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Parablechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "paucipinna" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Parablechnum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Parablechnum>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Parablechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiales>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
dwc:class "Polypodiopsida" ;
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,120 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B587A87655FFBEFF5A11C1B650F80C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697901>, <http://dx.doi.org/10.5281/zenodo.13697907> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius tanaensis J. E. Shay & Desjardin 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_tanaensis_Shay_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697901>, <http://dx.doi.org/10.5281/zenodo.13697907> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_tanaensis_Shay_2017>
dwc:authority "J.E. Shay & Desjardin" ;
dwc:authorityName "J. E. Shay & Desjardin" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. E. Shay & Desjardin, 2017" ;
dwc:species "tanaensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3Y25C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_tanaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_tanaensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "tanaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697901>
dc:description "FIGURE 21. Marasmius tanaensis (JES 220) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pleurocystidia; f) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697901/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697907>
dc:description "PLATE 8,Basidiocarps representingsect.Sicciser.Haematocephalia) Marasmius haematocephalus(JES 202) b)Marasmius ferruginoides (JES 209) c) Marasmius hinnuleus (JES 217). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697907/files/figure.png> ;
a fabio:Figure .

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/03B587A87656FFBBFF5A13DEB798F7CF>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697909>, <http://dx.doi.org/10.5281/zenodo.13697907>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius hinnuleus Berk. & M. A. Curtis, J. Linn. Soc., Bot." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_hinnuleus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697909>, <http://dx.doi.org/10.5281/zenodo.13697907>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_hinnuleus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "hinnuleus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697909>
dc:description "FIGURE 23. Marasmius hinnuleus (JES 217) a) basidiospores; b) basidioles; c) cheilocystidia; d) pleurocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697909/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697907>
dc:description "PLATE 8,Basidiocarps representingsect.Sicciser.Haematocephalia) Marasmius haematocephalus(JES 202) b)Marasmius ferruginoides (JES 209) c) Marasmius hinnuleus (JES 217). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697907/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/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/03B587A87657FFBCFF5A14DDB623FEC0>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697905>, <http://dx.doi.org/10.5281/zenodo.13697907>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius ferruginoides Antonin Mycotaxon 2004" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_ferruginoides_Sh_2004> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697905>, <http://dx.doi.org/10.5281/zenodo.13697907>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_ferruginoides_Sh_2004>
dwc:authority "Antonin Mycotaxon" ;
dwc:authorityName "Antonin Mycotaxon" ;
dwc:authorityYear "2004" ;
dwc:baseAuthorityName "SH" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sh) Antonin Mycotaxon, 2004" ;
dwc:species "ferruginoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3XZDV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_ferruginoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_ferruginoides>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "ferruginoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697905>
dc:description "FIGURE 22. Marasmius ferruginoides (JES 209) a) basidiospores; b) basidioles; c) cheilocystidia; d) pleurocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697905/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697907>
dc:description "PLATE 8,Basidiocarps representingsect.Sicciser.Haematocephalia) Marasmius haematocephalus(JES 202) b)Marasmius ferruginoides (JES 209) c) Marasmius hinnuleus (JES 217). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697907/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,104 @@
@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/03B587A87657FFBDFF5A15D1B7DCFC80>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius confertus var. parvisporus Antonin. Mycotaxon" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_confertus_parvisporus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_confertus_parvisporus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "variety" ;
dwc:species "confertus" ;
dwc:variety "parvisporus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius_confertus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_confertus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "confertus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87657FFBDFF5A16D5B7DCFD8C>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius eyssartieri Antonin & Buyck, Fungal Diversity" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_eyssartieri> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_eyssartieri>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "eyssartieri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87657FFBDFF5A17E9B7DCFE88>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius grandisetulosus Singer, Bull. Jard. Bot. État Brux." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_grandisetulosus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_grandisetulosus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "grandisetulosus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87658FFB0FF5A1565B686FF38>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697895>, <http://dx.doi.org/10.5281/zenodo.13697897>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius bambusiniformis Singer, Fl. Neotrop. Monogr." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_bambusiniformis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697895>, <http://dx.doi.org/10.5281/zenodo.13697897>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_bambusiniformis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "bambusiniformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697895>
dc:description "FIGURE 19. Marasmius bambusiniformis (JES 199) a) basidiospores; b) basidioles; c) cheilocystidia; d) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697895/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697897>
dc:description "PLATE 7. Basidiocarps representing sect. Sicci ser. Leonini a) Marasmius megistus (JES 163) b) Marasmius megistus (Lockwood 2132155), photo generously donated by Taylor Lockwood, c) Marasmius bambusiniformis (JES 199). Scale bar = 10 mm (a, c); 5 mm (b). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697897/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,131 @@
@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/03B587A87659FFB2FF5A17E9B481FE18>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697893>, <http://dx.doi.org/10.5281/zenodo.13697897>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius megistus Singer, Bull. Jard. Bot. État Brux." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87659FFB2FF5A17E9B481FE18.mc.3B743CE37659FFB2FF5A10B2B56FFF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87659FFB2FF5A17E9B481FE18.mc.3B743CE37658FFB2FEC717E9B52DFF38>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87659FFB2FF5A17E9B481FE18.mc.3B743CE37658FFB2FF6F17A1B486FE18> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_megistus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697893>, <http://dx.doi.org/10.5281/zenodo.13697897>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_megistus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "megistus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697893>
dc:description "FIGURE 18. Marasmius megistus (JES 163, Lockwood 2132155) a) basidiospores; b) basidioles; c) cheilocystidia; d) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697893/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697897>
dc:description "PLATE 7. Basidiocarps representing sect. Sicci ser. Leonini a) Marasmius megistus (JES 163) b) Marasmius megistus (Lockwood 2132155), photo generously donated by Taylor Lockwood, c) Marasmius bambusiniformis (JES 199). Scale bar = 10 mm (a, c); 5 mm (b). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697897/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87659FFB2FF5A17E9B481FE18.mc.3B743CE37659FFB2FF5A10B2B56FFF5C>
dwc:collectionCode "B, S, E, J, TAN" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Ranomafana National Park" ;
dwc:verbatimElevation "1004" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87659FFB2FF5A17E9B481FE18#3B743CE37659FFB2FF5A10B2B56FFF5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87659FFB2FF5A17E9B481FE18.mc.3B743CE37658FFB2FEC717E9B52DFF38>
dwc:collectionCode "T, SFSU" ;
dwc:eventDate "2013-02" ;
dwc:locality "Region Vatovavy-Fitovinany" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87659FFB2FF5A17E9B481FE18#3B743CE37658FFB2FEC717E9B52DFF38> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87659FFB2FF5A17E9B481FE18.mc.3B743CE37658FFB2FF6F17A1B486FE18>
dwc:catalogNumber "KX148992, KX148993, KX953750" ;
dwc:collectionCode "KX" ;
dwc:locality "Madagascan" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87659FFB2FF5A17E9B481FE18#3B743CE37658FFB2FF6F17A1B486FE18> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,153 @@
@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/03B587A8765AFFBFFF5A16D5B742F9BC>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697899>, <http://dx.doi.org/10.5281/zenodo.13697907>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius haematocephalus Fr., Epicr. Syst. Mycol. (Upsaliae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE3765AFFB0FF5A1543B08DFDFA>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFF6F144DB1C0FCA4>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFF5A1405B129FC48>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFA8814DDB6D0FC10>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFD101495B50AFBFC> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_haematocephalus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697899>, <http://dx.doi.org/10.5281/zenodo.13697907>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_haematocephalus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "haematocephalus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697899>
dc:description "FIGURE 20. Marasmius haematocephalus (JES 147, JES 202, JES 193) a) basidiospores; b) basidioles; c) cheilocystidia; d) pleurocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697899/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697907>
dc:description "PLATE 8,Basidiocarps representingsect.Sicciser.Haematocephalia) Marasmius haematocephalus(JES 202) b)Marasmius ferruginoides (JES 209) c) Marasmius hinnuleus (JES 217). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697907/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE3765AFFB0FF5A1543B08DFDFA>
dwc:catalogNumber "C 3172" ;
dwc:collectionCode "R, BAFC" ;
dwc:eventDate "1961-01-28" ;
dwc:locality "Type" ;
dwc:typeStatus "neotype" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8765AFFBFFF5A16D5B742F9BC#3B743CE3765AFFB0FF5A1543B08DFDFA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFF6F144DB1C0FCA4>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-27" ;
dwc:locality "Material" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "844" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8765AFFBFFF5A16D5B742F9BC#3B743CE37655FFBFFF6F144DB1C0FCA4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFF5A1405B129FC48>
dwc:collectionCode "J, E, SFSU, S" ;
dwc:eventDate "2014-01-20" ;
dwc:locality "Region Vatovavy-Fitovinany" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "900" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8765AFFBFFF5A16D5B742F9BC#3B743CE37655FFBFFF5A1405B129FC48> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFA8814DDB6D0FC10>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-28" ;
dwc:locality "Region Atsinanana" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8765AFFBFFF5A16D5B742F9BC#3B743CE37655FFBFFA8814DDB6D0FC10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765AFFBFFF5A16D5B742F9BC.mc.3B743CE37655FFBFFD101495B50AFBFC>
dwc:collectionCode "B, PC" ;
dwc:eventDate "2000-02-24" ;
dwc:locality "Melville" ;
dwc:recordedBy "Buyck" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8765AFFBFFF5A16D5B742F9BC#3B743CE37655FFBFFD101495B50AFBFC> ;
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/03B587A8765DFFB6FF5A129CB528F7FC>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697887>, <http://dx.doi.org/10.5281/zenodo.13697889>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius katangensis Singer, Bull. Jard. Bot. État Brux." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_katangensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697887>, <http://dx.doi.org/10.5281/zenodo.13697889>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_katangensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "katangensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697887>
dc:description "FIGURE 16. Marasmius katangensis (JES 227) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells; f) Siccus- type caulocystidia; g) non-setulose caulocystidia. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697887/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697889>
dc:description "PLATE 6. Basidiocarps representing sect. Sicci ser. Atrorubentes a) Marasmius corrugatiformis (JES 164) b) Marasmius katangensis (JES 227). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697889/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B587A8765EFFB4FF5A1024B602F7C8>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius rammelooi Antonin, Mycotaxon" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_rammelooi> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_rammelooi>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "rammelooi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B587A8765FFFB4FF5A1339B77EF8DB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697891>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius sokola J. E. Shay & Desjardin 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765FFFB4FF5A1339B77EF8DB.mc.3B743CE3765FFFB5FF5A1397B667FAF2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_sokola_Shay_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697891>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_sokola_Shay_2017>
dwc:authority "J.E. Shay & Desjardin" ;
dwc:authorityName "J. E. Shay & Desjardin" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. E. Shay & Desjardin, 2017" ;
dwc:species "sokola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3Y229> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_sokola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_sokola>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "sokola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697891>
dc:description "FIGURE 17. Marasmius sokola (JES 154) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697891/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8765FFFB4FF5A1339B77EF8DB.mc.3B743CE3765FFFB5FF5A1397B667FAF2>
dwc:collectionCode "J, E, SFSU" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Commune Ranomafana" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8765FFFB4FF5A1339B77EF8DB#3B743CE3765FFFB5FF5A1397B667FAF2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,132 @@
@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/03B587A87662FFB7FF5A1349B52BFA43>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697885>, <http://dx.doi.org/10.5281/zenodo.13697889>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius corrugatiformis Singer, Bull. Jard. Bot. État Brux." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87662FFB7FF5A1349B52BFA43.mc.3B743CE37662FF88FF6F10E1B486F7EC>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87662FFB7FF5A1349B52BFA43.mc.3B743CE37662FF88FF3C10B9B08EF7EC>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87662FFB7FF5A1349B52BFA43.mc.3B743CE37662FF88FB2610B9B16FF7C8> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_corrugatiformis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697885>, <http://dx.doi.org/10.5281/zenodo.13697889>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_corrugatiformis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "corrugatiformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697885>
dc:description "FIGURE 15. Marasmius corrugatiformis (JES 164, Lockwood 2132268W250) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells; f) caulocystidia. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697885/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697889>
dc:description "PLATE 6. Basidiocarps representing sect. Sicci ser. Atrorubentes a) Marasmius corrugatiformis (JES 164) b) Marasmius katangensis (JES 227). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697889/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87662FFB7FF5A1349B52BFA43.mc.3B743CE37662FF88FF6F10E1B486F7EC>
dwc:collectionCode "B, S, E, J, SFSU" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Material" ;
dwc:verbatimElevation "1004" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87662FFB7FF5A1349B52BFA43#3B743CE37662FF88FF6F10E1B486F7EC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87662FFB7FF5A1349B52BFA43.mc.3B743CE37662FF88FF3C10B9B08EF7EC>
dwc:catalogNumber "W250" ;
dwc:collectionCode "SFSU" ;
dwc:eventDate "2013-01" ;
dwc:locality "Ranomafana National Park" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87662FFB7FF5A1349B52BFA43#3B743CE37662FF88FF3C10B9B08EF7EC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87662FFB7FF5A1349B52BFA43.mc.3B743CE37662FF88FB2610B9B16FF7C8>
dwc:collectionCode "B, G, P, A, PC" ;
dwc:eventDate "1997-02-12" ;
dwc:locality "Andasibe" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87662FFB7FF5A1349B52BFA43#3B743CE37662FF88FB2610B9B16FF7C8> ;
a dwc:MaterialCitation .

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/03B587A87663FF88FF5A17E9B7D8FCF8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697883>, <http://dx.doi.org/10.5281/zenodo.13697881>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius nummularius Berk. & Broome, J. Linn. Soc., Bot." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87663FF88FF5A17E9B7D8FCF8.mc.3B743CE37662FF88FF6F161DB641FE50>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87663FF88FF5A17E9B7D8FCF8.mc.3B743CE37662FF88FDE316D5B05EFE50> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_nummularius> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697883>, <http://dx.doi.org/10.5281/zenodo.13697881>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_nummularius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "nummularius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697883>
dc:description "FIGURE 14. Marasmius nummularius (JES 121, JES 124) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pleurocystidia; f) pileipellis cells; g) caulosetae. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697883/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697881>
dc:description "PLATE 5. Basidiocarps representing sect. Sicci ser. Spinulosi a) Marasmius dendrosetosus (JES 205) b) Marasmius nummularius (JES 124). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697881/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87663FF88FF5A17E9B7D8FCF8.mc.3B743CE37662FF88FF6F161DB641FE50>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-20" ;
dwc:locality "Material" ;
dwc:verbatimElevation "955" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87663FF88FF5A17E9B7D8FCF8#3B743CE37662FF88FF6F161DB641FE50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87663FF88FF5A17E9B7D8FCF8.mc.3B743CE37662FF88FDE316D5B05EFE50>
dwc:collectionCode "J, E, SFSU" ;
dwc:eventDate "2014-01-20" ;
dwc:locality "Material" ;
dwc:verbatimElevation "955" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87663FF88FF5A17E9B7D8FCF8#3B743CE37662FF88FDE316D5B05EFE50> ;
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/03B587A87664FF8CFF5A12B1B58CFCF8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697875>, <http://dx.doi.org/10.5281/zenodo.13697877>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius bekolacongoli Beeli, Bull. Soc. R. Bot. Belg." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_bekolacongoli> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697875>, <http://dx.doi.org/10.5281/zenodo.13697877>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_bekolacongoli>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "bekolacongoli" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697875>
dc:description "FIGURE 12. Marasmius bekolacongoli (Lockwood 2131638) a) basidiospores; b) basidioles; c) cheilocystidia; d) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697875/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697877>
dc:description "PLATE 4. Basidiocarps representing sect. Marasmius subsect. Sicciformes. a) Marasmius madagascariensis (JES 225); sect. Globulares b) Marasmius bekolacongoli (Lockwood 2131638), photo generously donated by Taylor Lockwood. Scale bar = 10 mm (a); 20 mm (b). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697877/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B587A87664FF8EFF5A13D9B704FA2C>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius sulcatipes Pat., Bull. Mus. Nat. Hist. Natur." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_sulcatipes> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_sulcatipes>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "sulcatipes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87664FF8EFF5A15D1B02DFC6C>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius cecropiformis Antonin & Hauskn., Fungal Diversity" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_cecropiformis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_cecropiformis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "cecropiformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87664FF8EFF5A1689B650FD8C>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius neosessiliformis Antonin & Buyck 2006" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_neosessiliformis_Antonin_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_neosessiliformis_Antonin_2006>
dwc:authority "Antonin & Buyck" ;
dwc:authorityName "Antonin & Buyck" ;
dwc:authorityYear "2006" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Antonin & Buyck, 2006" ;
dwc:species "neosessiliformis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_neosessiliformis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_neosessiliformis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "neosessiliformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87666FF8AFF5A1301B150FD30>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697879>, <http://dx.doi.org/10.5281/zenodo.13697881>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius dendrosetosus J. E. Shay & Desjardin 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87666FF8AFF5A1301B150FD30.mc.3B743CE37666FF8CFF5A13FFB7F0FB0A>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87666FF8AFF5A1301B150FD30.mc.3B743CE37660FF8AFF6F17A1B100FEC0>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87666FF8AFF5A1301B150FD30.mc.3B743CE37660FF8AFAA01645B05AFEAC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_dendrosetosus_Shay_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697879>, <http://dx.doi.org/10.5281/zenodo.13697881>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_dendrosetosus_Shay_2017>
dwc:authority "J.E. Shay & Desjardin" ;
dwc:authorityName "J. E. Shay & Desjardin" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. E. Shay & Desjardin, 2017" ;
dwc:species "dendrosetosus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3XZB9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_dendrosetosus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_dendrosetosus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "dendrosetosus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697879>
dc:description "FIGURE 13. Marasmius dendrosetosus (JES 205, JES 211) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) thick-walled pileipellis cells; f) thin-walled pileipellis cells; g) pileosetae and stipe surface broom cells (bottom center). Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697879/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697881>
dc:description "PLATE 5. Basidiocarps representing sect. Sicci ser. Spinulosi a) Marasmius dendrosetosus (JES 205) b) Marasmius nummularius (JES 124). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697881/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87666FF8AFF5A1301B150FD30.mc.3B743CE37666FF8CFF5A13FFB7F0FB0A>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-28" ;
dwc:locality "Region Atsinanana" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87666FF8AFF5A1301B150FD30#3B743CE37666FF8CFF5A13FFB7F0FB0A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87666FF8AFF5A1301B150FD30.mc.3B743CE37660FF8AFF6F17A1B100FEC0>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-28" ;
dwc:locality "Material" ;
dwc:verbatimElevation "4" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87666FF8AFF5A1301B150FD30#3B743CE37660FF8AFF6F17A1B100FEC0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87666FF8AFF5A1301B150FD30.mc.3B743CE37660FF8AFAA01645B05AFEAC>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-30" ;
dwc:locality "Material" ;
dwc:verbatimElevation "4" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87666FF8AFF5A1301B150FD30#3B743CE37660FF8AFAA01645B05AFEAC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,219 @@
@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/03B587A87669FF82FF5A1391B5D8FA0B>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697865>, <http://dx.doi.org/10.5281/zenodo.13697867> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius crinisequi Kalchbr." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_equicrinis>, <http://taxon-name.plazi.org/id/Fungi/Androsaceus_crinisequi>, <http://taxon-name.plazi.org/id/Fungi/Marasmius_graminum_equicrinis>, <http://taxon-name.plazi.org/id/Fungi/Marasmius_repens>, <http://taxon-name.plazi.org/id/Fungi/Marasmius_ramentaceus>, <http://taxon-name.plazi.org/id/Fungi/Androsaceus_ramentaceus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Fungi/Marasmius_repens_Bull._1886> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_crinisequi> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697865>, <http://dx.doi.org/10.5281/zenodo.13697867> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_repens_Bull._1886>
dwc:authority "(Bull.) Quel. 1886" ;
dwc:authorityName "Quel." ;
dwc:authorityYear "1886" ;
dwc:baseAuthorityName "Bull." ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bull.) Quel., 1886" ;
dwc:species "repens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3XZ9V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_repens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_crinisequi>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "crinisequi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_equicrinis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "equicrinis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Androsaceus_crinisequi>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Androsaceus" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "crinisequi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Androsaceus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Androsaceus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Androsaceus" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_graminum_equicrinis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "variety" ;
dwc:species "graminum" ;
dwc:variety "equicrinis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius_graminum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_graminum>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "graminum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_repens>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "repens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_ramentaceus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "ramentaceus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Androsaceus_ramentaceus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Androsaceus" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "ramentaceus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Androsaceus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697865>
dc:description "FIGURE 9. Marasmius crinisequi (JES 176) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697865/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697867>
dc:description "PLATE 3. Basidiocarps representing sect. Marasmius subsect. Sicciformes a) Marasmius brunneoaurantiacus (JES 113) b) Marasmius crinisequi (JES 176) c) Marasmius cf. subruforotula (JES 186). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697867/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,146 @@
@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/03B587A8766AFF8EFF5A117DB52AFEE4>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697871>, <http://dx.doi.org/10.5281/zenodo.13697877> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius madagascariensis J. E. Shay & Desjardin 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766AFF8EFF5A117DB52AFEE4.mc.3B743CE3766AFF80FF5A11EBB0BBF93E>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766AFF8EFF5A117DB52AFEE4.mc.3B743CE37665FF8FFF6F12F1B5E1F9FC>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766AFF8EFF5A117DB52AFEE4.mc.3B743CE37665FF8FFE411149B15AF9D8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_madagascariensis_Shay_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697871>, <http://dx.doi.org/10.5281/zenodo.13697877> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_madagascariensis_Shay_2017>
dwc:authority "J.E. Shay & Desjardin" ;
dwc:authorityName "J. E. Shay & Desjardin" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. E. Shay & Desjardin, 2017" ;
dwc:species "madagascariensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6QTVL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_madagascariensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_madagascariensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "madagascariensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697871>
dc:description "FIGURE 11. Marasmius madagascariensis (JES 139, JES 225) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697871/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697877>
dc:description "PLATE 4. Basidiocarps representing sect. Marasmius subsect. Sicciformes. a) Marasmius madagascariensis (JES 225); sect. Globulares b) Marasmius bekolacongoli (Lockwood 2131638), photo generously donated by Taylor Lockwood. Scale bar = 10 mm (a); 20 mm (b). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697877/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766AFF8EFF5A117DB52AFEE4.mc.3B743CE3766AFF80FF5A11EBB0BBF93E>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-21" ;
dwc:locality "Region Vatovavy-Fitovinany" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1062" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766AFF8EFF5A117DB52AFEE4#3B743CE3766AFF80FF5A11EBB0BBF93E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766AFF8EFF5A117DB52AFEE4.mc.3B743CE37665FF8FFF6F12F1B5E1F9FC>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-21" ;
dwc:locality "Material" ;
dwc:verbatimElevation "1062" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766AFF8EFF5A117DB52AFEE4#3B743CE37665FF8FFF6F12F1B5E1F9FC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766AFF8EFF5A117DB52AFEE4.mc.3B743CE37665FF8FFE411149B15AF9D8>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-02-08" ;
dwc:locality "Region Analamanga" ;
dwc:verbatimElevation "1574" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766AFF8EFF5A117DB52AFEE4#3B743CE37665FF8FFE411149B15AF9D8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,104 @@
@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/03B587A8766CFF86FF5A1041B7EEF830>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius curreyi var. bicystidiatus Antonin & Hauskn., Fungal Diversity" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_curreyi_bicystidiatus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_curreyi_bicystidiatus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "variety" ;
dwc:species "curreyi" ;
dwc:variety "bicystidiatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius_curreyi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_curreyi>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "curreyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A8766DFF87FF5A11ADB046F830>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius curreyi Berk. & Broome, Ann. Mag. Nat. Hist., Ser." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_curreyi> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_curreyi>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "curreyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,171 @@
@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/03B587A8766EFF83FF5A1565B74DFB4C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697863>, <http://dx.doi.org/10.5281/zenodo.13697867>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius brunneoaurantiacus Antonin & Buyck, Fungal Diversity 2006" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FF6F1689B0CDFDC4>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FB641541B50BFD8C>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FEA51519B5DFFD68>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FE10153DB1C0FD54>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FF5A15F5B62AFD1C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_brunneoaurantiacus_Ms_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697863>, <http://dx.doi.org/10.5281/zenodo.13697867>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_brunneoaurantiacus_Ms_2006>
dwc:authority "Antonin & Buyck, Fungal Diversity" ;
dwc:authorityName "Antonin & Buyck, Fungal Diversity" ;
dwc:authorityYear "2006" ;
dwc:baseAuthorityName "MS" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ms) Antonin & Buyck, Fungal Diversity, 2006" ;
dwc:species "brunneoaurantiacus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3XZ5V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_brunneoaurantiacus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_brunneoaurantiacus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "brunneoaurantiacus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697863>
dc:description "FIGURE 8. Marasmius brunneoaurantiacus (JES 113, JES 137, JES 166, JES 218) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697863/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697867>
dc:description "PLATE 3. Basidiocarps representing sect. Marasmius subsect. Sicciformes a) Marasmius brunneoaurantiacus (JES 113) b) Marasmius crinisequi (JES 176) c) Marasmius cf. subruforotula (JES 186). Scale bar = 10 mm. Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697867/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FF6F1689B0CDFDC4>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-20" ;
dwc:locality "District Ifanadiana" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "955" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766EFF83FF5A1565B74DFB4C#3B743CE37669FF83FF6F1689B0CDFDC4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FB641541B50BFD8C>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-21" ;
dwc:locality "Circuit Vohiparara" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "1062" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766EFF83FF5A1565B74DFB4C#3B743CE37669FF83FB641541B50BFD8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FEA51519B5DFFD68>
dwc:collectionCode "B, S, E, J, TAN" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Piste" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "1004" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766EFF83FF5A1565B74DFB4C#3B743CE37669FF83FEA51519B5DFFD68> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FE10153DB1C0FD54>
dwc:collectionCode "P, B, Z, T, CWR, S, E, J, SFSU" ;
dwc:locality "Parc Botanique de Zoologique" ;
dwc:recordedBy "Shay" ;
dwc:verbatimElevation "1270" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766EFF83FF5A1565B74DFB4C#3B743CE37669FF83FE10153DB1C0FD54> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766EFF83FF5A1565B74DFB4C.mc.3B743CE37669FF83FF5A15F5B62AFD1C>
dwc:collectionCode "B, G, PC" ;
dwc:eventDate "1999-02-04" ;
dwc:locality "Park area" ;
dwc:recordedBy "Buyck & Eyssartier" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766EFF83FF5A1565B74DFB4C#3B743CE37669FF83FF5A15F5B62AFD1C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,140 @@
@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/03B587A8766FFF84FF5A17E9B4DFFE18>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697859>, <http://dx.doi.org/10.5281/zenodo.13697851>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius rubrobrunneus J. E. Shay & Desjardin 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766FFF84FF5A17E9B4DFFE18.mc.3B743CE3766FFF85FF5A1647B7D1FEA2>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766FFF84FF5A17E9B4DFFE18.mc.3B743CE3766FFF85FE70124CB651FA6F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_rubrobrunneus_Shay_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697859>, <http://dx.doi.org/10.5281/zenodo.13697851>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_rubrobrunneus_Shay_2017>
dwc:authority "J.E. Shay & Desjardin" ;
dwc:authorityName "J. E. Shay & Desjardin" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. E. Shay & Desjardin, 2017" ;
dwc:species "rubrobrunneus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3XZYC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_rubrobrunneus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_rubrobrunneus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "rubrobrunneus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697859>
dc:description "FIGURE 7. Marasmius rubrobrunneus (JES 183, JES 191) a) basidiospores; b) basidioles; c) cheilocystidia; d) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697859/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697851>
dc:description "PLATE 2. Basidiocarps representing sect. Marasmius subsect. Sicciformes a) Marasmius conicopapillatus (JES 180) b) Marasmius aff. curreyi (JES 135) c) Marasmius rubrobrunneus (JES 183). Scale bar = 5 mm (a); = 10 mm (b, c). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697851/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766FFF84FF5A17E9B4DFFE18.mc.3B743CE3766FFF85FF5A1647B7D1FEA2>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-27" ;
dwc:locality "District Moramanga" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "844" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766FFF84FF5A17E9B4DFFE18#3B743CE3766FFF85FF5A1647B7D1FEA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A8766FFF84FF5A17E9B4DFFE18.mc.3B743CE3766FFF85FE70124CB651FA6F>
dwc:collectionCode "Q" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A8766FFF84FF5A17E9B4DFFE18#3B743CE3766FFF85FE70124CB651FA6F> ;
a dwc:MaterialCitation .

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/03B587A87670FF99FF5A1461B647FC6C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697847>, <http://dx.doi.org/10.5281/zenodo.13697845>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius apatelius Singer, Bull. Jard. Bot. État Brux." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87670FF99FF5A1461B647FC6C.mc.3B743CE37673FF99FF6F16ADB128FDC4>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87670FF99FF5A1461B647FC6C.mc.3B743CE37673FF99FA881541B7B0FD8C> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_apatelius> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697847>, <http://dx.doi.org/10.5281/zenodo.13697845>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_apatelius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "apatelius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697847>
dc:description "FIGURE 4. Marasmius apatelius (JES 150, JES 203) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697847/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697845>
dc:description "PLATE 1. Basidiocarps representing sect. Marasmius subsect. Marasmius a) Marasmius rotalis (JES 154) b) Marasmius apatelius (JES 203) c) Marasmius somalomoensis (JES 129). Scale bar = 5 mm (a); = 10 mm (b, c). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697845/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87670FF99FF5A1461B647FC6C.mc.3B743CE37673FF99FF6F16ADB128FDC4>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-28" ;
dwc:locality "Material" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87670FF99FF5A1461B647FC6C#3B743CE37673FF99FF6F16ADB128FDC4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87670FF99FF5A1461B647FC6C.mc.3B743CE37673FF99FA881541B7B0FD8C>
dwc:collectionCode "B, S, E, J, SFSU" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Region Vatovavy-Fitovinany" ;
dwc:verbatimElevation "1004" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87670FF99FF5A1461B647FC6C#3B743CE37673FF99FA881541B7B0FD8C> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B587A87672FF98FF5A17E9B735F7C6>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697849>, <http://dx.doi.org/10.5281/zenodo.13697851> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius conicopapillatus Henn., Bot. Jb." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_conicopapillatus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697849>, <http://dx.doi.org/10.5281/zenodo.13697851> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_conicopapillatus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "conicopapillatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697849>
dc:description "FIGURE 5. Marasmius conicopapillatus (JES 180) a) basidiospores; b) basidia; c) basidioles; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697849/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697851>
dc:description "PLATE 2. Basidiocarps representing sect. Marasmius subsect. Sicciformes a) Marasmius conicopapillatus (JES 180) b) Marasmius aff. curreyi (JES 135) c) Marasmius rubrobrunneus (JES 183). Scale bar = 5 mm (a); = 10 mm (b, c). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697851/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B587A87673FF99FF5A1029B7DCF7C8>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius nigrobrunneus Sacc., Syll. Fung. (Abellini" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_nigrobrunneus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_nigrobrunneus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "nigrobrunneus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87673FF99FF5A112DB7DEF8D4>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius nigrogriseus Antonin & Buyck, Fungal Diversity" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_nigrogriseus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_nigrogriseus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "nigrogriseus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87673FF99FF5A13FDB13EFA64>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius andasibensis var. obscurostipitatus Antonin & Buyck, Fungal Diversity 2006" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_andasibensis_obscurostipitatus_Mm_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_andasibensis_obscurostipitatus_Mm_2006>
dwc:authority "Antonin & Buyck, Fungal Diversity" ;
dwc:authorityName "Antonin & Buyck, Fungal Diversity" ;
dwc:authorityYear "2006" ;
dwc:baseAuthorityName "MM" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "(Mm) Antonin & Buyck, Fungal Diversity, 2006" ;
dwc:species "andasibensis" ;
dwc:variety "obscurostipitatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5PZ2Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis_obscurostipitatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis_obscurostipitatus>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "variety" ;
dwc:species "andasibensis" ;
dwc:variety "obscurostipitatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "andasibensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,104 @@
@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/03B587A87673FF99FF5A14F1B7AEFB60>
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius andasibensis var. andasibensis Antonin & Buyck, Fungal Diversity" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis_andasibensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis_andasibensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "variety" ;
dwc:species "andasibensis" ;
dwc:variety "andasibensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_andasibensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "andasibensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/03B587A87676FF9AFF5A1461B6F7FD1C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697843>, <http://dx.doi.org/10.5281/zenodo.13697845>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius somalomoensis Antonin, Mycotaxon 2003" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87676FF9AFF5A1461B6F7FD1C.mc.3B743CE37670FF9AFF6F17A1B5AEFEAC>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87676FF9AFF5A1461B6F7FD1C.mc.3B743CE37670FF9AFE061679B642FE88>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87676FF9AFF5A1461B6F7FD1C.mc.3B743CE37670FF9AFDE3161DB098FE74> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Marasmius_somalomoensis_Mm_2003> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697843>, <http://dx.doi.org/10.5281/zenodo.13697845>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Marasmius_somalomoensis_Mm_2003>
dwc:authority "Antonin, Mycotaxon" ;
dwc:authorityName "Antonin, Mycotaxon" ;
dwc:authorityYear "2003" ;
dwc:baseAuthorityName "MM" ;
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Mm) Antonin, Mycotaxon, 2003" ;
dwc:species "somalomoensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3Y22B> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_somalomoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_somalomoensis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "somalomoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697843>
dc:description "FIGURE 3. Marasmius somalomoensis (JES 129, JES 165, JES 181) a) basidiospores; b) basidioles; c) basidia; d) cheilocystidia; e) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697843/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697845>
dc:description "PLATE 1. Basidiocarps representing sect. Marasmius subsect. Marasmius a) Marasmius rotalis (JES 154) b) Marasmius apatelius (JES 203) c) Marasmius somalomoensis (JES 129). Scale bar = 5 mm (a); = 10 mm (b, c). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697845/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87676FF9AFF5A1461B6F7FD1C.mc.3B743CE37670FF9AFF6F17A1B5AEFEAC>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-20" ;
dwc:locality "Material" ;
dwc:verbatimElevation "973" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87676FF9AFF5A1461B6F7FD1C#3B743CE37670FF9AFF6F17A1B5AEFEAC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87676FF9AFF5A1461B6F7FD1C.mc.3B743CE37670FF9AFE061679B642FE88>
dwc:collectionCode "B, S, E, J, SFSU" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Ranomafana National Park" ;
dwc:verbatimElevation "1004" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87676FF9AFF5A1461B6F7FD1C#3B743CE37670FF9AFE061679B642FE88> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87676FF9AFF5A1461B6F7FD1C.mc.3B743CE37670FF9AFDE3161DB098FE74>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-27" ;
dwc:locality "District Moramanga" ;
dwc:verbatimElevation "844" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87676FF9AFF5A1461B6F7FD1C#3B743CE37670FF9AFDE3161DB098FE74> ;
a dwc:MaterialCitation .

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/03B587A87677FF9CFF5A1560B16FFD1C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697841>, <http://dx.doi.org/10.5281/zenodo.13697845>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:title "Marasmius rotalis Berk. & Broome, J. Linn. Soc., Bot." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87677FF9CFF5A1560B16FFD1C.mc.3B743CE37676FF9CFF6F16D5B602FE18>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587A87677FF9CFF5A1560B16FFD1C.mc.3B743CE37676FF9CFDA216ADB5F4FDC4> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Marasmius_rotalis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.2.1>
bibo:endPage "149" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-25" ;
bibo:startPage "101" ;
bibo:volume "292" ;
dc:creator "Shay, Jackie E.; Desjardin, Dennis E.; Perry, Brian A.; Grace, Chris L.; Newman, Danny S." ;
dc:date "2017" ;
dc:title "Biodiversity and phylogeny of Marasmius (Agaricales, Basidiomycota) from Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697841>, <http://dx.doi.org/10.5281/zenodo.13697845>, <http://dx.doi.org/10.5281/zenodo.13697835> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Marasmius_rotalis>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "rotalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmius>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:genus "Marasmius" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Marasmiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Marasmiaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Marasmiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13697841>
dc:description "FIGURE 2. Marasmius rotalis (JES 141, JES 145, JES 150B) a) basidiospores; b) basidioles; c) cheilocystidia; d) pileipellis cells. Scale bar = 10 μm. Illustrated by J.E. Shay." ;
fabio:hasRepresentation <https://zenodo.org/record/13697841/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697845>
dc:description "PLATE 1. Basidiocarps representing sect. Marasmius subsect. Marasmius a) Marasmius rotalis (JES 154) b) Marasmius apatelius (JES 203) c) Marasmius somalomoensis (JES 129). Scale bar = 5 mm (a); = 10 mm (b, c). Photography by D.S. Newman." ;
fabio:hasRepresentation <https://zenodo.org/record/13697845/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697835>
dc:description "FIGURE 1a. Maximum likelihood phylogeny based on ITS sequence data. Marasmius from Madagascar are indicated in bold type.Values separated by / refer to nonparametric ML bootstrap proportions and Bayesian posterior probabilities, respectively. Values greater than 70/0.70 are shown (- designates a value below 70% or below 0.70). Nodes receiving support values greater than 90/0.95 are represented by bold branches. G—sect. Globulares; N—sect. Neosessiles; SA—sect. Sicci ser. Atrorubentes; SL—sect. Sicci ser. Leonini; SH—sect. Sicci ser. Haematocephali." ;
fabio:hasRepresentation <https://zenodo.org/record/13697835/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87677FF9CFF5A1560B16FFD1C.mc.3B743CE37676FF9CFF6F16D5B602FE18>
dwc:collectionCode "S, E, J, SFSU" ;
dwc:eventDate "2014-01-21" ;
dwc:locality "Material" ;
dwc:verbatimElevation "1062" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87677FF9CFF5A1560B16FFD1C#3B743CE37676FF9CFF6F16D5B602FE18> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B587A87677FF9CFF5A1560B16FFD1C.mc.3B743CE37676FF9CFDA216ADB5F4FDC4>
dwc:collectionCode "B, S, E, J, SFSU" ;
dwc:eventDate "2014-01-22" ;
dwc:locality "Piste" ;
dwc:verbatimElevation "1004" ;
trt:httpUri <https://treatment.plazi.org/id/03B587A87677FF9CFF5A1560B16FFD1C#3B743CE37676FF9CFDA216ADB5F4FDC4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@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/03B9A735C11EFFC3FF32A4755042A389>
dc:creator "Penha, Túlio Luiz Laitano; Guimarães, Leonardo R. S." ;
dc:title "Gomesa cipoensis Laitano & L. R. S. Guim. 2017, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gomesa_cipoensis_Laitano_2017> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Baptistonia_cipoensis_Laitano_2012> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.2.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.2.7>
bibo:endPage "158" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-11" ;
bibo:startPage "157" ;
bibo:volume "291" ;
dc:creator "Penha, Túlio Luiz Laitano; Guimarães, Leonardo R. S." ;
dc:date "2017" ;
dc:title "Nomenclatural notes in Gomesa (Oncidiinae, Cymbidieae, Epidendroideae, Orchidaceae) for the Brazilian flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gomesa_cipoensis_Laitano_2017>
dwc:authority "(Laitano & V. P. Castro) Laitano & L. R. S. Guim." ;
dwc:authorityName "Laitano & L. R. S. Guim." ;
dwc:authorityYear "2017" ;
dwc:baseAuthorityName "Laitano & V. P. Castro" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gomesa" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Laitano & V. P. Castro) Laitano & L. R. S. Guim., 2017" ;
dwc:species "cipoensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVXK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gomesa_cipoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Baptistonia_cipoensis_Laitano_2012>
dwc:authority "Laitano & Castro Neto (2012" ;
dwc:authorityName "Laitano & Castro Neto" ;
dwc:authorityYear "2012" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Baptistonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Laitano & Castro Neto, 2012" ;
dwc:species "cipoensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVXK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Baptistonia_cipoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Gomesa_cipoensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gomesa" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cipoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gomesa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gomesa>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gomesa" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Baptistonia_cipoensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Baptistonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cipoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Baptistonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Baptistonia>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Baptistonia" ;
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 .

View file

@ -0,0 +1,150 @@
@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/03B9A735C11EFFC3FF32A485536CA039>
dc:creator "Penha, Túlio Luiz Laitano; Guimarães, Leonardo R. S." ;
dc:title "Gomesa pauloensis Laitano & L. R. S. Guim. 2017, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gomesa_pauloensis_Castro_2017> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Baptistonia_pauloensis_Neto_2012> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.2.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.2.7>
bibo:endPage "158" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-11" ;
bibo:startPage "157" ;
bibo:volume "291" ;
dc:creator "Penha, Túlio Luiz Laitano; Guimarães, Leonardo R. S." ;
dc:date "2017" ;
dc:title "Nomenclatural notes in Gomesa (Oncidiinae, Cymbidieae, Epidendroideae, Orchidaceae) for the Brazilian flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gomesa_pauloensis_Castro_2017>
dwc:authority "(V. P. Castro & Laitano) Laitano & L. R. S. Guim." ;
dwc:authorityName "Laitano & L. R. S. Guim." ;
dwc:authorityYear "2017" ;
dwc:baseAuthorityName "V. P. Castro & Laitano" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gomesa" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(V. P. Castro & Laitano) Laitano & L. R. S. Guim., 2017" ;
dwc:species "pauloensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVXN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gomesa_pauloensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Baptistonia_pauloensis_Neto_2012>
dwc:authority "Castro Neto & Laitano (2012" ;
dwc:authorityName "Castro Neto & Laitano" ;
dwc:authorityYear "2012" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Baptistonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Castro Neto & Laitano, 2012" ;
dwc:species "pauloensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVXN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Baptistonia_pauloensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Gomesa_pauloensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gomesa" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pauloensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gomesa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gomesa>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gomesa" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Baptistonia_pauloensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Baptistonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pauloensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Baptistonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Baptistonia>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Baptistonia" ;
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 .

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/155E87ED440B9F79D8F7FCDFFDC4FC7E>
dc:creator "Damian, Alexander; Larsen, Bruno" ;
dc:title "Lepanthes pseudoprofusa Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/155E87ED440B9F79D8F7FCDFFDC4FC7E.mc.2D9F3CA6440B9F7BDA2AF8E1FEF6F8F7>, <http://tb.plazi.org/GgServer/dwcaRecords/155E87ED440B9F79D8F7FCDFFDC4FC7E.mc.2D9F3CA6440B9F7BD908F8C5FAF5F8F7> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lepanthes_pseudoprofusa_Damian_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.2.6>
bibo:endPage "156" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-11" ;
bibo:startPage "149" ;
bibo:volume "291" ;
dc:creator "Damian, Alexander; Larsen, Bruno" ;
dc:date "2017" ;
dc:title "Three new species of Lepanthes (Pleurothalldinae: Orchidaceae) From Amazonas, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lepanthes_pseudoprofusa_Damian_2017>
dwc:authority "Damian & B.T.Larsen" ;
dwc:authorityName "Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected, 2017" ;
dwc:species "pseudoprofusa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WX3D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lepanthes_pseudoprofusa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lepanthes_pseudoprofusa>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pseudoprofusa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lepanthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lepanthes>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/155E87ED440B9F79D8F7FCDFFDC4FC7E.mc.2D9F3CA6440B9F7BDA2AF8E1FEF6F8F7>
dwc:collectionCode "L, HUT" ;
dwc:eventDate "2016-06" ;
dwc:locality "Cerro Ilucan" ;
dwc:verbatimElevation "1130" ;
trt:httpUri <https://treatment.plazi.org/id/155E87ED440B9F79D8F7FCDFFDC4FC7E#2D9F3CA6440B9F7BDA2AF8E1FEF6F8F7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/155E87ED440B9F79D8F7FCDFFDC4FC7E.mc.2D9F3CA6440B9F7BD908F8C5FAF5F8F7>
dwc:collectionCode "A, HUT" ;
dwc:eventDate "2016-01" ;
dwc:locality "Huarmaca" ;
dwc:verbatimElevation "2100" ;
trt:httpUri <https://treatment.plazi.org/id/155E87ED440B9F79D8F7FCDFFDC4FC7E#2D9F3CA6440B9F7BD908F8C5FAF5F8F7> ;
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/155E87ED440D9F7BD8F7FA20FEFDFD5B>
dc:creator "Damian, Alexander; Larsen, Bruno" ;
dc:title "Lepanthes peruviana Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lepanthes_peruviana_Damian_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.2.6>
bibo:endPage "156" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-11" ;
bibo:startPage "149" ;
bibo:volume "291" ;
dc:creator "Damian, Alexander; Larsen, Bruno" ;
dc:date "2017" ;
dc:title "Three new species of Lepanthes (Pleurothalldinae: Orchidaceae) From Amazonas, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lepanthes_peruviana_Damian_2017>
dwc:authority "Damian & B.T.Larsen" ;
dwc:authorityName "Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected, 2017" ;
dwc:species "peruviana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WX3C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lepanthes_peruviana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lepanthes_peruviana>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "peruviana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lepanthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lepanthes>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/155E87ED440D9F7DD8F7FF0DFD61FA11>
dc:creator "Damian, Alexander; Larsen, Bruno" ;
dc:title "Lepanthes odobenus Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lepanthes_odobenus_Damian_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.2.6>
bibo:endPage "156" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-11" ;
bibo:startPage "149" ;
bibo:volume "291" ;
dc:creator "Damian, Alexander; Larsen, Bruno" ;
dc:date "2017" ;
dc:title "Three new species of Lepanthes (Pleurothalldinae: Orchidaceae) From Amazonas, Peru" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lepanthes_odobenus_Damian_2017>
dwc:authority "Damian & B.T.Larsen" ;
dwc:authorityName "Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Damian & B. T. Larsen. A. Habit. B. Flower. C. Dissected, 2017" ;
dwc:species "odobenus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WX39> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lepanthes_odobenus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lepanthes_odobenus>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "odobenus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lepanthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lepanthes>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Lepanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,102 @@
@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/521A87D2756BFFE4FF13FC1EFD1DF7AF>
dc:creator "Poindexter, D. B.; Escudero, M.; Jiménez-Mejías, P." ;
dc:title "Carex hypsipedos C. B. Clarke, Bot. Jahrb. Syst." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756BFFE4FF13FC1EFD1DF7AF.mc.6ADB3C99756BFFE4FF13FC39FECEFBA6> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.4.6> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Carex_hypsipedos> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.4.6>
bibo:endPage "293" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-18" ;
bibo:startPage "287" ;
bibo:volume "291" ;
dc:creator "Poindexter, D. B.; Escudero, M.; Jiménez-Mejías, P." ;
dc:date "2017" ;
dc:title "A clarification of the name Carex hypsipedos C. B. Clarke (Cyperaceae) and a new name for the South American Carex section Acrocystis taxon" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Carex_hypsipedos>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hypsipedos" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Carex>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756BFFE4FF13FC1EFD1DF7AF.mc.6ADB3C99756BFFE4FF13FC39FECEFBA6>
dwc:catalogNumber "G-00098283" ;
dwc:collectionCode "G" ;
dwc:locality "Junin" ;
dwc:recordedBy "La Oroya" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "4300" ;
trt:httpUri <https://treatment.plazi.org/id/521A87D2756BFFE4FF13FC1EFD1DF7AF#6ADB3C99756BFFE4FF13FC39FECEFBA6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,155 @@
@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/521A87D2756DFFE2FF13FF49FCE2F8F6>
dc:creator "Poindexter, D. B.; Escudero, M.; Jiménez-Mejías, P." ;
dc:title "Carex punicola D. B. Poind., Jim. Mejias & M. Escudero 2017, nom. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FF26FF3CFA51FEE5>, <http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FF5FFEACFA51FE3D>, <http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FDECF9B5FADFF94A>, <http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FAAAF97DFA84F966>, <http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FA12F919FD08F882> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Carex_punicola_Poind._2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.4.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.4.6>
bibo:endPage "293" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-18" ;
bibo:startPage "287" ;
bibo:volume "291" ;
dc:creator "Poindexter, D. B.; Escudero, M.; Jiménez-Mejías, P." ;
dc:date "2017" ;
dc:title "A clarification of the name Carex hypsipedos C. B. Clarke (Cyperaceae) and a new name for the South American Carex section Acrocystis taxon" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Carex_punicola_Poind._2017>
dwc:authority "D. B. Poind., Jim. Mejias & M. Escudero" ;
dwc:authorityName "D. B. Poind., Jim. Mejias & M. Escudero" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "D. B. Poind., Jim. Mejias & M. Escudero, 2017" ;
dwc:species "punicola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WS79> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Carex_punicola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Carex_punicola>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "punicola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Carex>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FF26FF3CFA51FEE5>
dwc:collectionCode "G" ;
dwc:locality "Tarma" ;
dwc:recordedBy "La Oroya & A. Engler & Pflanzenr., IV" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4300" ;
trt:httpUri <https://treatment.plazi.org/id/521A87D2756DFFE2FF13FF49FCE2F8F6#6ADB3C99756DFFE2FF26FF3CFA51FEE5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FF5FFEACFA51FE3D>
dwc:locality "Tilcara" ;
dwc:recordedBy "Tarma & La Oroya" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "4300" ;
trt:httpUri <https://treatment.plazi.org/id/521A87D2756DFFE2FF13FF49FCE2F8F6#6ADB3C99756DFFE2FF5FFEACFA51FE3D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FDECF9B5FADFF94A>
dwc:collectionCode "NY, SI" ;
dwc:eventDate "1972-02-21" ;
dwc:locality "Abra de Lizoite" ;
dwc:recordedBy "de Lizoite & Rodriguez Palacios & Fabbroni & Jimenez-Mejias" ;
dwc:verbatimElevation "4450" ;
dwc:verbatimLatitude "-22.250223" ;
dwc:verbatimLongitude "-65.07033" ;
trt:httpUri <https://treatment.plazi.org/id/521A87D2756DFFE2FF13FF49FCE2F8F6#6ADB3C99756DFFE2FDECF9B5FADFF94A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FAAAF97DFA84F966>
dwc:collectionCode "MICH" ;
dwc:eventDate "1986-01-21" ;
dwc:locality "Cerro Chequesani" ;
dwc:recordedBy "Liberman" ;
dwc:verbatimElevation "4020" ;
trt:httpUri <https://treatment.plazi.org/id/521A87D2756DFFE2FF13FF49FCE2F8F6#6ADB3C99756DFFE2FAAAF97DFA84F966> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/521A87D2756DFFE2FF13FF49FCE2F8F6.mc.6ADB3C99756DFFE2FA12F919FD08F882>
dwc:collectionCode "MICH" ;
dwc:eventDate "1986-01-25" ;
dwc:locality "Challa" ;
dwc:recordedBy "Liberman" ;
dwc:verbatimElevation "3840" ;
trt:httpUri <https://treatment.plazi.org/id/521A87D2756DFFE2FF13FF49FCE2F8F6#6ADB3C99756DFFE2FA12F919FD08F882> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,166 @@
@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/5C0F87B59570382798CA1FD9FC6DF9E3>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697973>, <http://dx.doi.org/10.5281/zenodo.13697975> ;
dc:creator "Zhou, Ya-Dong; Mbuni, Yuvenalis; Hu, Guang-Wan; Zhong, Zhi-Xiang; Yan, Xue; Mwachala, Geoffrey; Wang, Qing-Feng" ;
dc:title "Cissampelos keniensis Y. D. Zhou & Q. F. Wang 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE9570382598981EFDFD44F82E>, <http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE9572382798FF1C12FB12FA5B>, <http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE957238279D461CCEFB90FA07>, <http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE957238279CC51CAAFC69F9E3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cissampelos_keniensis_Zhou_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.1.5>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-20" ;
bibo:startPage "57" ;
bibo:volume "292" ;
dc:creator "Zhou, Ya-Dong; Mbuni, Yuvenalis; Hu, Guang-Wan; Zhong, Zhi-Xiang; Yan, Xue; Mwachala, Geoffrey; Wang, Qing-Feng" ;
dc:date "2017" ;
dc:title "Cissampelos keniensis (Menispermaceae), a new species from Mt. Kenya, East Africa" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697973>, <http://dx.doi.org/10.5281/zenodo.13697975> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Cissampelos_keniensis_Zhou_2017>
dwc:authority "Y.D.Zhou & Q.F.Wang" ;
dwc:authorityName "Y. D. Zhou & Q. F. Wang" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. D. Zhou & Q. F. Wang, 2017" ;
dwc:species "keniensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5YX59> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cissampelos_keniensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Cissampelos_keniensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "keniensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cissampelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cissampelos>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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.13697973>
dc:description "FIGURE 3. Cissampelos keniensis. A. Male plant. B. Leaves. C. Male inflorescences with male flowers. D. Female inflorescences. E. Female flowers. F. Fruits. G. Endocarps. Photographs:Y.D. Zhou." ;
fabio:hasRepresentation <https://zenodo.org/record/13697973/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697975>
dc:description "FIGURE 4. Cissampelos keniensis. A. Female plant (Zhou & Mbuni 16/17, HIB!); B. Male inflorescences (Zhou & Mbuni 16/14, HIB!); C. Male flower (Zhou & Mbuni 16/14, HIB!); D. Female flower (Zhou & Mbuni 16/17, HIB!); E. Fruit (Zhou & Mbuni 16/17, HIB!). F. Endocarp (Zhou & Mbuni 16/17, HIB!). Drawings by Y.D. Zhou & N. Jia." ;
fabio:hasRepresentation <https://zenodo.org/record/13697975/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE9570382598981EFDFD44F82E>
dwc:collectionCode "HIB, EA, PE" ;
dwc:eventDate "2016-06-29" ;
dwc:locality "Kaburia Track" ;
dwc:recordedBy "Zhou & Mbuni" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2241" ;
dwc:verbatimLatitude "-0.13736" ;
dwc:verbatimLongitude "37.54947" ;
trt:httpUri <https://treatment.plazi.org/id/5C0F87B59570382798CA1FD9FC6DF9E3#64CE3CFE9570382598981EFDFD44F82E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE9572382798FF1C12FB12FA5B>
dwc:collectionCode "HIB, EA, PE" ;
dwc:eventDate "2016-06-29" ;
dwc:locality "Kaburia Track" ;
dwc:recordedBy "Zhou & Mbuni" ;
dwc:verbatimElevation "2180" ;
dwc:verbatimLatitude "-0.13905" ;
dwc:verbatimLongitude "37.55486" ;
trt:httpUri <https://treatment.plazi.org/id/5C0F87B59570382798CA1FD9FC6DF9E3#64CE3CFE9572382798FF1C12FB12FA5B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE957238279D461CCEFB90FA07>
dwc:collectionCode "HIB, EA" ;
dwc:eventDate "2016-06-29" ;
dwc:locality "Kaburia Track" ;
dwc:recordedBy "Zhou & Mbuni" ;
dwc:verbatimElevation "2211" ;
dwc:verbatimLatitude "-0.13718" ;
dwc:verbatimLongitude "37.54861" ;
trt:httpUri <https://treatment.plazi.org/id/5C0F87B59570382798CA1FD9FC6DF9E3#64CE3CFE957238279D461CCEFB90FA07> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5C0F87B59570382798CA1FD9FC6DF9E3.mc.64CE3CFE957238279CC51CAAFC69F9E3>
dwc:catalogNumber "SAJIT 003939" ;
dwc:collectionCode "HIB" ;
dwc:eventDate "2015-08-10" ;
dwc:locality "Kaburia Track" ;
dwc:verbatimElevation "2148" ;
dwc:verbatimLatitude "-0.14114" ;
dwc:verbatimLongitude "37.55548" ;
trt:httpUri <https://treatment.plazi.org/id/5C0F87B59570382798CA1FD9FC6DF9E3#64CE3CFE957238279CC51CAAFC69F9E3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,142 @@
@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/623C87ADFF9DC002FF6EFA3B8A1AE66B>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697807>, <http://dx.doi.org/10.5281/zenodo.13697809>, <http://dx.doi.org/10.5281/zenodo.13697815>, <http://dx.doi.org/10.5281/zenodo.13697819> ;
dc:creator "Mejdandžić, Maja; Bosak, Sunčica; Orlić, Sandi; Udovič, Marija Gligora; Štefanić, Petra Peharec; Špoljarić, Igor; Mršić, Gordan; Ljubešić, Zrinka" ;
dc:title "Entomoneis tenera Mejdandzic & Bosak 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/623C87ADFF9DC002FF6EFA3B8A1AE66B.mc.5AFD3CE6FF9CC002FF30FDFA8D15E0BC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Entomoneis_tenera_Mejdandzic_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.1.1>
bibo:endPage "18" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-20" ;
bibo:startPage "1" ;
bibo:volume "292" ;
dc:creator "Mejdandžić, Maja; Bosak, Sunčica; Orlić, Sandi; Udovič, Marija Gligora; Štefanić, Petra Peharec; Špoljarić, Igor; Mršić, Gordan; Ljubešić, Zrinka" ;
dc:date "2017" ;
dc:title "Entomoneis tenera sp. nov., a new marine planktonic diatom (Entomoneidaceae, Bacillariophyta) from the Adriatic Sea" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697807>, <http://dx.doi.org/10.5281/zenodo.13697809>, <http://dx.doi.org/10.5281/zenodo.13697815>, <http://dx.doi.org/10.5281/zenodo.13697819> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Entomoneis_tenera_Mejdandzic_2017>
dwc:authority "Mejdandzic & Bosak" ;
dwc:authorityName "Mejdandzic & Bosak" ;
dwc:authorityYear "2017" ;
dwc:class "Bacillariophyceae" ;
dwc:family "Entomoneidaceae" ;
dwc:genus "Entomoneis" ;
dwc:kingdom "Chromista" ;
dwc:order "Surirellales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mejdandzic & Bosak, 2017" ;
dwc:species "tenera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Entomoneis_tenera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Entomoneis_tenera>
dwc:class "Bacillariophyceae" ;
dwc:family "Entomoneidaceae" ;
dwc:genus "Entomoneis" ;
dwc:kingdom "Chromista" ;
dwc:order "Surirellales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "species" ;
dwc:species "tenera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Entomoneis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Entomoneis>
dwc:class "Bacillariophyceae" ;
dwc:family "Entomoneidaceae" ;
dwc:genus "Entomoneis" ;
dwc:kingdom "Chromista" ;
dwc:order "Surirellales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Entomoneidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Entomoneidaceae>
dwc:class "Bacillariophyceae" ;
dwc:family "Entomoneidaceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Surirellales" ;
dwc:phylum "Ochrophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Surirellales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Surirellales>
dwc:class "Bacillariophyceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Surirellales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13697807>
dc:description "FIGURES 111. Entomoneis tenera, LM. Live cells (Figs 18); cleaned material (Figs 911). Figs 911 taken from holotype permanent slide BRM ZU10/75. (14) Cells with various degree of torsion along the apical axis. (5, 6) Recently divided cells. Arrow in Fig. 6. shows the junction line. (8) Lanceolate valve. (9) Valve with sigmoid keel and scalpeliform apices. (10) Girdle view of the valve with straight to arcuate junction line (arrows in Figs 9, 10). (7, 11) Panduriform cell. Scale bars: Figs 8, 1, 2, 5, 6, 7=10 μm; Figs 3, 4, 9, 10, 11=5 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13697807/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697809>
dc:description "FIGURES 1215. Entomoneis tenera strain PMFEN2, SEM. Girdle view (Figs 1214), valve view (Fig. 15). (12) Three cells attached with keels. (13) Cell twisted around the apical axis. (14) Girdle view of valve and cingulum with visible striation (costae bifurcation near the junction line indicated with an arrow). (15) Striation on the wing and valve body. Scale bars: Fig. 12=10 μm; Figs 13, 14, 15=2 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13697809/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697815>
dc:description "FIGURES 1622. Entomoneis tenera strain PMFEN2, SEM and TEM. Girdle views (Figs 1820), valve views (Figs 16, 17, 21, 22), RF-raphe fibulae, BF-basal fibulae (junction line). (16) Valve with scalpeliform apices and junction line (arrowhead). (17) Valve with valvocopulae and sigmoid raphe-bearing keel (costae bifurcations are indicated by arrow). (18) Cell with complete girdle and indicated junction lines (arrowheads). (19, 20) Fine structure of the wing and valve body. (21) Adjacent basal fibulae fused with transverse connections (arrows). (22) Basal fibulae separating wing from valve body. Scale bars=1 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13697815/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697819>
dc:description "FIGURES 2935. Entomoneis tenera strain PMFEN2, SEM and TEM. VC-valvocopula; C-copula. Girdle views (Figs 2935). (29) Frustule with the girdle. (30) Fine structure of the copulae. (31) Fine structure of valvocopulae with teardrop shaped areolae and interareolae thickenings (arrow). (32) Cingulum. (33) Valve with cingulum and decussate appearance of the costae on the valve between valvocopulae (arrowhead) and junction line. (34, 35) Fine structure of copulae. Scale bars: Figs 29, 30=2 μm: Figs 32, 33=1 μm; Figs 31, 34, 35=300 nm." ;
fabio:hasRepresentation <https://zenodo.org/record/13697819/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/623C87ADFF9DC002FF6EFA3B8A1AE66B.mc.5AFD3CE6FF9CC002FF30FDFA8D15E0BC>
dwc:catalogNumber "PMFEN2, ZU10, PMFEN1, PMFEN3" ;
dwc:collectionCode "BRM, MKNDC" ;
dwc:eventDate "2015-03-02" ;
dwc:locality "Adriatic Sea" ;
dwc:recordedBy "S. Bosak. & The Friedrich Hustedt Diatom Study & Bremerhaven & Germany & Macedonian & Skopje & Macedonia & Acc. No." ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "42.483334" ;
dwc:verbatimLongitude "17.283333" ;
trt:httpUri <https://treatment.plazi.org/id/623C87ADFF9DC002FF6EFA3B8A1AE66B#5AFD3CE6FF9CC002FF30FDFA8D15E0BC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,152 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/D90E720BFF96FFF0FF00F8E2FA74AEB8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13697963>, <http://dx.doi.org/10.5281/zenodo.13697965> ;
dc:creator "Hareesh, Vadakkoot Sankaran; Kumar, Pankaj; Sabu, Mamiyil" ;
dc:title "Pleione arunachalensis Hareesh, Kumar & M. Sabu 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF96FFF4FF5FF8CAFA7AA8B2>, <http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF96FFF4FF35F816FE44A896>, <http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF95FFF7FE30FC9EFBF1ACF2>, <http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF95FFF7FBB3FC0EFE9AAB3A> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pleione_arunachalensis_Hareesh_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.291.4.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.291.4.7>
bibo:endPage "298" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-18" ;
bibo:startPage "294" ;
bibo:volume "291" ;
dc:creator "Hareesh, Vadakkoot Sankaran; Kumar, Pankaj; Sabu, Mamiyil" ;
dc:date "2017" ;
dc:title "Pleione arunachalensis (Orchidaceae: Epidendroideae: Arethuseae: Coelogyninae), a new species from North-East India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13697963>, <http://dx.doi.org/10.5281/zenodo.13697965> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Pleione_arunachalensis_Hareesh_2017>
dwc:authority "Hareesh, Kumar & M.Sabu" ;
dwc:authorityName "Hareesh, Kumar & M. Sabu" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pleione" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hareesh, Kumar & M. Sabu, 2017" ;
dwc:species "arunachalensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X3CG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pleione_arunachalensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Pleione_arunachalensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pleione" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arunachalensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pleione> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pleione>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pleione" ;
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.13697963>
dc:description "FIGURE 1. Pleione arunachalensis. A. Plant with flower. B. Flower—front view. C. Floral bract. D—G. Dissected flower. D. Dorsal sepal. E. Lateral sepals. F. Lateral petals. G. Labellum. H. Labellum—spread opened. I. Column with ovary. J. Column—front view. K. Column—wings spread up. L. Pollinia. (Photos by V.S. Hareesh)" ;
fabio:hasRepresentation <https://zenodo.org/record/13697963/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13697965>
dc:description "FIGURE 2. Pleione arunachalensis. A. Plant with flower. B. Flower—front view. C. Floral bract. DG. Dissected flower. D. Dorsal sepal. E. Lateral sepals. F. Lateral petals. G. Labellum. H. Column with ovary. I. Column—front view. J. Column—wings spread up. K. Pollinia. (Illustrations by V.S. Hareesh)." ;
fabio:hasRepresentation <https://zenodo.org/record/13697965/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF96FFF4FF5FF8CAFA7AA8B2>
dwc:collectionCode "V, S, CALI" ;
dwc:eventDate "2016-05-06" ;
dwc:locality "Mayodia" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2100" ;
trt:httpUri <https://treatment.plazi.org/id/D90E720BFF96FFF0FF00F8E2FA74AEB8#E1CFC940FF96FFF4FF5FF8CAFA7AA8B2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF96FFF4FF35F816FE44A896>
dwc:collectionCode "CAL, CALI" ;
dwc:eventDate "2016-05-06" ;
dwc:locality "Mayodia" ;
dwc:typeStatus "isotype" ;
dwc:verbatimElevation "2100" ;
trt:httpUri <https://treatment.plazi.org/id/D90E720BFF96FFF0FF00F8E2FA74AEB8#E1CFC940FF96FFF4FF35F816FE44A896> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF95FFF7FE30FC9EFBF1ACF2>
dwc:catalogNumber "B2" ;
dwc:collectionCode "IUCN" ;
dwc:locality "The" ;
trt:httpUri <https://treatment.plazi.org/id/D90E720BFF96FFF0FF00F8E2FA74AEB8#E1CFC940FF95FFF7FE30FC9EFBF1ACF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D90E720BFF96FFF0FF00F8E2FA74AEB8.mc.E1CFC940FF95FFF7FBB3FC0EFE9AAB3A>
dwc:collectionCode "CUBG" ;
dwc:locality "For" ;
trt:httpUri <https://treatment.plazi.org/id/D90E720BFF96FFF0FF00F8E2FA74AEB8#E1CFC940FF95FFF7FBB3FC0EFE9AAB3A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,267 @@
@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/DE5A1100FFB7FFB0FF17FEFB89B2FCD2>
dc:creator "Bandara, Asanka R.; Karunarathna, Samantha C.; Phillips, Alan J. L.; Mortimer, Peter E.; Xu, Jianchu; Kakumyan, Pattana; Hyde, Kevin D." ;
dc:title "Auricularia delicata Hennings, Botanische Jahrbucher" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FF22FD4D89E5FD24>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FD33FD1189D9FCC0>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FD37FCF58866FC9C>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCB1FCD9886CFCB8>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCADFCBD8869FC54>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA7FC818866FC70>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCB1FC658867FC0C>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCB0FC498871FC28>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA0FC2D8870FBC4>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA0FBF18871FBE0>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA0FBD58800FBBC>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCCFFBB988D5FB58>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FC05FB9D88A8FB74>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB3FF22F92189F3FEDC>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB5FFB0FF22FDB3891EFDA2>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB5FFB0FDFBFD97899DFD7E>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB5FFB0FD7CFD7B88C6FD1A> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Fungi/Auricularia_thailandica>, <http://taxon-name.plazi.org/id/Fungi/Auricularia_villosula> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Auricularia_delicata> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.1.2>
bibo:endPage "34" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-20" ;
bibo:startPage "19" ;
bibo:volume "292" ;
dc:creator "Bandara, Asanka R.; Karunarathna, Samantha C.; Phillips, Alan J. L.; Mortimer, Peter E.; Xu, Jianchu; Kakumyan, Pattana; Hyde, Kevin D." ;
dc:date "2017" ;
dc:title "Diversity of Auricularia (Auriculariaceae, Auriculariales) in Thailand" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Auricularia_delicata>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:genus "Auricularia" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "delicata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auricularia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auricularia>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:genus "Auricularia" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auriculariaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auriculariaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auriculariales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auriculariales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auricularia_thailandica>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:genus "Auricularia" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "thailandica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auricularia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auricularia_villosula>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:genus "Auricularia" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "villosula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auricularia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FF22FD4D89E5FD24>
dwc:collectionCode "T" ;
dwc:eventDate "1979-02-20" ;
dwc:locality "Doi Chiang Dao" ;
dwc:recordedBy "Schumacher" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FF22FD4D89E5FD24> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FD33FD1189D9FCC0>
dwc:eventDate "1979-02-22" ;
dwc:locality "Doi Chiang Dao" ;
dwc:recordedBy "K Hoiland" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FD33FD1189D9FCC0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FD37FCF58866FC9C>
dwc:collectionCode "T" ;
dwc:eventDate "1978-12-14" ;
dwc:locality "Doi Chiang Dao" ;
dwc:recordedBy "Schumacher" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FD37FCF58866FC9C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCB1FCD9886CFCB8>
dwc:catalogNumber "MFLU162117" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-08-15" ;
dwc:locality "Huai Kaeo" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCB1FCD9886CFCB8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCADFCBD8869FC54>
dwc:catalogNumber "MFLU162118" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-08-14" ;
dwc:locality "Huai Kaeo" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCADFCBD8869FC54> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA7FC818866FC70>
dwc:catalogNumber "MRC4, MFLU162111" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-07-30" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCA7FC818866FC70> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCB1FC658867FC0C>
dwc:catalogNumber "MRC7, MFLU162112" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-07-30" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCB1FC658867FC0C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCB0FC498871FC28>
dwc:catalogNumber "MRC10, MFLU162113" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-08-01" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCB0FC498871FC28> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA0FC2D8870FBC4>
dwc:catalogNumber "MRC11, MFLU162114" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-08-01" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCA0FC2D8870FBC4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA0FBF18871FBE0>
dwc:catalogNumber "MRC12, MFLU162115" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-08-01" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCA0FBF18871FBE0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCA0FBD58800FBBC>
dwc:catalogNumber "MRC14, MFLU162116" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-08-01" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCA0FBD58800FBBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FCCFFBB988D5FB58>
dwc:catalogNumber "MFLU162119" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-06" ;
dwc:locality "Doi Mae Salong" ;
dwc:recordedBy "B Pechrak AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FCCFFBB988D5FB58> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB2FC05FB9D88A8FB74>
dwc:catalogNumber "MFLU162120" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2014-06-17" ;
dwc:locality "Doi Thung" ;
dwc:recordedBy "AR Bandara AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB2FC05FB9D88A8FB74> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB7FFB3FF22F92189F3FEDC>
dwc:catalogNumber "MFLU130410, MRC17, MFLU162121, MFLU162167, MFLU130407, MFLU130400, MFLU162122, MFLU162123, MFLU162124, BBH1097, MFLU162125" ;
dwc:collectionCode "T" ;
dwc:eventDate "1979-02-20" ;
dwc:locality "Chiang Dao" ;
dwc:recordedBy "SC Karunarathne K & AR Bandara & Schumacher & Mae On & Huai Kaeo & Mae Fah Luang & Doi Mae Salong & AR Bandara AB & Doi Thung & Muang & Thasud & Mae Fah Luang University & Nakorn Nayok & Wantakrai & RJ Bandoni & TW Flegel & Bang Saphan & AR Bandara ST" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB7FFB3FF22F92189F3FEDC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB5FFB0FF22FDB3891EFDA2>
dwc:catalogNumber "MFLU162126" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2013-07-30" ;
dwc:locality "Doi Mae Salong" ;
dwc:recordedBy "AR Bandara AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB5FFB0FF22FDB3891EFDA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB5FFB0FDFBFD97899DFD7E>
dwc:catalogNumber "MFLU162127" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2014-06-27" ;
dwc:locality "Doi Mae Salong" ;
dwc:recordedBy "AR Bandara AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB5FFB0FDFBFD97899DFD7E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB7FFB0FF17FEFB89B2FCD2.mc.E69BAA4BFFB5FFB0FD7CFD7B88C6FD1A>
dwc:catalogNumber "MFLU162128" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2014-08-15" ;
dwc:locality "Doi Mae Salong" ;
dwc:recordedBy "AR Bandara AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB7FFB0FF17FEFB89B2FCD2#E69BAA4BFFB5FFB0FD7CFD7B88C6FD1A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,173 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00>
dc:creator "Bandara, Asanka R.; Karunarathna, Samantha C.; Phillips, Alan J. L.; Mortimer, Peter E.; Xu, Jianchu; Kakumyan, Pattana; Hyde, Kevin D." ;
dc:title "Auricularia cornea Ehrenberg, Horae Physicae Berolinenses" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFF22F93C8A9BF8D7>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFE74F9008AB5F8F3>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFE63F8E48947F88F>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFD8FF8C88961F8AB>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFDB0F8AC89DFF847>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFD39F8708849F863>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFC86F8548F0FF83F>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFBC5F8388F1EF7DB>, <http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFBFBF81C8FCFF7F7> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.292.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Auricularia_cornea> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.292.1.2>
bibo:endPage "34" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-01-20" ;
bibo:startPage "19" ;
bibo:volume "292" ;
dc:creator "Bandara, Asanka R.; Karunarathna, Samantha C.; Phillips, Alan J. L.; Mortimer, Peter E.; Xu, Jianchu; Kakumyan, Pattana; Hyde, Kevin D." ;
dc:date "2017" ;
dc:title "Diversity of Auricularia (Auriculariaceae, Auriculariales) in Thailand" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Auricularia_cornea>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:genus "Auricularia" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "cornea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auricularia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auricularia>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:genus "Auricularia" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auriculariaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auriculariaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Auriculariaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Auriculariales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Auriculariales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Auriculariales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFF22F93C8A9BF8D7>
dwc:catalogNumber "BBH 862" ;
dwc:collectionCode "BBH" ;
dwc:eventDate "1995-09-27" ;
dwc:locality "Mahidol Campus" ;
dwc:recordedBy "RJ Bandoni & TW Flegel" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFF22F93C8A9BF8D7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFE74F9008AB5F8F3>
dwc:catalogNumber "MFLU162105" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-08-15" ;
dwc:locality "Huai Kaeo" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFE74F9008AB5F8F3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFE63F8E48947F88F>
dwc:catalogNumber "MFLU162106" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-08-16" ;
dwc:locality "Huai Kaeo" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFE63F8E48947F88F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFD8FF8C88961F8AB>
dwc:catalogNumber "MRC8, MFLU162104" ;
dwc:collectionCode "MRC, MFLU" ;
dwc:eventDate "2014-07-30" ;
dwc:locality "Pa Pae" ;
dwc:recordedBy "AR Bandara" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFD8FF8C88961F8AB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFDB0F8AC89DFF847>
dwc:catalogNumber "MFLU130403" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2013-07-30" ;
dwc:locality "Doi Mae Salong" ;
dwc:recordedBy "AR Bandara AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFDB0F8AC89DFF847> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFD39F8708849F863>
dwc:catalogNumber "MFLU162107" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2014-06-17" ;
dwc:locality "Doi Thung" ;
dwc:recordedBy "AR Bandara AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFD39F8708849F863> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFC86F8548F0FF83F>
dwc:catalogNumber "MFLU162108" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-06" ;
dwc:locality "Mae Fah Luang University" ;
dwc:recordedBy "AH Ekanayaka AB" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFC86F8548F0FF83F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFBC5F8388F1EF7DB>
dwc:catalogNumber "MFLU162110" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-07-30" ;
dwc:locality "Bang Saphan" ;
dwc:recordedBy "M Dayarathne ST" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFBC5F8388F1EF7DB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DE5A1100FFB8FFB2FF17FAF58A14FF00.mc.E69BAA4BFFB8FFBDFBFBF81C8FCFF7F7>
dwc:catalogNumber "MFLU162109" ;
dwc:collectionCode "MFLU" ;
dwc:eventDate "2015-07-30" ;
dwc:locality "Bang Saphan" ;
dwc:recordedBy "AR Bandara ST" ;
trt:httpUri <https://treatment.plazi.org/id/DE5A1100FFB8FFB2FF17FAF58A14FF00#E69BAA4BFFB8FFBDFBFBF81C8FCFF7F7> ;
a dwc:MaterialCitation .