GG2RDF 2024-08-23T13:39:55.243Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-23 13:40:07 +00:00
parent 6f37570481
commit eb8aefa86c
4 changed files with 425 additions and 0 deletions

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/34768798FF97FFE9FF4AF910793FF8CA>
dc:creator "Šída, Otakar; Böhmová, Alžběta; Rosenbaumová, Radka; Ducháček, Michal" ;
dc:title "Potentilla acaulis L. Sp. Pl." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Potentilla_subacaulis> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.638.3.3> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Potentilla_acaulis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.638.3.3>
bibo:endPage "246" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-03-05" ;
bibo:startPage "237" ;
bibo:volume "638" ;
dc:creator "Šída, Otakar; Böhmová, Alžběta; Rosenbaumová, Radka; Ducháček, Michal" ;
dc:date "2024" ;
dc:title "Typification and interpretation of Potentilla acaulis L. (Rosaceae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Potentilla_acaulis>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Potentilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "acaulis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Potentilla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Potentilla>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Potentilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Potentilla_subacaulis>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Potentilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "subacaulis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Potentilla> ;
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/34768798FF97FFE9FF4AFA787820F996>
dc:creator "Šída, Otakar; Böhmová, Alžběta; Rosenbaumová, Radka; Ducháček, Michal" ;
dc:title "Potentilla acaulis L." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.638.3.3> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Potentilla_acaulis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.638.3.3>
bibo:endPage "246" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-03-05" ;
bibo:startPage "237" ;
bibo:volume "638" ;
dc:creator "Šída, Otakar; Böhmová, Alžběta; Rosenbaumová, Radka; Ducháček, Michal" ;
dc:date "2024" ;
dc:title "Typification and interpretation of Potentilla acaulis L. (Rosaceae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Potentilla_acaulis>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Potentilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "acaulis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Potentilla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Potentilla>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Potentilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,127 @@
@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/CB3987C66D3BFFBD5EF1E1C7139FFCD8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13216277> ;
dc:creator "Zeng, Zhao-Qing; Wang, Xiang-Hua; Zhuang, Wen-Ying" ;
dc:title "Trichoderma clavaticapitatum Z. Q. Zeng, X. H. Wang & W. Y. Zhuang, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/CB3987C66D3BFFBD5EF1E1C7139FFCD8.mc.F3F83C8D6D3BFFBA5F17E0371397F81A> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Trichoderma_clavaticapitatum_Zeng_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.650.1.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.650.1.8>
bibo:endPage "102" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-05-23" ;
bibo:startPage "93" ;
bibo:volume "650" ;
dc:creator "Zeng, Zhao-Qing; Wang, Xiang-Hua; Zhuang, Wen-Ying" ;
dc:date "2024" ;
dc:title "New species and new Chinese record of Hypocreaceae from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13216277> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Trichoderma_clavaticapitatum_Zeng_2024>
dwc:authority "Z.Q. Zeng, X.H. Wang & W.Y. Zhuang" ;
dwc:authorityName "Z. Q. Zeng, X. H. Wang & W. Y. Zhuang" ;
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:genus "Trichoderma" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Z. Q. Zeng, X. H. Wang & W. Y. Zhuang" ;
dwc:species "clavaticapitatum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Trichoderma_clavaticapitatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Trichoderma_clavaticapitatum>
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:genus "Trichoderma" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "clavaticapitatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Trichoderma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Trichoderma>
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:genus "Trichoderma" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreales>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Sordariomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Sordariomycetes>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13216277>
dc:description "FIGURE 3. Trichoderma clavaticapitatum a. Fresh stromata.b Dry stromata.c. Close-up view of perithecia.d. Perithecia after rehydration. e. Median section through stroma. f. Section of cortical tissue. g. Subperithecial tissues in section. h. Perithecia in section. im. Asci with part-ascospores. Scale bars: a, b = 1 cm, c = 0.5 mm, d = 1 mm, eh = 50 μm, im = 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13216277/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/CB3987C66D3BFFBD5EF1E1C7139FFCD8.mc.F3F83C8D6D3BFFBA5F17E0371397F81A>
dwc:catalogNumber "HKAS 131918" ;
dwc:collectionCode "HKAS" ;
dwc:eventDate "2020-10-06" ;
dwc:locality "Abies and Rhododendron" ;
dwc:recordedBy "X. H. Wang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3954" ;
dwc:verbatimLatitude "28.325506" ;
dwc:verbatimLongitude "99.10109" ;
trt:httpUri <https://treatment.plazi.org/id/CB3987C66D3BFFBD5EF1E1C7139FFCD8#F3F83C8D6D3BFFBA5F17E0371397F81A> ;
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/CB3987C66D3DFFBC5EF1E7ED144AFCD8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13216279>, <http://dx.doi.org/10.5281/zenodo.13216275> ;
dc:creator "Zeng, Zhao-Qing; Wang, Xiang-Hua; Zhuang, Wen-Ying" ;
dc:title "Hypocreopsis rhododendri Thaxt., Proc. Amer. Acad. Arts & Sci." ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.650.1.8> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Hypocreopsis_rhododendri> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.650.1.8>
bibo:endPage "102" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-05-23" ;
bibo:startPage "93" ;
bibo:volume "650" ;
dc:creator "Zeng, Zhao-Qing; Wang, Xiang-Hua; Zhuang, Wen-Ying" ;
dc:date "2024" ;
dc:title "New species and new Chinese record of Hypocreaceae from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13216279>, <http://dx.doi.org/10.5281/zenodo.13216275> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Hypocreopsis_rhododendri>
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:genus "Hypocreopsis" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "rhododendri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreopsis>
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:genus "Hypocreopsis" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Hypocreaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreales>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Sordariomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Sordariomycetes>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13216279>
dc:description "FIGURE 4. Hypocreopsis rhododendri. a Fresh stromata on natural substrate. b. Dry stromata on rotten trunk. c. Close-up view of perithecia. d. Perithecia after rehydration. e. Median section through stroma. f. Section of cortical tissue and perithecial ostiole. g. Subperithecial tissues in section. h. Perithecium in section. in. Asci with ascospores. Scale bars: a, b = 1 cm, c, d = 1 mm, eh = 50 μm, in =10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13216279/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13216275>
dc:description "FIGURE 2. The ML tree inferred from ITS sequences of representative species of Hypocreopsis and Hypomyces. MLBP (≥70%) and BIPP (≥0.9) are shown at the nodes." ;
fabio:hasRepresentation <https://zenodo.org/record/13216275/files/figure.png> ;
a fabio:Figure .