This commit is contained in:
treatmentbank 2024-09-05 19:38:01 +00:00
parent 9269dbb29a
commit 4851b3099c
16 changed files with 1203 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03838782FFA1FFB82DB9FB01FF6BFE98>
dc:creator "Yang, Bin; Zhou, Shi-Shun; Maung, Kyaw Win; Tan, Yun-Hong" ;
dc:title "Reinwardtia glandulifera Y. H. Tan, S. S. Zhou & B. Yang 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Reinwardtia_glandulifera_Tan_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.10>
bibo:endPage "300" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "297" ;
bibo:volume "316" ;
dc:creator "Yang, Bin; Zhou, Shi-Shun; Maung, Kyaw Win; Tan, Yun-Hong" ;
dc:date "2017" ;
dc:title "Reinwardtia glandulifera (Linaceae), a new species from Kachin State, northern Myanmar" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Reinwardtia_glandulifera_Tan_2017>
dwc:authority "Y.H.Tan, S.S.Zhou & B.Yang" ;
dwc:authorityName "Y. H. Tan, S. S. Zhou & B. Yang" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:genus "Reinwardtia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. H. Tan, S. S. Zhou & B. Yang, 2017" ;
dwc:species "glandulifera" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RQS4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Reinwardtia_glandulifera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Reinwardtia_glandulifera>
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:genus "Reinwardtia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "glandulifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Reinwardtia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Reinwardtia>
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:genus "Reinwardtia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Linaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Linaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
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,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/03A7814D6350FFB5FF11425C6DABFC9C>
dc:creator "Gerasimova, Julia V.; Ekman, Stefan" ;
dc:title "Lecania graminum J. Gerasimova & S. Ekman 2017, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A7814D6350FFB5FF11425C6DABFC9C.mc.3B663A066350FFB6FEFF42A26B50F84E> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Lecania_graminum_Gerasimova_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.9>
bibo:endPage "296" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "292" ;
bibo:volume "316" ;
dc:creator "Gerasimova, Julia V.; Ekman, Stefan" ;
dc:date "2017" ;
dc:title "Taxonomy and nomenclature of seven names in Bacidia (Ramalinaceae, Lecanorales) described from Russia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Lecania_graminum_Gerasimova_2017>
dwc:authority "(Vain.) J. Gerasimova & S. Ekman" ;
dwc:authorityName "J. Gerasimova & S. Ekman" ;
dwc:authorityYear "2017" ;
dwc:baseAuthorityName "J. Gerasimova & S. Ekman" ;
dwc:baseAuthorityYear "2017" ;
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Lecania" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(J. Gerasimova & S. Ekman, 2017)" ;
dwc:species "graminum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SRCT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Lecania_graminum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Lecania_graminum>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Lecania" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "graminum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecania>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Lecania" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ramalinaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ramalinaceae>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanorales>
dwc:class "Lecanoromycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
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://tb.plazi.org/GgServer/dwcaRecords/03A7814D6350FFB5FF11425C6DABFC9C.mc.3B663A066350FFB6FEFF42A26B50F84E>
dwc:catalogNumber "TUR-V 20778" ;
dwc:locality "Chukotka" ;
dwc:recordedBy "E. Almquist" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03A7814D6350FFB5FF11425C6DABFC9C#3B663A066350FFB6FEFF42A26B50F84E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,124 @@
@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/03A7814D6352FFB3FF1140E36C75FE80>
dc:creator "Gerasimova, Julia V.; Ekman, Stefan" ;
dc:title "Bacidia xylophila Malme 1932" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A7814D6352FFB3FF1140E36C75FE80.mc.3B663A066352FFB4FF1143346C7BF9D8>, <http://tb.plazi.org/GgServer/dwcaRecords/03A7814D6352FFB3FF1140E36C75FE80.mc.3B663A066355FFB3FCEC45B46808FE80> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Bacidia_xylophila_Malme_1932> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.9>
bibo:endPage "296" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "292" ;
bibo:volume "316" ;
dc:creator "Gerasimova, Julia V.; Ekman, Stefan" ;
dc:date "2017" ;
dc:title "Taxonomy and nomenclature of seven names in Bacidia (Ramalinaceae, Lecanorales) described from Russia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Bacidia_xylophila_Malme_1932>
dwc:authority "Malme (1932: 17)" ;
dwc:authorityName "Malme" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1932" ;
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Bacidia" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Malme, 1932" ;
dwc:species "xylophila" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Bacidia_xylophila> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Bacidia_xylophila>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Bacidia" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "xylophila" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Bacidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Bacidia>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Bacidia" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ramalinaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ramalinaceae>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanorales>
dwc:class "Lecanoromycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
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://tb.plazi.org/GgServer/dwcaRecords/03A7814D6352FFB3FF1140E36C75FE80.mc.3B663A066352FFB4FF1143346C7BF9D8>
dwc:collectionCode "ICN" ;
dwc:eventDate "1878-08-24" ;
dwc:locality "The" ;
dwc:recordedBy "E. Almquist" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03A7814D6352FFB3FF1140E36C75FE80#3B663A066352FFB4FF1143346C7BF9D8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03A7814D6352FFB3FF1140E36C75FE80.mc.3B663A066355FFB3FCEC45B46808FE80>
dwc:eventDate "1878-08-14" ;
dwc:locality "Nenetsky District" ;
trt:httpUri <https://treatment.plazi.org/id/03A7814D6352FFB3FF1140E36C75FE80#3B663A066355FFB3FCEC45B46808FE80> ;
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/03A7814D6353FFB4FF1143926BF9FC53>
dc:creator "Gerasimova, Julia V.; Ekman, Stefan" ;
dc:title "Bacidia primigenia Vain. 1928" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Bacidia_primigenia_Vain._1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.9>
bibo:endPage "296" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "292" ;
bibo:volume "316" ;
dc:creator "Gerasimova, Julia V.; Ekman, Stefan" ;
dc:date "2017" ;
dc:title "Taxonomy and nomenclature of seven names in Bacidia (Ramalinaceae, Lecanorales) described from Russia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Bacidia_primigenia_Vain._1928>
dwc:authority "Vain. (1928: 95)" ;
dwc:authorityName "Vain." ;
dwc:authorityPageNumber "95" ;
dwc:authorityYear "1928" ;
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Bacidia" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vain., 1928" ;
dwc:species "primigenia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Bacidia_primigenia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Bacidia_primigenia>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Bacidia" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "primigenia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Bacidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Bacidia>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:genus "Bacidia" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ramalinaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ramalinaceae>
dwc:class "Lecanoromycetes" ;
dwc:family "Ramalinaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanorales>
dwc:class "Lecanoromycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03AEF26FFFC5C95285A2FD50FAF4F95C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696160>, <http://dx.doi.org/10.5281/zenodo.13696162> ;
dc:creator "Jin, Xiao-Feng" ;
dc:title "Carex chungii Z. P. Wang 1962" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03AEF26FFFC5C95285A2FD50FAF4F95C.mc.3B6F4924FFC5C95F8459FD06FDAAFC81> ;
@ -28,6 +29,7 @@
dc:creator "Jin, Xiao-Feng" ;
dc:date "2017" ;
dc:title "Taxonomic revision of Carex chungii (Cyperaceae; sect. Mitratae) and allied species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696160>, <http://dx.doi.org/10.5281/zenodo.13696162> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Carex_chungii_Wang_1962>
@ -140,6 +142,16 @@
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696160>
dc:description "FIGURE 4. AE. Carex chungii Z. P. Wang. (A) habit; (B) staminate scale; (C) pistillate scale; (D) perigynium; (E) achene. FK. Carex truncatirostris S.W.Su & S.M.Xu. (F) habit; (G) staminate spike; (H) staminate scale; (I) pistillate scale; (J) perigynium; (K) achene. (AE from X.F. Jin & al. 2748 in HTC; FK from Y. Zheng & al. 2744 in HTC; drawn by Xiao-feng Jin)." ;
fabio:hasRepresentation <https://zenodo.org/record/13696160/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696162>
dc:description "FIGURE 5. Distribution map of Carex chungii and allied species. (A) Carex chungii; (B) Carex truncatirostris; (C) Carex dapanshanica (■) and C. nanpingensis (●); (D) Carex genkaiensis." ;
fabio:hasRepresentation <https://zenodo.org/record/13696162/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03AEF26FFFC5C95285A2FD50FAF4F95C.mc.3B6F4924FFC5C95F8459FD06FDAAFC81>
dwc:eventDate "1961-04-28" ;
dwc:locality "Kamagari-cho" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03AEF26FFFC8C95385A2F8F3FE81FBBA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696160>, <http://dx.doi.org/10.5281/zenodo.13696162> ;
dc:creator "Jin, Xiao-Feng" ;
dc:title "Carex truncatirostris S. W. Su & S. M. Xu 1989" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03AEF26FFFC8C95385A2F8F3FE81FBBA.mc.3B6F4924FFC8C952847BF865FD8CF820>, <http://tb.plazi.org/GgServer/dwcaRecords/03AEF26FFFC8C95385A2F8F3FE81FBBA.mc.3B6F4924FFC8C952845DF82FFD65F86A> ;
@ -27,6 +28,7 @@
dc:creator "Jin, Xiao-Feng" ;
dc:date "2017" ;
dc:title "Taxonomic revision of Carex chungii (Cyperaceae; sect. Mitratae) and allied species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696160>, <http://dx.doi.org/10.5281/zenodo.13696162> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Carex_truncatirostris_Su_1989>
@ -109,6 +111,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696160>
dc:description "FIGURE 4. AE. Carex chungii Z. P. Wang. (A) habit; (B) staminate scale; (C) pistillate scale; (D) perigynium; (E) achene. FK. Carex truncatirostris S.W.Su & S.M.Xu. (F) habit; (G) staminate spike; (H) staminate scale; (I) pistillate scale; (J) perigynium; (K) achene. (AE from X.F. Jin & al. 2748 in HTC; FK from Y. Zheng & al. 2744 in HTC; drawn by Xiao-feng Jin)." ;
fabio:hasRepresentation <https://zenodo.org/record/13696160/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696162>
dc:description "FIGURE 5. Distribution map of Carex chungii and allied species. (A) Carex chungii; (B) Carex truncatirostris; (C) Carex dapanshanica (■) and C. nanpingensis (●); (D) Carex genkaiensis." ;
fabio:hasRepresentation <https://zenodo.org/record/13696162/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03AEF26FFFC8C95385A2F8F3FE81FBBA.mc.3B6F4924FFC8C952847BF865FD8CF820>
dwc:collectionCode "ACM, PE" ;
dwc:eventDate "1981-04-20" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B0A12EFFE1FF86C8B77B01FBA3FE4F>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696182> ;
dc:creator "Carrión, Juan F.; Cordeiro, Inês; Amorim, André Márcio" ;
dc:title "Bernardia hamadryadica J. F. Carrion & Cordeiro 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B0A12EFFE1FF86C8B77B01FBA3FE4F.mc.3B711A65FFE4FF87C8827B3CFAC3FD1B>, <http://tb.plazi.org/GgServer/dwcaRecords/03B0A12EFFE1FF86C8B77B01FBA3FE4F.mc.3B711A65FFE4FF87CD4D7B18FD38FD27>, <http://tb.plazi.org/GgServer/dwcaRecords/03B0A12EFFE1FF86C8B77B01FBA3FE4F.mc.3B711A65FFE4FF87CA977BF4FF5AFD6F>, <http://tb.plazi.org/GgServer/dwcaRecords/03B0A12EFFE1FF86C8B77B01FBA3FE4F.mc.3B711A65FFE4FF87C9347B8CFB3FFC8B>, <http://tb.plazi.org/GgServer/dwcaRecords/03B0A12EFFE1FF86C8B77B01FBA3FE4F.mc.3B711A65FFE4FF87CC9B7A68FD1FFCF3> ;
@ -27,6 +28,7 @@
dc:creator "Carrión, Juan F.; Cordeiro, Inês; Amorim, André Márcio" ;
dc:date "2017" ;
dc:title "A new species of Bernardia (Euphorbiaceae) from the Chapada Diamantina, Bahia State, Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696182> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Bernardia_hamadryadica_Carrion_2017>
@ -108,6 +110,11 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696182>
dc:description "FIGURE 3. Geographical distribution of Bernardia hamadryadica (black circles) in the Chapada Diamantina, northern extension of the Espinhaço Range (dark gray area)." ;
fabio:hasRepresentation <https://zenodo.org/record/13696182/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B0A12EFFE1FF86C8B77B01FBA3FE4F.mc.3B711A65FFE4FF87C8827B3CFAC3FD1B>
dwc:eventDate "2008-04-17" ;
dwc:locality "Buraco do Possidonio" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03C08781CB5AFFB8D1D7FF459C5CF811>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696086>, <http://dx.doi.org/10.5281/zenodo.13696088> ;
dc:creator "Oskay, Dilek" ;
dc:title "Iberis saxatilis subsp. magnesiana Oskay 2017, subsp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Iberis_saxatilis_magnesiana_Oskay_2017> ;
@ -26,6 +27,7 @@
dc:creator "Oskay, Dilek" ;
dc:date "2017" ;
dc:title "A new subspecies of Iberis saxatilis (Brassicaceae) from Turkey" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696086>, <http://dx.doi.org/10.5281/zenodo.13696088> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Iberis_saxatilis_magnesiana_Oskay_2017>
@ -119,3 +121,13 @@
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696086>
dc:description "FIGURE 1. Iberis saxatilis subsp. magnesiana, a—habit; b—petals; c—flower; d—inner flower; e—outher flower; f, g—sepals; h— pistil; i—fruit; j, k—leaf (illustrated by Cem Azeri)." ;
fabio:hasRepresentation <https://zenodo.org/record/13696086/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696088>
dc:description "FIGURE 2. Iberis saxatilis subsp. magnesiana, a—habitat; b—flowering period; c—fruiting period." ;
fabio:hasRepresentation <https://zenodo.org/record/13696088/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03E5DB51FFF84576FF7EF9031A86DF72>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696166>, <http://dx.doi.org/10.5281/zenodo.13696168> ;
dc:creator "Chowlu, Krishna; Malik, Saloni; Kumar, Pankaj; Babbar, S. B." ;
dc:title "Oberonia bopannae Chowlu & Kumar 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oberonia_bopannae_Chowlu_2017> ;
@ -26,6 +27,7 @@
dc:creator "Chowlu, Krishna; Malik, Saloni; Kumar, Pankaj; Babbar, S. B." ;
dc:date "2017" ;
dc:title "Oberonia bopannae (Orchidaceae: Epidendroideae: Malaxideae: Malaxidinae), a new species from Arunachal Pradesh (India)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696166>, <http://dx.doi.org/10.5281/zenodo.13696168> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oberonia_bopannae_Chowlu_2017>
@ -106,3 +108,13 @@
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696166>
dc:description "FIGURE 1. Oberonia bopannae Chowlu & Kumar sp. nov. A. Habit; B. Part of Inflorescence; C. Floral bract; D. Flower; E. Dissected parts; F. Lip (original structure); G. Column with pedicel ovary; H.Anther cap; I. Pollinia." ;
fabio:hasRepresentation <https://zenodo.org/record/13696166/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696168>
dc:description "FIGURE 2. Oberonia bopannae Chowlu & Kumar sp. nov. A. Lip (after stretching); B. Lip (normal)." ;
fabio:hasRepresentation <https://zenodo.org/record/13696168/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03EF0D24FF84FFBD07F4F9C04085B384>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696138>, <http://dx.doi.org/10.5281/zenodo.13696140> ;
dc:creator "Vijver, Bart Van De; Cohu, René Le" ;
dc:title "Diatomella colonialis Vijver & Cohu, 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03EF0D24FF84FFBD07F4F9C04085B384.mc.3B2EB66FFF87FFBD07AAFD9C42C3B624> ;
@ -27,6 +28,7 @@
dc:creator "Vijver, Bart Van De; Cohu, René Le" ;
dc:date "2017" ;
dc:title "Diatomella colonialis, a new diatom species (Bacillariophyta) from the sub-Antarctic Region" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696138>, <http://dx.doi.org/10.5281/zenodo.13696140> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Diatomella_colonialis_Vijver_2017>
@ -106,6 +108,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696138>
dc:description "FIGURES 131. Diatomella colonialis sp. nov. Light microscopy views. Holotype population from Iles Kerguelen (sample Port Bizet). 13. Initial valves. 425. Valve views showing the broad range of valve dimensions. 2629. Observations on scalariform valvocopulae. 30-31. Two colonies with frustules connected by linking spines. Scale bar represents 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696138/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696140>
dc:description "FIGURES 3238. Diatomella colonialis sp. nov. SEM views taken from the holotype population from Iles Kerguelen (sample Port Bizet). 32. SEM of a long chain with several frustules connected by their linking spines. 33. SEM of an entire frustule in girdle view showing the structure and composition of the girdle (VC = valvocopula, C1C3 = copula 1 to 3). The arrows indicate plaques and the granular surface structure. 34. SEM external valve face view. Note the presence of marginal linking spines and the reduced raphe structure. 35. SEM external valve face view of an entire valve lacking marginal spines. 36. SEM internal valve face view of an entire valve showing the large silica plate covering almost the entire valve interior. 37. SEM internal detail of half a valve showing the reduced internal raphe branch and the alveolate structure of the striae. 38. SEM view of a scalariform valvocopula. Scale bar represents 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696140/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03EF0D24FF84FFBD07F4F9C04085B384.mc.3B2EB66FFF87FFBD07AAFD9C42C3B624>
dwc:collectionCode "BR, PLP" ;
dwc:locality "Iles Kerguelen" ;

