This commit is contained in:
parent
9908360673
commit
ed8b6e6bf6
16 changed files with 2395 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/03828791FFCEFFC6FF7C63DDFCBAFA8C>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Fungi/Pluteus_floccipes_Sevcikova_2015> ;
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Fungi/Pluteus_floccipes_Sevcikova_2015>, <http://dx.doi.org/10.5281/zenodo.13876587>, <http://dx.doi.org/10.5281/zenodo.13876589> ;
|
||||
dc:creator "Ševčíková, Hana; Moreau, Pierre-Arthur; Borovička, Jan" ;
|
||||
dc:title "Pluteus keselakii Sevcikova, P., sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03828791FFCEFFC6FF7C63DDFCBAFA8C.mc.3B433CDAFFCEFFC0FF7C62F9FACAFD90> ;
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
dc:creator "Ševčíková, Hana; Moreau, Pierre-Arthur; Borovička, Jan" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Pluteus keselakii (Pluteaceae, Agaricales), a new species in section Celluloderma" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876587>, <http://dx.doi.org/10.5281/zenodo.13876589> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Fungi/Pluteus_keselakii_Sevcikova_>
|
||||
|
|
@ -109,6 +110,16 @@
|
|||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876587>
|
||||
dc:description "FIGURE 2. Pluteus keselakii holotype BRNM 817402: a basidiospores, b basidia, c pleurocystidia, d cheilocystidia, e pileipellis elements, f caulocystidia. Scale bar = 10 μm. Illustrated by Hana Ševčíková." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876587/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876589>
|
||||
dc:description "FIGURE 3. Pluteus keselakii a–e holotype BRNM 817402 basidiocarps, f pleurocystidia holotype, g pileipellis LIP Mycologie 0401385, h–i Basidiocarps. LIP Mycologie 0401385, j caulocystidia holotype BRNM 817402. Scale bar: a–e, h–i = 1 cm, f–g and j = 10 μm. Photos: a–e Pavol Kešeľák, f–g and j Hana Ševčíková, h–i Pierre-Arthur Moreau." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876589/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03828791FFCEFFC6FF7C63DDFCBAFA8C.mc.3B433CDAFFCEFFC0FF7C62F9FACAFD90>
|
||||
dwc:catalogNumber "BRNM 817402, MN250223, LR699073, EF1" ;
|
||||
dwc:collectionCode "P, EMBL, ITS, LSU" ;
|
||||
|
|
|
|||
269
data/03/8E/DE/038EDE173D22FF91FF0ADBF3B4B41618.ttl
Normal file
269
data/03/8E/DE/038EDE173D22FF91FF0ADBF3B4B41618.ttl
Normal file
|
|
@ -0,0 +1,269 @@
|
|||
@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/038EDE173D22FF91FF0ADBF3B4B41618>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_subrubescens_Habit_1895>, <http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_hainanensis_Habit_1974>, <http://taxon-concept.plazi.org/id/Plantae/Excentrodendron_tonkinense_Chiev_>, <http://taxon-concept.plazi.org/id/Plantae/Rothmannia_daweishanensis_Shui_>, <http://taxon-concept.plazi.org/id/Plantae/Streblus_ilicifolius_Vidal_>, <http://taxon-concept.plazi.org/id/Plantae/Alphonsea_tonkinensis_DC_>, <http://taxon-concept.plazi.org/id/Plantae/Lysimachia_baviensis_Hu_>, <http://taxon-concept.plazi.org/id/Plantae/Lysimachia_insignis_Hemsl_>, <http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_nutans_Hooker_>, <http://dx.doi.org/10.5281/zenodo.13876773>, <http://dx.doi.org/10.5281/zenodo.13876775> ;
|
||||
dc:creator "Liu, Wen-Jian; Gao, Qi; Nguyen, Khang Sinh; Nguyen, Dzu Van; Wu, Lei" ;
|
||||
dc:title "Ophiorrhiza hiepii L. Wu, Q. Gao & K. S. Nguyen. A. Habit 2020, sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D22FF91FF0ADBF3B4B41618.mc.3B4F655C3D26FF91FD63DAB9B5E3163C>, <http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D22FF91FF0ADBF3B4B41618.mc.3B4F655C3D26FF91FC8BDAC1B4B91618> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Garcinia_undetermined>, <http://taxon-name.plazi.org/id/Plantae/Aspidistra_undetermined>, <http://taxon-name.plazi.org/id/Plantae/Impatiens_undetermined>, <http://taxon-name.plazi.org/id/Plantae/Begonia_undetermined>, <http://taxon-name.plazi.org/id/Plantae/Strobilanthes_undetermined> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_hiepii_Wu_2020> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.1.5> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.1.5>
|
||||
bibo:endPage "72" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-16" ;
|
||||
bibo:startPage "65" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Liu, Wen-Jian; Gao, Qi; Nguyen, Khang Sinh; Nguyen, Dzu Van; Wu, Lei" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Taxonomic studies on Ophiorrhiza in Vietnam I: Ophiorrhiza hiepii and O. hainanensis, a new species and new record from northern Vietnam" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876773>, <http://dx.doi.org/10.5281/zenodo.13876775> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_hiepii_Wu_2020>
|
||||
dwc:authority "L. Wu, Q. Gao & K.S. Nguyen", "L. Wu, Q. Gao & K. S. Nguyen. A. Habit" ;
|
||||
dwc:authorityName "L. Wu, Q. Gao & K. S. Nguyen. A. Habit" ;
|
||||
dwc:authorityYear "2020" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Wu, Gao & Nguyen. Habit, 2020" ;
|
||||
dwc:species "hiepii" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V4X6> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_hiepii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_subrubescens_Habit_1895>
|
||||
dwc:authority "Drake. G. Habit", "Drake (1895: 215)" ;
|
||||
dwc:authorityName "Drake. G. Habit" ;
|
||||
dwc:authorityPageNumber "215" ;
|
||||
dwc:authorityYear "1895" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Drake. Habit, 1895" ;
|
||||
dwc:species "subrubescens" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_subrubescens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_hainanensis_Habit_1974>
|
||||
dwc:authority "Y. C. Tseng. A. Habit" ;
|
||||
dwc:authorityName "Y. C. Tseng. A. Habit" ;
|
||||
dwc:authorityYear "1974" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Tseng. Habit, 1974" ;
|
||||
dwc:species "hainanensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_hainanensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Excentrodendron_tonkinense_Chiev_>
|
||||
dwc:authority "(A. Chiev.) H. T. Chang & R. H. Miao" ;
|
||||
dwc:authorityName "H. T. Chang & R. H. Miao" ;
|
||||
dwc:baseAuthorityName "A. Chiev." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Malvaceae" ;
|
||||
dwc:genus "Excentrodendron" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malvales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Chiev.) Chang & Miao" ;
|
||||
dwc:species "tonkinense" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Excentrodendron_tonkinense> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rothmannia_daweishanensis_Shui_>
|
||||
dwc:authority "Y. M. Shui & W. H. Chen" ;
|
||||
dwc:authorityName "Y. M. Shui & W. H. Chen" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Rothmannia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Shui & Chen" ;
|
||||
dwc:species "daweishanensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rothmannia_daweishanensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Streblus_ilicifolius_Vidal_>
|
||||
dwc:authority "(S. Vidal) Corner" ;
|
||||
dwc:authorityName "Corner" ;
|
||||
dwc:baseAuthorityName "S. Vidal" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Moraceae" ;
|
||||
dwc:genus "Streblus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Rosales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Vidal) Corner" ;
|
||||
dwc:species "ilicifolius" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Streblus_ilicifolius> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Alphonsea_tonkinensis_DC_>
|
||||
dwc:authority "A. DC." ;
|
||||
dwc:authorityName "A. DC." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Annonaceae" ;
|
||||
dwc:genus "Alphonsea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Magnoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "DC." ;
|
||||
dwc:species "tonkinensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Alphonsea_tonkinensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Lysimachia_baviensis_Hu_>
|
||||
dwc:authority "C. M. Hu" ;
|
||||
dwc:authorityName "C. M. Hu" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Primulaceae" ;
|
||||
dwc:genus "Lysimachia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hu" ;
|
||||
dwc:species "baviensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lysimachia_baviensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Lysimachia_insignis_Hemsl_>
|
||||
dwc:authority "Hemsl." ;
|
||||
dwc:authorityName "Hemsl." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Primulaceae" ;
|
||||
dwc:genus "Lysimachia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hemsl." ;
|
||||
dwc:species "insignis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lysimachia_insignis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_nutans_Hooker_>
|
||||
dwc:authority "C. B. Clarke ex J. D. Hooker" ;
|
||||
dwc:authorityName "J. D. Hooker" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hooker" ;
|
||||
dwc:species "nutans" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_nutans> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_hiepii>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "hiepii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza>
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rubiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rubiaceae>
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
|
||||
dwc:order "Gentianales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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.13876773>
|
||||
dc:description "FIGURE 1. Ophiorrhiza hiepii L. Wu, Q. Gao & K.S. Nguyen. A. Habit; B. Leaf, upper portion in adaxially view, lower portion in abaxially view. C. Stipule; D. Opened short-styled flower; E. Opened long-styled flowers; F. Infructescence in side view. Drawn from the holotype by Bi-Shan Li." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876773/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876775>
|
||||
dc:description "FIGURE 2. Ophiorrhiza hiepii L.Wu, Q. Gao & K.S. Nguyen.A.Habit; B. Flowers in side view; C. Inflorescencesin side view; D. Opened short-styled flower; E. Opened long-styled flowers; F. Infructescence in side view. O. subrubescens Drake. G. Habit; H. Inflorescences in side view; I. Opened short-styled flower; k. Opened long-styled. Scales: B, D, E=5 mm, C, F, H, I, K=1 cm. Photographed by L. Wu and K.S. NGUYEN." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876775/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D22FF91FF0ADBF3B4B41618.mc.3B4F655C3D26FF91FD63DAB9B5E3163C>
|
||||
dwc:catalogNumber "NSK 1224" ;
|
||||
dwc:collectionCode "CSFI, HN" ;
|
||||
dwc:eventDate "2019-04-09" ;
|
||||
dwc:locality "Deo But-Nhieu Lai" ;
|
||||
dwc:verbatimElevation "350" ;
|
||||
dwc:verbatimLatitude "22.501944" ;
|
||||
dwc:verbatimLongitude "105.32389" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/038EDE173D22FF91FF0ADBF3B4B41618#3B4F655C3D26FF91FD63DAB9B5E3163C> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D22FF91FF0ADBF3B4B41618.mc.3B4F655C3D26FF91FC8BDAC1B4B91618>
|
||||
dwc:catalogNumber "NSK 1235" ;
|
||||
dwc:collectionCode "HN" ;
|
||||
dwc:eventDate "2019-04-09" ;
|
||||
dwc:locality "Ibid" ;
|
||||
dwc:verbatimElevation "380" ;
|
||||
dwc:verbatimLatitude "22.502777" ;
|
||||
dwc:verbatimLongitude "105.32111" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/038EDE173D22FF91FF0ADBF3B4B41618#3B4F655C3D26FF91FC8BDAC1B4B91618> ;
|
||||
a dwc:MaterialCitation .
|
||||
155
data/03/8E/DE/038EDE173D26FF92FF0AD9F9B319158C.ttl
Normal file
155
data/03/8E/DE/038EDE173D26FF92FF0AD9F9B319158C.ttl
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
@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/038EDE173D26FF92FF0AD9F9B319158C>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_nutans_Hooker_1880>, <http://dx.doi.org/10.5281/zenodo.13876777>, <http://dx.doi.org/10.5281/zenodo.13876781>, <http://dx.doi.org/10.5281/zenodo.13876775> ;
|
||||
dc:creator "Liu, Wen-Jian; Gao, Qi; Nguyen, Khang Sinh; Nguyen, Dzu Van; Wu, Lei" ;
|
||||
dc:title "Ophiorrhiza hainanensis Y. C. Tseng. A. Habit 1974" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D26FF92FF0AD9F9B319158C.mc.3B4F655C3D26FF91FE10DC40B3A41199>, <http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D26FF92FF0AD9F9B319158C.mc.3B4F655C3D26FF91FB44DCACB66611D1>, <http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D26FF92FF0AD9F9B319158C.mc.3B4F655C3D26FF91FE07DCF4B40B11D1> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_hainanensis_Habit_1974> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.1.5> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.1.5>
|
||||
bibo:endPage "72" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-16" ;
|
||||
bibo:startPage "65" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Liu, Wen-Jian; Gao, Qi; Nguyen, Khang Sinh; Nguyen, Dzu Van; Wu, Lei" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Taxonomic studies on Ophiorrhiza in Vietnam I: Ophiorrhiza hiepii and O. hainanensis, a new species and new record from northern Vietnam" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876777>, <http://dx.doi.org/10.5281/zenodo.13876781>, <http://dx.doi.org/10.5281/zenodo.13876775> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_hainanensis_Habit_1974>
|
||||
dwc:authority "Y. C. Tseng (1974: 582)" ;
|
||||
dwc:authorityName "Y. C. Tseng. A. Habit" ;
|
||||
dwc:authorityPageNumber "582" ;
|
||||
dwc:authorityYear "1974" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Tseng. Habit, 1974" ;
|
||||
dwc:species "hainanensis" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49ZCL> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_hainanensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ophiorrhiza_nutans_Hooker_1880>
|
||||
dwc:authority "C. B. Clarke ex J. D. Hooker (1880: 84" ;
|
||||
dwc:authorityName "J. D. Hooker" ;
|
||||
dwc:authorityYear "1880" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hooker, 1880" ;
|
||||
dwc:species "nutans" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_nutans> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza_hainanensis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "hainanensis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ophiorrhiza>
|
||||
dwc:genus "Ophiorrhiza" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rubiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rubiaceae>
|
||||
dwc:family "Rubiaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
|
||||
dwc:order "Gentianales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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.13876777>
|
||||
dc:description "FIGURE 3. Ophiorrhiza hainanensis Y. C. Tseng. A. Habit; B. Flower in side view; C. Flower in face view; D. Opened flower. Drawn from Lei Wu, Qi Gao, Su Juan Wei, Van Dzu Nguyen & Thinh, VN0001 by Bi-Shan Li." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876777/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876781>
|
||||
dc:description "FIGURE 4. Ophiorrhiza hainanensis Y. C. Tseng. A. Habit; B. inflorescence in side view; C. Opened flower; D. Infructescence in side view. O. nutans C. B. Clarke ex J. D. Hooker: E. habit; F. inflorescence in side view; G. Opened long-styled flower; H. Opened short-styled flower. Scales: 5 mm. Photographed by L. Wu." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876781/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876775>
|
||||
dc:description "FIGURE 2. Ophiorrhiza hiepii L.Wu, Q. Gao & K.S. Nguyen.A.Habit; B. Flowers in side view; C. Inflorescencesin side view; D. Opened short-styled flower; E. Opened long-styled flowers; F. Infructescence in side view. O. subrubescens Drake. G. Habit; H. Inflorescences in side view; I. Opened short-styled flower; k. Opened long-styled. Scales: B, D, E=5 mm, C, F, H, I, K=1 cm. Photographed by L. Wu and K.S. NGUYEN." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876775/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D26FF92FF0AD9F9B319158C.mc.3B4F655C3D26FF91FE10DC40B3A41199>
|
||||
dwc:collectionCode "CSFI, IBSC" ;
|
||||
dwc:eventDate "2017-10-25" ;
|
||||
dwc:locality "Tam Dao National Park" ;
|
||||
dwc:recordedBy "Nian He Xia & Jing Bo Ni & Yi Hua Tong & Xi Rong" ;
|
||||
dwc:verbatimElevation "1049" ;
|
||||
dwc:verbatimLatitude "21.458612" ;
|
||||
dwc:verbatimLongitude "105.641945" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/038EDE173D26FF92FF0AD9F9B319158C#3B4F655C3D26FF91FE10DC40B3A41199> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D26FF92FF0AD9F9B319158C.mc.3B4F655C3D26FF91FB44DCACB66611D1>
|
||||
dwc:eventDate "2018-05-18" ;
|
||||
dwc:locality "Tam Dao National Park" ;
|
||||
dwc:recordedBy "Lei Wu & Qi Gao & Su Juan Wei & Van Dzu Nguyen & Thinh" ;
|
||||
dwc:verbatimElevation "950" ;
|
||||
dwc:verbatimLatitude "21.46061" ;
|
||||
dwc:verbatimLongitude "105.648926" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/038EDE173D26FF92FF0AD9F9B319158C#3B4F655C3D26FF91FB44DCACB66611D1> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/038EDE173D26FF92FF0AD9F9B319158C.mc.3B4F655C3D26FF91FE07DCF4B40B11D1>
|
||||
dwc:collectionCode "CSFI, HN" ;
|
||||
dwc:locality "VN" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/038EDE173D26FF92FF0AD9F9B319158C#3B4F655C3D26FF91FE07DCF4B40B11D1> ;
|
||||
a dwc:MaterialCitation .
|
||||
104
data/03/B5/87/03B587AEFFE2FFC339BCFF30D3A68B06.ttl
Normal file
104
data/03/B5/87/03B587AEFFE2FFC339BCFF30D3A68B06.ttl
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/03B587AEFFE2FFC339BCFF30D3A68B06>
|
||||
dc:creator "Yang, Yi; Chen, Li; Sun, Lu; Peng, Hua" ;
|
||||
dc:title "Ilex wattii Loesener 1901" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE2FFC339BCFF30D3A68B06.mc.3B743CE5FFE2FFC339EFFF44D39B8B06> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_wattii_Loesener_1901> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.432.1.5> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.432.1.5>
|
||||
bibo:endPage "64" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-02-05" ;
|
||||
bibo:startPage "47" ;
|
||||
bibo:volume "432" ;
|
||||
dc:creator "Yang, Yi; Chen, Li; Sun, Lu; Peng, Hua" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Taxonomic notes on Ilex sect. Ilex (Aquifoliaceae) from China II: Revision of I. fargesii and related species based on molecular and morphological evidence" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ilex_wattii_Loesener_1901>
|
||||
dwc:authority "Loesener (1901: 322)" ;
|
||||
dwc:authorityName "Loesener" ;
|
||||
dwc:authorityPageNumber "322" ;
|
||||
dwc:authorityYear "1901" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Loesener, 1901" ;
|
||||
dwc:species "wattii" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3PG3R> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_wattii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex_wattii>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "wattii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex>
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
|
||||
dwc:order "Aquifoliales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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/03B587AEFFE2FFC339BCFF30D3A68B06.mc.3B743CE5FFE2FFC339EFFF44D39B8B06>
|
||||
dwc:eventDate "1882-02-22" ;
|
||||
dwc:locality "Mao" ;
|
||||
dwc:recordedBy "G. Watt" ;
|
||||
dwc:typeStatus "lectotype" ;
|
||||
dwc:verbatimElevation "2350" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE2FFC339BCFF30D3A68B06#3B743CE5FFE2FFC339EFFF44D39B8B06> ;
|
||||
a dwc:MaterialCitation .
|
||||
202
data/03/B5/87/03B587AEFFE3FFC239BCFC88D1828DC1.ttl
Normal file
202
data/03/B5/87/03B587AEFFE3FFC239BCFC88D1828DC1.ttl
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
@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/03B587AEFFE3FFC239BCFC88D1828DC1>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Ilex_denticulata_Wight_1850>, <http://dx.doi.org/10.5281/zenodo.13876658> ;
|
||||
dc:creator "Yang, Yi; Chen, Li; Sun, Lu; Peng, Hua" ;
|
||||
dc:title "Ilex pubifructa Pruesapan, S. Andrews & D. A. Simpson" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC239EFFCDCD47189A2>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23B6AF990D4E38C59>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC239BCF928D5058C85>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23D64F928D2DD8CE1>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23A91F904D2BC8CCD>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23D35F960D4058D29>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23C7AF95CD57F8D15>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23D73F8B8D4788D71>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23A06F8F0D23A8DB9>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23ABFF82CD33C8DE5>, <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23BB2F808D4EF8DE5> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_pubifructa_Pruesapan_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.432.1.5> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.432.1.5>
|
||||
bibo:endPage "64" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-02-05" ;
|
||||
bibo:startPage "47" ;
|
||||
bibo:volume "432" ;
|
||||
dc:creator "Yang, Yi; Chen, Li; Sun, Lu; Peng, Hua" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Taxonomic notes on Ilex sect. Ilex (Aquifoliaceae) from China II: Revision of I. fargesii and related species based on molecular and morphological evidence" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876658> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ilex_pubifructa_Pruesapan_>
|
||||
dwc:authority "Pruesapan, S. Andrews & D. A. Simpson" ;
|
||||
dwc:authorityName "Pruesapan, S. Andrews & D. A. Simpson" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Pruesapan, Andrews & Simpson" ;
|
||||
dwc:species "pubifructa" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7WQLT> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_pubifructa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ilex_denticulata_Wight_1850>
|
||||
dwc:authorityName "Wall. ex Wight" ;
|
||||
dwc:authorityYear "1850" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Wall. ex Wight, 1850" ;
|
||||
dwc:species "denticulata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_denticulata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex_pubifructa>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "pubifructa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex>
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
|
||||
dwc:order "Aquifoliales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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.13876658>
|
||||
dc:description "FIGURE 4. Distribution of Ilex denticulata, I. fargesii, I. pubifructa, and I. wattii based on specimen records and our filed investigation" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876658/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC239EFFCDCD47189A2>
|
||||
dwc:eventDate "1968-06-16" ;
|
||||
dwc:locality "Doi Pui" ;
|
||||
dwc:recordedBy "Beusekom & Phengkhlai" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC239EFFCDCD47189A2> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23B6AF990D4E38C59>
|
||||
dwc:collectionCode "KUN" ;
|
||||
dwc:eventDate "2016-08-29" ;
|
||||
dwc:locality "Kunming City" ;
|
||||
dwc:recordedBy "Yang & Jiang" ;
|
||||
dwc:verbatimElevation "1940" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23B6AF990D4E38C59> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC239BCF928D5058C85>
|
||||
dwc:collectionCode "KUN" ;
|
||||
dwc:eventDate "2018-07-31" ;
|
||||
dwc:locality "Yimen County" ;
|
||||
dwc:recordedBy "Peng" ;
|
||||
dwc:verbatimElevation "1850" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC239BCF928D5058C85> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23D64F928D2DD8CE1>
|
||||
dwc:eventDate "1941-03-19" ;
|
||||
dwc:locality "Gantang" ;
|
||||
dwc:recordedBy "T. N. Liou" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23D64F928D2DD8CE1> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23A91F904D2BC8CCD>
|
||||
dwc:collectionCode "HUH" ;
|
||||
dwc:eventDate "1936-07" ;
|
||||
dwc:locality "Menghai (Fo-Hai) County" ;
|
||||
dwc:recordedBy "Wang" ;
|
||||
dwc:verbatimElevation "2000" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23A91F904D2BC8CCD> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23D35F960D4058D29>
|
||||
dwc:eventDate "1993-05-16" ;
|
||||
dwc:locality "Doi Mon Angget" ;
|
||||
dwc:recordedBy "J. F. Maxwell" ;
|
||||
dwc:verbatimElevation "1300" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23D35F960D4058D29> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23C7AF95CD57F8D15>
|
||||
dwc:eventDate "1967-03-21" ;
|
||||
dwc:locality "between Sop Aep and Tat Noi" ;
|
||||
dwc:recordedBy "Smitinand" ;
|
||||
dwc:verbatimElevation "700" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23C7AF95CD57F8D15> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23D73F8B8D4788D71>
|
||||
dwc:eventDate "1994-03-02" ;
|
||||
dwc:locality "Yaw" ;
|
||||
dwc:recordedBy "J. F. Maxwell" ;
|
||||
dwc:verbatimElevation "1125" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23D73F8B8D4788D71> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23A06F8F0D23A8DB9>
|
||||
dwc:collectionCode "HUH" ;
|
||||
dwc:locality "Mount. Nilagiri" ;
|
||||
dwc:recordedBy "R. Wight" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23A06F8F0D23A8DB9> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23ABFF82CD33C8DE5>
|
||||
dwc:collectionCode "HUH" ;
|
||||
dwc:locality "Metz" ;
|
||||
dwc:recordedBy "Metz" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23ABFF82CD33C8DE5> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE3FFC239BCFC88D1828DC1.mc.3B743CE5FFE3FFC23BB2F808D4EF8DE5>
|
||||
dwc:locality "Salem" ;
|
||||
dwc:recordedBy "N. Venugopal & T. S. Jayaseelan" ;
|
||||
dwc:verbatimElevation "1600" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE3FFC239BCFC88D1828DC1#3B743CE5FFE3FFC23BB2F808D4EF8DE5> ;
|
||||
a dwc:MaterialCitation .
|
||||
103
data/03/B5/87/03B587AEFFE7FFC639BCFDBAD2F988BF.ttl
Normal file
103
data/03/B5/87/03B587AEFFE7FFC639BCFDBAD2F988BF.ttl
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/03B587AEFFE7FFC639BCFDBAD2F988BF>
|
||||
dc:creator "Yang, Yi; Chen, Li; Sun, Lu; Peng, Hua" ;
|
||||
dc:title "Ilex fargesii Franchet 1898" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B587AEFFE7FFC639BCFDBAD2F988BF.mc.3B743CE5FFE7FFC639EFFDCED2FD88BF> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_fargesii_Franchet_1898> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.432.1.5> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.432.1.5>
|
||||
bibo:endPage "64" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-02-05" ;
|
||||
bibo:startPage "47" ;
|
||||
bibo:volume "432" ;
|
||||
dc:creator "Yang, Yi; Chen, Li; Sun, Lu; Peng, Hua" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Taxonomic notes on Ilex sect. Ilex (Aquifoliaceae) from China II: Revision of I. fargesii and related species based on molecular and morphological evidence" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ilex_fargesii_Franchet_1898>
|
||||
dwc:authority "Franchet (1898: 255)" ;
|
||||
dwc:authorityName "Franchet" ;
|
||||
dwc:authorityPageNumber "255" ;
|
||||
dwc:authorityYear "1898" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Franchet, 1898" ;
|
||||
dwc:species "fargesii" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6N78Q> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_fargesii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex_fargesii>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "fargesii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex>
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
|
||||
dwc:order "Aquifoliales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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/03B587AEFFE7FFC639BCFDBAD2F988BF.mc.3B743CE5FFE7FFC639EFFDCED2FD88BF>
|
||||
dwc:collectionCode "HUH" ;
|
||||
dwc:locality "Chengkou County" ;
|
||||
dwc:recordedBy "Se-tchuen & de Tchen Keou & R. P. Farges" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03B587AEFFE7FFC639BCFDBAD2F988BF#3B743CE5FFE7FFC639EFFDCED2FD88BF> ;
|
||||
a dwc:MaterialCitation .
|
||||
218
data/03/BC/87/03BC87EAAE3AFF8785B6FE8A380DBEF9.ttl
Normal file
218
data/03/BC/87/03BC87EAAE3AFF8785B6FE8A380DBEF9.ttl
Normal file
|
|
@ -0,0 +1,218 @@
|
|||
@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/03BC87EAAE3AFF8785B6FE8A380DBEF9>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Asarum_sieboldii_Miquel_1865>, <http://taxon-concept.plazi.org/id/Plantae/Asarum_sieboldii_Leaf_>, <http://taxon-concept.plazi.org/id/Plantae/Asarum_koreanum_Oh_>, <http://dx.doi.org/10.5281/zenodo.13876787>, <http://dx.doi.org/10.5281/zenodo.13876789>, <http://dx.doi.org/10.5281/zenodo.13876791> ;
|
||||
dc:creator "Oh, Ami; Leem, Hyosun; Oh, Byoung-Un" ;
|
||||
dc:title "Asarum koreanum J. Kim et C. Yook ex B. U. Oh 2020, sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF87875FFCCA3DB4B999>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8784C2FC373908B999>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF878067FC373F0BB9E5>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8787DDFC7E3F34BE09>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8786BCFB863E4BBE55>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF878729FBE23CA7BE9D>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8785CEFB2A3971BE9D>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF87807BFB2A380EBEF9> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Asarum_koreanum_Kim_2020> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.8> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.8>
|
||||
bibo:endPage "178" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "173" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Oh, Ami; Leem, Hyosun; Oh, Byoung-Un" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Asarum koreanum (Aristolochiaceae), a new species from Korea" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876787>, <http://dx.doi.org/10.5281/zenodo.13876789>, <http://dx.doi.org/10.5281/zenodo.13876791> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Asarum_koreanum_Kim_2020>
|
||||
dwc:authority "J. Kim et C. Yook ex B.U.Oh" ;
|
||||
dwc:authorityName "J. Kim et C. Yook ex B. U. Oh" ;
|
||||
dwc:authorityYear "2020" ;
|
||||
dwc:baseAuthorityName "J. Kim et C. Yook" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aristolochiaceae" ;
|
||||
dwc:genus "Asarum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Piperales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Kim & Yook) Kim & Yook ex Oh, 2020" ;
|
||||
dwc:species "koreanum" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/H4S2> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Asarum_koreanum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Asarum_sieboldii_Miquel_1865>
|
||||
dwc:authorityName "Miquel" ;
|
||||
dwc:authorityYear "1865" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aristolochiaceae" ;
|
||||
dwc:genus "Asarum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Piperales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Miquel, 1865" ;
|
||||
dwc:species "sieboldii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Asarum_sieboldii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Asarum_sieboldii_Leaf_>
|
||||
dwc:authority "Leaf" ;
|
||||
dwc:authorityName "Leaf" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aristolochiaceae" ;
|
||||
dwc:genus "Asarum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Piperales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Leaf" ;
|
||||
dwc:species "sieboldii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Asarum_sieboldii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Asarum_koreanum_Oh_>
|
||||
dwc:authority "B. U. Oh, B. U. Oh" ;
|
||||
dwc:authorityName "B. U. Oh, B. U. Oh" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aristolochiaceae" ;
|
||||
dwc:genus "Asarum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Piperales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Oh, Oh" ;
|
||||
dwc:species "koreanum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Asarum_koreanum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asarum_koreanum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aristolochiaceae" ;
|
||||
dwc:genus "Asarum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Piperales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "koreanum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asarum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asarum>
|
||||
dwc:genus "Asarum" ;
|
||||
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:family "Aristolochiaceae" ;
|
||||
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:order "Piperales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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.13876787>
|
||||
dc:description "FIGURE 1. The difference in the density of the glandular trichomes on the adaxial surfaces of the calyx lobes between Asarum koreanum and Asarum sieboldii. A1–A2. A. sieboldii; B1–B2. A. koreanum. (Photographs: Hyosun Leem; modified from Leem & Oh 2019)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876787/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876789>
|
||||
dc:description "FIGURE 2. Holotype of Asarum koreanum B.U.Oh, B.U.Oh 970504-1 (CBU)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876789/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876791>
|
||||
dc:description "FIGURE 3. Morphological characteristics of Asarum koreanum. A. Habit; B. Rhizome; C. Leaf (adaxial); D. Leaf (abaxial); E. Cataphyll; F. Apical view of flower; G. Lateral view of flower; H. Pistil and stamen; I. Seed (Photographs: Hyosun Leem)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876791/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF87875FFCCA3DB4B999>
|
||||
dwc:collectionCode "K, O, KWNU" ;
|
||||
dwc:eventDate "2012-04-20" ;
|
||||
dwc:locality "Danyang-gun Samtaesan" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF87875FFCCA3DB4B999> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8784C2FC373908B999>
|
||||
dwc:collectionCode "K, O, KWNU" ;
|
||||
dwc:eventDate "2012-04-19" ;
|
||||
dwc:locality "Danyang-gun Yongsanbong" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF8784C2FC373908B999> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF878067FC373F0BB9E5>
|
||||
dwc:collectionCode "K, O, KWNU" ;
|
||||
dwc:eventDate "2005-05-21" ;
|
||||
dwc:locality "Boeun-gun Songnisan" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF878067FC373F0BB9E5> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8787DDFC7E3F34BE09>
|
||||
dwc:collectionCode "B, U, CBU" ;
|
||||
dwc:eventDate "2010-05-29" ;
|
||||
dwc:locality "Gurye-gun Imgeollyeong" ;
|
||||
dwc:recordedBy "Boeun-gun & Oh" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF8787DDFC7E3F34BE09> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8786BCFB863E4BBE55>
|
||||
dwc:collectionCode "B, U, CBU" ;
|
||||
dwc:eventDate "2010-05-29" ;
|
||||
dwc:locality "Gurye-gun Imgeollyeong" ;
|
||||
dwc:recordedBy "Oh" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF8786BCFB863E4BBE55> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF878729FBE23CA7BE9D>
|
||||
dwc:collectionCode "B, U, CBU" ;
|
||||
dwc:eventDate "2010-05-29" ;
|
||||
dwc:locality "Oh" ;
|
||||
dwc:recordedBy "Oh & Sangju-si" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF878729FBE23CA7BE9D> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF8785CEFB2A3971BE9D>
|
||||
dwc:collectionCode "B, U, CBU" ;
|
||||
dwc:eventDate "2013-05-25" ;
|
||||
dwc:locality "Oh" ;
|
||||
dwc:recordedBy "Sangju-si" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF8785CEFB2A3971BE9D> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BC87EAAE3AFF8785B6FE8A380DBEF9.mc.3B7D3CA1AE3FFF87807BFB2A380EBEF9>
|
||||
dwc:collectionCode "B, U, CBU" ;
|
||||
dwc:eventDate "2013-05-25" ;
|
||||
dwc:locality "Oh" ;
|
||||
dwc:recordedBy "Sangju-si" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BC87EAAE3AFF8785B6FE8A380DBEF9#3B7D3CA1AE3FFF87807BFB2A380EBEF9> ;
|
||||
a dwc:MaterialCitation .
|
||||
109
data/03/D9/CD/03D9CD7CFFB2FFE1FF1CF943FDC30806.ttl
Normal file
109
data/03/D9/CD/03D9CD7CFFB2FFE1FF1CF943FDC30806.ttl
Normal 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/03D9CD7CFFB2FFE1FF1CF943FDC30806>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Phedimus_odontophyllus_Froderstrom_1932> ;
|
||||
dc:creator "Chao, Zhi" ;
|
||||
dc:title "Phedimus yangshanicus Z. Chao 2020, sp. nov." ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Phedimus_yangshanicus_Chao_2020> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.5> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.5>
|
||||
bibo:endPage "156" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "148" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Chao, Zhi" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Phedimus yangshanicus (Crassulaceae), a new species from limestone hills in Guangdong, China" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Phedimus_yangshanicus_Chao_2020>
|
||||
dwc:authority "Z. Chao" ;
|
||||
dwc:authorityName "Z. Chao" ;
|
||||
dwc:authorityYear "2020" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Crassulaceae" ;
|
||||
dwc:genus "Phedimus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Saxifragales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Chao, 2020" ;
|
||||
dwc:species "yangshanicus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FXQ9> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phedimus_yangshanicus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Phedimus_odontophyllus_Froderstrom_1932>
|
||||
dwc:baseAuthorityName "Froderstrom" ;
|
||||
dwc:baseAuthorityYear "1932" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Crassulaceae" ;
|
||||
dwc:genus "Phedimus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Saxifragales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Froderstrom, 1932)" ;
|
||||
dwc:species "odontophyllus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phedimus_odontophyllus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Phedimus_yangshanicus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Crassulaceae" ;
|
||||
dwc:genus "Phedimus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Saxifragales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "yangshanicus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phedimus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Phedimus>
|
||||
dwc:genus "Phedimus" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Crassulaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Crassulaceae>
|
||||
dwc:family "Crassulaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saxifragales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Saxifragales>
|
||||
dwc:order "Saxifragales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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 .
|
||||
150
data/03/E9/87/03E987C3FF810666FF293AE06F62FE1A.ttl
Normal file
150
data/03/E9/87/03E987C3FF810666FF293AE06F62FE1A.ttl
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
@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/03E987C3FF810666FF293AE06F62FE1A>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.13876753> ;
|
||||
dc:creator "Tiwari, Arjun Prasad; Chorghe, Alok" ;
|
||||
dc:title "Capillipedium huegelii A. Camus 1921" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E987C3FF810666FF293AE06F62FE1A.mc.3B283C88FF810665FF293B546BEFF8CE> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Capillipedium_huegelii_Hackel_1889> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Andropogon_huegelii_Hackel_1889> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.10> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.10>
|
||||
bibo:endPage "190" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "186" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Tiwari, Arjun Prasad; Chorghe, Alok" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Lectotypification Of Three Names In The Genus Capillipedium (Andropogoneae: Poaceae)" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876753> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Capillipedium_huegelii_Hackel_1889>
|
||||
dwc:authority "(Hackel 1889: 492) A. Camus (1921: 306)" ;
|
||||
dwc:authorityName "A. Camus" ;
|
||||
dwc:authorityPageNumber "306" ;
|
||||
dwc:authorityYear "1921" ;
|
||||
dwc:baseAuthorityName "Hackel" ;
|
||||
dwc:baseAuthorityPageNumber "492" ;
|
||||
dwc:baseAuthorityYear "1889" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Capillipedium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Hackel, 1889) Camus, 1921" ;
|
||||
dwc:species "huegelii" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QQBF> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Capillipedium_huegelii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Andropogon_huegelii_Hackel_1889>
|
||||
dwc:authority "Hackel (1889: 492)" ;
|
||||
dwc:authorityName "Hackel" ;
|
||||
dwc:authorityPageNumber "492" ;
|
||||
dwc:authorityYear "1889" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hackel, 1889" ;
|
||||
dwc:species "huegelii" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/66Q4N> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andropogon_huegelii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Capillipedium_huegelii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Capillipedium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "huegelii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Capillipedium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Capillipedium>
|
||||
dwc:genus "Capillipedium" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:order "Poales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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/Andropogon_huegelii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "huegelii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon>
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876753>
|
||||
dc:description "FIGURE 2. Lectotype of Andropogon huegelii Hack. (barcode W19160028261). [© Naturhistorisches Museum Wien,Vienna, Austria. Reproduced with the consent of the Naturhistorisches Museum Wien, Vienna, Austria]" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876753/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E987C3FF810666FF293AE06F62FE1A.mc.3B283C88FF810665FF293B546BEFF8CE>
|
||||
dwc:catalogNumber "W19160028261" ;
|
||||
dwc:collectionCode "J, F" ;
|
||||
dwc:locality "Duthie" ;
|
||||
dwc:typeStatus "lectotype" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E987C3FF810666FF293AE06F62FE1A#3B283C88FF810665FF293B546BEFF8CE> ;
|
||||
a dwc:MaterialCitation .
|
||||
148
data/03/E9/87/03E987C3FF830660FF293C806A4AFE8A.ttl
Normal file
148
data/03/E9/87/03E987C3FF830660FF293C806A4AFE8A.ttl
Normal file
|
|
@ -0,0 +1,148 @@
|
|||
@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/03E987C3FF830660FF293C806A4AFE8A>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.13876755> ;
|
||||
dc:creator "Tiwari, Arjun Prasad; Chorghe, Alok" ;
|
||||
dc:title "Capillipedium pteropechys Stapf 1922" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E987C3FF830660FF293C806A4AFE8A.mc.3B283C88FF830667FF293CF46F35FE8A> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Capillipedium_pteropechys_Clarke_1922> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Andropogon_pteropechys_Clarke_1889> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.10> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.10>
|
||||
bibo:endPage "190" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "186" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Tiwari, Arjun Prasad; Chorghe, Alok" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Lectotypification Of Three Names In The Genus Capillipedium (Andropogoneae: Poaceae)" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876755> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Capillipedium_pteropechys_Clarke_1922>
|
||||
dwc:authority "(Clarke) Stapf (1922" ;
|
||||
dwc:authorityName "Stapf" ;
|
||||
dwc:authorityYear "1922" ;
|
||||
dwc:baseAuthorityName "Clarke" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Capillipedium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Clarke) Stapf, 1922" ;
|
||||
dwc:species "pteropechys" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QQBR> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Capillipedium_pteropechys> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Andropogon_pteropechys_Clarke_1889>
|
||||
dwc:authority "Clarke (1889: 88)", "C. B. Clarke" ;
|
||||
dwc:authorityName "C. B. Clarke" ;
|
||||
dwc:authorityPageNumber "88" ;
|
||||
dwc:authorityYear "1889" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Clarke, 1889" ;
|
||||
dwc:species "pteropechys" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/66P63> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andropogon_pteropechys> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Capillipedium_pteropechys>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Capillipedium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "pteropechys" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Capillipedium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Capillipedium>
|
||||
dwc:genus "Capillipedium" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:order "Poales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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/Andropogon_pteropechys>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "pteropechys" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon>
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876755>
|
||||
dc:description "FIGURE 3. Lectotype of Andropogon pteropechys C.B. Clarke (barcode K001057406). [© The Board of Trustees of the Royal Botanic Gardens, Kew. Reproduced with the consent of the Royal Botanic Gardens, Kew]" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876755/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E987C3FF830660FF293C806A4AFE8A.mc.3B283C88FF830667FF293CF46F35FE8A>
|
||||
dwc:catalogNumber "K001057406" ;
|
||||
dwc:collectionCode "C, B" ;
|
||||
dwc:eventDate "1885-11-10" ;
|
||||
dwc:locality "Clarke" ;
|
||||
dwc:typeStatus "lectotype" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E987C3FF830660FF293C806A4AFE8A#3B283C88FF830667FF293CF46F35FE8A> ;
|
||||
a dwc:MaterialCitation .
|
||||
140
data/10/59/CC/1059CC60FD20FF9BFF4ED21B887CFD43.ttl
Normal file
140
data/10/59/CC/1059CC60FD20FF9BFF4ED21B887CFD43.ttl
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
@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/1059CC60FD20FF9BFF4ED21B887CFD43>
|
||||
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/one>' due to issues with rank ;
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Thismia_Griffith_1844>, <http://taxon-concept.plazi.org/id/Plantae/Fagaceae_Dumortier_1829> ;
|
||||
dc:creator "Xu, Han; Yang, Haijun; Lin, Mingxian; Corrales, Adriana; Hogan, James Aaron; Li, Yide; Fang, Suqin" ;
|
||||
dc:title "Thismia jianfenglingensis Han Xu, H. J. Yang and S. Q. Fang 2020, sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1059CC60FD20FF9BFF4ED21B887CFD43.mc.2898772BFD23FF9DFF11D5F88F74FF63> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Thismia_hongkongensis>, <http://taxon-name.plazi.org/id/Plantae/Engelhardia_roxburghiana>, <http://taxon-name.plazi.org/id/Plantae/Juglandaceae>, <http://taxon-name.plazi.org/id/Plantae/Livistona_saribus>, <http://taxon-name.plazi.org/id/Plantae/Arecaceae>, <http://taxon-name.plazi.org/id/Plantae/Cryptocarya_chinensis>, <http://taxon-name.plazi.org/id/Plantae/Lauraceae>, <http://taxon-name.plazi.org/id/Plantae/Alseodaphne_hainanensis>, <http://taxon-name.plazi.org/id/Plantae/Lithocarpus_fenzelianus>, <http://taxon-name.plazi.org/id/Plantae/Prismatomeris_tetrandra>, <http://taxon-name.plazi.org/id/Plantae/Rubiaceae> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thismia_jianfenglingensis_Xu_2020> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.9> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.9>
|
||||
bibo:endPage "185" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "179" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Xu, Han; Yang, Haijun; Lin, Mingxian; Corrales, Adriana; Hogan, James Aaron; Li, Yide; Fang, Suqin" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Thismia jianfenglingensis (Thismiaceae), a new species of fairy lantern from Hainan Island, China" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Thismia_jianfenglingensis_Xu_2020>
|
||||
dwc:authority "Han Xu, H.J. Yang and S.Q. Fang" ;
|
||||
dwc:authorityName "Han Xu, H. J. Yang and S. Q. Fang" ;
|
||||
dwc:authorityYear "2020" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Burmanniaceae" ;
|
||||
dwc:genus "Thismia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Han Xu, Yang & Fang, 2020" ;
|
||||
dwc:species "jianfenglingensis" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V5NZ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thismia_jianfenglingensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Thismia_Griffith_1844>
|
||||
dwc:authorityName "Griffith" ;
|
||||
dwc:authorityYear "1844" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Burmanniaceae" ;
|
||||
dwc:genus "Thismia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Griffith, 1844" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thismia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Fagaceae_Dumortier_1829>
|
||||
dwc:authorityName "Dumortier" ;
|
||||
dwc:authorityYear "1829" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fagaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
dwc:scientificNameAuthorship "Dumortier, 1829" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Fagaceae> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Thismia_jianfenglingensis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Burmanniaceae" ;
|
||||
dwc:genus "Thismia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "jianfenglingensis" ;
|
||||
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:family "Burmanniaceae" ;
|
||||
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:order "Dioscoreales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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/1059CC60FD20FF9BFF4ED21B887CFD43.mc.2898772BFD23FF9DFF11D5F88F74FF63>
|
||||
dwc:collectionCode "CANT, IBSC" ;
|
||||
dwc:eventDate "2017-06-20" ;
|
||||
dwc:locality "Wufengqu" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "875" ;
|
||||
dwc:verbatimLatitude "18.728056" ;
|
||||
dwc:verbatimLongitude "108.89989" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/1059CC60FD20FF9BFF4ED21B887CFD43#2898772BFD23FF9DFF11D5F88F74FF63> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/460C87B0FFF0FF82728CFA9C2A82FE05>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.13876567>, <http://dx.doi.org/10.5281/zenodo.13876569>, <http://dx.doi.org/10.5281/zenodo.13876571>, <http://dx.doi.org/10.5281/zenodo.13876563> ;
|
||||
dc:creator "Liu, Yan; Kociolek, John Patrick; Liu, Qi; Tan, Xiang; Fan, Yawen" ;
|
||||
dc:title "Neidium convolutum Y. Liu & Kociolek 2020, sp. nov." ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Neidium_convolutum_Liu_2020> ;
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
dc:creator "Liu, Yan; Kociolek, John Patrick; Liu, Qi; Tan, Xiang; Fan, Yawen" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "A New Aerophilic Neidium Pfister (Neidiaceae, Bacillariophyta) species from Guangxi Zhuang Autonomous Region, China" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876567>, <http://dx.doi.org/10.5281/zenodo.13876569>, <http://dx.doi.org/10.5281/zenodo.13876571>, <http://dx.doi.org/10.5281/zenodo.13876563> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Chromista/Neidium_convolutum_Liu_2020>
|
||||
|
|
@ -90,3 +92,23 @@
|
|||
dwc:kingdom "Chromista" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876567>
|
||||
dc:description "FIGURES 7–13. Neidium convolutum Liu & Kociolek sp. nov. SEM, external view. Fig. 7: Whole valve, showing the twisted part (white arrow); Fig. 8: Wedge-shaped apex, with lacinia covered the terminal raphe ends (white arrow); Fig. 9: Wedge-shaped apex of the same valve with lacinia original from mantle (white arrow); Fig. 10: Longitudinal canal with one or two rows of areolae (with arrow); Fig. 11: Magnification of the areolae opening, showing the volate occlusions. Fig. 12: Elliptical central area, with proximal raphe ends curved in opposite sides, some areolae positioned at the axial area next to the raphe (white arrow); Fig. 13: Uncompleted valve, with unoccluded areolae." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876567/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876569>
|
||||
dc:description "FIGURES 14–18. Neidium convolutum Liu & Kociolek sp. nov. SEM, external view. Fig. 14: Girdle view of the whole frustule; showing the twist of the valve; Fig. 15: Unporiod girdle bands; Fig. 16: Girdle view of the apex, showing the original position of lacinia (white arrow); Fig. 17: Areolae in the axial area with volate occlusions (white arrow); Fig. 18: Areolae on the longitudinal canal with volate occlusions (white arrow)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876569/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876571>
|
||||
dc:description "FIGURES 19–23. Neidium convolutum Liu & Kociolek sp. nov. SEM, internal view. Fig. 19: Whole valve; Fig. 20: Valve apex, helictoglossae on the valve face (white arrow); Fig. 21: Valve apex, raised helictoglossae (white arrow) and renilimbi along the axial area (black arrow); Fig. 22: Proximal raphe ends fused to an elongated structure, raised upon the valve (white arrow), renilimbi along the axial area (black arrow); Fig. 23: Magnification of internal opening of areolae with hymenes, the opening of areolae on the longitudinal canal are elongated (white arrow), renilimbi along the longitudinal canal (black arrow)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876571/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876563>
|
||||
dc:description "FIGURES 1–3. Neidium convolutum Liu & Kociolek sp. nov. LM pictures. Valve views showing size dimension various. Fig.2 is of the holotype. Scale bar = 10 µm." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876563/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/9E5C8425FFD43F22E2AAF80CB6AFF7E7>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.13876555>, <http://dx.doi.org/10.5281/zenodo.13876557> ;
|
||||
dc:creator "Özgişi, Kurtuluş" ;
|
||||
dc:title "Noccaea atila-ocakii Ozgisi 2020, sp. nov." ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Noccaea_atila-ocakii_Ozgisi_2020> ;
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
dc:creator "Özgişi, Kurtuluş" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "A new species of Noccaea (Brassicaceae) from central Anatolia" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876555>, <http://dx.doi.org/10.5281/zenodo.13876557> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Noccaea_atila-ocakii_Ozgisi_2020>
|
||||
|
|
@ -91,3 +93,13 @@
|
|||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876555>
|
||||
dc:description "FIGURE 2. Noccaea atila-ocakii. A Habit with flowers. B Habit with fruits. C Basal and cauline leaves. D Fruits." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876555/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876557>
|
||||
dc:description "FIGURE 3. Noccaea atila-ocakii. A General appearance of the seed. D Seed surface, N. antitaurica. B General appearance of the seed. E Seed surface, N. lilacina. C General appearance of the seed. F Seed surface." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876557/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
|
|
|||
140
data/D8/4E/87/D84E87AFF413FFAFFF3E04B1FBF4F86A.ttl
Normal file
140
data/D8/4E/87/D84E87AFF413FFAFFF3E04B1FBF4F86A.ttl
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
@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/D84E87AFF413FFAFFF3E04B1FBF4F86A>
|
||||
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/long>' due to issues with rank ;
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Chromista/Diatomella_balfouriana_Greville_1855>, <http://taxon-concept.plazi.org/id/Chromista/Diatomella_colonialis_Vijver_2017>, <http://dx.doi.org/10.5281/zenodo.13876797>, <http://dx.doi.org/10.5281/zenodo.13876799> ;
|
||||
dc:creator "Vijver, Bart Van De; Ballings, Petra; Goeyers, Charlotte" ;
|
||||
dc:title "Frankophila dalevittii Van de Vijver & Goeyers 2020, sp. nov." ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Racopilum_strumiferum>, <http://taxon-name.plazi.org/id/Chromista/Rhopalodia_undetermined> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Frankophila_dalevittii_Vijver_2020> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.1.4> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.1.4>
|
||||
bibo:endPage "64" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-16" ;
|
||||
bibo:startPage "57" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Vijver, Bart Van De; Ballings, Petra; Goeyers, Charlotte" ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Frankophila dalevittii, a new freshwater diatom (Bacillariophyta) from Campbell Island" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876797>, <http://dx.doi.org/10.5281/zenodo.13876799> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Chromista/Frankophila_dalevittii_Vijver_2020>
|
||||
dwc:authority "Van de Vijver & Goeyers" ;
|
||||
dwc:authorityName "Van de Vijver & Goeyers" ;
|
||||
dwc:authorityYear "2020" ;
|
||||
dwc:class "Bacillariophyceae" ;
|
||||
dwc:family "Fragilariaceae" ;
|
||||
dwc:genus "Frankophila" ;
|
||||
dwc:kingdom "Chromista" ;
|
||||
dwc:order "Fragilariales" ;
|
||||
dwc:phylum "Ochrophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Van de Vijver & Goeyers, 2020" ;
|
||||
dwc:species "dalevittii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Frankophila_dalevittii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Chromista/Diatomella_balfouriana_Greville_1855>
|
||||
dwc:authority "Greville (1855: 259)" ;
|
||||
dwc:authorityName "Greville" ;
|
||||
dwc:authorityPageNumber "259" ;
|
||||
dwc:authorityYear "1855" ;
|
||||
dwc:class "Bacillariophyceae" ;
|
||||
dwc:family "Pinnulariaceae" ;
|
||||
dwc:genus "Diatomella" ;
|
||||
dwc:kingdom "Chromista" ;
|
||||
dwc:order "Naviculales" ;
|
||||
dwc:phylum "Ochrophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Greville, 1855" ;
|
||||
dwc:species "balfouriana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Diatomella_balfouriana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Chromista/Diatomella_colonialis_Vijver_2017>
|
||||
dwc:authority "Van de Vijver & Le Cohu (2017: 282)" ;
|
||||
dwc:authorityName "Van de Vijver & Le Cohu" ;
|
||||
dwc:authorityPageNumber "282" ;
|
||||
dwc:authorityYear "2017" ;
|
||||
dwc:class "Bacillariophyceae" ;
|
||||
dwc:family "Pinnulariaceae" ;
|
||||
dwc:genus "Diatomella" ;
|
||||
dwc:kingdom "Chromista" ;
|
||||
dwc:order "Naviculales" ;
|
||||
dwc:phylum "Ochrophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Van de Vijver & Le Cohu, 2017" ;
|
||||
dwc:species "colonialis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Diatomella_colonialis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista/Frankophila_dalevittii>
|
||||
dwc:class "Bacillariophyceae" ;
|
||||
dwc:family "Fragilariaceae" ;
|
||||
dwc:genus "Frankophila" ;
|
||||
dwc:kingdom "Chromista" ;
|
||||
dwc:order "Fragilariales" ;
|
||||
dwc:phylum "Ochrophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "dalevittii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frankophila> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista/Frankophila>
|
||||
dwc:genus "Frankophila" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Fragilariaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista/Fragilariaceae>
|
||||
dwc:family "Fragilariaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Fragilariales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista/Fragilariales>
|
||||
dwc:order "Fragilariales" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Bacillariophyceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista/Bacillariophyceae>
|
||||
dwc:class "Bacillariophyceae" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ochrophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista/Ochrophyta>
|
||||
dwc:phylum "Ochrophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Chromista>
|
||||
dwc:kingdom "Chromista" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876797>
|
||||
dc:description "FIGURES 1–32. Frankophila dalevittii Van de Vijver & Goeyers sp. nov. Light microscopy (1–30) and scanning electron microscopy (31–32) views. Holotype population from Campbell Island (sample BAS303). 1–4. Frustules connected via linking spines to form long, band like colonies. 5. Possible initial valve. 6–30. Valve views showing the broad range of valve dimensions. 31–32. Two colonies of three (fig. 31) and two (fig. 32) frustules connected by linking spines. Scale bars represent 10 µm." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876797/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876799>
|
||||
dc:description "FIGURES 33–39. Frankophila dalevittii Van de Vijver & Goeyers sp. nov. Scanning electron microscopy views. Holotype population from Campbell Island (sample BAS303). 33. SEM detail of several frustules connected by linking spines showing the girdle structure and the lack of an apical porefield. 34. SEM detail of the interdigitating linking spines. Also note the irregular siliceous ridges on the girdle band. 35–36. SEM external valve face views. Note the presence of the linking spines and the reduced external raphe slits (arrows). 37–38. SEM internal valve face views of two entire valves showing the reduced internal raphe slits (arrows). 38. SEM detail of the internal raphe slit. Scale bars represent 10 µm except for Figs 33, 34 & 39 where scale bars = 1 µm." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876799/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
298
data/EC/0B/AE/EC0BAE2F0F56FFCE7C87F83F18D1FD71.ttl
Normal file
298
data/EC/0B/AE/EC0BAE2F0F56FFCE7C87F83F18D1FD71.ttl
Normal file
|
|
@ -0,0 +1,298 @@
|
|||
@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/EC0BAE2F0F56FFCE7C87F83F18D1FD71>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Pinanga_urdanetensis_Beccari_1919>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_glaucifolia_Fernando_1994>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_urosperma_Beccari_1909>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_philippinensis_Beccari_1889>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_Blume_1838>, <http://dx.doi.org/10.5281/zenodo.13876727>, <http://dx.doi.org/10.5281/zenodo.13876729> ;
|
||||
dc:creator "Adorador, Jiro T.; Meneses, Zhereeleen D.; Fernando, Edwino S." ;
|
||||
dc:title "Pinanga samarana Beccari 1919" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F56FFCD7C87F8071FCFF7A5>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7E23FB7B1EEBFB45>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7EBDFB47189DFB45>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC78EFFB471DC7FB79>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7D99FB2218EFFB79>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC78A1FB231F31FAB1>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7F85FAEB1900FAB1>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7955FAEB1DBBFAD5>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7DF0FAB61CAFFA09>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7CE3FA9318F7FA09>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC78CAFA921E97FA2D>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7EECFA7E1E49FA41>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7E1CFA5B18A8F999> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pinanga_samarana_Beccari_1919> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.3> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.3>
|
||||
bibo:endPage "134" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "120" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Adorador, Jiro T.; Meneses, Zhereeleen D.; Fernando, Edwino S." ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Pinanga gruezoi (Arecaceae), a new slender clustering palm from the Philippines with notes on an amended description of P. samarana" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876727>, <http://dx.doi.org/10.5281/zenodo.13876729> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_samarana_Beccari_1919>
|
||||
dwc:authority "Beccari" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityYear "1919" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1919" ;
|
||||
dwc:species "samarana" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4HY39> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_samarana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_urdanetensis_Beccari_1919>
|
||||
dwc:authority "Beccari (1919 b: 3008)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "3008" ;
|
||||
dwc:authorityYear "1919" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1919" ;
|
||||
dwc:species "urdanetensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_urdanetensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_glaucifolia_Fernando_1994>
|
||||
dwc:authority "Fernando (1994: 776)" ;
|
||||
dwc:authorityName "Fernando" ;
|
||||
dwc:authorityPageNumber "776" ;
|
||||
dwc:authorityYear "1994" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Fernando, 1994" ;
|
||||
dwc:species "glaucifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_glaucifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_urosperma_Beccari_1909>
|
||||
dwc:authority "Beccari (1909: 341)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "341" ;
|
||||
dwc:authorityYear "1909" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1909" ;
|
||||
dwc:species "urosperma" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_urosperma> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_philippinensis_Beccari_1889>
|
||||
dwc:authority "Beccari (1889: 180)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "180" ;
|
||||
dwc:authorityYear "1889" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1889" ;
|
||||
dwc:sensu "lato" ;
|
||||
dwc:species "philippinensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_philippinensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_Blume_1838>
|
||||
dwc:authorityName "Blume" ;
|
||||
dwc:authorityYear "1838" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Blume, 1838" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinanga_samarana>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "samarana" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinanga> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinanga>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Arecaceae>
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Arecales>
|
||||
dwc:order "Arecales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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.13876727>
|
||||
dc:description "FIGURE 4. Pinanga samarana Beccari from Samar Island. Leaflet variations: linear 1-costulate (A), subfalcate 2-costulate (B), and 3- costulate (C). Infructescence and rachillae architecture: drooping (D) or reflexed (E). Fruit arrangement along rachillae and fruit forms: the typical distichously-arranged ovoid-ellipsoid (F) or obovoid fruits (G), or distal portions of rachillae turning spiral with short-ovoid (H) or globose (I) fruits. Localities: Barangay Tenani, Paranas, Samar (A,E,G = from Adorador 003), Sitio Arizona, Barangay Cansolabao, Hinabangan, Samar (D,F = Adorador 025, I = Adorador 018 & Rambacod), Barangay San Isidro, Paranas, Samar (H = Adorador 027). Scale bar: A = 30 cm, B = 40 cm, C = 60 cm, D & E = 15 cm, F = 10 cm, G‒I = 2 cm. Photos A‒I (Jiro T. Adorador)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876727/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876729>
|
||||
dc:description "FIGURE 5. The distribution map of Pinanga samarana Beccari and closely related species based on herbarium records. The gray-shaded area approximates the c. 150 meters below sea level bathymetry line which shows several Pleistocene Aggregated Island Complexes (PAIC) (Heaney 1986)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876729/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F56FFCD7C87F8071FCFF7A5>
|
||||
dwc:catalogNumber "FI013968, BM001040830, K000207955, P01799175" ;
|
||||
dwc:collectionCode "B, S, FI, BM, K, P" ;
|
||||
dwc:locality "Mt. Cauayan" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F56FFCD7C87F8071FCFF7A5> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7E23FB7B1EEBFB45>
|
||||
dwc:collectionCode "J, T, LBC, PNH, K" ;
|
||||
dwc:eventDate "2015-07-07" ;
|
||||
dwc:locality "Barangay Tenani" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7E23FB7B1EEBFB45> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7EBDFB47189DFB45>
|
||||
dwc:collectionCode "J, T, LBC, PNH" ;
|
||||
dwc:eventDate "2016-07-18" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7EBDFB47189DFB45> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC78EFFB471DC7FB79>
|
||||
dwc:collectionCode "J, T, LBC" ;
|
||||
dwc:eventDate "2015-07-29" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC78EFFB471DC7FB79> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7D99FB2218EFFB79>
|
||||
dwc:collectionCode "J, T, LBC" ;
|
||||
dwc:eventDate "2016-02-28" ;
|
||||
dwc:locality "Barangay San Isidro" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7D99FB2218EFFB79> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC78A1FB231F31FAB1>
|
||||
dwc:catalogNumber "PNH 256475" ;
|
||||
dwc:collectionCode "N, E, R, PNH, J, T, LBC" ;
|
||||
dwc:eventDate "2015-03-11" ;
|
||||
dwc:locality "Sitio Arizona" ;
|
||||
dwc:recordedBy "Tandang & Tadiosa & Adorador & Rambacod" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC78A1FB231F31FAB1> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7F85FAEB1900FAB1>
|
||||
dwc:collectionCode "J, T, LBC" ;
|
||||
dwc:eventDate "2015-07-19" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7F85FAEB1900FAB1> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7955FAEB1DBBFAD5>
|
||||
dwc:collectionCode "J, T, LBC" ;
|
||||
dwc:eventDate "2015-07-24" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7955FAEB1DBBFAD5> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7DF0FAB61CAFFA09>
|
||||
dwc:collectionCode "PNH" ;
|
||||
dwc:eventDate "1948-04-21" ;
|
||||
dwc:locality "Mt. Concord" ;
|
||||
dwc:recordedBy "Sulit & Conese" ;
|
||||
dwc:verbatimElevation "200" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7DF0FAB61CAFFA09> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7CE3FA9318F7FA09>
|
||||
dwc:collectionCode "J, T, LBC" ;
|
||||
dwc:eventDate "2016-02-19" ;
|
||||
dwc:locality "Km" ;
|
||||
dwc:recordedBy "Adorador" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7CE3FA9318F7FA09> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC78CAFA921E97FA2D>
|
||||
dwc:collectionCode "H, G, PNH" ;
|
||||
dwc:eventDate "1970-03" ;
|
||||
dwc:locality "Mt. Sohoton" ;
|
||||
dwc:recordedBy "Gutierrez" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC78CAFA921E97FA2D> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7EECFA7E1E49FA41>
|
||||
dwc:collectionCode "A, PNH" ;
|
||||
dwc:eventDate "1971-05" ;
|
||||
dwc:locality "Guinmaayuhan" ;
|
||||
dwc:recordedBy "Madulid" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7EECFA7E1E49FA41> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F56FFCE7C87F83F18D1FD71.mc.D4CA15640F57FFCC7E1CFA5B18A8F999>
|
||||
dwc:catalogNumber "LDLCP3, SP8, LDLP1, SP61" ;
|
||||
dwc:collectionCode "J, T, LBC, E, S, P" ;
|
||||
dwc:eventDate "2009-05-15" ;
|
||||
dwc:locality "Adorador" ;
|
||||
dwc:recordedBy "Fernando & Island & Loreto & Lillo & Libjo" ;
|
||||
dwc:verbatimElevation "55" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F56FFCE7C87F83F18D1FD71#D4CA15640F57FFCC7E1CFA5B18A8F999> ;
|
||||
a dwc:MaterialCitation .
|
||||
313
data/EC/0B/AE/EC0BAE2F0F5FFFCD7C87FF011849F814.ttl
Normal file
313
data/EC/0B/AE/EC0BAE2F0F5FFFCD7C87FF011849F814.ttl
Normal file
|
|
@ -0,0 +1,313 @@
|
|||
@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/EC0BAE2F0F5FFFCD7C87FF011849F814>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Pinanga_heterophylla_Beccari_1919>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_modesta_Beccari_1907>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_samarana_Beccari_1919>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_Blume_1838>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_geonomiformis_Beccari_1909>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_sobolifera_Fernando_1994>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_philippinensis_Beccari_1889>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_egregia_Fernando_1994>, <http://taxon-concept.plazi.org/id/Plantae/Pinanga_isabelensis_Beccari_1919>, <http://dx.doi.org/10.5281/zenodo.13876721>, <http://dx.doi.org/10.5281/zenodo.13876723>, <http://dx.doi.org/10.5281/zenodo.13876725> ;
|
||||
dc:creator "Adorador, Jiro T.; Meneses, Zhereeleen D.; Fernando, Edwino S." ;
|
||||
dc:title "Pinanga gruezoi Adorador & Fernando. Clustering 2020, sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47C87FEED1F72FEDF>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47DD2F9F118D5F9CB>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC478A7F9DD19E9F903>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47C87F9601D1BF97F>, <http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47D51F9291FD6F823> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pinanga_gruezoi_Adorador_2020> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.429.2.3> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/phytotaxa.429.2.3>
|
||||
bibo:endPage "134" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Phytotaxa" ;
|
||||
bibo:pubDate "2020-01-20" ;
|
||||
bibo:startPage "120" ;
|
||||
bibo:volume "429" ;
|
||||
dc:creator "Adorador, Jiro T.; Meneses, Zhereeleen D.; Fernando, Edwino S." ;
|
||||
dc:date "2020" ;
|
||||
dc:title "Pinanga gruezoi (Arecaceae), a new slender clustering palm from the Philippines with notes on an amended description of P. samarana" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13876721>, <http://dx.doi.org/10.5281/zenodo.13876723>, <http://dx.doi.org/10.5281/zenodo.13876725> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_gruezoi_Adorador_2020>
|
||||
dwc:authority "Adorador & Fernando", "Adorador & Fernando. Clustering" ;
|
||||
dwc:authorityName "Adorador & Fernando. Clustering" ;
|
||||
dwc:authorityYear "2020" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Adorador & Fernando. Clustering, 2020" ;
|
||||
dwc:species "gruezoi" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V7F5> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_gruezoi> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_heterophylla_Beccari_1919>
|
||||
dwc:authority "Beccari (1919 a: 319)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "319" ;
|
||||
dwc:authorityYear "1919" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1919" ;
|
||||
dwc:species "heterophylla" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_heterophylla> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_modesta_Beccari_1907>
|
||||
dwc:authority "Beccari (1907: 225)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "225" ;
|
||||
dwc:authorityYear "1907" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1907" ;
|
||||
dwc:species "modesta" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_modesta> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_samarana_Beccari_1919>
|
||||
dwc:authority "Beccari" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityYear "1919" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1919" ;
|
||||
dwc:species "samarana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_samarana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_Blume_1838>
|
||||
dwc:authorityName "Blume" ;
|
||||
dwc:authorityYear "1838" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Blume, 1838" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_geonomiformis_Beccari_1909>
|
||||
dwc:authority "Beccari (1909: 602)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "602" ;
|
||||
dwc:authorityYear "1909" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1909" ;
|
||||
dwc:species "geonomiformis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_geonomiformis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_sobolifera_Fernando_1994>
|
||||
dwc:authority "Fernando (1994: 49)" ;
|
||||
dwc:authorityName "Fernando" ;
|
||||
dwc:authorityPageNumber "49" ;
|
||||
dwc:authorityYear "1994" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Fernando, 1994" ;
|
||||
dwc:species "sobolifera" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_sobolifera> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_philippinensis_Beccari_1889>
|
||||
dwc:authority "Beccari (1889: 180)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "180" ;
|
||||
dwc:authorityYear "1889" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1889" ;
|
||||
dwc:sensu "lato" ;
|
||||
dwc:species "philippinensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_philippinensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_egregia_Fernando_1994>
|
||||
dwc:authority "Fernando (1994: 775)" ;
|
||||
dwc:authorityName "Fernando" ;
|
||||
dwc:authorityPageNumber "775" ;
|
||||
dwc:authorityYear "1994" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Fernando, 1994" ;
|
||||
dwc:species "egregia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_egregia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinanga_isabelensis_Beccari_1919>
|
||||
dwc:authority "Beccari (1919 a: 318)" ;
|
||||
dwc:authorityName "Beccari" ;
|
||||
dwc:authorityPageNumber "318" ;
|
||||
dwc:authorityYear "1919" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Beccari, 1919" ;
|
||||
dwc:species "isabelensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinanga_isabelensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinanga_gruezoi>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "gruezoi" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinanga> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinanga>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:genus "Pinanga" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Arecales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Arecaceae>
|
||||
dwc:family "Arecaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Arecales>
|
||||
dwc:order "Arecales" ;
|
||||
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:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
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.13876721>
|
||||
dc:description "FIGURE 1. Pinanga gruezoi Adorador & Fernando. Clustering habit showing variations in density of stems and length of petiole and rachis (A‒C). Leaf disposition and different leaflet costulation: erect (D) or slightly arching with few multi-costulate leaflets (E) or with a number of typically 2-costulate leaflets (F). Infructescence architecture showing variations in rachillae number (G‒I). Localities: Mt. Huraw, San Jose de Buan, Samar (A,D,G = the holotype Adorador 004), Barangay Vigan, Gen.Macarthur, Eastern Samar (B = Adorador 092), Barangay Tenani, Paranas, Samar (C,F,I = from Adorador 053), Sitio Arizona, Barangay Cansolabao, Hinabangan, Samar (E,H = Adorador 008). Scale bar: A = 30 cm, B = 1 m, C = 50 cm, D & E = 15 cm, F = 20 cm, G & H = 6 cm, I = 2 cm. Photos A‒I (Jiro T. Adorador)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876721/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876723>
|
||||
dc:description "FIGURE 2. Pinanga gruezoi Adorador & Fernando. Clustering habit (A), stem with dried infructescence axes (B), basal portion of leaf (adaxial side) including leaf sheath and petiole (C), distal portion of leaf, abaxial side (D), infructescence (E), fruit (F), longitudinal section of fruit showing ruminated endosperm (G), and staminate flower with two petals removed showing some stamens (H). Scale bar: B‒E = 8 cm, F‒G 2 cm, H = 4 mm.All drawn from the holotype (J.T. Adorador 004). Drawn by C.A.T. Rodelas." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876723/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.13876725>
|
||||
dc:description "FIGURE 3. The distribution map of Pinanga gruezoi Adorador & Fernando and closely related slender clustering species based on herbarium records.The gray-shaded area approximates the c. 150 meters below sea level bathymetry line which shows several Pleistocene Aggregated Island Complexes (PAIC) (Heaney 1986)." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13876725/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47C87FEED1F72FEDF>
|
||||
dwc:collectionCode "LBC, CAHUP, PNH, K" ;
|
||||
dwc:eventDate "2015-07-16" ;
|
||||
dwc:locality "San Jose de Buan" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "850" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F5FFFCD7C87FF011849F814#D4CA15640F5FFFC47C87FEED1F72FEDF> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47DD2F9F118D5F9CB>
|
||||
dwc:collectionCode "J, T, LBC, CAHUP, EBL, K" ;
|
||||
dwc:eventDate "2015-07-16" ;
|
||||
dwc:locality "Mt. Huraw" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "856" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F5FFFCD7C87FF011849F814#D4CA15640F5FFFC47DD2F9F118D5F9CB> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC478A7F9DD19E9F903>
|
||||
dwc:collectionCode "J, T, LBC, PNH, K, CAHUP" ;
|
||||
dwc:eventDate "2015-07-12" ;
|
||||
dwc:locality "Sitio Arizona" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "280" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F5FFFCD7C87FF011849F814#D4CA15640F5FFFC478A7F9DD19E9F903> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47C87F9601D1BF97F>
|
||||
dwc:collectionCode "J, T, LBC, PNH, EBL" ;
|
||||
dwc:eventDate "2016-02-12" ;
|
||||
dwc:locality "Brgy. Tenani" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "388" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F5FFFCD7C87FF011849F814#D4CA15640F5FFFC47C87F9601D1BF97F> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/EC0BAE2F0F5FFFCD7C87FF011849F814.mc.D4CA15640F5FFFC47D51F9291FD6F823>
|
||||
dwc:catalogNumber "LDLP2, SP57, LDLP3, SP8, P02147347" ;
|
||||
dwc:collectionCode "H, G, PNH, E, P, LBC, S" ;
|
||||
dwc:eventDate "1919-06" ;
|
||||
dwc:locality "Gutierrez" ;
|
||||
dwc:recordedBy "Ramos & Pascasio BS" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "240" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/EC0BAE2F0F5FFFCD7C87FF011849F814#D4CA15640F5FFFC47D51F9291FD6F823> ;
|
||||
a dwc:MaterialCitation .
|
||||
Loading…
Add table
Add a link
Reference in a new issue