GG2RDF 2024-08-28T15:49:29.951Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-28 15:49:43 +00:00
parent 52c40bf520
commit bf50d5abbd
3 changed files with 240 additions and 3 deletions

View file

@ -0,0 +1,95 @@
@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/DB448791FFE8FFFCFF6DC9B9FA7D98D1>
dc:creator "Shu, Yongxin; Senanayake, Indunil C.; Boonmee, Saranyaphat; Doilom, Mingkwan; Dong, Zhangyong; Dong, Wei" ;
dc:title "Setoseptoria Quaedvl., Verkley & Crous 2013" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Setoseptoria_Quaedvl._2013> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.645.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.645.2.2>
bibo:endPage "130" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-04-23" ;
bibo:startPage "120" ;
bibo:volume "645" ;
dc:creator "Shu, Yongxin; Senanayake, Indunil C.; Boonmee, Saranyaphat; Doilom, Mingkwan; Dong, Zhangyong; Dong, Wei" ;
dc:date "2024" ;
dc:title "Introduction of a novel freshwater species Setoseptoria guangxiensis sp. nov., with Setoseptoria baiyunensis nom. nov., in Lentitheciaceae, Pleosporales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Setoseptoria_Quaedvl._2013>
dwc:ID-ENA "1351886" ;
dwc:authorityName "Quaedvl., Verkley & Crous" ;
dwc:authorityYear "2013" ;
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:genus "Setoseptoria" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Quaedvl., Verkley & Crous, 2013" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/63SNZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Setoseptoria> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Setoseptoria>
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:genus "Setoseptoria" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lentitheciaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lentitheciaceae>
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Pleosporales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Pleosporales>
dwc:class "Dothideomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Dothideomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Dothideomycetes>
dwc:class "Dothideomycetes" ;
dwc: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 .

View file

@ -0,0 +1,139 @@
@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/DB448791FFE9FFFDFF6DCC47FC0F9D8A>
cito:cites <http://dx.doi.org/10.5281/zenodo.13214940> ;
dc:creator "Shu, Yongxin; Senanayake, Indunil C.; Boonmee, Saranyaphat; Doilom, Mingkwan; Dong, Zhangyong; Dong, Wei" ;
dc:title "Setoseptoria baiyunensis Senan., Y. X. Shu & W. Dong, nom. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DB448791FFE9FFFDFF6DCC47FC0F9D8A.mc.E3853CDAFFE9FFFDFF6DCCD3FA409C78> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Fungi/Setoseptoria_bambusae> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Setoseptoria_baiyunensis_Senan._2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.645.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.645.2.2>
bibo:endPage "130" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-04-23" ;
bibo:startPage "120" ;
bibo:volume "645" ;
dc:creator "Shu, Yongxin; Senanayake, Indunil C.; Boonmee, Saranyaphat; Doilom, Mingkwan; Dong, Zhangyong; Dong, Wei" ;
dc:date "2024" ;
dc:title "Introduction of a novel freshwater species Setoseptoria guangxiensis sp. nov., with Setoseptoria baiyunensis nom. nov., in Lentitheciaceae, Pleosporales" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13214940> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Setoseptoria_baiyunensis_Senan._2024>
dwc:authority "Senan., Y. X. Shu & W. Dong" ;
dwc:authorityName "Senan., Y. X. Shu & W. Dong" ;
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:genus "Setoseptoria" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senan., Y. X. Shu & W. Dong" ;
dwc:species "baiyunensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Setoseptoria_baiyunensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Setoseptoria_baiyunensis>
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:genus "Setoseptoria" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "baiyunensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Setoseptoria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Setoseptoria>
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:genus "Setoseptoria" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lentitheciaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lentitheciaceae>
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Pleosporales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Pleosporales>
dwc:class "Dothideomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Dothideomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Dothideomycetes>
dwc:class "Dothideomycetes" ;
dwc: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://taxon-name.plazi.org/id/Fungi/Setoseptoria_bambusae>
dwc:class "Dothideomycetes" ;
dwc:family "Lentitheciaceae" ;
dwc:genus "Setoseptoria" ;
dwc:kingdom "Fungi" ;
dwc:order "Pleosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "bambusae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Setoseptoria> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13214940>
dc:description "FIGURE 1. The RAxML tree is generated from combined LSU, SSU, ITS and tef1-α sequence data analysis. Bootstrap support values for ML equal to or greater than 60% and Bayesian posterior probabilities (PP) equal to or greater than 0.95 are given above the nodes shown as “ML/PP”. The tree is rooted to Massarina cisti (CBS 266.62) and Massarina eburnea (CBS 473.64). Type strains are indicated in bold, new species is marked in red, and new name is indicated in blue." ;
fabio:hasRepresentation <https://zenodo.org/record/13214940/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DB448791FFE9FFFDFF6DCC47FC0F9D8A.mc.E3853CDAFFE9FFFDFF6DCCD3FA409C78>
dwc:catalogNumber "MHZU 22-0133" ;
dwc:collectionCode "MHZU" ;
dwc:eventDate "2021-09-23" ;
dwc:locality "Baiyun Mountain" ;
dwc:recordedBy "Jizhen Fu" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "23.159721" ;
dwc:verbatimLongitude "113.29444" ;
trt:httpUri <https://treatment.plazi.org/id/DB448791FFE9FFFDFF6DCC47FC0F9D8A#E3853CDAFFE9FFFDFF6DCCD3FA409C78> ;
a dwc:MaterialCitation .

View file

@ -13,7 +13,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.13214942>, <http://dx.doi.org/10.5281/zenodo.13214944>, <http://dx.doi.org/10.5281/zenodo.13214940> ;
dc:creator "Shu, Yongxin; Senanayake, Indunil C.; Boonmee, Saranyaphat; Doilom, Mingkwan; Dong, Zhangyong; Dong, Wei" ;
dc:title "Setoseptoria guangxiensis Y. X. Shu & W. Dong, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DB448791FFECFFFDFF6DCB93FEF89F67.mc.E3853CDAFFECFFF8FF6DCA03FE5D996C> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DB448791FFECFFFDFF6DCB93FEF89F67.mc.E3853CDAFFECFFF8FE4ECF33FC189C07> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Setoseptoria_guangxiensis_Shu_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.645.2.2> ;
a trt:Treatment .
@ -124,9 +124,12 @@
fabio:hasRepresentation <https://zenodo.org/record/13214940/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DB448791FFECFFFDFF6DCB93FEF89F67.mc.E3853CDAFFECFFF8FF6DCA03FE5D996C>
<http://tb.plazi.org/GgServer/dwcaRecords/DB448791FFECFFFDFF6DCB93FEF89F67.mc.E3853CDAFFECFFF8FE4ECF33FC189C07>
dwc:catalogNumber "MHZU 23-0281" ;
dwc:collectionCode "MHZU" ;
dwc:eventDate "2023-06-03" ;
dwc:locality "Lijiang River" ;
dwc:recordedBy "Y. X. Shu" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DB448791FFECFFFDFF6DCB93FEF89F67#E3853CDAFFECFFF8FF6DCA03FE5D996C> ;
trt:httpUri <https://treatment.plazi.org/id/DB448791FFECFFFDFF6DCB93FEF89F67#E3853CDAFFECFFF8FE4ECF33FC189C07> ;
a dwc:MaterialCitation .