View file

@ -0,0 +1,101 @@
@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/03F887F8244AA739FF68FB53FB07F79F>
dc:creator "Do, Truong Van; Gao, Xin-Fen" ;
dc:title "Aristolochia chlamydophylla S. M. Hwang, Acta Phytotax. Sin." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887F8244AA739FF68FB53FB07F79F.mc.3B393CB3244AA739FF68FB69FA12FA92> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.317.1.8> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristolochia_chlamydophylla> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.317.1.8>
bibo:endPage "78" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-11" ;
bibo:startPage "76" ;
bibo:volume "317" ;
dc:creator "Do, Truong Van; Gao, Xin-Fen" ;
dc:date "2017" ;
dc:title "Aristolochia longeracemosa, a new synonym of A. chlamydophylla (Aristolochiaceae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia_chlamydophylla>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "chlamydophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochia>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:genus "Aristolochia" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aristolochiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aristolochiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Piperales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Piperales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Piperales" ;
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/03F887F8244AA739FF68FB53FB07F79F.mc.3B393CB3244AA739FF68FB69FA12FA92>
dwc:collectionCode "S, KUN" ;
dwc:eventDate "1961-04-27" ;
dwc:locality "Ruili" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1000" ;
trt:httpUri <https://treatment.plazi.org/id/03F887F8244AA739FF68FB53FB07F79F#3B393CB3244AA739FF68FB69FA12FA92> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,145 @@
@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/2F6187A67514FF89FF60FF2A8084F848>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696213> ;
dc:creator "Magnago, Altielys Casale; Reck, Mateus Arduvino; Dentinger, Bryn T. M.; Moncalvo, Jean-Marc; Neves, Maria Alice; Silveira, Rosa Mara Borges Da" ;
dc:title "Tylopilus dunensis A. C. Magnago & M. A. Neves 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67514FF89FF60FF2A8084F848.mc.17A03CED7514FF89FF55FEB880B1FEC2>, <http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67514FF89FF60FF2A8084F848.mc.17A03CED7514FF89FF55FAF28062FAD0>, <http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67514FF89FF60FF2A8084F848.mc.17A03CED7514FF89FAB8FA8E862DFA08> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Tylopilus_dunensis_Magnago_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.4>
bibo:endPage "260" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "250" ;
bibo:volume "316" ;
dc:creator "Magnago, Altielys Casale; Reck, Mateus Arduvino; Dentinger, Bryn T. M.; Moncalvo, Jean-Marc; Neves, Maria Alice; Silveira, Rosa Mara Borges Da" ;
dc:date "2017" ;
dc:title "Two new Tylopilus species (Boletaceae) from Northeastern Atlantic Forest, Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696213> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Tylopilus_dunensis_Magnago_2017>
dwc:authority "A.C. Magnago & M.A. Neves" ;
dwc:authorityName "A. C. Magnago & M. A. Neves" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Tylopilus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. C. Magnago & M. A. Neves, 2017" ;
dwc:species "dunensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/59TVQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Tylopilus_dunensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Tylopilus_dunensis>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Tylopilus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "dunensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tylopilus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tylopilus>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Tylopilus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Boletaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Boletaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Boletales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Boletales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696213>
dc:description "FIGURE 3. Tylopilus dunensis. A—Photographs of fresh basidiomes in the field. B-C—Basidiospores; D—Basidia; E—Cystidia; F— Pileipellis; G—Stipitipellis. Bar 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696213/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67514FF89FF60FF2A8084F848.mc.17A03CED7514FF89FF55FEB880B1FEC2>
dwc:catalogNumber "HUEFS138281, FLOR51718" ;
dwc:collectionCode "HUEFS, FLOR" ;
dwc:eventDate "2008-04-24" ;
dwc:recordedBy "Neves MA" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/2F6187A67514FF89FF60FF2A8084F848#17A03CED7514FF89FF55FEB880B1FEC2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67514FF89FF60FF2A8084F848.mc.17A03CED7514FF89FF55FAF28062FAD0>
dwc:catalogNumber "HUEFS138279, FLOR51716" ;
dwc:collectionCode "HUEFS, FLOR" ;
dwc:eventDate "2008-04-24" ;
dwc:locality "Parque Estadual Dunas do Natal" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-5.85" ;
dwc:verbatimLongitude "-35.183334" ;
trt:httpUri <https://treatment.plazi.org/id/2F6187A67514FF89FF60FF2A8084F848#17A03CED7514FF89FF55FAF28062FAD0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67514FF89FF60FF2A8084F848.mc.17A03CED7514FF89FAB8FA8E862DFA08>
dwc:catalogNumber "HUEFS138318, HUEFS138319, HUEFS138321, HUEFS138368" ;
dwc:collectionCode "HUEFS" ;
dwc:eventDate "2008-04-29" ;
dwc:recordedBy "Neves MA" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/2F6187A67514FF89FF60FF2A8084F848#17A03CED7514FF89FAB8FA8E862DFA08> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,138 @@
@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/2F6187A67517FF8BFF60FADF871EFD6E>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696215> ;
dc:creator "Magnago, Altielys Casale; Reck, Mateus Arduvino; Dentinger, Bryn T. M.; Moncalvo, Jean-Marc; Neves, Maria Alice; Silveira, Rosa Mara Borges Da" ;
dc:title "Tylopilus pygmaeus A. C. Magnago & R. M. Silveira 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67517FF8BFF60FADF871EFD6E.mc.17A03CED7516FF8BFF55FED0879DFEF2>, <http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67517FF8BFF60FADF871EFD6E.mc.17A03CED7516FF8BFD2FFEEC87CBFED6>, <http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67517FF8BFF60FADF871EFD6E.mc.17A03CED7516FF8BFD12FE8887B4FE2A> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Tylopilus_pygmaeus_Magnago_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.4>
bibo:endPage "260" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "250" ;
bibo:volume "316" ;
dc:creator "Magnago, Altielys Casale; Reck, Mateus Arduvino; Dentinger, Bryn T. M.; Moncalvo, Jean-Marc; Neves, Maria Alice; Silveira, Rosa Mara Borges Da" ;
dc:date "2017" ;
dc:title "Two new Tylopilus species (Boletaceae) from Northeastern Atlantic Forest, Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696215> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Tylopilus_pygmaeus_Magnago_2017>
dwc:authority "A.C. Magnago & R.M. Silveira" ;
dwc:authorityName "A. C. Magnago & R. M. Silveira" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Tylopilus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. C. Magnago & R. M. Silveira, 2017" ;
dwc:species "pygmaeus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/59TXX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Tylopilus_pygmaeus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Tylopilus_pygmaeus>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Tylopilus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "pygmaeus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tylopilus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tylopilus>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:genus "Tylopilus" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Boletaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Boletaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Boletaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Boletales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Boletales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Boletales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696215>
dc:description "FIGURE 4. Tylopilus pygmaeus. A—Photographs of fresh basidiomes in the field. B-C—Basidiospores; D—Basidia; E—Cystidia; F— Pileipellis; G—Stipitipellis. Bar 10 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13696215/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67517FF8BFF60FADF871EFD6E.mc.17A03CED7516FF8BFF55FED0879DFEF2>
dwc:eventDate "1978-02-03" ;
dwc:locality "Amazonas" ;
dwc:recordedBy "Singer B" ;
trt:httpUri <https://treatment.plazi.org/id/2F6187A67517FF8BFF60FADF871EFD6E#17A03CED7516FF8BFF55FED0879DFEF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67517FF8BFF60FADF871EFD6E.mc.17A03CED7516FF8BFD2FFEEC87CBFED6>
dwc:collectionCode "INPA" ;
dwc:eventDate "1978-01-20" ;
dwc:locality "Rio Negro" ;
dwc:recordedBy "de Sao Gabriel da Cachoeira & Araujo, I." ;
trt:httpUri <https://treatment.plazi.org/id/2F6187A67517FF8BFF60FADF871EFD6E#17A03CED7516FF8BFD2FFEEC87CBFED6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2F6187A67517FF8BFF60FADF871EFD6E.mc.17A03CED7516FF8BFD12FE8887B4FE2A>
dwc:eventDate "1978-12-14" ;
dwc:locality "Tarumazinho" ;
dwc:recordedBy "Singer B" ;
trt:httpUri <https://treatment.plazi.org/id/2F6187A67517FF8BFF60FADF871EFD6E#17A03CED7516FF8BFD12FE8887B4FE2A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,149 @@
@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/5A1D87A6FF88FFD396EE69F5FAB48C87>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696225>, <http://dx.doi.org/10.5281/zenodo.13696229>, <http://dx.doi.org/10.5281/zenodo.13696231> ;
dc:creator "Duncan, Graham D." ;
dc:title "Lachenalia barbarae G. D. Duncan 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF88FFD396EE69F5FAB48C87.mc.62DC3CEDFF88FFD6946B6DE7FA398A09>, <http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF88FFD396EE69F5FAB48C87.mc.62DC3CEDFF88FFD696EE6C2FFDC98A6D>, <http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF88FFD396EE69F5FAB48C87.mc.62DC3CEDFF88FFD697406C53FC0B894D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lachenalia_barbarae_Duncan_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.5>
bibo:endPage "270" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "261" ;
bibo:volume "316" ;
dc:creator "Duncan, Graham D." ;
dc:date "2017" ;
dc:title "Two new species, two rediscoveries and a range extension in Lachenalia (Asparagaceae: Scilloideae) from southern and western South Africa" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696225>, <http://dx.doi.org/10.5281/zenodo.13696229>, <http://dx.doi.org/10.5281/zenodo.13696231> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lachenalia_barbarae_Duncan_2017>
dwc:authority "G.D.Duncan" ;
dwc:authorityName "G. D. Duncan" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Lachenalia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "G. D. Duncan, 2017" ;
dwc:species "barbarae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWX3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lachenalia_barbarae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lachenalia_barbarae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Lachenalia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "barbarae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lachenalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lachenalia>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Lachenalia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696225>
dc:description "FIGURE 1. Lachenalia barbarae, drawn from Groenewald s.n. A. Flowering plant. B. Single flower in lateral view. C. Single flower in front view. Scale bars: 10 mm. Illustration byVicki Thomas." ;
fabio:hasRepresentation <https://zenodo.org/record/13696225/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696229>
dc:description "FIGURE 2. Lachenalia barbarae, general view of quartz habitat in Eastern Rûens Shale Renosterveld, Haarwegskloof Renosterveld Reserve, southern Cape (A.) and flowering plants (B, C). Photographs by Graham Duncan." ;
fabio:hasRepresentation <https://zenodo.org/record/13696229/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696231>
dc:description "FIGURE 3. Distribution of Lachenalia barbarae (black dot) in southern South Africa and Lachenalia adamii (black star) in western South Africa." ;
fabio:hasRepresentation <https://zenodo.org/record/13696231/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF88FFD396EE69F5FAB48C87.mc.62DC3CEDFF88FFD6946B6DE7FA398A09>
dwc:collectionCode "AC" ;
dwc:eventDate "2011-01-05" ;
dwc:locality "Haarwegskloof Renosterveld Reserve" ;
dwc:verbatimLatitude "-34.338" ;
dwc:verbatimLongitude "-20.326" ;
trt:httpUri <https://treatment.plazi.org/id/5A1D87A6FF88FFD396EE69F5FAB48C87#62DC3CEDFF88FFD6946B6DE7FA398A09> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF88FFD396EE69F5FAB48C87.mc.62DC3CEDFF88FFD696EE6C2FFDC98A6D>
dwc:collectionCode "NBG" ;
dwc:eventDate "2014-12" ;
trt:httpUri <https://treatment.plazi.org/id/5A1D87A6FF88FFD396EE69F5FAB48C87#62DC3CEDFF88FFD696EE6C2FFDC98A6D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF88FFD396EE69F5FAB48C87.mc.62DC3CEDFF88FFD697406C53FC0B894D>
dwc:collectionCode "CREW" ;
dwc:eventDate "2011-01-05" ;
dwc:locality "The" ;
dwc:recordedBy "During & Jannie Groenewald & Manager & Reserve & Following & Groenewald & Kirstenbosch National Botanical Garden & Rhoda McMaster & Endangered Wildflowers" ;
trt:httpUri <https://treatment.plazi.org/id/5A1D87A6FF88FFD396EE69F5FAB48C87#62DC3CEDFF88FFD697406C53FC0B894D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,137 @@
@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/5A1D87A6FF8CFFDF96EE699CFAF48EF3>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696235>, <http://dx.doi.org/10.5281/zenodo.13696237>, <http://dx.doi.org/10.5281/zenodo.13696231> ;
dc:creator "Duncan, Graham D." ;
dc:title "Lachenalia adamii G. D. Duncan 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF8CFFDF96EE699CFAF48EF3.mc.62DC3CEDFF8CFFD296EE69C7FD158E09> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lachenalia_adamii_Duncan_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.3.5>
bibo:endPage "270" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "261" ;
bibo:volume "316" ;
dc:creator "Duncan, Graham D." ;
dc:date "2017" ;
dc:title "Two new species, two rediscoveries and a range extension in Lachenalia (Asparagaceae: Scilloideae) from southern and western South Africa" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696235>, <http://dx.doi.org/10.5281/zenodo.13696237>, <http://dx.doi.org/10.5281/zenodo.13696231> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lachenalia_adamii_Duncan_2017>
dwc:authority "G.D.Duncan" ;
dwc:authorityName "G. D. Duncan" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Lachenalia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "G. D. Duncan, 2017" ;
dwc:species "adamii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WWX2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lachenalia_adamii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lachenalia_adamii>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Lachenalia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "adamii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lachenalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lachenalia>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:genus "Lachenalia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagaceae>
dwc:class "Liliopsida" ;
dwc:family "Asparagaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696235>
dc:description "FIGURE 4. Lachenalia adamii, drawn from Harrower 4977. A. Flowering plant with bulblets. B. Single flower in lateral view. C. Dissected flower in lateral view. Scale bars: 10 mm. Illustration by Vicki Thomas." ;
fabio:hasRepresentation <https://zenodo.org/record/13696235/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696237>
dc:description "FIGURE 5. Lachenalia adamii, view of plants leafing out in shale scree, Oorlogskloof Nature Reserve, northwestern Cape (A.) and flowering plants in cultivation (B.). Photographs by Adam Harrower." ;
fabio:hasRepresentation <https://zenodo.org/record/13696237/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13696231>
dc:description "FIGURE 3. Distribution of Lachenalia barbarae (black dot) in southern South Africa and Lachenalia adamii (black star) in western South Africa." ;
fabio:hasRepresentation <https://zenodo.org/record/13696231/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/5A1D87A6FF8CFFDF96EE699CFAF48EF3.mc.62DC3CEDFF8CFFD296EE69C7FD158E09>
dwc:collectionCode "AC, NBG, PRE" ;
dwc:eventDate "2011-09-11" ;
dwc:locality "Nieuwoudtville" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "600" ;
dwc:verbatimLatitude "-31.48" ;
dwc:verbatimLongitude "19.093" ;
trt:httpUri <https://treatment.plazi.org/id/5A1D87A6FF8CFFDF96EE699CFAF48EF3#62DC3CEDFF8CFFD296EE69C7FD158E09> ;
a dwc:MaterialCitation .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/BD224927FFE85B700A93AFDBC69EF989>
cito:cites <http://dx.doi.org/10.5281/zenodo.13696112> ;
dc:creator "Fiuza, Patrícia O.; Cantillo-Pérez, Taimy; Gulis, Vladislav; Gusmão, Luís F. P." ;
dc:title "Flagellospora stricta Sv. Nilsson, Bot. Notiser" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.306.3.1> ;
@ -26,6 +27,7 @@
dc:creator "Fiuza, Patrícia O.; Cantillo-Pérez, Taimy; Gulis, Vladislav; Gusmão, Luís F. P." ;
dc:date "2017" ;
dc:title "Ingoldian fungi of Brazil: some new records and a review including a checklist and a key" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13696112> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Flagellospora_stricta>
@ -89,3 +91,8 @@
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13696112>
dc:description "FIGURE 4. A. Dendrosporomyces prolifer: conidium; B. Dendrosporomyces splendens: conidium; C. Filosporella versimorpha: conidiophore and conidia; D. Flabellocladia tetracladia: conidium; E. Flabellospora crassa: conidium; F. Flabellospora multiradiata: conidium; G. Flabellospora verticillata: conidium; H. Flagellospora curvula: conidia, conidiophore and conidiogenous cells; I. Flagellospora stricta: conidia, conidiophore and conidiogenous cells; JK. Geniculospora inflata: conidia. (Scale bar: AB= 80 μm; C, E, GH= 25 μm; D, JK= 30 μm; F= 50 μm; I=10 μm)" ;
fabio:hasRepresentation <https://zenodo.org/record/13696112/files/figure.png> ;
a fabio:Figure .