This commit is contained in:
treatmentbank 2024-10-21 15:00:41 +00:00
parent 2d6a47a65a
commit 3dca079b50
3 changed files with 226 additions and 1 deletions

View file

@ -0,0 +1,103 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/039CCE78B31EC94D8A88015A0DA9FE5B>
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Stereochilus_arunachalensis_Chowlu_2020> ;
dc:creator "Chowlu, Krishna; Rao, A. Nageswara" ;
dc:title "Stereochilus Lindley 1858" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stereochilus_Lindley_1858> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/India>, <http://taxon-name.plazi.org/id/Plantae/Stereochilus_hirtus> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.433.2.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.433.2.10>
bibo:endPage "180" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2020-02-17" ;
bibo:startPage "177" ;
bibo:volume "433" ;
dc:creator "Chowlu, Krishna; Rao, A. Nageswara" ;
dc:date "2020" ;
dc:title "Stereochilus arunachalensis, a new orchid species of Orchidaceae (Epidendroideae: Vandeae: Aeridinae) from Arunachal Pradesh, India" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stereochilus_Lindley_1858>
dwc:authority "Lindley (1858: 38)" ;
dwc:authorityName "Lindley" ;
dwc:authorityPageNumber "38" ;
dwc:authorityYear "1858" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Stereochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Lindley, 1858" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8W3T4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stereochilus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stereochilus_arunachalensis_Chowlu_2020>
dwc:authorityName "Chowlu & A. N. Rao" ;
dwc:authorityYear "2020" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Stereochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chowlu & Rao, 2020" ;
dwc:species "arunachalensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stereochilus_arunachalensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stereochilus>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Stereochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:family "Orchidaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:order "Asparagales" ;
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 .

View file

@ -0,0 +1,116 @@
@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/039CCE78B31FC94F8A8805E109E8F7FD>
cito:cites <http://dx.doi.org/10.5281/zenodo.13874845>, <http://dx.doi.org/10.5281/zenodo.13874847> ;
dc:creator "Chowlu, Krishna; Rao, A. Nageswara" ;
dc:title "Stereochilus arunachalensis Chowlu & A. N. Rao 2020, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/039CCE78B31FC94F8A8805E109E8F7FD.mc.3B5D7533B31FC94F8AD7023E0D22FBC1> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/India> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stereochilus_arunachalensis_Chowlu_2020> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.433.2.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.433.2.10>
bibo:endPage "180" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2020-02-17" ;
bibo:startPage "177" ;
bibo:volume "433" ;
dc:creator "Chowlu, Krishna; Rao, A. Nageswara" ;
dc:date "2020" ;
dc:title "Stereochilus arunachalensis, a new orchid species of Orchidaceae (Epidendroideae: Vandeae: Aeridinae) from Arunachal Pradesh, India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13874845>, <http://dx.doi.org/10.5281/zenodo.13874847> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stereochilus_arunachalensis_Chowlu_2020>
dwc:authority "Chowlu & A.N.Rao" ;
dwc:authorityName "Chowlu & A. N. Rao" ;
dwc:authorityYear "2020" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Stereochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chowlu & Rao, 2020" ;
dwc:species "arunachalensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V6PF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stereochilus_arunachalensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stereochilus_arunachalensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Stereochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arunachalensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stereochilus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stereochilus>
dwc:genus "Stereochilus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:family "Orchidaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:order "Asparagales" ;
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.13874845>
dc:description "FIGURE 1. A. Plant in its natural habitat. B. Flower, front view. C. Flower, side view. D. Sepals and petals. E. Column with ovary. F. Lip with spur. G. Lip with spur, longitudinal section. H.Anther cap with pollinarium. (Photograph by K. Chowlu.)" ;
fabio:hasRepresentation <https://zenodo.org/record/13874845/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13874847>
dc:description "FIGURE 2. A. Plant. B. Flower, front view. C. Sepals and petals. D. Lip. E. Longitudinal section of lip and spur. F. Column and ovary. G. Anther cap. H. Pollinarium. (Drawn by K. Chowlu.)" ;
fabio:hasRepresentation <https://zenodo.org/record/13874847/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/039CCE78B31FC94F8A8805E109E8F7FD.mc.3B5D7533B31FC94F8AD7023E0D22FBC1>
dwc:collectionCode "ARUN" ;
dwc:eventDate "2018-06-04" ;
dwc:locality "Hunli" ;
dwc:recordedBy "Chowlu" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/039CCE78B31FC94F8A8805E109E8F7FD#3B5D7533B31FC94F8AD7023E0D22FBC1> ;
a dwc:MaterialCitation .

View file

@ -10,7 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03A487A3FF803D11FF504FDBDFE6D3AC>
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Eugenia_stictopetala_Candolle_1828>, <http://taxon-concept.plazi.org/id/Plantae/Eugenia_tapacumensis_Berg_>, <http://taxon-concept.plazi.org/id/Plantae/Umbellatae_Berg_1855> ;
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Eugenia_stictopetala_Candolle_1828>, <http://taxon-concept.plazi.org/id/Plantae/Eugenia_tapacumensis_Berg_>, <http://taxon-concept.plazi.org/id/Plantae/Umbellatae_Berg_1855>, <http://dx.doi.org/10.5281/zenodo.13961264> ;
dc:creator "Sobral, Marcos; Faria, Jair E. Q.; Coutinho, Karoline" ;
dc:title "Eugenia cerradensis Sobral & Faria 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A487A3FF803D11FF504FDBDFE6D3AC.mc.3B653CE8FF803D16FD234FDBD94DD5B7>, <http://tb.plazi.org/GgServer/dwcaRecords/03A487A3FF803D11FF504FDBDFE6D3AC.mc.3B653CE8FF803D16FA824FBFDCDAD46B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A487A3FF803D11FF504FDBDFE6D3AC.mc.3B653CE8FF873D11FF6549F2DFE2D3AC> ;
@ -28,6 +28,7 @@
dc:creator "Sobral, Marcos; Faria, Jair E. Q.; Coutinho, Karoline" ;
dc:date "2018" ;
dc:title "Five new Brazilian species of Eugenia (Myrtaceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13961264> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Eugenia_cerradensis_Sobral_2018>
@ -140,6 +141,11 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13961264>
dc:description "FIGURE 2. Eugenia cerradensis. Isotype at RB." ;
fabio:hasRepresentation <https://zenodo.org/record/13961264/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03A487A3FF803D11FF504FDBDFE6D3AC.mc.3B653CE8FF803D16FD234FDBD94DD5B7>
dwc:collectionCode "UB" ;
dwc:eventDate "2015-07-31" ;