This commit is contained in:
treatmentbank 2024-11-11 19:17:01 +00:00
parent e1b3d0a768
commit d6730f1205
9 changed files with 1238 additions and 0 deletions

View file

@ -0,0 +1,90 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C748E304FF53F947FB5132E1>
cito:cites <http://dx.doi.org/10.5281/zenodo.5606591> ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Eliokarmos Rafinesque 1837" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Eliokarmos_Rafinesque_1837> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5606591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Eliokarmos_Rafinesque_1837>
dwc:authority "Rafinesque, 1837" ;
dwc:authorityName "Rafinesque" ;
dwc:authorityYear "1837" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Eliokarmos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Rafinesque, 1837" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Eliokarmos> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Eliokarmos>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Eliokarmos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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.5606591>
dc:description "FIGURE 1. Eliokarmos rossouwii (U.Müll.-Doblies & D.Müll.-Doblies) Mart.-Azorín et al. from Kariegasfontein Farm, A.P.Dold et al. TD16045 (GRA!). A. Leaves in habitat; B. Bulbs with leaf; C. Inflorescences in habitat; D. Inflorescence in cultivation; E. Flowers, frontal and dorsal views; F. Dissected flower; G. Capsule and dissected capsule with seeds; H. Seed; J. Detail of seed testa morphology. Scale bars: B: 1 cm; EF: 5 mm; G: 3 mm; H: 200 µm; J: 100 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/5606591/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,156 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C749E307FF53F90DFDD33608>
cito:cites <http://dx.doi.org/10.5281/zenodo.5606591> ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Eliokarmos rossouwii Mart.-Azorín, A.P.Dold, M.B.Crespo & M.Á.Alonso, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C749E307FF53F90DFDD33608.mc.3B7A3A3BC749E304FBC4F8D1FE76332C>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C749E307FF53F90DFDD33608.mc.3B7A3A3BC749E304FE2CF899FB24332C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Eliokarmos_rossouwii_M%C3%BCll_2021> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_rossouwii_Muller_1996> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5606591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Eliokarmos_rossouwii_M%C3%BCll_2021>
# Warning: Using document metadata for authority year ;
dwc:authority "(U.Müll.-Doblies & D.Müll.-Doblies) Mart.-Azorín, A.P.Dold, M.B.Crespo & M.Á.Alonso" ;
dwc:authorityName "Mart.-Azorín, A.P.Dold, M.B.Crespo & M.Á.Alonso" ;
dwc:baseAuthorityName "(U.Müll.-Doblies & D.Müll.-Doblies)" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Eliokarmos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Müll.-Doblies & Müll.-Doblies) Mart.-Azorín, Dold, Crespo & M.Á.Alonso, 2021" ;
dwc:species "rossouwii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Eliokarmos_rossouwii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_rossouwii_Muller_1996>
dwc:authority "Muller-Doblies & Muller-Doblies (1996: 394)" ;
dwc:authorityName "Muller-Doblies & Muller-Doblies" ;
dwc:authorityPageNumber "394" ;
dwc:authorityYear "1996" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Muller-Doblies & Muller-Doblies, 1996" ;
dwc:species "rossouwii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_rossouwii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Eliokarmos_rossouwii>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Eliokarmos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rossouwii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eliokarmos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Eliokarmos>
dwc:genus "Eliokarmos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_rossouwii>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rossouwii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5606591>
dc:description "FIGURE 1. Eliokarmos rossouwii (U.Müll.-Doblies & D.Müll.-Doblies) Mart.-Azorín et al. from Kariegasfontein Farm, A.P.Dold et al. TD16045 (GRA!). A. Leaves in habitat; B. Bulbs with leaf; C. Inflorescences in habitat; D. Inflorescence in cultivation; E. Flowers, frontal and dorsal views; F. Dissected flower; G. Capsule and dissected capsule with seeds; H. Seed; J. Detail of seed testa morphology. Scale bars: B: 1 cm; EF: 5 mm; G: 3 mm; H: 200 µm; J: 100 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/5606591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C749E307FF53F90DFDD33608.mc.3B7A3A3BC749E304FBC4F8D1FE76332C>
dwc:collectionCode "PRE" ;
dwc:eventDate "1986-08-04" ;
dwc:locality "Laingsburg on Sutherland road" ;
dwc:recordedBy "Muller-Doblies" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C749E307FF53F90DFDD33608#3B7A3A3BC749E304FBC4F8D1FE76332C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C749E307FF53F90DFDD33608.mc.3B7A3A3BC749E304FE2CF899FB24332C>
dwc:collectionCode "B, BTU, K, NBG-STE" ;
dwc:eventDate "1986-08-04" ;
dwc:locality "Laingsburg on Sutherland road" ;
dwc:recordedBy "Muller-Doblies" ;
dwc:typeStatus "isotypes" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C749E307FF53F90DFDD33608#3B7A3A3BC749E304FE2CF899FB24332C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,188 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Loncomelos bungei Mart.-Azorín, M.B.Crespo & M.Á.Alonso, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FEADF855FA3E33D7>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FF66F879FD2C338C>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FD67F879FB59338C>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FAF5F879FCAC33AF>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FCE4F81DFB5433A8>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FB0CF81DFE633C44> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Loncomelos_bungei_Boiss_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_bungei_Boissier_1882> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Loncomelos_bungei_Boiss_>
dwc:authority "(Boiss.) Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:authorityName "Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:baseAuthorityName "Boiss." ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Boiss.) Mart.-Azorín, Crespo & M.Á.Alonso" ;
dwc:species "bungei" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Loncomelos_bungei> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_bungei_Boissier_1882>
dwc:authority "Boissier (1882: 213)" ;
dwc:authorityName "Boissier" ;
dwc:authorityPageNumber "213" ;
dwc:authorityYear "1882" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Boissier, 1882" ;
dwc:species "bungei" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_bungei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos_bungei>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bungei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Loncomelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos>
dwc:genus "Loncomelos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_bungei>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bungei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FEADF855FA3E33D7>
dwc:catalogNumber "P00731039" ;
dwc:collectionCode "P" ;
dwc:eventDate "1858-04-21" ;
dwc:locality "Ziarat" ;
dwc:recordedBy "A. von Bunge" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44#3B7A3A3BC74AE307FEADF855FA3E33D7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FF66F879FD2C338C>
dwc:catalogNumber "LE00010920" ;
dwc:collectionCode "LE" ;
dwc:eventDate "1858-04-21" ;
dwc:locality "Ziarat" ;
dwc:recordedBy "A. von Bunge" ;
dwc:typeStatus "isolectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44#3B7A3A3BC74AE307FF66F879FD2C338C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FD67F879FB59338C>
dwc:catalogNumber "G-BOISS00775770" ;
dwc:collectionCode "G-BOISS" ;
dwc:eventDate "1858-04-21" ;
dwc:locality "Ziarat" ;
dwc:recordedBy "A. von Bunge" ;
dwc:typeStatus "isolectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44#3B7A3A3BC74AE307FD67F879FB59338C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FAF5F879FCAC33AF>
dwc:catalogNumber "P00731040" ;
dwc:collectionCode "P" ;
dwc:eventDate "1858-04-04" ;
dwc:locality "Asterabad" ;
dwc:recordedBy "A. von Bunge" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44#3B7A3A3BC74AE307FAF5F879FCAC33AF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FCE4F81DFB5433A8>
dwc:catalogNumber "LE00010921" ;
dwc:collectionCode "LE" ;
dwc:eventDate "1858-04-04" ;
dwc:locality "Asterabad" ;
dwc:recordedBy "A. von Bunge" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44#3B7A3A3BC74AE307FCE4F81DFB5433A8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53F8B2FACB3C44.mc.3B7A3A3BC74AE307FB0CF81DFE633C44>
dwc:catalogNumber "G-BOISS00775771" ;
dwc:collectionCode "G-BOISS" ;
dwc:eventDate "1858-04-04" ;
dwc:locality "Asterabad" ;
dwc:recordedBy "A. von Bunge" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53F8B2FACB3C44#3B7A3A3BC74AE307FB0CF81DFE633C44> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,84 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C74AE307FF53FCD1FA3D337C>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Loncomelos Rafinesque 1837" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Loncomelos_Rafinesque_1837> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Loncomelos_Rafinesque_1837>
dwc:authority "Rafinesque (1837: 24)" ;
dwc:authorityName "Rafinesque" ;
dwc:authorityPageNumber "24" ;
dwc:authorityYear "1837" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Rafinesque, 1837" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Loncomelos> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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,138 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03BB8170C74AE307FF53FDA6FED03698>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Eliokarmos multifolius Mart.-Azorín, M.B.Crespo & M.Á.Alonso, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53FDA6FED03698.mc.3B7A3A3BC74AE307FE6BFD49FED03698> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Eliokarmos_multifolius_Baker_2021> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_multifolium_Baker_1873> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Eliokarmos_multifolius_Baker_2021>
# Warning: Using document metadata for authority year ;
dwc:authority "(Baker) Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:authorityName "Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:baseAuthorityName "Baker" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Eliokarmos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Baker) Mart.-Azorín, Crespo & M.Á.Alonso, 2021" ;
dwc:species "multifolius" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Eliokarmos_multifolius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_multifolium_Baker_1873>
dwc:authority "Baker (1873: 271)" ;
dwc:authorityName "Baker" ;
dwc:authorityPageNumber "271" ;
dwc:authorityYear "1873" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Baker, 1873" ;
dwc:species "multifolium" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_multifolium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Eliokarmos_multifolius>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Eliokarmos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "multifolius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eliokarmos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Eliokarmos>
dwc:genus "Eliokarmos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_multifolium>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "multifolium" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74AE307FF53FDA6FED03698.mc.3B7A3A3BC74AE307FE6BFD49FED03698>
dwc:catalogNumber "TCD0000389" ;
dwc:collectionCode "TCD" ;
dwc:locality "Modderfontein" ;
dwc:recordedBy "Whitehead" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74AE307FF53FDA6FED03698#3B7A3A3BC74AE307FE6BFD49FED03698> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,147 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C74BE306FF53FCF4FB1D37C9>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Loncomelos sanandajense Mart., comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FCF4FB1D37C9.mc.3B7A3A3BC74BE306FE36FC98FC7737C9>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FCF4FB1D37C9.mc.3B7A3A3BC74BE306FC2DFCBCFB1937C9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Loncomelos_sanandajense_Maroofi_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_sanandajense_Maroofi_2010> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Loncomelos_sanandajense_Maroofi_>
dwc:authority "(Maroofi) Mart." ;
dwc:authorityName "Mart." ;
dwc:baseAuthorityName "Maroofi" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Maroofi) Mart." ;
dwc:species "sanandajense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Loncomelos_sanandajense> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_sanandajense_Maroofi_2010>
dwc:authority "Maroofi (2010: 76)" ;
dwc:authorityName "Maroofi" ;
dwc:authorityPageNumber "76" ;
dwc:authorityYear "2010" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Maroofi, 2010" ;
dwc:species "sanandajense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_sanandajense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos_sanandajense>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sanandajense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Loncomelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos>
dwc:genus "Loncomelos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_sanandajense>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sanandajense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FCF4FB1D37C9.mc.3B7A3A3BC74BE306FE36FC98FC7737C9>
dwc:eventDate "2003-06-10" ;
dwc:locality "Saqqez to Baneh" ;
dwc:recordedBy "Maroofi & Sh. Naseri" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2500" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FCF4FB1D37C9#3B7A3A3BC74BE306FE36FC98FC7737C9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FCF4FB1D37C9.mc.3B7A3A3BC74BE306FC2DFCBCFB1937C9>
dwc:collectionCode "TARI" ;
dwc:eventDate "2003-06-10" ;
dwc:locality "Saqqez to Baneh" ;
dwc:recordedBy "Maroofi & Sh. Naseri" ;
dwc:typeStatus "isotype" ;
dwc:verbatimElevation "2500" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FCF4FB1D37C9#3B7A3A3BC74BE306FC2DFCBCFB1937C9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,149 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03BB8170C74BE306FF53FDA0FA9436B9>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Loncomelos pycnanthus Mart.-Azorín, M.B.Crespo & M.Á.Alonso, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FDA0FA9436B9.mc.3B7A3A3BC74BE306FE38FD44FEB936B9>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FDA0FA9436B9.mc.3B7A3A3BC74BE306FEF0FD33FA9036B9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Loncomelos_pycnanthus_Wendelbo_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_pycnanthum_Wendelbo_1967> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Loncomelos_pycnanthus_Wendelbo_>
dwc:authority "(Wendelbo) Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:authorityName "Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:baseAuthorityName "Wendelbo" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wendelbo) Mart.-Azorín, Crespo & M.Á.Alonso" ;
dwc:species "pycnanthus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Loncomelos_pycnanthus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_pycnanthum_Wendelbo_1967>
dwc:authority "Wendelbo (1967: 97)" ;
dwc:authorityName "Wendelbo" ;
dwc:authorityPageNumber "97" ;
dwc:authorityYear "1967" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wendelbo, 1967" ;
dwc:species "pycnanthum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_pycnanthum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos_pycnanthus>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pycnanthus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Loncomelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos>
dwc:genus "Loncomelos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_pycnanthum>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pycnanthum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FDA0FA9436B9.mc.3B7A3A3BC74BE306FE38FD44FEB936B9>
dwc:catalogNumber "S-2000126" ;
dwc:collectionCode "BG" ;
dwc:eventDate "1959-05-31" ;
dwc:locality "Bakhtiari" ;
dwc:recordedBy "Per Wendelbo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2500" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FDA0FA9436B9#3B7A3A3BC74BE306FE38FD44FEB936B9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FDA0FA9436B9.mc.3B7A3A3BC74BE306FEF0FD33FA9036B9>
dwc:collectionCode "BG" ;
dwc:eventDate "1959-05-31" ;
dwc:locality "Kuh Rang" ;
dwc:recordedBy "Per Wendelbo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2400" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FDA0FA9436B9#3B7A3A3BC74BE306FEF0FD33FA9036B9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,139 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C74BE306FF53FE80FD85360D>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Loncomelos kurdicus Mart.-Azorín, M.B.Crespo & M.Á.Alonso, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FE80FD85360D.mc.3B7A3A3BC74BE306FEBBFEABFB903599> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Loncomelos_kurdicus_Bornm_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_kurdicum_Bornmuller_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Loncomelos_kurdicus_Bornm_>
dwc:authority "(Bornm.) Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:authorityName "Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:baseAuthorityName "Bornm." ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bornm.) Mart.-Azorín, Crespo & M.Á.Alonso" ;
dwc:species "kurdicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Loncomelos_kurdicus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_kurdicum_Bornmuller_1908>
dwc:authority "Bornmuller (1908: 135)" ;
dwc:authorityName "Bornmuller" ;
dwc:authorityPageNumber "135" ;
dwc:authorityYear "1908" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bornmuller, 1908" ;
dwc:species "kurdicum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_kurdicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos_kurdicus>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kurdicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Loncomelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos>
dwc:genus "Loncomelos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_kurdicum>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kurdicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FE80FD85360D.mc.3B7A3A3BC74BE306FEBBFEABFB903599>
dwc:catalogNumber "B 10 0108740" ;
dwc:collectionCode "B" ;
dwc:eventDate "1893-05-12" ;
dwc:locality "Kurdistania" ;
dwc:recordedBy "J. Bornmuller" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1000" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FE80FD85360D#3B7A3A3BC74BE306FEBBFEABFB903599> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,147 @@
@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#> .
<http://treatment.plazi.org/id/03BB8170C74BE306FF53FF4CFB77356D>
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:title "Loncomelos khuzestanicus Mart.-Azorín, M.B.Crespo & M.Á.Alonso, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FF4CFB77356D.mc.3B7A3A3BC74BE306FBB9FF10FB6634B1>, <http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FF4CFB77356D.mc.3B7A3A3BC74BE306FAD3FF3BFB72356D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Loncomelos_khuzestanicus_Heydarian_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_khuzestanicum_Heydarian_> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.524.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.524.1.7>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "59" ;
bibo:volume "524" ;
dc:creator "Martínez-Azorín, Mario; Dold, Anthony P.; Crespo, Manuel B.; Alonso- Vargas, María Á." ;
dc:date "2021" ;
dc:title "New combinations in Hyacinthaceae subfam. Ornithogaloideae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Loncomelos_khuzestanicus_Heydarian_>
dwc:authority "(Heydarian, Hamdi & Assadi) Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:authorityName "Mart.-Azorín, M.B.Crespo & M.Á.Alonso" ;
dwc:baseAuthorityName "Heydarian, Hamdi & Assadi" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Heydarian, Hamdi & Assadi) Mart.-Azorín, Crespo & M.Á.Alonso" ;
dwc:species "khuzestanicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Loncomelos_khuzestanicus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ornithogalum_khuzestanicum_Heydarian_>
dwc:authority "Heydarian, Hamdi & Assadi" ;
dwc:authorityName "Heydarian, Hamdi & Assadi" ;
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Heydarian, Hamdi & Assadi" ;
dwc:species "khuzestanicum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum_khuzestanicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos_khuzestanicus>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Loncomelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "khuzestanicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Loncomelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Loncomelos>
dwc:genus "Loncomelos" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae>
dwc:family "Hyacinthaceae" ;
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://taxon-name.plazi.org/id/Plantae/Ornithogalum_khuzestanicum>
dwc:class "Liliopsida" ;
dwc:family "Hyacinthaceae" ;
dwc:genus "Ornithogalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "khuzestanicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ornithogalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ornithogalum>
dwc:genus "Ornithogalum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyacinthaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FF4CFB77356D.mc.3B7A3A3BC74BE306FBB9FF10FB6634B1>
dwc:collectionCode "TARI" ;
dwc:eventDate "1982-04-20" ;
dwc:locality "Baghe-Malek to Izeh" ;
dwc:recordedBy "Assadi & Aboohamzeh" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FF4CFB77356D#3B7A3A3BC74BE306FBB9FF10FB6634B1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03BB8170C74BE306FF53FF4CFB77356D.mc.3B7A3A3BC74BE306FAD3FF3BFB72356D>
dwc:catalogNumber "TARI 62703" ;
dwc:collectionCode "TARI" ;
dwc:eventDate "1986-03-16" ;
dwc:locality "Ahvaz to Shushtar" ;
dwc:recordedBy "Mozaffarian" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "40" ;
trt:httpUri <https://treatment.plazi.org/id/03BB8170C74BE306FF53FF4CFB77356D#3B7A3A3BC74BE306FAD3FF3BFB72356D> ;
a dwc:MaterialCitation .