This commit is contained in:
treatmentbank 2024-09-05 20:01:57 +00:00
parent 4851b3099c
commit 7315fd2ea4
21 changed files with 2758 additions and 0 deletions

View file

@ -0,0 +1,109 @@
@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/03872371B062FFFEFF6AFF11FD0EFF0B>
dc:creator "Yuan, Qiong; Yang, Qin-Er" ;
dc:title "Thalictrum umbricola Ulbrich 1925" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thalictrum_umbricola_Ulbrich_1925> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.2.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.2.10>
bibo:endPage "200" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-29" ;
bibo:startPage "199" ;
bibo:volume "323" ;
dc:creator "Yuan, Qiong; Yang, Qin-Er" ;
dc:date "2017" ;
dc:title "Neotypification of the name Thalictrum umbricola (Ranunculaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thalictrum_umbricola_Ulbrich_1925>
dwc:authority "Ulbrich (1925: 221)" ;
dwc:authorityName "Ulbrich" ;
dwc:authorityPageNumber "221" ;
dwc:authorityYear "1925" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:genus "Thalictrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ulbrich, 1925" ;
dwc:species "umbricola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/562KW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thalictrum_umbricola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thalictrum_umbricola>
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:genus "Thalictrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "umbricola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thalictrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thalictrum>
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:genus "Thalictrum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
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 .

View file

