This commit is contained in:
treatmentbank 2024-09-05 00:38:55 +00:00
parent 8cb2c92275
commit 400ff4eeca
3 changed files with 369 additions and 0 deletions

View file

@ -0,0 +1,102 @@
@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/03D7F475622DFFC3FF79FDB0FAB6FA1B>
dc:creator "Steyn, Hester M.; Van Wyk, Abraham E." ;
dc:title "Acanthopsis dregeana H. M. Steyn" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F475622DFFC3FF79FDB0FAB6FA1B.mc.3B164F3E622DFFC3FF2AFD7AFD61FD25> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.295.3.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Acanthopsis_dregeana> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.295.3.1>
bibo:endPage "217" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-10" ;
bibo:startPage "201" ;
bibo:volume "295" ;
dc:creator "Steyn, Hester M.; Van Wyk, Abraham E." ;
dc:date "2017" ;
dc:title "Taxonomic notes on Acanthopsis Harv. (Acanthaceae, tribe Acantheae): the group with trifid bracts" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Acanthopsis_dregeana>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Acanthopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dregeana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthopsis>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Acanthopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F475622DFFC3FF79FDB0FAB6FA1B.mc.3B164F3E622DFFC3FF2AFD7AFD61FD25>
dwc:catalogNumber "PRE0861475" ;
dwc:collectionCode "CA, NBG" ;
dwc:eventDate "2010-09-16" ;
dwc:locality "Namaqualand District" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "398" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F475622DFFC3FF79FDB0FAB6FA1B#3B164F3E622DFFC3FF2AFD7AFD61FD25> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03D7F475622EFFC0FF79FCE4FBF5F8A3>
dc:creator "Steyn, Hester M.; Van Wyk, Abraham E." ;
dc:title "Acanthopsis tetragona H. M. Steyn 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D7F475622EFFC0FF79FCE4FBF5F8A3.mc.3B164F3E622EFFC0FF2AFCAEFCEAFC71> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Acanthopsis_tetragona_Steyn_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.295.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.295.3.1>
bibo:endPage "217" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-10" ;
bibo:startPage "201" ;
bibo:volume "295" ;
dc:creator "Steyn, Hester M.; Van Wyk, Abraham E." ;
dc:date "2017" ;
dc:title "Taxonomic notes on Acanthopsis Harv. (Acanthaceae, tribe Acantheae): the group with trifid bracts" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Acanthopsis_tetragona_Steyn_2017>
dwc:authority "H.M.Steyn" ;
dwc:authorityName "H. M. Steyn" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Acanthopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. M. Steyn, 2017" ;
dwc:species "tetragona" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8ZLL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acanthopsis_tetragona> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Acanthopsis_tetragona>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Acanthopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tetragona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthopsis>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:genus "Acanthopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acanthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acanthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Acanthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03D7F475622EFFC0FF79FCE4FBF5F8A3.mc.3B164F3E622EFFC0FF2AFCAEFCEAFC71>
dwc:catalogNumber "PRE0861471" ;
dwc:collectionCode "S, CB, NBG" ;
dwc:eventDate "2011-08-08" ;
dwc:locality "Sunvalley" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "588" ;
trt:httpUri <https://treatment.plazi.org/id/03D7F475622EFFC0FF79FCE4FBF5F8A3#3B164F3E622EFFC0FF2AFCAEFCEAFC71> ;
a dwc:MaterialCitation .

