This commit is contained in:
treatmentbank 2024-09-04 22:00:50 +00:00
parent c03a3fab67
commit 4ce9a1335d
10 changed files with 986 additions and 0 deletions

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA>
dc:creator "Arnelas, Itziar; Armijos-Barros, J. L.; Calvo, Joel" ;
dc:title "Oritrophium yacuriense Arnelas & J. Calvo 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFF43F998A6F5A51B>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFB3BF9E4A1A2A5E7>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFC11F9C0A701A5C3>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFAB2F92CA622A5AF>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFB97F908A35BA457>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFEDAF8B0A081A433>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFD31F89CA3B8A41F>, <http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFDFBF8F8A7DAA41F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oritrophium_yacuriense_Arnelas_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.3.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.3.7>
bibo:endPage "278" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-04-04" ;
bibo:startPage "273" ;
bibo:volume "302" ;
dc:creator "Arnelas, Itziar; Armijos-Barros, J. L.; Calvo, Joel" ;
dc:date "2017" ;
dc:title "Oritrophium yacuriense (Astereae, Compositae), an overlooked new species from southern Ecuador" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oritrophium_yacuriense_Arnelas_2017>
dwc:authority "Arnelas & J. Calvo" ;
dwc:authorityName "Arnelas & J. Calvo" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Oritrophium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Arnelas & J. Calvo, 2017" ;
dwc:species "yacuriense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6SV9V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oritrophium_yacuriense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Oritrophium_yacuriense>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Oritrophium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yacuriense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oritrophium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oritrophium>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Oritrophium" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFF43F998A6F5A51B>
dwc:collectionCode "O" ;
dwc:eventDate "1999-07-20" ;
dwc:locality "Cabrera" ;
dwc:recordedBy "de Amaluza & de Jimbura & Grande" ;
dwc:verbatimLatitude "-4.7" ;
dwc:verbatimLongitude "-79.416664" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFF43F998A6F5A51B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFB3BF9E4A1A2A5E7>
dwc:collectionCode "B, QCA, QCNE" ;
dwc:eventDate "1985-04-04" ;
dwc:locality "Eriksen" ;
dwc:recordedBy "Amaluza-Palanda" ;
dwc:verbatimLatitude "-4.616667" ;
dwc:verbatimLongitude "-79.316666" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFB3BF9E4A1A2A5E7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFC11F9C0A701A5C3>
dwc:collectionCode "P, M, MO, QCA, QCNE" ;
dwc:eventDate "1994-11-22" ;
dwc:locality "LOJA" ;
dwc:recordedBy "de Las Lagunitas & Jimbura-Zumba" ;
dwc:verbatimLatitude "-4.7166667" ;
dwc:verbatimLongitude "-79.433334" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFC11F9C0A701A5C3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFAB2F92CA622A5AF>
dwc:collectionCode "P, R" ;
dwc:eventDate "2001-09-10" ;
dwc:locality "Bussmann" ;
dwc:verbatimLatitude "-4.7" ;
dwc:verbatimLongitude "-79.416664" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFAB2F92CA622A5AF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFB97F908A35BA457>
dwc:collectionCode "B, H, AAU" ;
dwc:eventDate "1976-09-22" ;
dwc:locality "Balslev" ;
dwc:recordedBy "Amaluza-Palanda & Areviatadas Pilares" ;
dwc:verbatimLatitude "-4.5833335" ;
dwc:verbatimLongitude "-79.333336" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFB97F908A35BA457> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFEDAF8B0A081A433>
dwc:collectionCode "P, J, QCA" ;
dwc:eventDate "2009-06-16" ;
dwc:locality "Macek" ;
dwc:recordedBy "Cordillera & Lagunillas & de Sabanilla & Lagunas Negras" ;
dwc:verbatimLatitude "-4.7" ;
dwc:verbatimLongitude "-79.433334" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFEDAF8B0A081A433> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFD31F89CA3B8A41F>
dwc:collectionCode "F, B" ;
dwc:eventDate "1983-12-01" ;
dwc:locality "Merino" ;
dwc:recordedBy "Amaluza & Chuquiragua" ;
dwc:verbatimLatitude "-4.6" ;
dwc:verbatimLongitude "-79.35" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFD31F89CA3B8A41F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFDFBF8F8A7DAA41F>
dwc:collectionCode "A" ;
dwc:eventDate "2006-07-11" ;
dwc:locality "Zhofre" ;
dwc:recordedBy "de Jimbura" ;
dwc:verbatimLatitude "-4.7333336" ;
dwc:verbatimLongitude "-79.416664" ;
trt:httpUri <https://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA#3B72F33F0F257C7BFDFBF8F8A7DAA41F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,165 @@
@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/03D33542F6481A4CFF4DFA67FCA5F8F9>
dc:creator "Queiroz-Lima, Adriana; Amorim, André M.; Cardoso, Domingos B. O. S." ;
dc:title "Sauvagesia paganuccii D. B. O. S. Cardoso & Harley emend. Queiroz-Lima & D. B. O. S. Cardoso 2015" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFF1EFA0FFCFDF992>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFE25F906FC09F88D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFC2AF922FB37F8B1>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFB2EF8CEFAABF8D5>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFA8AF8EAFCA2F8F9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sauvagesia_paganuccii_Cardoso_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.1.5>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-01" ;
bibo:startPage "59" ;
bibo:volume "316" ;
dc:creator "Queiroz-Lima, Adriana; Amorim, André M.; Cardoso, Domingos B. O. S." ;
dc:date "2017" ;
dc:title "A new species of Sauvagesia (Ochnaceae) from the northern Espinhaço Range, Brazil, and an emended description of Sauvagesia paganuccii" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sauvagesia_paganuccii_Cardoso_2015>
dwc:authority "D. B. O. S. Cardoso & Harley emend. Queiroz-Lima & D. B. O. S. Cardoso" ;
dwc:authorityName "D. B. O. S. Cardoso & Harley emend. Queiroz-Lima & D. B. O. S. Cardoso" ;
dwc:authorityYear "2015" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Sauvagesia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "D. B. O. S. Cardoso & Harley emend. Queiroz-Lima & D. B. O. S. Cardoso, 2015" ;
dwc:species "paganuccii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6Y3GF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sauvagesia_paganuccii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sauvagesia_paganuccii>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Sauvagesia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "paganuccii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sauvagesia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sauvagesia>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Sauvagesia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ochnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ochnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFF1EFA0FFCFDF992>
dwc:collectionCode "L, P, HUEFS, K, RB" ;
dwc:eventDate "2004-11-12" ;
dwc:locality "Serra do Orobo" ;
dwc:recordedBy "da Serra & de Queiroz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1015" ;
dwc:verbatimLatitude "-12.3125" ;
dwc:verbatimLongitude "-40.480835" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F6481A4CFF4DFA67FCA5F8F9#3B128E09F6481A4CFF1EFA0FFCFDF992> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFE25F906FC09F88D>
dwc:collectionCode "A, K, P, L, ALCB, HUEFS" ;
dwc:eventDate "2005-08-16" ;
dwc:locality "Serra do Orobo" ;
dwc:recordedBy "Santos & Ribeiro" ;
dwc:verbatimElevation "1020" ;
dwc:verbatimLatitude "-12.3" ;
dwc:verbatimLongitude "-40.333332" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F6481A4CFF4DFA67FCA5F8F9#3B128E09F6481A4CFE25F906FC09F88D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFC2AF922FB37F8B1>
dwc:collectionCode "ALCB, BRIT, HUEFS, K, MONT, NY, RB" ;
dwc:eventDate "2007-01-07" ;
dwc:locality "Serra do Orobo" ;
dwc:recordedBy "D. Cardoso" ;
dwc:verbatimElevation "1020" ;
dwc:verbatimLatitude "-12.3175" ;
dwc:verbatimLongitude "-40.483334" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F6481A4CFF4DFA67FCA5F8F9#3B128E09F6481A4CFC2AF922FB37F8B1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFB2EF8CEFAABF8D5>
dwc:collectionCode "G, ALCB, HUEFS, K, MO, NY, RB" ;
dwc:eventDate "2015-01-17" ;
dwc:locality "Serra do Orobo" ;
dwc:recordedBy "D. Cardoso & Ramos" ;
dwc:verbatimElevation "1020" ;
dwc:verbatimLatitude "-12.3175" ;
dwc:verbatimLongitude "-40.483334" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F6481A4CFF4DFA67FCA5F8F9#3B128E09F6481A4CFB2EF8CEFAABF8D5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F6481A4CFF4DFA67FCA5F8F9.mc.3B128E09F6481A4CFA8AF8EAFCA2F8F9>
dwc:collectionCode "G, ALCB, RB" ;
dwc:eventDate "2015-01-17" ;
dwc:locality "Serra do Orobo" ;
dwc:recordedBy "Ramos & D. Cardoso" ;
dwc:verbatimElevation "1020" ;
dwc:verbatimLatitude "-12.3175" ;
dwc:verbatimLongitude "-40.483334" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F6481A4CFF4DFA67FCA5F8F9#3B128E09F6481A4CFA8AF8EAFCA2F8F9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,164 @@
@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/03D33542F64C1A4CFF4DFC5AFE99FD32>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686960> ;
dc:creator "Queiroz-Lima, Adriana; Amorim, André M.; Cardoso, Domingos B. O. S." ;
dc:title "Sauvagesia insolita Queiroz-Lima & D. B. O. S. Cardoso 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFF78FF77FD7FFF5E>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFD66FF13FD18FE82>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFD3EFF3FFD91FEA6>, <http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFD41FEDBFDA3FECA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sauvagesia_insolita_Queiroz-Lima_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.316.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.316.1.5>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-08-01" ;
bibo:startPage "59" ;
bibo:volume "316" ;
dc:creator "Queiroz-Lima, Adriana; Amorim, André M.; Cardoso, Domingos B. O. S." ;
dc:date "2017" ;
dc:title "A new species of Sauvagesia (Ochnaceae) from the northern Espinhaço Range, Brazil, and an emended description of Sauvagesia paganuccii" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686960> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sauvagesia_insolita_Queiroz-Lima_2017>
dwc:authority "Queiroz-Lima & D.B.O.S.Cardoso" ;
dwc:authorityName "Queiroz-Lima & D. B. O. S. Cardoso" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Sauvagesia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Queiroz-Lima & D. B. O. S. Cardoso, 2017" ;
dwc:species "insolita" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6XRFV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sauvagesia_insolita> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sauvagesia_insolita>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Sauvagesia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "insolita" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sauvagesia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sauvagesia>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:genus "Sauvagesia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ochnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ochnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ochnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13686960>
dc:description "FIGURE 3. Geographical distribution of Sauvagesia insolita and the morphologically similar S. paganuccii in the Espinhaço Range of Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/13686960/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFF78FF77FD7FFF5E>
dwc:collectionCode "V, HUEFS" ;
dwc:eventDate "2005-05-07" ;
dwc:locality "Trilha do Campo Limpo" ;
dwc:recordedBy "Barreto" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1270" ;
dwc:verbatimLatitude "-11.389722" ;
dwc:verbatimLongitude "-40.525555" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F64C1A4CFF4DFC5AFE99FD32#3B128E09F6491A4DFF78FF77FD7FFF5E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFD66FF13FD18FE82>
dwc:collectionCode "ALCB, CEPEC, HUEFS, RB" ;
dwc:eventDate "2015-09-25" ;
dwc:locality "Trilha do Campo Limpo" ;
dwc:recordedBy "D. Cardoso" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1052" ;
dwc:verbatimLatitude "-11.3972225" ;
dwc:verbatimLongitude "-40.519722" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F64C1A4CFF4DFC5AFE99FD32#3B128E09F6491A4DFD66FF13FD18FE82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFD3EFF3FFD91FEA6>
dwc:collectionCode "J, S, ALCB" ;
dwc:eventDate "2006-06-17" ;
dwc:locality "Trilha do Campo Limpo" ;
dwc:recordedBy "Santos" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1144" ;
dwc:verbatimLatitude "-11.371944" ;
dwc:verbatimLongitude "-40.518333" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F64C1A4CFF4DFC5AFE99FD32#3B128E09F6491A4DFD3EFF3FFD91FEA6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D33542F64C1A4CFF4DFC5AFE99FD32.mc.3B128E09F6491A4DFD41FEDBFDA3FECA>
dwc:collectionCode "J, S, ALCB" ;
dwc:eventDate "2006-08-02" ;
dwc:locality "Grota de Dona Antonia" ;
dwc:recordedBy "Santos" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1144" ;
dwc:verbatimLatitude "-11.333333" ;
dwc:verbatimLongitude "-40.516666" ;
trt:httpUri <https://treatment.plazi.org/id/03D33542F64C1A4CFF4DFC5AFE99FD32#3B128E09F6491A4DFD41FEDBFDA3FECA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@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/1D42879FC60FCE55FF1EF4D9DA03F047>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686964>, <http://dx.doi.org/10.5281/zenodo.13686968> ;
dc:creator "Shaikh, Mujaffar; Khan, M. A. Wadood; Tiwari, Arjun Prasad" ;
dc:title "Fimbristylis pandeyana Mujaffar, Wad. Khan & A. P. Tiwari 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1D42879FC60FCE55FF1EF4D9DA03F047.mc.25833CD4C60FCE57FF4FF581DB10FD80> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Fimbristylis_pandeyana_Mujaffar_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.314.2.14> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.314.2.14>
bibo:endPage "300" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-25" ;
bibo:startPage "297" ;
bibo:volume "314" ;
dc:creator "Shaikh, Mujaffar; Khan, M. A. Wadood; Tiwari, Arjun Prasad" ;
dc:date "2017" ;
dc:title "A new species of Fimbristylis (Cyperaceae) from Madhya Pradesh, India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686964>, <http://dx.doi.org/10.5281/zenodo.13686968> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Fimbristylis_pandeyana_Mujaffar_2017>
dwc:authority "Mujaffar, Wad. Khan & A.P. Tiwari" ;
dwc:authorityName "Mujaffar, Wad. Khan & A. P. Tiwari" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Fimbristylis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mujaffar, Wad. Khan & A. P. Tiwari, 2017" ;
dwc:species "pandeyana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVKT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Fimbristylis_pandeyana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Fimbristylis_pandeyana>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Fimbristylis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pandeyana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fimbristylis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fimbristylis>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Fimbristylis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13686964>
dc:description "FIGURE 1. Fimbristylis pandeyana Mujaffar, Wad.Khan & A.P. Tiwari:A. Habit; B. Spikelets; C. Rachilla; D. Glume; E. Pistil; F. Stamen; G. Nutlet." ;
fabio:hasRepresentation <https://zenodo.org/record/13686964/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686968>
dc:description "FIGURE2. Fimbristylis pandeyana Mujaffar, Wad.Khan & A.P. Tiwari: A. Habit; B. Spikelets; C. Glume; D. Pistil; E. Stamen; F. Nutlet." ;
fabio:hasRepresentation <https://zenodo.org/record/13686968/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1D42879FC60FCE55FF1EF4D9DA03F047.mc.25833CD4C60FCE57FF4FF581DB10FD80>
dwc:collectionCode "E, CAL, BSA, K" ;
dwc:eventDate "2015-10-13" ;
dwc:locality "Rukhard village" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "415" ;
trt:httpUri <https://treatment.plazi.org/id/1D42879FC60FCE55FF1EF4D9DA03F047#25833CD4C60FCE57FF4FF581DB10FD80> ;
a dwc:MaterialCitation .