@ -0,0 +1,141 @@
@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/0398D979FFD9FFD1CCEAD9EBFE8FFD47>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696356>, <http://dx.doi.org/10.5281/zenodo.13696348> ;
dc:creator "Zeng, Zhao-Qing; Zhuang, Wen-Ying" ;
dc:title "Neocosmospora hengyangensis Z. Q. Zeng & W. Y. Zhuang HMAS 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFD9FFD1CCEAD9EBFE8FFD47.mc.3B596232FFD8FFD1CD7DD9EBFB9BFF4F>, <http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFD9FFD1CCEAD9EBFE8FFD47.mc.3B596232FFD8FFD1C807D9B7FF20FE93> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Neocosmospora_hengyangensis_Zeng_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.6>
bibo:endPage "183" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "175" ;
bibo:volume "319" ;
dc:creator "Zeng, Zhao-Qing; Zhuang, Wen-Ying" ;
dc:date "2017" ;
dc:title "Two new species of Neocosmospora from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696356>, <http://dx.doi.org/10.5281/zenodo.13696348> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Neocosmospora_hengyangensis_Zeng_2017>
dwc:authority "Z.Q. Zeng & W.Y. Zhuang" ;
dwc:authorityName "Z. Q. Zeng & W. Y. Zhuang HMAS" ;
dwc:authorityYear "2017" ;
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
dwc:genus "Neocosmospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Z. Q. Zeng & W. Y. Zhuang Hmas, 2017" ;
dwc:species "hengyangensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46F83> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Neocosmospora_hengyangensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Neocosmospora_hengyangensis>
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
dwc:genus "Neocosmospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "hengyangensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Neocosmospora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Neocosmospora>
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
dwc:genus "Neocosmospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Nectriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Nectriaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
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.13696356>
dc:description "FIGURE 3. Neocosmospora hengyangensis (HMAS 254518). ac. Ascomata on natural substrate. d. Ascomata after rehydration. e. Colony on PDA. f. Colony on SNA. g. Section of an ascoma. h. An ascus with ascospores. il. Ascospore. mo. Conidiophores and microconidia. p, q. Macroconidium. r, s. Microconidia. Scale bars: a = 1 mm, bd = 0.5 mm, g = 50 μm, hs = 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696356/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696348>
dc:description "FIGURE 1. Phylogenetic tree generated by maximum parsimony analysis inferred from the combined ITS and tef1 partial sequences. The new taxa introduced are in bold. MPBP (left) above 50% and BIPP (right) above 90% are indicated at nodes." ;
fabio:hasRepresentation <https://zenodo.org/record/13696348/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFD9FFD1CCEAD9EBFE8FFD47.mc.3B596232FFD8FFD1CD7DD9EBFB9BFF4F>
dwc:catalogNumber "HMAS 254518" ;
dwc:collectionCode "HMAS" ;
dwc:eventDate "2015-10-24" ;
dwc:locality "Gouloufeng" ;
dwc:recordedBy "Z. Q. Zeng & X. C. Wang & K. Chen & Y. B. Zhang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "800" ;
dwc:verbatimLatitude "27.126709" ;
dwc:verbatimLongitude "112.62973" ;
trt:httpUri <https://treatment.plazi.org/id/0398D979FFD9FFD1CCEAD9EBFE8FFD47#3B596232FFD8FFD1CD7DD9EBFB9BFF4F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFD9FFD1CCEAD9EBFE8FFD47.mc.3B596232FFD8FFD1C807D9B7FF20FE93>
dwc:catalogNumber "HMAS 248884" ;
dwc:collectionCode "HMAS" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/0398D979FFD9FFD1CCEAD9EBFE8FFD47#3B596232FFD8FFD1C807D9B7FF20FE93> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,141 @@
@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/0398D979FFDFFFD7CCEADE40FA98F7B5>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696352>, <http://dx.doi.org/10.5281/zenodo.13696348> ;
dc:creator "Zeng, Zhao-Qing; Zhuang, Wen-Ying" ;
dc:title "Neocosmospora bomiensis Z. Q. Zeng & W. Y. Zhuang HMAS 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFDFFFD7CCEADE40FA98F7B5.mc.3B596232FFDEFFD7CD7DD8B4FA67FE6E>, <http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFDFFFD7CCEADE40FA98F7B5.mc.3B596232FFDEFFD7CCEADB7CFDEFFDB2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Neocosmospora_bomiensis_Zeng_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.6>
bibo:endPage "183" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "175" ;
bibo:volume "319" ;
dc:creator "Zeng, Zhao-Qing; Zhuang, Wen-Ying" ;
dc:date "2017" ;
dc:title "Two new species of Neocosmospora from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696352>, <http://dx.doi.org/10.5281/zenodo.13696348> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Neocosmospora_bomiensis_Zeng_2017>
dwc:authority "Z.Q. Zeng & W.Y. Zhuang" ;
dwc:authorityName "Z. Q. Zeng & W. Y. Zhuang HMAS" ;
dwc:authorityYear "2017" ;
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
dwc:genus "Neocosmospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Z. Q. Zeng & W. Y. Zhuang Hmas, 2017" ;
dwc:species "bomiensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46F7D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Neocosmospora_bomiensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Neocosmospora_bomiensis>
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
dwc:genus "Neocosmospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "bomiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Neocosmospora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Neocosmospora>
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
dwc:genus "Neocosmospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Nectriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Nectriaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Nectriaceae" ;
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.13696352>
dc:description "FIGURE 2. Neocosmospora bomiensis (HMAS 254519). ad. Ascomata on natural substrate. e. Colony on PDA. f. Colony on SNA. g. Section of an ascoma. h. An ascus with ascospores. il. Ascospore. mo. Conidiophores and macroconidia. pr. Macroconidia. Scale bars: a = 1 mm, bd = 0.5 mm, g = 50 μm, hl = 10 μm, mr= 20 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696352/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696348>
dc:description "FIGURE 1. Phylogenetic tree generated by maximum parsimony analysis inferred from the combined ITS and tef1 partial sequences. The new taxa introduced are in bold. MPBP (left) above 50% and BIPP (right) above 90% are indicated at nodes." ;
fabio:hasRepresentation <https://zenodo.org/record/13696348/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFDFFFD7CCEADE40FA98F7B5.mc.3B596232FFDEFFD7CD7DD8B4FA67FE6E>
dwc:catalogNumber "HMAS 254519" ;
dwc:collectionCode "HMAS" ;
dwc:eventDate "2016-12-22" ;
dwc:locality "Bomi County" ;
dwc:recordedBy "Z. Q. Zeng & Z. H. Yu & H. D. Zheng & X. C. Wang & K. Chen & Y. B. Zhang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2700" ;
dwc:verbatimLatitude "29.890596" ;
dwc:verbatimLongitude "95.71848" ;
trt:httpUri <https://treatment.plazi.org/id/0398D979FFDFFFD7CCEADE40FA98F7B5#3B596232FFDEFFD7CD7DD8B4FA67FE6E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/0398D979FFDFFFD7CCEADE40FA98F7B5.mc.3B596232FFDEFFD7CCEADB7CFDEFFDB2>
dwc:catalogNumber "HMAS 248885" ;
dwc:collectionCode "HMAS" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/0398D979FFDFFFD7CCEADE40FA98F7B5#3B596232FFDEFFD7CCEADB7CFDEFFDB2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,251 @@
@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/03DC3A534E6EFF82FF70AEB96B09FD13>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696375> ;
dc:creator "Irume, Mariana Victória; Soares, Maria De Lourdes; Mayo, Simon J.; Carvalho, Rangel Batista; Zartman, Charles E." ;
dc:title "Philodendron melloi Irume, M. V. & M. L. Soares 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FF45ACCD6BF7FE3B>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FB1DACE96B51FDE7>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FB75AF056EDDFD83>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FDF8AF216CEBFDAF>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FC37AF5D6CD2FD4B>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FBFFAF796B15FD77>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FBBEAF956B0CFD13> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Philodendron_melloi_Irume_2017> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Philodendron_barrosoanum_Bunting_1964>, <http://taxon-concept.plazi.org/id/Plantae/Philodendron_hylaeae_Bunting_1975> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.7>
bibo:endPage "190" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "184" ;
bibo:volume "319" ;
dc:creator "Irume, Mariana Victória; Soares, Maria De Lourdes; Mayo, Simon J.; Carvalho, Rangel Batista; Zartman, Charles E." ;
dc:date "2017" ;
dc:title "Philodendron melloi (Araceae), a new species from central Amazonia, Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696375> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Philodendron_melloi_Irume_2017>
dwc:authority "Irume, M.V. & M.L. Soares" ;
dwc:authorityName "Irume, M. V. & M. L. Soares" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Irume, M. V. & M. L. Soares, 2017" ;
dwc:species "melloi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X2T4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Philodendron_melloi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Philodendron_barrosoanum_Bunting_1964>
dwc:authority "Bunting (1964: 23)" ;
dwc:authorityName "Bunting" ;
dwc:authorityPageNumber "23" ;
dwc:authorityYear "1964" ;
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bunting, 1964" ;
dwc:species "barrosoanum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X2T4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Philodendron_barrosoanum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Philodendron_hylaeae_Bunting_1975>
dwc:authority "Bunting (1975: 298)" ;
dwc:authorityName "Bunting" ;
dwc:authorityPageNumber "298" ;
dwc:authorityYear "1975" ;
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bunting, 1975" ;
dwc:species "hylaeae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X2T4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Philodendron_hylaeae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Philodendron_melloi>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "melloi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Philodendron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Philodendron>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Araceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Araceae>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alismatales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Alismatales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
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/Philodendron_barrosoanum>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "barrosoanum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Philodendron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Philodendron_hylaeae>
dwc:class "Liliopsida" ;
dwc:family "Araceae" ;
dwc:genus "Philodendron" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hylaeae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Philodendron> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696375>
dc:description "FIGURE 1. Map showing the locality data for the collection points of fertile populations of Philodendron melloi in central Amazonia." ;
fabio:hasRepresentation <https://zenodo.org/record/13696375/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FF45ACCD6BF7FE3B>
dwc:catalogNumber "INPA 277446" ;
dwc:collectionCode "AM, RFAD, INPA, M, V" ;
dwc:eventDate "2015-12-09" ;
dwc:locality "Cultivated" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-2.9351113" ;
dwc:verbatimLongitude "-59.899918" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FF45ACCD6BF7FE3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FB1DACE96B51FDE7>
dwc:catalogNumber "INPA 277448" ;
dwc:collectionCode "W, M, V" ;
dwc:eventDate "2016-10-04" ;
dwc:locality "Camping Bolivia" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-2.97275" ;
dwc:verbatimLongitude "-59.95789" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FB1DACE96B51FDE7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FB75AF056EDDFD83>
dwc:catalogNumber "INPA 277451" ;
dwc:collectionCode "M, V" ;
dwc:eventDate "2017-01-10" ;
dwc:locality "Irume" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FB75AF056EDDFD83> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FDF8AF216CEBFDAF>
dwc:catalogNumber "INPA 277447" ;
dwc:collectionCode "R, O" ;
dwc:eventDate "2015-12-06" ;
dwc:locality "Trilha da Bica do Cabeca" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-1.9409446" ;
dwc:verbatimLongitude "-59.42864" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FDF8AF216CEBFDAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FC37AF5D6CD2FD4B>
dwc:catalogNumber "INPA 277449" ;
dwc:collectionCode "M, V" ;
dwc:eventDate "2016-10-22" ;
dwc:locality "Trilha da Cachoeira da Sussuarana" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-1.9065555" ;
dwc:verbatimLongitude "-59.41142" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FC37AF5D6CD2FD4B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FBFFAF796B15FD77>
dwc:catalogNumber "INPA 277450" ;
dwc:collectionCode "M, V" ;
dwc:eventDate "2017-01-03" ;
dwc:locality "Trilha da Cachoeira Berro" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-2.0525777" ;
dwc:verbatimLongitude "-59.936558" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FBFFAF796B15FD77> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC3A534E6EFF82FF70AEB96B09FD13.mc.3B1D81184E6AFF82FBBEAF956B0CFD13>
dwc:catalogNumber "INPA 277452" ;
dwc:collectionCode "W, M, V" ;
dwc:eventDate "2017-04-12" ;
dwc:locality "Trilha da Cachoeira da Maroca" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-2.0133333" ;
trt:httpUri <https://treatment.plazi.org/id/03DC3A534E6EFF82FF70AEB96B09FD13#3B1D81184E6AFF82FBBEAF956B0CFD13> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@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/03E28520B254FFBEFF2EFD3B50BABB0A>
dc:creator "Erdoğan, Eyüp; Selvi, Selami; Tümen, Gülendam" ;
dc:title "Trigonella coerulescens subsp. ayvalikensis Erdogan, Selvi & Tumen 2017, subsp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Trigonella_coerulescens_ayvalikensis_Erdogan_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.5>
bibo:endPage "174" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "167" ;
bibo:volume "319" ;
dc:creator "Erdoğan, Eyüp; Selvi, Selami; Tümen, Gülendam" ;
dc:date "2017" ;
dc:title "Trigonella coerulescens subsp. ayvalikensis (Fabaceae), a new taxon from Balιkesir, western Anatolia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Trigonella_coerulescens_ayvalikensis_Erdogan_2017>
dwc:authority "Erdogan, Selvi & Tumen" ;
dwc:authorityName "Erdogan, Selvi & Tumen" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Trigonella" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Erdogan, Selvi & Tumen, 2017" ;
dwc:species "coerulescens" ;
dwc:subSpecies "ayvalikensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9DT6W> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Trigonella_coerulescens_ayvalikensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Trigonella_coerulescens_ayvalikensis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Trigonella" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:species "coerulescens" ;
dwc:subSpecies "ayvalikensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trigonella_coerulescens> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trigonella_coerulescens>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Trigonella" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "coerulescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trigonella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trigonella>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Trigonella" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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,141 @@
@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/03F94A48FFCBFFABFF457A94FB745D61>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696412>, <http://dx.doi.org/10.5281/zenodo.13696416> ;
dc:creator "Ingalhalikar, Shrikant; Page, Navendu; Gaikwad, Swaroopsingh" ;
dc:title "Mucuna laticifera Ingalhalikar, N V Page & Gaikwad 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F94A48FFCBFFABFF457A94FB745D61.mc.3B38F103FFC8FFABFD917F44FD40563E>, <http://tb.plazi.org/GgServer/dwcaRecords/03F94A48FFCBFFABFF457A94FB745D61.mc.3B38F103FFC8FFABFD647F68FD63561A> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Mucuna_laticifera_Ingalhalikar_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.1.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.1.8>
bibo:endPage "122" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-29" ;
bibo:startPage "118" ;
bibo:volume "319" ;
dc:creator "Ingalhalikar, Shrikant; Page, Navendu; Gaikwad, Swaroopsingh" ;
dc:date "2017" ;
dc:title "Mucuna laticifera, a new species from north-eastern India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696412>, <http://dx.doi.org/10.5281/zenodo.13696416> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Mucuna_laticifera_Ingalhalikar_2017>
dwc:authority "Ingalhalikar, N V Page & Gaikwad" ;
dwc:authorityName "Ingalhalikar, N V Page & Gaikwad" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mucuna" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ingalhalikar, N V Page & Gaikwad, 2017" ;
dwc:species "laticifera" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9DDLQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mucuna_laticifera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Mucuna_laticifera>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mucuna" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "laticifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Mucuna> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mucuna>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mucuna" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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.13696412>
dc:description "FIGURE 1. Mucuna laticifera ALeaf, BInflorescence, CBracts, DFlower, ECalyx, FStandard, GWing, HKeel, IStaminal tube, J and KStamens, Lstipitate gland, MGynoecium, NEnlarged portion of stigma, Opod with hairs, PSeeds. All from Swaroopsingh 040. Illustration by Swaroopsingh Gaikwad." ;
fabio:hasRepresentation <https://zenodo.org/record/13696412/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696416>
dc:description "FIGURE 2. Mucuna laticifera A. Habit with mature leaves and flowers. B. Inflorescence. C. Flower at anthesis. D. Fruit and seeds. Photographs by Navendu Page." ;
fabio:hasRepresentation <https://zenodo.org/record/13696416/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F94A48FFCBFFABFF457A94FB745D61.mc.3B38F103FFC8FFABFD917F44FD40563E>
dwc:collectionCode "BSHC" ;
dwc:eventDate "2016-06-20" ;
dwc:locality "Soreng" ;
dwc:verbatimElevation "1314" ;
dwc:verbatimLatitude "27.22841" ;
dwc:verbatimLongitude "88.20301" ;
trt:httpUri <https://treatment.plazi.org/id/03F94A48FFCBFFABFF457A94FB745D61#3B38F103FFC8FFABFD917F44FD40563E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F94A48FFCBFFABFF457A94FB745D61.mc.3B38F103FFC8FFABFD647F68FD63561A>
dwc:collectionCode "SUK" ;
dwc:eventDate "2016-04-27" ;
dwc:locality "Ghoom" ;
dwc:verbatimElevation "1800" ;
dwc:verbatimLatitude "27.01304" ;
dwc:verbatimLongitude "88.19802" ;
trt:httpUri <https://treatment.plazi.org/id/03F94A48FFCBFFABFF457A94FB745D61#3B38F103FFC8FFABFD647F68FD63561A> ;
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/0D0B024AFFB25D59FF58FC9CFD15F967>
dc:creator "Kumar, Pankaj; Gale, Stephan W.; Li, Ji-Hong; Bouamanivong, Somsanith; Fischer, Gunter A." ;
dc:title "Thismia nigricoronata Kumar & S. W. Gale 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thismia_nigricoronata_Kumar_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.3.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.3.2>
bibo:endPage "240" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-05" ;
bibo:startPage "225" ;
bibo:volume "319" ;
dc:creator "Kumar, Pankaj; Gale, Stephan W.; Li, Ji-Hong; Bouamanivong, Somsanith; Fischer, Gunter A." ;
dc:date "2017" ;
dc:title "Thismia nigricoronata, a new species of Burmanniaceae (Thismieae, Dioscoreales) from Vang Vieng, Vientiane Province, Laos, and a key to subgeneric classification" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thismia_nigricoronata_Kumar_2017>
dwc:authority "Kumar & S.W.Gale" ;
dwc:authorityName "Kumar & S. W. Gale" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Burmanniaceae" ;
dwc:genus "Thismia" ;
dwc:kingdom "Plantae" ;
dwc:order "Dioscoreales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kumar & S. W. Gale, 2017" ;
dwc:species "nigricoronata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8X87N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thismia_nigricoronata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thismia_nigricoronata>
dwc:class "Liliopsida" ;
dwc:family "Burmanniaceae" ;
dwc:genus "Thismia" ;
dwc:kingdom "Plantae" ;
dwc:order "Dioscoreales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "nigricoronata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thismia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thismia>
dwc:class "Liliopsida" ;
dwc:family "Burmanniaceae" ;
dwc:genus "Thismia" ;
dwc:kingdom "Plantae" ;
dwc:order "Dioscoreales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Burmanniaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Burmanniaceae>
dwc:class "Liliopsida" ;
dwc:family "Burmanniaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Dioscoreales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dioscoreales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dioscoreales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Dioscoreales" ;
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,109 @@
@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/11068786BD44FFB8B5A2FB13FE9D80B2>
dc:creator "Becker, Karin; Grosse-Veldmann, Bernadette; Weigend, Maximilian" ;
dc:title "Urtica thunbergiana Siebold & Zuccarini 1846" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Urtica_thunbergiana_Siebold_1846> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.1>
bibo:endPage "216" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "201" ;
bibo:volume "323" ;
dc:creator "Becker, Karin; Grosse-Veldmann, Bernadette; Weigend, Maximilian" ;
dc:date "2017" ;
dc:title "Weeding the nettles V: Taxonomic and phylogenetic studies of the eastern Asian species Urtica thunbergiana Sieb. & Zucc. (Urticaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Urtica_thunbergiana_Siebold_1846>
dwc:authority "Sieb. & Zucc. (1846: 214)" ;
dwc:authorityName "Siebold & Zuccarini" ;
dwc:authorityPageNumber "214" ;
dwc:authorityYear "1846" ;
dwc:class "Magnoliopsida" ;
dwc:family "Urticaceae" ;
dwc:genus "Urtica" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Siebold & Zuccarini, 1846" ;
dwc:species "thunbergiana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7F3JC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Urtica_thunbergiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Urtica_thunbergiana>
dwc:class "Magnoliopsida" ;
dwc:family "Urticaceae" ;
dwc:genus "Urtica" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "thunbergiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Urtica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Urtica>
dwc:class "Magnoliopsida" ;
dwc:family "Urticaceae" ;
dwc:genus "Urtica" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Urticaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Urticaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Urticaceae" ;
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,118 @@
@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/380987D8182CA938FF74FEE6107FFB91>
dc:creator "Krishnaraj, Moothedathu Venugopalan Nair; Mohanan, Narayanan Nair" ;
dc:title "Tephrosia canarensis Drummond 1918" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/380987D8182CA938FF74FEE6107FFB91.mc.00C83C93182CA938FF74FECC1307FE18> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tephrosia_canarensis_Drummond_1918> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.9>
bibo:endPage "199" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "197" ;
bibo:volume "319" ;
dc:creator "Krishnaraj, Moothedathu Venugopalan Nair; Mohanan, Narayanan Nair" ;
dc:date "2017" ;
dc:title "Three lectotypifications in Tephrosia Pers. (Fabaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tephrosia_canarensis_Drummond_1918>
dwc:authority "Drummond (1918: 319)" ;
dwc:authorityName "Drummond" ;
dwc:authorityPageNumber "319" ;
dwc:authorityYear "1918" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drummond, 1918" ;
dwc:species "canarensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/55CR3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tephrosia_canarensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tephrosia_canarensis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "canarensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tephrosia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tephrosia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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://tb.plazi.org/GgServer/dwcaRecords/380987D8182CA938FF74FEE6107FFB91.mc.00C83C93182CA938FF74FECC1307FE18>
dwc:catalogNumber "K000848892" ;
dwc:collectionCode "K" ;
dwc:locality "Prope Urbem Mangalor" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/380987D8182CA938FF74FEE6107FFB91#00C83C93182CA938FF74FECC1307FE18> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@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/380987D8182DA938FF74F9CB1775FE89>
dc:creator "Krishnaraj, Moothedathu Venugopalan Nair; Mohanan, Narayanan Nair" ;
dc:title "Tephrosia barberi Drummond 1918" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/380987D8182DA938FF74F9CB1775FE89.mc.00C83C93182DA939FF74F9111073F977> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tephrosia_barberi_Drummond_1918> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.9>
bibo:endPage "199" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "197" ;
bibo:volume "319" ;
dc:creator "Krishnaraj, Moothedathu Venugopalan Nair; Mohanan, Narayanan Nair" ;
dc:date "2017" ;
dc:title "Three lectotypifications in Tephrosia Pers. (Fabaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tephrosia_barberi_Drummond_1918>
dwc:authority "Drummond (1918: 320)" ;
dwc:authorityName "Drummond" ;
dwc:authorityPageNumber "320" ;
dwc:authorityYear "1918" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drummond, 1918" ;
dwc:species "barberi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/55CQ6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tephrosia_barberi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tephrosia_barberi>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "barberi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tephrosia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tephrosia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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://tb.plazi.org/GgServer/dwcaRecords/380987D8182DA938FF74F9CB1775FE89.mc.00C83C93182DA939FF74F9111073F977>
dwc:catalogNumber "K000848871, MH00002030" ;
dwc:collectionCode "C, A" ;
dwc:eventDate "1899-08-07" ;
dwc:locality "South" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/380987D8182DA938FF74F9CB1775FE89#00C83C93182DA939FF74F9111073F977> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,118 @@
@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/380987D8182DA939FF74FC6711C1F9E7>
dc:creator "Krishnaraj, Moothedathu Venugopalan Nair; Mohanan, Narayanan Nair" ;
dc:title "Tephrosia hookeriana Wight & Arnott 1834" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/380987D8182DA939FF74FC6711C1F9E7.mc.00C83C93182DA939FF74FC4D1090FB9B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tephrosia_hookeriana_Wight_1834> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.9>
bibo:endPage "199" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "197" ;
bibo:volume "319" ;
dc:creator "Krishnaraj, Moothedathu Venugopalan Nair; Mohanan, Narayanan Nair" ;
dc:date "2017" ;
dc:title "Three lectotypifications in Tephrosia Pers. (Fabaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tephrosia_hookeriana_Wight_1834>
dwc:authority "Wight & Arnott (1834: 212)" ;
dwc:authorityName "Wight & Arnott" ;
dwc:authorityPageNumber "212" ;
dwc:authorityYear "1834" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wight & Arnott, 1834" ;
dwc:species "hookeriana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/55CVS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tephrosia_hookeriana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tephrosia_hookeriana>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hookeriana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tephrosia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tephrosia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tephrosia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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://tb.plazi.org/GgServer/dwcaRecords/380987D8182DA939FF74FC6711C1F9E7.mc.00C83C93182DA939FF74FC4D1090FB9B>
dwc:catalogNumber "E00174456, E00174458" ;
dwc:collectionCode "E" ;
dwc:locality "Trichnopoly" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/380987D8182DA939FF74FC6711C1F9E7#00C83C93182DA939FF74FC4D1090FB9B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,164 @@
@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/B5641F75F670FFA9898CF8046A987E5A>
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:title "Campanula versicolor var. thessala Boissier 1875" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF670FFAA898CF82C6B4B7BE6>, <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF670FFAA8882F87468DF742E>, <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF670FFAA88F5F7906C9A742E>, <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF673FFA989B9FF266B567CB0>, <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF673FFA98B6DFF266B417CDC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_thessala_Boissier_1875> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.5>
bibo:endPage "274" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "264" ;
bibo:volume "323" ;
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:date "2017" ;
dc:title "Nomenclatural notes and typifications in Campanula versicolor (Campanulaceae) and related names" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_thessala_Boissier_1875>
dwc:authority "Boissier (1875: 915)" ;
dwc:authorityName "Boissier" ;
dwc:authorityPageNumber "915" ;
dwc:authorityYear "1875" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Boissier, 1875" ;
dwc:species "versicolor" ;
dwc:variety "thessala" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QC3Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_thessala> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_thessala>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "versicolor" ;
dwc:variety "thessala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "versicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF670FFAA898CF82C6B4B7BE6>
dwc:catalogNumber "G00330725" ;
dwc:collectionCode "T" ;
dwc:eventDate "1851-07-21" ;
dwc:locality "Olympi" ;
dwc:recordedBy "de Heldreich" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F670FFA9898CF8046A987E5A#8DA5A43EF670FFAA898CF82C6B4B7BE6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF670FFAA8882F87468DF742E>
dwc:catalogNumber "G00330725" ;
dwc:collectionCode "T" ;
dwc:eventDate "1851-07-21" ;
dwc:locality "Olympi" ;
dwc:recordedBy "de Heldreich" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F670FFA9898CF8046A987E5A#8DA5A43EF670FFAA8882F87468DF742E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF670FFAA88F5F7906C9A742E>
dwc:locality "mount Olympus" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F670FFA9898CF8046A987E5A#8DA5A43EF670FFAA88F5F7906C9A742E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF673FFA989B9FF266B567CB0>
dwc:catalogNumber "G00330726" ;
dwc:collectionCode "T, G" ;
dwc:recordedBy "Orphanides" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F670FFA9898CF8046A987E5A#8DA5A43EF673FFA989B9FF266B567CB0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F670FFA9898CF8046A987E5A.mc.8DA5A43EF673FFA98B6DFF266B417CDC>
dwc:catalogNumber "FI050345" ;
dwc:collectionCode "T" ;
dwc:eventDate "1851-07-21" ;
dwc:locality "Olympi" ;
dwc:recordedBy "de Heldreich" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F670FFA9898CF8046A987E5A#8DA5A43EF673FFA98B6DFF266B417CDC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,164 @@
@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/B5641F75F672FFA8898CFB726C507A2A>
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:title "Campanula mrkvickana Velenovsky 1905" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F672FFA8898CFB726C507A2A.mc.8DA5A43EF672FFA8898CFAC66DDD797C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Campanula_mrkvickana_Velenovsky_1905> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_mrkvickana_Velenovsky_1930> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.5>
bibo:endPage "274" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "264" ;
bibo:volume "323" ;
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:date "2017" ;
dc:title "Nomenclatural notes and typifications in Campanula versicolor (Campanulaceae) and related names" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_mrkvickana_Velenovsky_1905>
dwc:authority "Velenovsky (1905: 44 - 45)" ;
dwc:authorityName "Velenovsky" ;
dwc:authorityPageNumber "44 - 45" ;
dwc:authorityYear "1905" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Velenovsky, 1905" ;
dwc:species "mrkvickana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QBLV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_mrkvickana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_mrkvickana_Velenovsky_1930>
dwc:authority "(Velenovsky) Hayek (1930: 543)" ;
dwc:authorityName "Hayek" ;
dwc:authorityPageNumber "543" ;
dwc:authorityYear "1930" ;
dwc:baseAuthorityName "Velenovsky" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:form "mrkvickana" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "form" ;
dwc:scientificNameAuthorship "(Velenovsky) Hayek, 1930" ;
dwc:species "versicolor" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QBLV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_mrkvickana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Campanula_mrkvickana>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mrkvickana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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/Campanula_versicolor_mrkvickana>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:form "mrkvickana" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "form" ;
dwc:species "versicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "versicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F672FFA8898CFB726C507A2A.mc.8DA5A43EF672FFA8898CFAC66DDD797C>
dwc:collectionCode "M, I, ID" ;
dwc:eventDate "1904-08" ;
dwc:locality "In" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F672FFA8898CFB726C507A2A#8DA5A43EF672FFA8898CFAC66DDD797C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,74 @@
@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/B5641F75F672FFA8898CFD586BB37838>
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:title "Campanula versicolor subsp. thessala subvar. lancifolia Bornmuller 1925" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F672FFA8898CFD586BB37838.mc.8DA5A43EF672FFA8898CFC806D687F3A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/lancifolia_Bornmuller_1925> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.5>
bibo:endPage "274" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "264" ;
bibo:volume "323" ;
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:date "2017" ;
dc:title "Nomenclatural notes and typifications in Campanula versicolor (Campanulaceae) and related names" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/lancifolia_Bornmuller_1925>
dwc:authority "Bornmuller (1925: 2)" ;
dwc:authorityName "Bornmuller" ;
dwc:authorityPageNumber "2" ;
dwc:authorityYear "1925" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subVariety" ;
dwc:scientificNameAuthorship "Bornmuller, 1925" ;
dwc:species "versicolor" ;
dwc:subSpecies "thessala" ;
dwc:subVariety "lancifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8YHPK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/lancifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/lancifolia>
# Warning: Could not determine parent name ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subVariety" ;
dwc:species "versicolor" ;
dwc:subSpecies "thessala" ;
dwc:subVariety "lancifolia" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F672FFA8898CFD586BB37838.mc.8DA5A43EF672FFA8898CFC806D687F3A>
dwc:catalogNumber "JE 00007087" ;
dwc:collectionCode "J, ID" ;
dwc:eventDate "1918-04-27" ;
dwc:locality "In" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "400" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F672FFA8898CFD586BB37838#8DA5A43EF672FFA8898CFC806D687F3A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@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/B5641F75F672FFA8898CFEF06B757EB4>
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:title "Campanula plasonii Formanek 1899" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F672FFA8898CFEF06B757EB4.mc.8DA5A43EF672FFA8898CFE186CA57DB6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Campanula_plasonii_Formanek_1899> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.5>
bibo:endPage "274" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "264" ;
bibo:volume "323" ;
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:date "2017" ;
dc:title "Nomenclatural notes and typifications in Campanula versicolor (Campanulaceae) and related names" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_plasonii_Formanek_1899>
dwc:authority "Formanek (1899: 155 - 156)" ;
dwc:authorityName "Formanek" ;
dwc:authorityPageNumber "155 - 156" ;
dwc:authorityYear "1899" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Formanek, 1899" ;
dwc:species "plasonii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WS4Z> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_plasonii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Campanula_plasonii>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "plasonii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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://tb.plazi.org/GgServer/dwcaRecords/B5641F75F672FFA8898CFEF06B757EB4.mc.8DA5A43EF672FFA8898CFE186CA57DB6>
dwc:catalogNumber "BRNM 13259" ;
dwc:collectionCode "BRNM" ;
dwc:locality "Republic of MACEDONIA" ;
dwc:recordedBy "de Ed. Formanek" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F672FFA8898CFEF06B757EB4#8DA5A43EF672FFA8898CFE186CA57DB6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,178 @@
@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/B5641F75F673FFA8898CF9FE6B157D4C>
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:title "Campanula versicolor var. tomentella Halacsy 1892" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F673FFA8898CF9FE6B157D4C.mc.8DA5A43EF673FFA989B9F96F6C9B7AFB> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_tomentella_Halacsy_1892> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_thessala_tomentella_Halacsy_1902> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.5>
bibo:endPage "274" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "264" ;
bibo:volume "323" ;
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:date "2017" ;
dc:title "Nomenclatural notes and typifications in Campanula versicolor (Campanulaceae) and related names" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_tomentella_Halacsy_1892>
dwc:authority "Halacsy (1892: 372)" ;
dwc:authorityName "Halacsy" ;
dwc:authorityPageNumber "372" ;
dwc:authorityYear "1892" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Halacsy, 1892" ;
dwc:species "versicolor" ;
dwc:variety "tomentella" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8YGD8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_tomentella> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_thessala_tomentella_Halacsy_1902>
dwc:authority "Halacsy (1902: 263)" ;
dwc:authorityName "Halacsy" ;
dwc:authorityPageNumber "263" ;
dwc:authorityYear "1902" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:form "tomentella" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "form" ;
dwc:scientificNameAuthorship "Halacsy, 1902" ;
dwc:species "versicolor" ;
dwc:variety "thessala" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8YGD8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_thessala_tomentella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_tomentella>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "versicolor" ;
dwc:variety "tomentella" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "versicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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/Campanula_versicolor_thessala_tomentella>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:form "tomentella" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "form" ;
dwc:species "versicolor" ;
dwc:variety "thessala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_thessala> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor_thessala>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "versicolor" ;
dwc:variety "thessala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/B5641F75F673FFA8898CF9FE6B157D4C.mc.8DA5A43EF673FFA989B9F96F6C9B7AFB>
dwc:collectionCode "P, E, J, F, N, B" ;
dwc:eventDate "1891-09-07" ;
trt:httpUri <https://treatment.plazi.org/id/B5641F75F673FFA8898CF9FE6B157D4C#8DA5A43EF673FFA989B9F96F6C9B7AFB> ;
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/B5641F75F674FFAC898CFD126C597F18>
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:title "Campanula versicolor Andrews. B. Color 1804" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_Color_1804> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.323.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.323.3.5>
bibo:endPage "274" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-10-03" ;
bibo:startPage "264" ;
bibo:volume "323" ;
dc:creator "Janković, Ivana; Lakušić, Dmitar; Pietro, Romeo Di; Kuzmanović, Nevena" ;
dc:date "2017" ;
dc:title "Nomenclatural notes and typifications in Campanula versicolor (Campanulaceae) and related names" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Campanula_versicolor_Color_1804>
dwc:authority "Andrews (1804" ;
dwc:authorityName "Andrews. B. Color" ;
dwc:authorityYear "1804" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Andrews. B. Color, 1804" ;
dwc:species "versicolor" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QC6C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Campanula_versicolor>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "versicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanula>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Campanula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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,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/C01287A13578FFC834C302B8FAFDE142>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696450> ;
dc:creator "Lu, Yong-Zhong; Boonmee, Saranyaphat; Bhat, D. Jayarama; Hyde, Kevin D.; Kang, Ji-Chuan" ;
dc:title "Helicosporium luteosporum Y. Z. Lu, Boonmee & K. D. Hyde 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C01287A13578FFC834C302B8FAFDE142.mc.F8D33CEA3576FFC8358E01D6FAA6E78E>, <http://tb.plazi.org/GgServer/dwcaRecords/C01287A13578FFC834C302B8FAFDE142.mc.F8D33CEA3576FFC8311301F2FD27E7A2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Helicosporium_luteosporum_Lu_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.3.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.3.3>
bibo:endPage "253" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-05" ;
bibo:startPage "241" ;
bibo:volume "319" ;
dc:creator "Lu, Yong-Zhong; Boonmee, Saranyaphat; Bhat, D. Jayarama; Hyde, Kevin D.; Kang, Ji-Chuan" ;
dc:date "2017" ;
dc:title "Helicosporium luteosporum sp. nov. and Acanthohelicospora aurea (Tubeufiaceae, Tubeufiales) from terrestrial habitats" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696450> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Helicosporium_luteosporum_Lu_2017>
dwc:authority "Y.Z. Lu, Boonmee & K.D. Hyde" ;
dwc:authorityName "Y. Z. Lu, Boonmee & K. D. Hyde" ;
dwc:authorityYear "2017" ;
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:genus "Helicosporium" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. Z. Lu, Boonmee & K. D. Hyde, 2017" ;
dwc:species "luteosporum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3K9GK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Helicosporium_luteosporum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Helicosporium_luteosporum>
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:genus "Helicosporium" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "luteosporum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Helicosporium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Helicosporium>
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:genus "Helicosporium" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tubeufiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tubeufiaceae>
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tubeufiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tubeufiales>
dwc:class "Dothideomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
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://dx.doi.org/10.5281/zenodo.13696450>
dc:description "FIGURE 5. Helicosporium luteosporum. Colonies on MEA. a Germinating conidium. bc Colonies on MEA from above and below. d Conidia growing on MEA at sex months. ef Conidiophores with conidia. gh Conidiophores and conidiogenous cells. im Conidium. Scale bars: a, eg = 20 μm, bc = 20 mm, d = 100 μm, hm = 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696450/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C01287A13578FFC834C302B8FAFDE142.mc.F8D33CEA3576FFC8358E01D6FAA6E78E>
dwc:catalogNumber "MFLU 16-2871, GZAAS 16-0152" ;
dwc:collectionCode "MFLU, GZAAS" ;
dwc:eventDate "2015-12-15" ;
dwc:locality "Saowaluck Tibpromma" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C01287A13578FFC834C302B8FAFDE142#F8D33CEA3576FFC8358E01D6FAA6E78E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C01287A13578FFC834C302B8FAFDE142.mc.F8D33CEA3576FFC8311301F2FD27E7A2>
dwc:catalogNumber "MFLUCC 16-0226, GZCC 16-0115" ;
dwc:collectionCode "MFLUCC, GZCC" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C01287A13578FFC834C302B8FAFDE142#F8D33CEA3576FFC8311301F2FD27E7A2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,118 @@
@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/C01287A1357BFFC634C307D4FC0CE494>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696444>, <http://dx.doi.org/10.5281/zenodo.13696442> ;
dc:creator "Lu, Yong-Zhong; Boonmee, Saranyaphat; Bhat, D. Jayarama; Hyde, Kevin D.; Kang, Ji-Chuan" ;
dc:title "Acanthohelicospora aurea Rossman & W. C. Allen" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C01287A1357BFFC634C307D4FC0CE494.mc.F8D33CEA3578FFC6358303EEFEAAE5A5>, <http://tb.plazi.org/GgServer/dwcaRecords/C01287A1357BFFC634C307D4FC0CE494.mc.F8D33CEA3578FFC6350003ABFC1BE5A5> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.3.3> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Acanthohelicospora_aurea> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.3.3>
bibo:endPage "253" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-05" ;
bibo:startPage "241" ;
bibo:volume "319" ;
dc:creator "Lu, Yong-Zhong; Boonmee, Saranyaphat; Bhat, D. Jayarama; Hyde, Kevin D.; Kang, Ji-Chuan" ;
dc:date "2017" ;
dc:title "Helicosporium luteosporum sp. nov. and Acanthohelicospora aurea (Tubeufiaceae, Tubeufiales) from terrestrial habitats" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696444>, <http://dx.doi.org/10.5281/zenodo.13696442> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Acanthohelicospora_aurea>
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:genus "Acanthohelicospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "aurea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Acanthohelicospora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Acanthohelicospora>
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:genus "Acanthohelicospora" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tubeufiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tubeufiaceae>
dwc:class "Dothideomycetes" ;
dwc:family "Tubeufiaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tubeufiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tubeufiales>
dwc:class "Dothideomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Tubeufiales" ;
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://dx.doi.org/10.5281/zenodo.13696444>
dc:description "FIGURE 2. Acanthohelicospora aurea (GZAAS 160071).a Superficial ascoma on wood substrate.b Cross section of ascoma.c Peridium. d seta. e Asci with hamathecium. fg Hamathecium pseudoparaphyses. hk Ascus. lo Ascospore. p Germinating ascospore. qr Colonies on PDA from above and below. Scale bars: b = 100 μm, c = 10 μm, d, fg, qr = 20 μm, e, hp = 50 μm, qr = 20 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696444/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696442>
dc:description "FIGURE 1. Phylogenetic tree based on analysis of a combined ITS, LSU and TEF1α dataset. Bootstrap support values for RAxML and maximum parsimony (MP) greater than 75% and Bayesian posterior probabilities greater than 0.95 (PP) are indicated above or below the nodes as MLBS/MPBS/PP. The tree is rooted with Botryosphaeria dothidea CBS 115476 (Botryosphaeriaceae). The type species of each genus are in bold and new isolates are in bold and red." ;
fabio:hasRepresentation <https://zenodo.org/record/13696442/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C01287A1357BFFC634C307D4FC0CE494.mc.F8D33CEA3578FFC6358303EEFEAAE5A5>
dwc:catalogNumber "ML02, GZAAS 16-0071, GZCC 16-0059" ;
dwc:collectionCode "ML, GZAAS, GZCC" ;
dwc:eventDate "2016-05-19" ;
dwc:locality "Mulun National Nature Reserve" ;
trt:httpUri <https://treatment.plazi.org/id/C01287A1357BFFC634C307D4FC0CE494#F8D33CEA3578FFC6358303EEFEAAE5A5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C01287A1357BFFC634C307D4FC0CE494.mc.F8D33CEA3578FFC6350003ABFC1BE5A5>
dwc:catalogNumber "ML02-2, GZAAS 16-0072, GZCC 16-0060" ;
dwc:collectionCode "ML, GZAAS, GZCC" ;
trt:httpUri <https://treatment.plazi.org/id/C01287A1357BFFC634C307D4FC0CE494#F8D33CEA3578FFC6350003ABFC1BE5A5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@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/CE369042FFD1A241FF16F897FBBF060A>
dc:creator "Boo, Ga Hun; Calderon, Martha S.; Boo, Sung Min" ;
dc:title "Pterocladiella andresii G. H. Boo, M. S. Calderon & S. M. Boo 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/CE369042FFD1A241FF16F897FBBF060A.mc.F6F72B09FFD1A244FF45F8BFFAC100F6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pterocladiella_andresii_Boo_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.2>
bibo:endPage "148" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "139" ;
bibo:volume "319" ;
dc:creator "Boo, Ga Hun; Calderon, Martha S.; Boo, Sung Min" ;
dc:date "2017" ;
dc:title "A new marine alga, Pterocladiella andresii sp. nov. (Gelidiales, Rhodophyta) and its relationship to P. caloglossoides from Pacific South America" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Pterocladiella_andresii_Boo_2017>
dwc:authority "G.H.Boo, M.S.Calderon & S.M.Boo" ;
dwc:authorityName "G. H. Boo, M. S. Calderon & S. M. Boo" ;
dwc:authorityYear "2017" ;
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:genus "Pterocladiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "G. H. Boo, M. S. Calderon & S. M. Boo, 2017" ;
dwc:species "andresii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pterocladiella_andresii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Pterocladiella_andresii>
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:genus "Pterocladiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "species" ;
dwc:species "andresii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pterocladiella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pterocladiella>
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:genus "Pterocladiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pterocladiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pterocladiaceae>
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nemaliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nemaliales>
dwc:class "Florideophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Florideophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Florideophyceae>
dwc:class "Florideophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhodophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhodophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Rhodophyta" ;
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/CE369042FFD1A241FF16F897FBBF060A.mc.F6F72B09FFD1A244FF45F8BFFAC100F6>
dwc:catalogNumber "CNU012838, CNU012838-2, CNU012838-3" ;
dwc:collectionCode "S, M, CNUK" ;
dwc:eventDate "2011-10-27" ;
dwc:locality "Department of Biology" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-29.450834" ;
dwc:verbatimLongitude "-71.304726" ;
trt:httpUri <https://treatment.plazi.org/id/CE369042FFD1A241FF16F897FBBF060A#F6F72B09FFD1A244FF45F8BFFAC100F6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,105 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/CE369042FFD4A240FF16FEB5FDEA03EA>
dc:creator "Boo, Ga Hun; Calderon, Martha S.; Boo, Sung Min" ;
dc:title "Pterocladiella caloglossoides Santelices" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/CE369042FFD4A240FF16FEB5FDEA03EA.mc.F6F72B09FFD4A241FF45FE5DFBA906F0>, <http://tb.plazi.org/GgServer/dwcaRecords/CE369042FFD4A240FF16FEB5FDEA03EA.mc.F6F72B09FFD4A241FBBEFE5DFEA80694> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.319.2.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Pterocladiella_caloglossoides> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.319.2.2>
bibo:endPage "148" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-09-01" ;
bibo:startPage "139" ;
bibo:volume "319" ;
dc:creator "Boo, Ga Hun; Calderon, Martha S.; Boo, Sung Min" ;
dc:date "2017" ;
dc:title "A new marine alga, Pterocladiella andresii sp. nov. (Gelidiales, Rhodophyta) and its relationship to P. caloglossoides from Pacific South America" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Pterocladiella_caloglossoides>
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:genus "Pterocladiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "species" ;
dwc:species "caloglossoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pterocladiella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pterocladiella>
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:genus "Pterocladiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pterocladiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pterocladiaceae>
dwc:class "Florideophyceae" ;
dwc:family "Pterocladiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nemaliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nemaliales>
dwc:class "Florideophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Nemaliales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Florideophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Florideophyceae>
dwc:class "Florideophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhodophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhodophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Rhodophyta" ;
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/CE369042FFD4A240FF16FEB5FDEA03EA.mc.F6F72B09FFD4A241FF45FE5DFBA906F0>
dwc:locality "Isla San Lorenzo" ;
dwc:verbatimLatitude "-12.089722" ;
dwc:verbatimLongitude "-77.22389" ;
trt:httpUri <https://treatment.plazi.org/id/CE369042FFD4A240FF16FEB5FDEA03EA#F6F72B09FFD4A241FF45FE5DFBA906F0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/CE369042FFD4A240FF16FEB5FDEA03EA.mc.F6F72B09FFD4A241FBBEFE5DFEA80694>
dwc:collectionCode "P" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/CE369042FFD4A240FF16FEB5FDEA03EA#F6F72B09FFD4A241FBBEFE5DFEA80694> ;
a dwc:MaterialCitation .