View 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/0B6387800B734613FF22FF7E9E88A289>
cito:cites <http://dx.doi.org/10.5281/zenodo.13688354>, <http://dx.doi.org/10.5281/zenodo.13688356>, <http://dx.doi.org/10.5281/zenodo.13688359>, <http://dx.doi.org/10.5281/zenodo.13688361> ;
dc:creator "Aykurt, Candan; Yildiz, Kemal; Özçandir, Ayşen; Mungan, Fatma; Deniz, İ. Gökhan" ;
dc:title "Glaucium alakirensis Aykurt, K. Yildiz & A. Ozcandir 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0B6387800B734613FF22FF7E9E88A289.mc.33A23CCB0B744612FF17F9779C71A5C4>, <http://tb.plazi.org/GgServer/dwcaRecords/0B6387800B734613FF22FF7E9E88A289.mc.33A23CCB0B744612FE96F93F9907A5C4> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Glaucium_alakirensis_Aykurt_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.295.3.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.295.3.6>
bibo:endPage "262" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-10" ;
bibo:startPage "255" ;
bibo:volume "295" ;
dc:creator "Aykurt, Candan; Yildiz, Kemal; Özçandir, Ayşen; Mungan, Fatma; Deniz, İ. Gökhan" ;
dc:date "2017" ;
dc:title "Glaucium alakirensis (Papaveraceae), a new species from Southern Anatolia, Turkey" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13688354>, <http://dx.doi.org/10.5281/zenodo.13688356>, <http://dx.doi.org/10.5281/zenodo.13688359>, <http://dx.doi.org/10.5281/zenodo.13688361> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Glaucium_alakirensis_Aykurt_2017>
dwc:authority "Aykurt, K.Yildiz & A.Ozcandir" ;
dwc:authorityName "Aykurt, K. Yildiz & A. Ozcandir" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Papaveraceae" ;
dwc:genus "Glaucium" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Aykurt, K. Yildiz & A. Ozcandir, 2017" ;
dwc:species "alakirensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3G66C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Glaucium_alakirensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Glaucium_alakirensis>
dwc:class "Magnoliopsida" ;
dwc:family "Papaveraceae" ;
dwc:genus "Glaucium" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alakirensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Glaucium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Glaucium>
dwc:class "Magnoliopsida" ;
dwc:family "Papaveraceae" ;
dwc:genus "Glaucium" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Papaveraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Papaveraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Papaveraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13688354>
dc:description "FIGURE 1. Habit and flower details of AC: Glaucium alakirensis (holotype); D: G. leiocarpum (K. Yıldız 604) and E: G. secmenii (K. Yıldız 587)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688354/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688356>
dc:description "FIGURE 2. Field photographs of Glaucium alakirensis (A. Habit; B. Flower; C. Siliquae; D. Habitat; Photos: İ.G.Deniz)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688356/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688359>
dc:description "FIGURE 4. SEM photographs of the pollen grains of Glaucium alakirensis (AB), G. leiocarpum (CD) and G. secmenii (EF). (Specimens examined AC from Aykurt 4412, DF from K. Yıldız 604, GH from K. Yıldız 587)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688359/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688361>
dc:description "FIGURE 5. SEM photographs of seed coat of Glaucium alakirensis (AC), G. leiocarpum (DF) and G. secmenii (GI). (AC from Aykurt 4412, DF from K. Yıldız 604, GH from K. Yıldız 587)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688361/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/0B6387800B734613FF22FF7E9E88A289.mc.33A23CCB0B744612FF17F9779C71A5C4>
dwc:catalogNumber "C3" ;
dwc:collectionCode "I, G, C" ;
dwc:eventDate "2016-05-16" ;
dwc:locality "Alakir Valley" ;
dwc:verbatimElevation "1190" ;
trt:httpUri <https://treatment.plazi.org/id/0B6387800B734613FF22FF7E9E88A289#33A23CCB0B744612FF17F9779C71A5C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/0B6387800B734613FF22FF7E9E88A289.mc.33A23CCB0B744612FE96F93F9907A5C4>
dwc:collectionCode "C, A" ;
dwc:eventDate "2016-06-08" ;
dwc:locality "Alakir Valley" ;
dwc:verbatimElevation "1190" ;
trt:httpUri <https://treatment.plazi.org/id/0B6387800B734613FF22FF7E9E88A289#33A23CCB0B744612FE96F93F9907A5C4> ;
a dwc:MaterialCitation .