View 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/4642C87CFB34FFE9FF11F8C4FD86F888>
dc:creator "Ferrer-Gallego, P. Pablo; Laguna, Emilio" ;
dc:title "Rhamnus myrtifolia Willkomm 1852" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhamnus_myrtifolia_Willkomm_1852> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.3.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.3.8>
bibo:endPage "284" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-04-04" ;
bibo:startPage "279" ;
bibo:volume "302" ;
dc:creator "Ferrer-Gallego, P. Pablo; Laguna, Emilio" ;
dc:date "2017" ;
dc:title "Remarks on the type designation of two names in Rhamnus (Rhamnaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Rhamnus_myrtifolia_Willkomm_1852>
dwc:authority "Willkomm (1852: 18)" ;
dwc:authorityName "Willkomm" ;
dwc:authorityPageNumber "18" ;
dwc:authorityYear "1852" ;
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
dwc:genus "Rhamnus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Willkomm, 1852" ;
dwc:species "myrtifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4S277> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhamnus_myrtifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Rhamnus_myrtifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
dwc:genus "Rhamnus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "myrtifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhamnus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhamnus>
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
dwc:genus "Rhamnus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhamnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhamnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/594487DD7949FFF5FF65FE43A8EB427D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686882>, <http://dx.doi.org/10.5281/zenodo.13686865>, <http://dx.doi.org/10.5281/zenodo.13686869>, <http://dx.doi.org/10.5281/zenodo.13686888>, <http://dx.doi.org/10.5281/zenodo.13686863>, <http://dx.doi.org/10.5281/zenodo.13686877>, <http://dx.doi.org/10.5281/zenodo.13686884> ;
dc:creator "Hassemer, Gustavo" ;
dc:title "Plantago commersoniana Decaisne & Barneoud" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/594487DD7949FFF5FF65FE43A8EB427D.mc.61853C967949FFF5FF37FDA8AF024746> ;
@ -27,6 +28,7 @@
dc:creator "Hassemer, Gustavo" ;
dc:date "2017" ;
dc:title "Contributions to the knowledge of the genus Plantago (Plantaginaceae) in the Central-West region of Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686882>, <http://dx.doi.org/10.5281/zenodo.13686865>, <http://dx.doi.org/10.5281/zenodo.13686869>, <http://dx.doi.org/10.5281/zenodo.13686888>, <http://dx.doi.org/10.5281/zenodo.13686863>, <http://dx.doi.org/10.5281/zenodo.13686877>, <http://dx.doi.org/10.5281/zenodo.13686884> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Plantago_commersoniana>
@ -91,6 +93,41 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13686882>
dc:description "FIGURE 6. Specimen of Plantago australis subsp. hirtella from Brasília (R.C. Mendonça & B.A.S. Pereira 193, HRB-21010). Published with permission of Tânia Jost (Herbário RADAMBRASIL)." ;
fabio:hasRepresentation <https://zenodo.org/record/13686882/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686865>
dc:description "FIGURE 2. Lectotype of Plantago galeottiana (H.Galeotti 1427, P-00609788).Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00609788." ;
fabio:hasRepresentation <https://zenodo.org/record/13686865/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686869>
dc:description "FIGURE 3. Lectotype of Plantago leptophylla (A. Isabelle s.n., P-03530099). Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p03530099." ;
fabio:hasRepresentation <https://zenodo.org/record/13686869/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686888>
dc:description "FIGURE 8. Specimen of Plantago commersoniana from Brasília (G.P. da Silva 1773, CEN-19986). Published with permission of Taciana Barbosa Cavalcanti (Empresa Brasileira de Pesquisa Agropecuária)." ;
fabio:hasRepresentation <https://zenodo.org/record/13686888/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686863>
dc:description "FIGURE 1. Lectotype of Plantago hirtella (A.J.A. Bonpland & F.W.H.A. von Humboldt s.n., P-00670059). Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00670059." ;
fabio:hasRepresentation <https://zenodo.org/record/13686863/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686877>
dc:description "FIGURE 5. Lectotype of Plantago veratrifolia (H.Galeotti 1422, P-00609787).Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00609787." ;
fabio:hasRepresentation <https://zenodo.org/record/13686877/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686884>
dc:description "FIGURE 7. Distribution of Plantago commersoniana (purple squares, the new record in orange), P. hatschbachiana (red triangles) and P. napiformis (green dots, the new records in yellow); the new records of P. australis subsp. hirtella in the Central-West region of Brazil (blue diamonds); and the new records of P.major in Mato Grosso state (pink stars). The area in the map shaded in blue corresponds to the states in Brazil where the occurrence of P. australis subsp. hirtella had been hitherto recorded." ;
fabio:hasRepresentation <https://zenodo.org/record/13686884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/594487DD7949FFF5FF65FE43A8EB427D.mc.61853C967949FFF5FF37FDA8AF024746>
dwc:collectionCode "P" ;
dwc:locality "Montevideo" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/594487DD794DFFEEFF65FABCAE12468D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686892>, <http://dx.doi.org/10.5281/zenodo.13686884>, <http://dx.doi.org/10.5281/zenodo.13686863>, <http://dx.doi.org/10.5281/zenodo.13686894>, <http://dx.doi.org/10.5281/zenodo.13686869> ;
dc:creator "Hassemer, Gustavo" ;
dc:title "Plantago napiformis Hassemer" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794DFFEEFF65FABCAE12468D.mc.61853C96794DFFF1FF36FA2CAE7840C2>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794DFFEEFF65FABCAE12468D.mc.61853C967952FFEEFDB3FD35AE5047D1>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794DFFEEFF65FABCAE12468D.mc.61853C967952FFEEFB87FD19A9ED47FD>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794DFFEEFF65FABCAE12468D.mc.61853C967952FFEEFC04FD7DAB6F4661>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794DFFEEFF65FABCAE12468D.mc.61853C967952FFEEFE87FCE9AE2E468D> ;
@ -28,6 +29,7 @@
dc:creator "Hassemer, Gustavo" ;
dc:date "2017" ;
dc:title "Contributions to the knowledge of the genus Plantago (Plantaginaceae) in the Central-West region of Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686892>, <http://dx.doi.org/10.5281/zenodo.13686884>, <http://dx.doi.org/10.5281/zenodo.13686863>, <http://dx.doi.org/10.5281/zenodo.13686894>, <http://dx.doi.org/10.5281/zenodo.13686869> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Plantago_napiformis_Rahn_1964>
@ -199,6 +201,31 @@
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Plantago> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13686892>
dc:description "FIGURE 10. Detail of an uprooted specimen of Plantago napiformis showing the distinctive, taxonomically important napiform taproot." ;
fabio:hasRepresentation <https://zenodo.org/record/13686892/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686884>
dc:description "FIGURE 7. Distribution of Plantago commersoniana (purple squares, the new record in orange), P. hatschbachiana (red triangles) and P. napiformis (green dots, the new records in yellow); the new records of P. australis subsp. hirtella in the Central-West region of Brazil (blue diamonds); and the new records of P.major in Mato Grosso state (pink stars). The area in the map shaded in blue corresponds to the states in Brazil where the occurrence of P. australis subsp. hirtella had been hitherto recorded." ;
fabio:hasRepresentation <https://zenodo.org/record/13686884/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686863>
dc:description "FIGURE 1. Lectotype of Plantago hirtella (A.J.A. Bonpland & F.W.H.A. von Humboldt s.n., P-00670059). Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00670059." ;
fabio:hasRepresentation <https://zenodo.org/record/13686863/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686894>
dc:description "FIGURE 11. Examples of ruderal environments where populations of Plantago napiformis were found in Ponta Porã, Mato Grosso do Sul. A: Amidst rocks in a car park. B: Lawns on the roadside." ;
fabio:hasRepresentation <https://zenodo.org/record/13686894/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686869>
dc:description "FIGURE 3. Lectotype of Plantago leptophylla (A. Isabelle s.n., P-03530099). Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p03530099." ;
fabio:hasRepresentation <https://zenodo.org/record/13686869/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/594487DD794DFFEEFF65FABCAE12468D.mc.61853C96794DFFF1FF36FA2CAE7840C2>
dwc:collectionCode "T, M" ;
dwc:eventDate "1962-11-22" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/594487DD794FFFF1FF65F9C3AE5E41F4>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686873>, <http://dx.doi.org/10.5281/zenodo.13686884> ;
dc:creator "Hassemer, Gustavo" ;
dc:title "Plantago major Linne 1753" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FDB1FCD2A97746A8>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FCBDFC36AB6F46D4>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FE80FC1AAA8E46F0>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FF27FC7EA9F746F0>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FC3FFC7EAF7F411C>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FAB7FBA2AF404138>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FA90FB86A8E14164>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FD30FBEAAAFD4180>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FCE4FBCEAEC241AC>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FAECFB32AE7241C8>, <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FBBDFB16AE5B41F4> ;
@ -27,6 +28,7 @@
dc:creator "Hassemer, Gustavo" ;
dc:date "2017" ;
dc:title "Contributions to the knowledge of the genus Plantago (Plantaginaceae) in the Central-West region of Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686873>, <http://dx.doi.org/10.5281/zenodo.13686884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Plantago_major_Linne_1753>
@ -109,6 +111,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13686873>
dc:description "FIGURE 4. Lectotype of Plantago schiedeana (C.J.W. Schiede 72, P-00609789). Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00609789." ;
fabio:hasRepresentation <https://zenodo.org/record/13686873/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686884>
dc:description "FIGURE 7. Distribution of Plantago commersoniana (purple squares, the new record in orange), P. hatschbachiana (red triangles) and P. napiformis (green dots, the new records in yellow); the new records of P. australis subsp. hirtella in the Central-West region of Brazil (blue diamonds); and the new records of P.major in Mato Grosso state (pink stars). The area in the map shaded in blue corresponds to the states in Brazil where the occurrence of P. australis subsp. hirtella had been hitherto recorded." ;
fabio:hasRepresentation <https://zenodo.org/record/13686884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF1FF65F9C3AE5E41F4.mc.61853C96794DFFF1FDB1FCD2A97746A8>
dwc:collectionCode "A" ;
dwc:eventDate "2011-07-28" ;

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/594487DD794FFFF3FF65FF3FAADD4331>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686865>, <http://dx.doi.org/10.5281/zenodo.13686863>, <http://dx.doi.org/10.5281/zenodo.13686884>, <http://dx.doi.org/10.5281/zenodo.13686890> ;
dc:creator "Hassemer, Gustavo" ;
dc:title "Plantago hatschbachiana Hassemer 2016" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF3FF65FF3FAADD4331.mc.61853C96794FFFF3FF36FF64A9E145FA> ;
@ -27,6 +28,7 @@
dc:creator "Hassemer, Gustavo" ;
dc:date "2017" ;
dc:title "Contributions to the knowledge of the genus Plantago (Plantaginaceae) in the Central-West region of Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686865>, <http://dx.doi.org/10.5281/zenodo.13686863>, <http://dx.doi.org/10.5281/zenodo.13686884>, <http://dx.doi.org/10.5281/zenodo.13686890> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Plantago_hatschbachiana_Hassemer_2016>
@ -109,6 +111,26 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13686865>
dc:description "FIGURE 2. Lectotype of Plantago galeottiana (H.Galeotti 1427, P-00609788).Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00609788." ;
fabio:hasRepresentation <https://zenodo.org/record/13686865/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686863>
dc:description "FIGURE 1. Lectotype of Plantago hirtella (A.J.A. Bonpland & F.W.H.A. von Humboldt s.n., P-00670059). Published with permission of Muséum National dHistoire Naturelle.Available online at: https://science.mnhn.fr/institution/mnhn/collection/p/item/p00670059." ;
fabio:hasRepresentation <https://zenodo.org/record/13686863/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686884>
dc:description "FIGURE 7. Distribution of Plantago commersoniana (purple squares, the new record in orange), P. hatschbachiana (red triangles) and P. napiformis (green dots, the new records in yellow); the new records of P. australis subsp. hirtella in the Central-West region of Brazil (blue diamonds); and the new records of P.major in Mato Grosso state (pink stars). The area in the map shaded in blue corresponds to the states in Brazil where the occurrence of P. australis subsp. hirtella had been hitherto recorded." ;
fabio:hasRepresentation <https://zenodo.org/record/13686884/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13686890>
dc:description "FIGURE 9. Roadside of the road MS-164, which is the area where Plantago hatschbachiana was collected in 2003 in Ponta Porã, Mato Grosso do Sul, Brazil. A: Substitution of the native sandstone grasslands with invasive African grass species. B: Recently-stablished Eucalyptus plantations. C: Thorough destruction of the environment and its flora by the removal of soil from this area, exposing the sandy soil typical of this area." ;
fabio:hasRepresentation <https://zenodo.org/record/13686890/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/594487DD794FFFF3FF65FF3FAADD4331.mc.61853C96794FFFF3FF36FF64A9E145FA>
dwc:collectionCode "G, P, C" ;
dwc:eventDate "1966-11-09" ;

