This commit is contained in:
treatmentbank 2024-12-10 17:35:02 +00:00
parent 9ed96d1098
commit 585a6120bf
3 changed files with 289 additions and 0 deletions

View file

@ -0,0 +1,97 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/1D33620B87E45847868EFA90E85B1C6B>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.131137.figure4> ;
dc:creator "Khalid, Muhammdah; Razzaq, Fauzia; Ashraf, Urooj; Afshaan, Najam-ul-Sehar; Khalid, Abdul Nasir" ;
dc:title "Hohenbuehelia portegna Singer, Lilloa" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hohenbuehelia_portegna_Speg_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.131137> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.131137>
bibo:endPage "191" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-12-10" ;
bibo:startPage "179" ;
bibo:volume "18" ;
dc:creator "Khalid, Muhammdah; Razzaq, Fauzia; Ashraf, Urooj; Afshaan, Najam-ul-Sehar; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "Three new records of genus Hohenbuehelia (Pleurotaceae, Agaricales) in Pakistan" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.131137.figure4> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hohenbuehelia_portegna_Speg_>
dwc:authority "(Speg.) Singer, Lilloa" ;
dwc:authorityName "Singer, Lilloa" ;
dwc:baseAuthorityName "Speg." ;
dwc:class "Agaricomycetes" ;
dwc:family "Pleurotaceae" ;
dwc:genus "Hohenbuehelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Speg.)" ;
dwc:species "portegna" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia_portegna> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia_portegna>
dwc:class "Agaricomycetes" ;
dwc:family "Pleurotaceae" ;
dwc:genus "Hohenbuehelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "portegna" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia>
dwc:genus "Hohenbuehelia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pleurotaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pleurotaceae>
dwc:family "Pleurotaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agaricales>
dwc:order "Agaricales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Basidiomycota>
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/italianbotanist.18.131137.figure4>
dc:description "Figure 4. Micro-morphological features of Hohenbuehelia portegna (MMK- 02): A, B basidiomata C cheilocystidia (cap pointed by arrow) D F basidiospores G basidia (sterigmata pointed by the arrow) H, I pleurocystidia (cap pointed by arrow) J hymenophoral hyphae (arrow showing clamp connections), Pileipellis with clamp connections (arrow pointed). Scale bars: 1 cm (A); 0.5 cm (B); 5 μm (C); 5 μm (D F); 10 μm (G); 10 μm (H J)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1195299> ;
a fabio:Figure .

View file

@ -0,0 +1,96 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/6B63FD554E9A51C4850FDA1DBED8C4E8>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.131137.figure3> ;
dc:creator "Khalid, Muhammdah; Razzaq, Fauzia; Ashraf, Urooj; Afshaan, Najam-ul-Sehar; Khalid, Abdul Nasir" ;
dc:title "Hohenbuehelia canadensis Consiglio, Setti & Thorn, Persoonia" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hohenbuehelia_canadensis_Consiglio_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.131137> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.131137>
bibo:endPage "191" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-12-10" ;
bibo:startPage "179" ;
bibo:volume "18" ;
dc:creator "Khalid, Muhammdah; Razzaq, Fauzia; Ashraf, Urooj; Afshaan, Najam-ul-Sehar; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "Three new records of genus Hohenbuehelia (Pleurotaceae, Agaricales) in Pakistan" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.131137.figure3> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hohenbuehelia_canadensis_Consiglio_>
dwc:authority "Consiglio, Setti & Thorn, Persoonia" ;
dwc:authorityName "Consiglio, Setti & Thorn, Persoonia" ;
dwc:class "Agaricomycetes" ;
dwc:family "Pleurotaceae" ;
dwc:genus "Hohenbuehelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Consiglio, Setti & Thorn, Persoonia" ;
dwc:species "canadensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia_canadensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia_canadensis>
dwc:class "Agaricomycetes" ;
dwc:family "Pleurotaceae" ;
dwc:genus "Hohenbuehelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "canadensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia>
dwc:genus "Hohenbuehelia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pleurotaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pleurotaceae>
dwc:family "Pleurotaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agaricales>
dwc:order "Agaricales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Basidiomycota>
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/italianbotanist.18.131137.figure3>
dc:description "Figure 3. Micro-morphological features of Hohenbuehelia canadensis (M- 17): A, B basidiomata on fallen branch C, D basidiospores E basidia (sterigmata pointed by the arrow) F cheilocystidia G cheilocystidia (cap pointed by the arrow) H hymenophoral hyphae (arrow showing clamp connections) I pileipellis with terminal elements (arrow pointed). Scale bars: 1 cm (A, B); 5 μm (C); 10 μm (D); 10 μm (E G); 5 μm (H, I)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1195298> ;
a fabio:Figure .

View file

@ -0,0 +1,96 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/E50C495C72145CCF9770EA642D7CC6D6>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.131137.figure5> ;
dc:creator "Khalid, Muhammdah; Razzaq, Fauzia; Ashraf, Urooj; Afshaan, Najam-ul-Sehar; Khalid, Abdul Nasir" ;
dc:title "Hohenbuehelia tristis G. Stev., Kew Bull." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hohenbuehelia_tristis_Stev_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.131137> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.131137>
bibo:endPage "191" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-12-10" ;
bibo:startPage "179" ;
bibo:volume "18" ;
dc:creator "Khalid, Muhammdah; Razzaq, Fauzia; Ashraf, Urooj; Afshaan, Najam-ul-Sehar; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "Three new records of genus Hohenbuehelia (Pleurotaceae, Agaricales) in Pakistan" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.131137.figure5> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hohenbuehelia_tristis_Stev_>
dwc:authority "G. Stev., Kew Bull." ;
dwc:authorityName "G. Stev., Kew Bull." ;
dwc:class "Agaricomycetes" ;
dwc:family "Pleurotaceae" ;
dwc:genus "Hohenbuehelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stev., Kew Bull." ;
dwc:species "tristis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia_tristis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia_tristis>
dwc:class "Agaricomycetes" ;
dwc:family "Pleurotaceae" ;
dwc:genus "Hohenbuehelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "tristis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hohenbuehelia>
dwc:genus "Hohenbuehelia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pleurotaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pleurotaceae>
dwc:family "Pleurotaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agaricales>
dwc:order "Agaricales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Basidiomycota>
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/italianbotanist.18.131137.figure5>
dc:description "Figure 5. Micro-morphological features of Hohenbuehelia tristis (AN- 203): A, B basidiomata on fallen branch C basidiospores D cheilocystidia (cap pointed by the arrow) E basidia (sterigmata pointed by the arrow) F hymenophoral hyphae G pleurocystidia H pileipellis hyphae with clamped-connections and terminal elements (arrow pointed). Scale bars: 0.5 cm (A, B); 5 µm (C); 10 µm (D); 10 µm (E); 5 µm (F); 10 µm (G); 5 µm (H)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1195300> ;
a fabio:Figure .