View file

@ -0,0 +1,132 @@
@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/D1338797CA64FFC2A9850373FDC0A1B8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13686948> ;
dc:creator "Fici, Silvio" ;
dc:title "Capparis parvifolia Fici 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/D1338797CA64FFC2A9850373FDC0A1B8.mc.E9F23CDCCA66FFC2A8EB034FFEEAA19C>, <http://tb.plazi.org/GgServer/dwcaRecords/D1338797CA64FFC2A9850373FDC0A1B8.mc.E9F23CDCCA66FFC2A8490363FDC4A1B8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Capparis_parvifolia_Fici_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.314.2.11> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.314.2.11>
bibo:endPage "288" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-25" ;
bibo:startPage "285" ;
bibo:volume "314" ;
dc:creator "Fici, Silvio" ;
dc:date "2017" ;
dc:title "A new species of Capparis (Capparaceae) from ultramafic substrata in New Caledonia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13686948> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Capparis_parvifolia_Fici_2017>
dwc:authority "Fici" ;
dwc:authorityName "Fici" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Capparaceae" ;
dwc:genus "Capparis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fici, 2017" ;
dwc:species "parvifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/QRWR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Capparis_parvifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Capparis_parvifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Capparaceae" ;
dwc:genus "Capparis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "parvifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Capparis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Capparis>
dwc:class "Magnoliopsida" ;
dwc:family "Capparaceae" ;
dwc:genus "Capparis" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Capparaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Capparaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Capparaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Brassicales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Brassicales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Brassicales" ;
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.13686948>
dc:description "FIGURE 1. Capparis parvifolia. A. Flowering branch. B. Flower. C. Ovary. D. Fruit (A, B, C from MacKee 16170; D from MacKee 33063). Drawn by Silvio Fici." ;
fabio:hasRepresentation <https://zenodo.org/record/13686948/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/D1338797CA64FFC2A9850373FDC0A1B8.mc.E9F23CDCCA66FFC2A8EB034FFEEAA19C>
dwc:collectionCode "P" ;
dwc:eventDate "1977-04-17" ;
dwc:locality "Mont Kaala" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/D1338797CA64FFC2A9850373FDC0A1B8#E9F23CDCCA66FFC2A8EB034FFEEAA19C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D1338797CA64FFC2A9850373FDC0A1B8.mc.E9F23CDCCA66FFC2A8490363FDC4A1B8>
dwc:collectionCode "P, MO, NOU" ;
dwc:eventDate "1981-01-06" ;
dwc:locality "Mt. Kaala" ;
dwc:verbatimElevation "500" ;
trt:httpUri <https://treatment.plazi.org/id/D1338797CA64FFC2A9850373FDC0A1B8#E9F23CDCCA66FFC2A8490363FDC4A1B8> ;
a dwc:MaterialCitation .