This commit is contained in:
treatmentbank 2024-09-04 22:20:49 +00:00
parent 4ce9a1335d
commit fb80fd8a4e
20 changed files with 3393 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@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/0389BB34FFA1B805FF60FF4FFD4641FA>
dc:creator "Suetsugu, Kenji" ;
dc:title "Gastrodia nipponicoides Suetsugu 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gastrodia_nipponicoides_Suetsugu_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.3.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.3.4>
bibo:endPage "258" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-04-04" ;
bibo:startPage "251" ;
bibo:volume "302" ;
dc:creator "Suetsugu, Kenji" ;
dc:date "2017" ;
dc:title "Two new species of Gastrodia (Gastrodieae, Epidendroideae, Orchidaceae) from Okinawa Island, Ryukyu Islands, Japan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gastrodia_nipponicoides_Suetsugu_2017>
dwc:authority "Suetsugu" ;
dwc:authorityName "Suetsugu" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gastrodia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Suetsugu, 2017" ;
dwc:species "nipponicoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVR3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gastrodia_nipponicoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Gastrodia_nipponicoides>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gastrodia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "nipponicoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gastrodia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gastrodia>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gastrodia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .

View file

@ -0,0 +1,108 @@
@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/0389BB34FFA3B803FF60FE6FFBA4449A>
dc:creator "Suetsugu, Kenji" ;
dc:title "Gastrodia okinawensis Suetsugu 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gastrodia_okinawensis_Suetsugu_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.3.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.3.4>
bibo:endPage "258" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-04-04" ;
bibo:startPage "251" ;
bibo:volume "302" ;
dc:creator "Suetsugu, Kenji" ;
dc:date "2017" ;
dc:title "Two new species of Gastrodia (Gastrodieae, Epidendroideae, Orchidaceae) from Okinawa Island, Ryukyu Islands, Japan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gastrodia_okinawensis_Suetsugu_2017>
dwc:authority "Suetsugu" ;
dwc:authorityName "Suetsugu" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gastrodia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Suetsugu, 2017" ;
dwc:species "okinawensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WVR4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Gastrodia_okinawensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Gastrodia_okinawensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gastrodia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "okinawensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gastrodia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gastrodia>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Gastrodia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .

View file

@ -0,0 +1,223 @@
@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/03A91D61A940FFE7FF6383150AFEF871>
cito:cites <http://dx.doi.org/10.5281/zenodo.13687033> ;
dc:creator "Dittrich, Vinícius Antonio De Oliveira; Salino, Alexandre; Monteiro, Reinaldo; Gasper, André Luís De" ;
dc:title "Austroblechnum andinum Gasper & V. A. O. Dittrich" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FDBC879508E8F8C5>, <http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FDEE865D0DB1F8A9>, <http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FB4586610A3BF88D>, <http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FCDD86050AFBF871> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Lomaria_andina_Baker_1874>, <http://taxon-concept.plazi.org/id/Plantae/Blechnum_andinum_Baker_1905> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.303.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Austroblechnum_andinum> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.303.1.1>
bibo:endPage "33" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-04-07" ;
bibo:startPage "1" ;
bibo:volume "303" ;
dc:creator "Dittrich, Vinícius Antonio De Oliveira; Salino, Alexandre; Monteiro, Reinaldo; Gasper, André Luís De" ;
dc:date "2017" ;
dc:title "The family Blechnaceae (Polypodiopsida) in Brazil: key to the genera and taxonomic treatment of Austroblechnum, Cranfillia, Lomaridium, Neoblechnum and Telmatoblechnum for southern and southeastern Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13687033> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lomaria_andina_Baker_1874>
dwc:authority "Baker (1874: 482)" ;
dwc:authorityName "Baker" ;
dwc:authorityPageNumber "482" ;
dwc:authorityYear "1874" ;
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Lomaria" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Baker, 1874" ;
dwc:species "andina" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/JVQG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lomaria_andina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Blechnum_andinum_Baker_1905>
dwc:authority "(Baker) Christensen (1905: 150)" ;
dwc:authorityName "Christensen" ;
dwc:authorityPageNumber "150" ;
dwc:authorityYear "1905" ;
dwc:baseAuthorityName "Baker" ;
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Baker) Christensen, 1905" ;
dwc:species "andinum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/JVQG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Blechnum_andinum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Austroblechnum_andinum>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Austroblechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "andinum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Austroblechnum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Austroblechnum>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Austroblechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiales>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
dwc:class "Polypodiopsida" ;
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://taxon-name.plazi.org/id/Plantae/Lomaria_andina>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Lomaria" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "andina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lomaria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lomaria>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Lomaria" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnum_andinum>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "andinum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnum>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13687033>
dc:description "FIGURE 1. AC.Austroblechnum andinum.A.Habit.B. Pinna pair showing venation.C. Rhizomescale. DG.Austroblechnum divergens. D. Habit. E. Base of sterile blade showing vestigial pinnae. F. Pinna pair showing venation. G. Rhizome scale. (AC from A.C. Brade s.n., CESJ0003368; DG from V.A.O. Dittrich et al. 1807, CESJ)." ;
fabio:hasRepresentation <https://zenodo.org/record/13687033/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FDBC879508E8F8C5>
dwc:catalogNumber "MBM 4715" ;
dwc:collectionCode "RB" ;
dwc:eventDate "2011-10-15" ;
dwc:locality "Parque Nacional do Caparao" ;
dwc:recordedBy "A. C. Brade & J. P. S. Condack" ;
dwc:verbatimElevation "2800" ;
dwc:verbatimLatitude "-20.440277" ;
dwc:verbatimLongitude "-41.79972" ;
trt:httpUri <https://treatment.plazi.org/id/03A91D61A940FFE7FF6383150AFEF871#3B68A62AA940FFE7FDBC879508E8F8C5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FDEE865D0DB1F8A9>
dwc:catalogNumber "BHCB 169849" ;
dwc:collectionCode "HB, SP, SPF" ;
dwc:eventDate "1913-06-04" ;
dwc:locality "Tamandare de Toledo Jr." ;
dwc:recordedBy "A. Salino & A. C. Brade" ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/03A91D61A940FFE7FF6383150AFEF871#3B68A62AA940FFE7FDEE865D0DB1F8A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FB4586610A3BF88D>
dwc:collectionCode "CESJ, RB" ;
dwc:eventDate "1935-05-27" ;
dwc:locality "Agulhas Negras" ;
dwc:recordedBy "A. C. Brade" ;
dwc:verbatimElevation "2787" ;
trt:httpUri <https://treatment.plazi.org/id/03A91D61A940FFE7FF6383150AFEF871#3B68A62AA940FFE7FB4586610A3BF88D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03A91D61A940FFE7FF6383150AFEF871.mc.3B68A62AA940FFE7FCDD86050AFBF871>
dwc:collectionCode "RB" ;
dwc:eventDate "2006-08-08" ;
dwc:locality "Agulhas Negras" ;
dwc:recordedBy "J. P. S. Condack & C. G. V. Ramos" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/03A91D61A940FFE7FF6383150AFEF871#3B68A62AA940FFE7FCDD86050AFBF871> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,168 @@
@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/03AF0E76C311FFD8FF6E74BEFAC2B8D3>
dc:creator "Priyadarshana, Tharaka S.; Wijewardhane, Ishara H.; Atthanagoda, Anusha G.; Arangala, Nandun S.; Jayasooriya, Asanka; Kumar, Pankaj" ;
dc:title "Oberonia meegaskumburae Priyadarshana, Wijewardana & Kumar 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFB3677E8FD2DBD2D>, <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFD3E7140FD1EBC21>, <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFD4E7164FE73BC0D>, <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFDE57118FEE4BCE9>, <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFE97713CFAB4BCE9>, <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFAA7713CFAACBCD5>, <http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFAA771D0FB0EBCB1> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oberonia_meegaskumburae_Priyadarshana_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.3.5>
bibo:endPage "265" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-04-04" ;
bibo:startPage "259" ;
bibo:volume "302" ;
dc:creator "Priyadarshana, Tharaka S.; Wijewardhane, Ishara H.; Atthanagoda, Anusha G.; Arangala, Nandun S.; Jayasooriya, Asanka; Kumar, Pankaj" ;
dc:date "2017" ;
dc:title "Oberonia meegaskumburae (Orchidaceae: Epidendroideae: Malaxideae), a new species from Sri Lanka" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oberonia_meegaskumburae_Priyadarshana_2017>
dwc:authority "Priyadarshana, Wijewardana & Kumar" ;
dwc:authorityName "Priyadarshana, Wijewardana & Kumar" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Oberonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Priyadarshana, Wijewardana & Kumar, 2017" ;
dwc:species "meegaskumburae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WYSV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oberonia_meegaskumburae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Oberonia_meegaskumburae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Oberonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "meegaskumburae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oberonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oberonia>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Oberonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFB3677E8FD2DBD2D>
dwc:locality "Adam's" ;
dwc:verbatimElevation "1066" ;
dwc:verbatimLatitude "6.8195" ;
dwc:verbatimLongitude "80.4642" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFB3677E8FD2DBD2D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFD3E7140FD1EBC21>
dwc:collectionCode "PDA" ;
dwc:locality "Ratnapura District" ;
dwc:recordedBy "Jayaweera" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFD3E7140FD1EBC21> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFD4E7164FE73BC0D>
dwc:collectionCode "PDA" ;
dwc:eventDate "1960-12" ;
dwc:locality "Kandy District" ;
dwc:recordedBy "Jayaweera" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFD4E7164FE73BC0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFDE57118FEE4BCE9>
dwc:collectionCode "PDA" ;
dwc:eventDate "1960-03" ;
dwc:locality "Kandy District" ;
dwc:recordedBy "Jayaweera" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFDE57118FEE4BCE9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFE97713CFAB4BCE9>
dwc:collectionCode "PDA" ;
dwc:locality "Kandy District" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFE97713CFAB4BCE9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFAA7713CFAACBCD5>
dwc:collectionCode "PDA" ;
dwc:eventDate "1969-12" ;
dwc:locality "Kandy District" ;
dwc:recordedBy "Jayaweera" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFAA7713CFAACBCD5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AF0E76C311FFD8FF6E74BEFAC2B8D3.mc.3B6EB53DC311FFDDFAA771D0FB0EBCB1>
dwc:collectionCode "PDA" ;
dwc:eventDate "1960-04" ;
dwc:locality "Kandy District" ;
dwc:recordedBy "Jayaweera" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AF0E76C311FFD8FF6E74BEFAC2B8D3#3B6EB53DC311FFDDFAA771D0FB0EBCB1> ;
a dwc:MaterialCitation .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03B348740F267C7AFF76FE03A735A1FA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13687017>, <http://dx.doi.org/10.5281/zenodo.13687019>, <http://dx.doi.org/10.5281/zenodo.13687021> ;
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> ;
@ -27,6 +28,7 @@
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" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13687017>, <http://dx.doi.org/10.5281/zenodo.13687019>, <http://dx.doi.org/10.5281/zenodo.13687021> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Oritrophium_yacuriense_Arnelas_2017>
@ -108,6 +110,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13687017>
dc:description "FIGURE 1. Oritrophium yacuriense. A. Habit. B. Capitulum. C. Detail of rosette. Plant from type locality." ;
fabio:hasRepresentation <https://zenodo.org/record/13687017/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13687019>
dc:description "FIGURE 2. Distribution map of Oritrophium yacuriense (red triangle) and O. repens (black triangle). A. General distribution. B. Ecuadorian and northernmost Peruvian populations." ;
fabio:hasRepresentation <https://zenodo.org/record/13687019/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13687021>
dc:description "FIGURE 3. Oritrophium repens. A. Habit. B, C. Detail of rosette. D. Capitulum. Plant photographed at Podocarpus National Park (I. Arnelas Seco & J.L. Barros-Armijos 506, HUTPL-10853)." ;
fabio:hasRepresentation <https://zenodo.org/record/13687021/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B348740F267C7AFF76FE03A735A1FA.mc.3B72F33F0F257C7BFF43F998A6F5A51B>
dwc:collectionCode "O" ;
dwc:eventDate "1999-07-20" ;

View file

@ -0,0 +1,106 @@
@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/E92B87B1852AFFFFFF6C7AE642689FB2>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera angustifolia Cogniaux" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1852AFFFFFF6C7AE642689FB2.mc.D1EA3CFA852AFFE2FE3C7AE645689E1F>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1852AFFFFFF6C7AE642689FB2.mc.D1EA3CFA8537FFFFFE2E7C55425F99DF> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_angustifolia> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_angustifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "angustifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B1852AFFFFFF6C7AE642689FB2.mc.D1EA3CFA852AFFE2FE3C7AE645689E1F>
dwc:collectionCode "F, NY, BR" ;
dwc:locality "Serra do Cipo" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1852AFFFFFF6C7AE642689FB2#D1EA3CFA852AFFE2FE3C7AE645689E1F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1852AFFFFFF6C7AE642689FB2.mc.D1EA3CFA8537FFFFFE2E7C55425F99DF>
dwc:catalogNumber "B2" ;
dwc:collectionCode "CR" ;
dwc:locality "This" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1852AFFFFFF6C7AE642689FB2#D1EA3CFA8537FFFFFE2E7C55425F99DF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,127 @@
@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/E92B87B18530FFF5FF6C78F247AA9E1F>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera belinelloi A. B. Martins & Almeda 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18530FFF5FF6C78F247AA9E1F.mc.D1EA3CFA8530FFF8FF6C79D342C19CE4>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18530FFF5FF6C78F247AA9E1F.mc.D1EA3CFA8530FFFBFB57762045079BDE> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_belinelloi_Martins_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_belinelloi_Martins_2017>
dwc:authority "A. B. Martins & Almeda" ;
dwc:authorityName "A. B. Martins & Almeda" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. B. Martins & Almeda, 2017" ;
dwc:species "belinelloi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9HB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_belinelloi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_belinelloi>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "belinelloi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B18530FFF5FF6C78F247AA9E1F.mc.D1EA3CFA8530FFF8FF6C79D342C19CE4>
dwc:collectionCode "S, N" ;
dwc:locality "Armazem da Laje" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1188" ;
dwc:verbatimLatitude "-17.695" ;
dwc:verbatimLongitude "-44.256943" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18530FFF5FF6C78F247AA9E1F#D1EA3CFA8530FFF8FF6C79D342C19CE4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18530FFF5FF6C78F247AA9E1F.mc.D1EA3CFA8530FFFBFB57762045079BDE>
dwc:collectionCode "F, A, B, P, W, R, UEC, MBM, MO, RB, SPF" ;
dwc:eventDate "2001-10-18" ;
dwc:locality "US" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18530FFF5FF6C78F247AA9E1F#D1EA3CFA8530FFFBFB57762045079BDE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,134 @@
@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/E92B87B18537FFF8FF6C7ADD420A9DA3>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera arachnoidea Almeda & A. B. Martins 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18537FFF8FF6C7ADD420A9DA3.mc.D1EA3CFA8537FFFFFEA97BA343319EF4>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18537FFF8FF6C7ADD420A9DA3.mc.D1EA3CFA8530FFF8FC7C783F46C09D78>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18537FFF8FF6C7ADD420A9DA3.mc.D1EA3CFA8530FFF8FBB9784342119DA3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_arachnoidea_Almeda_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_arachnoidea_Almeda_2017>
dwc:authority "Almeda & A. B. Martins" ;
dwc:authorityName "Almeda & A. B. Martins" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Almeda & A. B. Martins, 2017" ;
dwc:species "arachnoidea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9H8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_arachnoidea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_arachnoidea>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arachnoidea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B18537FFF8FF6C7ADD420A9DA3.mc.D1EA3CFA8537FFFFFEA97BA343319EF4>
dwc:collectionCode "J, H, RB, F, INPA, K, MBM, NY, SP, UB" ;
dwc:eventDate "1981-12-16" ;
dwc:locality "Encosta do Morro da Canastra" ;
dwc:recordedBy "Kirkbride Jr." ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-15.583333" ;
dwc:verbatimLongitude "-47.9" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18537FFF8FF6C7ADD420A9DA3#D1EA3CFA8537FFFFFEA97BA343319EF4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18537FFF8FF6C7ADD420A9DA3.mc.D1EA3CFA8530FFF8FC7C783F46C09D78>
dwc:collectionCode "NY" ;
dwc:locality "East of Lagoa Paranoa" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18537FFF8FF6C7ADD420A9DA3#D1EA3CFA8530FFF8FC7C783F46C09D78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18537FFF8FF6C7ADD420A9DA3.mc.D1EA3CFA8530FFF8FBB9784342119DA3>
dwc:collectionCode "E, UB, GOIAS, FURB, MBM, UEC" ;
dwc:locality "Simon" ;
dwc:verbatimLatitude "-15.583333" ;
dwc:verbatimLongitude "-47.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18537FFF8FF6C7ADD420A9DA3#D1EA3CFA8530FFF8FBB9784342119DA3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,161 @@
@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/E92B87B18553FF95FF6C7CBA46E59FB2>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera daviesiana Almeda & A. B. Martins 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFF6C7DBA42C298AC>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFF3C7DD546F098CF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFE4F7DD5453A98CF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFD927DD544DC98CF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA855DFF95FD9F7A0E42689F4A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA855DFF95FAC57A2D426B9F6E>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA855DFF95FAC77A7646E19FB2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_daviesiana_Almeda_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_daviesiana_Almeda_2017>
dwc:authority "Almeda & A. B. Martins" ;
dwc:authorityName "Almeda & A. B. Martins" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Almeda & A. B. Martins, 2017" ;
dwc:species "daviesiana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9HX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_daviesiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_daviesiana>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "daviesiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFF6C7DBA42C298AC>
dwc:collectionCode "G" ;
dwc:eventDate "1997-03-17" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA8553FF9BFF6C7DBA42C298AC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFF3C7DD546F098CF>
dwc:collectionCode "M" ;
dwc:locality "Hatschbach" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA8553FF9BFF3C7DD546F098CF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFE4F7DD5453A98CF>
dwc:collectionCode "E" ;
dwc:locality "Hatschbach" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA8553FF9BFE4F7DD5453A98CF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA8553FF9BFD927DD544DC98CF>
dwc:collectionCode "MBM" ;
dwc:locality "Barbosa" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA8553FF9BFD927DD544DC98CF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA855DFF95FD9F7A0E42689F4A>
dwc:collectionCode "R" ;
dwc:eventDate "2017-03-03" ;
dwc:locality "Caminho" ;
dwc:verbatimElevation "914" ;
dwc:verbatimLatitude "-17.002195" ;
dwc:verbatimLongitude "-43.552303" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA855DFF95FD9F7A0E42689F4A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA855DFF95FAC57A2D426B9F6E>
dwc:collectionCode "CAS, HUEM, SPF, R" ;
dwc:eventDate "2017-03-03" ;
dwc:locality "Pacifico" ;
dwc:verbatimElevation "920" ;
dwc:verbatimLatitude "-16.99975" ;
dwc:verbatimLongitude "-43.54272" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA855DFF95FAC57A2D426B9F6E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18553FF95FF6C7CBA46E59FB2.mc.D1EA3CFA855DFF95FAC77A7646E19FB2>
dwc:collectionCode "CAS, HUEM, SPF" ;
dwc:locality "Pacifico" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18553FF95FF6C7CBA46E59FB2#D1EA3CFA855DFF95FAC77A7646E19FB2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,265 @@
@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/E92B87B1855FFF90FF6C791446A79997>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera gentianoides Martius & Schrank ex Candolle 1828" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855FFF97FE277914449F9C0D>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855FFF97FF6C794247F19C75>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855FFF97FF287942424E9C75>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855EFF96FE217806461C9DAF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8559FF91FD93795746349CFC>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8559FF91FE8279C442C69CFC>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FF037E8546BA9BC7>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FE167EAE42419BC7>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FAD37EAE43B19BEA>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FB037ECD431C9A0F>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBA87F1645479A52>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FDD27F3543229A52>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FB7F7F3546299A9A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FE7B7F7D436A9ABF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBC77F8643539AC2>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBED7FA546F99AE7>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FC9E7FCE4350990A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBEC7FED4475992F>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FCC07C3646159972>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FC507C5546A39997> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_gentianoides_Martius_1828> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_gentianoides_Martius_1828>
dwc:authority "Martius & Schrank ex Candolle (1828: 104)" ;
dwc:authorityName "Martius & Schrank ex Candolle" ;
dwc:authorityPageNumber "104" ;
dwc:authorityYear "1828" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Martius & Schrank ex Candolle, 1828" ;
dwc:species "gentianoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9J6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_gentianoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_gentianoides>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "gentianoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855FFF97FE277914449F9C0D>
dwc:collectionCode "C" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA855FFF97FE277914449F9C0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855FFF97FF6C794247F19C75>
dwc:collectionCode "F" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA855FFF97FF6C794247F19C75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855FFF97FF287942424E9C75>
dwc:collectionCode "M, CAS, F, NY, UEC" ;
dwc:locality "Martius" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA855FFF97FF287942424E9C75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA855EFF96FE217806461C9DAF>
dwc:catalogNumber "B1" ;
dwc:collectionCode "EN" ;
dwc:locality "The" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA855EFF96FE217806461C9DAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8559FF91FD93795746349CFC>
dwc:collectionCode "BAHIA, CAS, UEC, MO" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "de Rio de Contas & Almeda & Pico das Almas & da Fazenda Morro Redondo & Atkins" ;
dwc:verbatimLatitude "-13.516666" ;
dwc:verbatimLongitude "-41.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8559FF91FD93795746349CFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8559FF91FE8279C442C69CFC>
dwc:catalogNumber "CFCR 14770" ;
dwc:collectionCode "ESA, SPF" ;
dwc:locality "Franca" ;
dwc:recordedBy "Mpio. Abaira & Caminho Boa Vista & Bicota" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8559FF91FE8279C442C69CFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FF037E8546BA9BC7>
dwc:collectionCode "CAS, HUEFS" ;
dwc:locality "Distrito de Catoles" ;
dwc:recordedBy "Mpio. Abaira & Barra-Ouro Fino" ;
dwc:verbatimLatitude "-13.233334" ;
dwc:verbatimLongitude "-41.916668" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FF037E8546BA9BC7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FE167EAE42419BC7>
dwc:collectionCode "HUEFS" ;
dwc:locality "Tanque do Boi" ;
dwc:recordedBy "Mpio. Abaira" ;
dwc:verbatimLatitude "-13.266666" ;
dwc:verbatimLongitude "-41.9" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FE167EAE42419BC7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FAD37EAE43B19BEA>
dwc:collectionCode "HUEFS" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "Encosta" ;
dwc:verbatimLatitude "-13.866667" ;
dwc:verbatimLongitude "-42.316666" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FAD37EAE43B19BEA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FB037ECD431C9A0F>
dwc:collectionCode "HUEFS" ;
dwc:locality "Morro do Cuscuzeiro" ;
dwc:recordedBy "Mpio. Abaira & Agua Limpa" ;
dwc:verbatimLatitude "-13.3" ;
dwc:verbatimLongitude "-41.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FB037ECD431C9A0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBA87F1645479A52>
dwc:collectionCode "TV" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "Serra" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FBA87F1645479A52> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FDD27F3543229A52>
dwc:collectionCode "ALCB" ;
dwc:locality "Harley" ;
dwc:verbatimLatitude "-13.583333" ;
dwc:verbatimLongitude "-41.816666" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FDD27F3543229A52> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FB7F7F3546299A9A>
dwc:collectionCode "CEPEC, K" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "Pico das Almas" ;
dwc:verbatimLatitude "-13.55" ;
dwc:verbatimLongitude "-41.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FB7F7F3546299A9A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FE7B7F7D436A9ABF>
dwc:collectionCode "N, CEPEC, NY, UEC" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:verbatimLatitude "-13.566667" ;
dwc:verbatimLongitude "-41.833332" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FE7B7F7D436A9ABF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBC77F8643539AC2>
dwc:collectionCode "C, CAS, CEPEC, MBM, NY" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "Hatschbach" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FBC77F8643539AC2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBED7FA546F99AE7>
dwc:collectionCode "UEC" ;
dwc:recordedBy "Piata-Abaira & Catoles & Koch" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FBED7FA546F99AE7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FC9E7FCE4350990A>
dwc:collectionCode "SNW, CEPEC" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "Pico das Almas" ;
dwc:verbatimLatitude "-13.55" ;
dwc:verbatimLongitude "-41.95" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FC9E7FCE4350990A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FBEC7FED4475992F>
dwc:collectionCode "CAS" ;
dwc:locality "Distrito de Catoles. Estrada" ;
dwc:recordedBy "Mpio. Abaira & Serrinha & Bicota & Queiroz" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FBEC7FED4475992F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FCC07C3646159972>
dwc:catalogNumber "H51911" ;
dwc:collectionCode "CAS" ;
dwc:locality "Malhada da Areia" ;
dwc:recordedBy "Mpio. Abaira & Piata & Stannard" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FCC07C3646159972> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1855FFF90FF6C791446A79997.mc.D1EA3CFA8558FF90FC507C5546A39997>
dwc:collectionCode "K, NY, W" ;
dwc:locality "Rio Jequitinhonha" ;
dwc:recordedBy "Pohl" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1855FFF90FF6C791446A79997#D1EA3CFA8558FF90FC507C5546A39997> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,196 @@
@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/E92B87B18560FFABFF6C7B05457F9359>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera harleyi Wurdack 1981" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8560FFA8FE587B05458A9E22>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8560FFA8FC067B05464E9E8F>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFD9F784E44779D8A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFCC1786D46859DAF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFE1078B643D19DAF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFB6378B6436B9DF2>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFBC678D545779C17>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFDC378FE42CD9C3A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFF6C792642139C5F>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFAAD792643AE9C62> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_harleyi_Wurdack_1981> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_harleyi_Wurdack_1981>
dwc:authority "Wurdack (1981: 147 - 148)" ;
dwc:authorityName "Wurdack" ;
dwc:authorityPageNumber "147 - 148" ;
dwc:authorityYear "1981" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wurdack, 1981" ;
dwc:species "harleyi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9JC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_harleyi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_harleyi>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "harleyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8560FFA8FE587B05458A9E22>
dwc:locality "Bahia" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8560FFA8FE587B05458A9E22> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8560FFA8FC067B05464E9E8F>
dwc:collectionCode "R, M, S, J, T, CEPEC, E, IPA, K, MBM, MO, NY, P, UEC" ;
dwc:eventDate "1977-03-19" ;
dwc:locality "Vila do Rio de Contas" ;
dwc:recordedBy "Northeast & Pico das Almas" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1810" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8560FFA8FC067B05464E9E8F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFD9F784E44779D8A>
dwc:collectionCode "HUEFS" ;
dwc:locality "Guarda Mor-Cristais" ;
dwc:recordedBy "Ganev" ;
dwc:verbatimLatitude "-13.3" ;
dwc:verbatimLongitude "-41.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFD9F784E44779D8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFCC1786D46859DAF>
dwc:collectionCode "HUEFS, NY" ;
dwc:locality "Mpio. Abaira" ;
dwc:recordedBy "Ganev" ;
dwc:verbatimLatitude "-13.316667" ;
dwc:verbatimLongitude "-41.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFCC1786D46859DAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFE1078B643D19DAF>
dwc:collectionCode "CAS, NY" ;
dwc:locality "Mpio. Abaira" ;
dwc:recordedBy "Ganev" ;
dwc:verbatimLatitude "-13.9" ;
dwc:verbatimLongitude "-42.316666" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFE1078B643D19DAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFB6378B6436B9DF2>
dwc:collectionCode "HUEFS, NY" ;
dwc:locality "Serra do Rei. Subida" ;
dwc:recordedBy "Ganev" ;
dwc:verbatimLatitude "-13.3" ;
dwc:verbatimLongitude "-41.933334" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFB6378B6436B9DF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFBC678D545779C17>
dwc:collectionCode "UEC" ;
dwc:recordedBy "Pico das Almas" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFBC678D545779C17> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFDC378FE42CD9C3A>
dwc:collectionCode "SNW, NY, RB" ;
dwc:locality "Mpio. Rio de Contas" ;
dwc:recordedBy "Pico das Almas & Mori" ;
dwc:verbatimLatitude "-13.55" ;
dwc:verbatimLongitude "-41.95" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFDC378FE42CD9C3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFF6C792642139C5F>
dwc:catalogNumber "H50876" ;
dwc:collectionCode "CAS, K, NY, SP, SPF" ;
dwc:locality "Bem Querer" ;
dwc:recordedBy "Sano & Lughadha" ;
dwc:verbatimLatitude "-13.266666" ;
dwc:verbatimLongitude "-41.883335" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFF6C792642139C5F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18560FFABFF6C7B05457F9359.mc.D1EA3CFA8563FFABFAAD792643AE9C62>
dwc:catalogNumber "CFCR 14578" ;
dwc:collectionCode "CAS, ESA, NY" ;
dwc:locality "Serra do Barbado" ;
dwc:recordedBy "Sano" ;
dwc:verbatimLatitude "-13.283334" ;
dwc:verbatimLongitude "-41.9" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18560FFABFF6C7B05457F9359#D1EA3CFA8563FFABFAAD792643AE9C62> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,123 @@
@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/E92B87B1857AFF4CFF6C7D28459299BA>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera minima A. B. Martins & Almeda 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1857AFF4CFF6C7D28459299BA.mc.D1EA3CFA857AFFB2FF6C7DCC46B398E6>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1857AFF4CFF6C7D28459299BA.mc.D1EA3CFA857AFFB2FE037DCC42409F01> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_minima_Martins_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_minima_Martins_2017>
dwc:authority "A. B. Martins & Almeda" ;
dwc:authorityName "A. B. Martins & Almeda" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. B. Martins & Almeda, 2017" ;
dwc:species "minima" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9JN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_minima> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_minima>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "minima" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B1857AFF4CFF6C7D28459299BA.mc.D1EA3CFA857AFFB2FF6C7DCC46B398E6>
dwc:locality "Minas Gerais" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1857AFF4CFF6C7D28459299BA#D1EA3CFA857AFFB2FF6C7DCC46B398E6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1857AFF4CFF6C7D28459299BA.mc.D1EA3CFA857AFFB2FE037DCC42409F01>
dwc:catalogNumber "CFCR 195" ;
dwc:collectionCode "N, J, R, M, A, UEC, SPF" ;
dwc:eventDate "1980-06-19" ;
dwc:locality "US" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1857AFF4CFF6C7D28459299BA#D1EA3CFA857AFFB2FE037DCC42409F01> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,146 @@
@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/E92B87B18591FF5BFF6C7C9D467998B7>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera quinquenervis , Wurdack 1974" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FDF57C9D441799BA>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FBFC7CA743EA99DE>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FB407CA6426E99DE>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FAC47CA7456E99E2>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8593FF5BFE237ECD42C29ABF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_quinquenervis_Wurdack_1974> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_quinquenervis_Wurdack_1974>
dwc:authority "Wurdack (1974: 136 - 137)" ;
dwc:authorityName ", Wurdack" ;
dwc:authorityPageNumber "136 - 137" ;
dwc:authorityYear "1974" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wurdack, 1974" ;
dwc:species "quinquenervis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9K2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_quinquenervis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_quinquenervis>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "quinquenervis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FDF57C9D441799BA>
dwc:collectionCode "H, S" ;
dwc:eventDate "1965-12-11" ;
dwc:locality "Distrito Federal" ;
dwc:recordedBy "Type" ;
dwc:verbatimElevation "975" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18591FF5BFF6C7C9D467998B7#D1EA3CFA8591FF59FDF57C9D441799BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FBFC7CA743EA99DE>
dwc:collectionCode "R" ;
dwc:recordedBy "Irwin" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18591FF5BFF6C7C9D467998B7#D1EA3CFA8591FF59FBFC7CA743EA99DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FB407CA6426E99DE>
dwc:collectionCode "R" ;
dwc:recordedBy "Souza" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18591FF5BFF6C7C9D467998B7#D1EA3CFA8591FF59FB407CA6426E99DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8591FF59FAC47CA7456E99E2>
dwc:collectionCode "NY" ;
dwc:locality "US" ;
dwc:recordedBy "Reis & Santos" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18591FF5BFF6C7C9D467998B7#D1EA3CFA8591FF59FAC47CA7456E99E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18591FF5BFF6C7C9D467998B7.mc.D1EA3CFA8593FF5BFE237ECD42C29ABF>
dwc:catalogNumber "B2" ;
dwc:collectionCode "CR" ;
dwc:locality "Glaziou" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18591FF5BFF6C7C9D467998B7#D1EA3CFA8593FF5BFE237ECD42C29ABF> ;
a dwc:MaterialCitation .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/E92B87B18594FF59FF6C7DBD47A49972>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera punctata Martius & Schrank ex Candolle 1828" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8594FF5CFE4F7DBD44FE98DA>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8594FF5CFBCA7DC7431F98FE>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8594FF5CFB8A7DC743C69F02>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8591FF59FD907E8547A19972> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_punctata_Martius_1828> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_punctata_Martius_1828>
dwc:authority "Martius & Schrank ex Candolle (1828: 104)" ;
dwc:authorityName "Martius & Schrank ex Candolle" ;
dwc:authorityPageNumber "104" ;
dwc:authorityYear "1828" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Martius & Schrank ex Candolle, 1828" ;
dwc:species "punctata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9JZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_punctata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_punctata>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "punctata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8594FF5CFE4F7DBD44FE98DA>
dwc:collectionCode "C" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18594FF59FF6C7DBD47A49972#D1EA3CFA8594FF5CFE4F7DBD44FE98DA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8594FF5CFBCA7DC7431F98FE>
dwc:collectionCode "F" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18594FF59FF6C7DBD47A49972#D1EA3CFA8594FF5CFBCA7DC7431F98FE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8594FF5CFB8A7DC743C69F02>
dwc:collectionCode "CAS, F, NY, UEC, BM, BR" ;
dwc:locality "Martius" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18594FF59FF6C7DBD47A49972#D1EA3CFA8594FF5CFB8A7DC743C69F02> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B18594FF59FF6C7DBD47A49972.mc.D1EA3CFA8591FF59FD907E8547A19972>
dwc:collectionCode "MINAS, GERAIS, CAS, MO, NY, UEC, BHCB, K, RB, BR, C, F, G, LE, R, BHMH" ;
dwc:locality "Mpio. Santana do Riacho" ;
dwc:recordedBy "de Conceicao" ;
dwc:verbatimLatitude "-19.239445" ;
dwc:verbatimLongitude "-43.51611" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B18594FF59FF6C7DBD47A49972#D1EA3CFA8591FF59FD907E8547A19972> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,157 @@
@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/E92B87B1859CFF56FF6C7E8545B79F02>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera rundeliana Almeda & A. B. Martins 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FF6C7F4843699A9D>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FBC77F6B425B9A9D>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FAF07F6842C39A9D>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FF3C7F8A46329ABC>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FE8A7F8A46879ABC>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FE1C7F8A45169ABC>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FDAD7F8A425E9ABC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_rundeliana_Almeda_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_rundeliana_Almeda_2017>
dwc:authority "Almeda & A. B. Martins" ;
dwc:authorityName "Almeda & A. B. Martins" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Almeda & A. B. Martins, 2017" ;
dwc:species "rundeliana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9K6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_rundeliana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_rundeliana>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rundeliana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FF6C7F4843699A9D>
dwc:collectionCode "F" ;
dwc:eventDate "2009-03-02" ;
dwc:locality "Mpio. Santo Antonio do Itambe. Parque Estadual do Pico do Itambe" ;
dwc:recordedBy "Fazenda & Pico" ;
dwc:verbatimElevation "1367" ;
dwc:verbatimLatitude "-18.39868" ;
dwc:verbatimLongitude "-43.34816" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FF6C7F4843699A9D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FBC77F6B425B9A9D>
dwc:collectionCode "A, B" ;
dwc:locality "Almeda" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FBC77F6B425B9A9D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FAF07F6842C39A9D>
dwc:collectionCode "P, W" ;
dwc:locality "Martins" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FAF07F6842C39A9D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FF3C7F8A46329ABC>
dwc:collectionCode "J, L, M" ;
dwc:locality "Fritsch" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FF3C7F8A46329ABC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FE8A7F8A46879ABC>
dwc:collectionCode "C" ;
dwc:locality "Aranha" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FE8A7F8A46879ABC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FE1C7F8A45169ABC>
dwc:collectionCode "R" ;
dwc:locality "Bush" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FE1C7F8A45169ABC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859CFF56FF6C7E8545B79F02.mc.D1EA3CFA859CFF54FDAD7F8A425E9ABC>
dwc:collectionCode "UEC, BHCB, CAS, K, NY, RB" ;
dwc:locality "Belinello" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859CFF56FF6C7E8545B79F02#D1EA3CFA859CFF54FDAD7F8A425E9ABC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,235 @@
@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/E92B87B1859EFF53FF6C7A2D46C199E2>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera sampaioana Barreto 1935" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA859EFF56FE1A7A5245B59F4A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA859EFF56FE5B7AE6445C9E18>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FD987BFD45429D67>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FDEC784E44929D67>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FC2F784E42169D8A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FAA3786D439D9DAF>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FB2978B647929C17>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FF2E78FE44529C17>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FCEB78FE45949C3A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FD22790344839C35>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FC1A790243929C3A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FB2F791D47AB9CAB>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FF0579B242129CAB>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FAAD79B242CE9CCF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_sampaioana_Barreto_1935> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_sampaioana_parvifolia_Barreto_1935> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_sampaioana_Barreto_1935>
dwc:authority "Barreto (1935 c: 10 - 11)" ;
dwc:authorityName "Barreto" ;
dwc:authorityPageNumber "10 - 11" ;
dwc:authorityYear "1935" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Barreto, 1935" ;
dwc:species "sampaioana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9K7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_sampaioana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_sampaioana_parvifolia_Barreto_1935>
dwc:authority "Barreto (1935 c: 11)" ;
dwc:authorityName "Barreto" ;
dwc:authorityPageNumber "11" ;
dwc:authorityYear "1935" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Barreto, 1935" ;
dwc:species "sampaioana" ;
dwc:variety "parvifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9K7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_sampaioana_parvifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_sampaioana>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sampaioana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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://taxon-name.plazi.org/id/Plantae/Lavoisiera_sampaioana_parvifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "sampaioana" ;
dwc:variety "parvifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_sampaioana> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA859EFF56FE1A7A5245B59F4A>
dwc:collectionCode "A, J" ;
dwc:eventDate "1934-02-03" ;
dwc:locality "Type" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA859EFF56FE1A7A5245B59F4A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA859EFF56FE5B7AE6445C9E18>
dwc:collectionCode "A, J" ;
dwc:eventDate "1934-02-03" ;
dwc:locality "Type" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA859EFF56FE5B7AE6445C9E18> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FD987BFD45429D67>
dwc:collectionCode "MINAS, GERAIS, S" ;
dwc:locality "Rio Cipo" ;
dwc:recordedBy "Mpio. Santana do Riacho & Serra do Cipo & Cardeal Mota" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FD987BFD45429D67> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FDEC784E44929D67>
dwc:collectionCode "W, CAS, UEC" ;
dwc:locality "Almeda" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FDEC784E44929D67> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FC2F784E42169D8A>
dwc:collectionCode "BHCB, CAS, NY, RB, UEC" ;
dwc:locality "Mpio. Santo Antonio do Itambe" ;
dwc:verbatimLatitude "-18.39868" ;
dwc:verbatimLongitude "-43.34816" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FC2F784E42169D8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FAA3786D439D9DAF>
dwc:collectionCode "UEC" ;
dwc:locality "Mpio. Santo Antonio do Itambe" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FAA3786D439D9DAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FB2978B647929C17>
dwc:collectionCode "R" ;
dwc:locality "Mpio. Santana do Riacho" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FB2978B647929C17> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FF2E78FE44529C17>
dwc:locality "Mpio. Santana do Riacho" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FF2E78FE44529C17> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FCEB78FE45949C3A>
dwc:catalogNumber "MG 010" ;
dwc:collectionCode "W" ;
dwc:locality "Morro do Pilar" ;
dwc:verbatimElevation "400" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FCEB78FE45949C3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FD22790344839C35>
dwc:collectionCode "M" ;
dwc:recordedBy "Campos & Arcanjo" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FD22790344839C35> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FC1A790243929C3A>
dwc:catalogNumber "CFSC 13584" ;
dwc:collectionCode "SPF" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FC1A790243929C3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FB2F791D47AB9CAB>
dwc:collectionCode "NY, RB, N, F, MO, UEC" ;
dwc:locality "Mpio. Santana do Riacho" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FB2F791D47AB9CAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FF0579B242129CAB>
dwc:collectionCode "RB" ;
dwc:locality "Mpio. Santana do Riacho" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FF0579B242129CAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B1859EFF53FF6C7A2D46C199E2.mc.D1EA3CFA8599FF51FAAD79B242CE9CCF>
dwc:collectionCode "BHCB, BHMH, F, NY" ;
dwc:locality "Mpio. Santana do Riacho" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B1859EFF53FF6C7A2D46C199E2#D1EA3CFA8599FF51FAAD79B242CE9CCF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,144 @@
@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/E92B87B185A0FF65FF6C7BFD450D9F02>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera subulata Triana 1871" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A0FF68FE3C7BFD45C79D1A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A0FF68FB1C7BE343A69D1A>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A0FF68FAF27BE2455C9D3F>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A3FF6BFD9F7BFD42CD9C62>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A3FF6BFF6C796F42C69CCF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_subulata_Triana_1871> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_subulata_Triana_1871>
dwc:authority "Triana (1871: 30)" ;
dwc:authorityName "Triana" ;
dwc:authorityPageNumber "30" ;
dwc:authorityYear "1871" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Triana, 1871" ;
dwc:species "subulata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9KG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_subulata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_subulata>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "subulata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A0FF68FE3C7BFD45C79D1A>
dwc:collectionCode "J" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A0FF65FF6C7BFD450D9F02#D1EA3CFA85A0FF68FE3C7BFD45C79D1A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A0FF68FB1C7BE343A69D1A>
dwc:collectionCode "E" ;
dwc:locality "Type" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A0FF65FF6C7BFD450D9F02#D1EA3CFA85A0FF68FB1C7BE343A69D1A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A0FF68FAF27BE2455C9D3F>
dwc:collectionCode "BM, C, P" ;
dwc:locality "Warming" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A0FF65FF6C7BFD450D9F02#D1EA3CFA85A0FF68FAF27BE2455C9D3F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A3FF6BFD9F7BFD42CD9C62>
dwc:collectionCode "MINAS, GERAIS, CAS, MO, NY, UEC, COL" ;
dwc:locality "Mpio. Santana do Riacho" ;
dwc:verbatimLatitude "-19.27375" ;
dwc:verbatimLongitude "-43.542915" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A0FF65FF6C7BFD450D9F02#D1EA3CFA85A3FF6BFD9F7BFD42CD9C62> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A0FF65FF6C7BFD450D9F02.mc.D1EA3CFA85A3FF6BFF6C796F42C69CCF>
dwc:collectionCode "V, BHCB, NY, CAS" ;
dwc:locality "Mpio. Santana do Riacho" ;
dwc:recordedBy "da Usina" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A0FF65FF6C7BFD450D9F02#D1EA3CFA85A3FF6BFF6C796F42C69CCF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,144 @@
@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/E92B87B185A6FF68FF6C7A95437D9ED2>
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:title "Lavoisiera setosa A. B. Martins & Almeda 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFF6C7B7B45219E8C>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFD7D7B9A440F9E8C>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFCA47B9B43439E8C>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFBD87B9A43849E8C>, <http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFB127B9A45769EAE> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_setosa_Martins_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.315.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.315.1.1>
bibo:endPage "450" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-07-28" ;
bibo:startPage "448" ;
bibo:volume "315" ;
dc:creator "Martins, Angela B.; Almeda, Frank" ;
dc:date "2017" ;
dc:title "A Monograph of the Brazilian endemic genus Lavoisiera (Melastomataceae: Microlicieae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lavoisiera_setosa_Martins_2017>
dwc:authority "A. B. Martins & Almeda" ;
dwc:authorityName "A. B. Martins & Almeda" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. B. Martins & Almeda, 2017" ;
dwc:species "setosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8R9KF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera_setosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera_setosa>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "setosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lavoisiera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lavoisiera>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Lavoisiera" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFF6C7B7B45219E8C>
dwc:collectionCode "F, C, A" ;
dwc:eventDate "1997-11-22" ;
dwc:locality "Type" ;
dwc:verbatimElevation "1095" ;
dwc:verbatimLatitude "-14.360001" ;
dwc:verbatimLongitude "-48.403614" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A6FF68FF6C7A95437D9ED2#D1EA3CFA85A6FF6EFF6C7B7B45219E8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFD7D7B9A440F9E8C>
dwc:collectionCode "M, L" ;
dwc:locality "Oliveira" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A6FF68FF6C7A95437D9ED2#D1EA3CFA85A6FF6EFD7D7B9A440F9E8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFCA47B9B43439E8C>
dwc:collectionCode "M, L" ;
dwc:locality "Fonseca" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A6FF68FF6C7A95437D9ED2#D1EA3CFA85A6FF6EFCA47B9B43439E8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFBD87B9A43849E8C>
dwc:collectionCode "A, J, V" ;
dwc:locality "Azevedo" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A6FF68FF6C7A95437D9ED2#D1EA3CFA85A6FF6EFBD87B9A43849E8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E92B87B185A6FF68FF6C7A95437D9ED2.mc.D1EA3CFA85A6FF6EFB127B9A45769EAE>
dwc:collectionCode "UEC, CAS, HEPH, SP" ;
dwc:locality "Santos" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E92B87B185A6FF68FF6C7A95437D9ED2#D1EA3CFA85A6FF6EFB127B9A45769EAE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,190 @@
@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/F44F000F0D46573C0EEE1CC1FBC400E3>
dc:creator "Wasowicz, Pawel; Gabriel, Jose Maria; Perez, Ruben Pino" ;
dc:title "Struthiopteris spicant var. fallax Wasowicz & Gabriel y Galan 2017, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F44F000F0D46573C0EEE1CC1FBC400E3.mc.CC8EBB440D46573C0EEE1D76FD34038B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Struthiopteris_spicant_fallax_Wasowicz_1880> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Blechnum_spicant_fallax_Lange_1880> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.2.11> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.2.11>
bibo:endPage "200" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-31" ;
bibo:startPage "198" ;
bibo:volume "302" ;
dc:creator "Wasowicz, Pawel; Gabriel, Jose Maria; Perez, Ruben Pino" ;
dc:date "2017" ;
dc:title "New combinations in Struthiopteris spicant for the European flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Struthiopteris_spicant_fallax_Wasowicz_1880>
dwc:authority "(Lange) Wasowicz & Gabriel y Galan" ;
dwc:authorityName "Wasowicz & Gabriel y Galan" ;
dwc:authorityYear "2017" ;
dwc:baseAuthorityName "Wasowicz & Gabriel y Galan" ;
dwc:baseAuthorityYear "1880" ;
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Struthiopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "(Wasowicz & Gabriel y Galan, 1880) Wasowicz & Gabriel y Galan, 2017" ;
dwc:species "spicant" ;
dwc:variety "fallax" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/536WR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Struthiopteris_spicant_fallax> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Blechnum_spicant_fallax_Lange_1880>
dwc:authority "Lange (1880: 11 - 12)" ;
dwc:authorityName "Lange" ;
dwc:authorityPageNumber "11 - 12" ;
dwc:authorityYear "1880" ;
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Lange, 1880" ;
dwc:species "spicant" ;
dwc:variety "fallax" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/536WR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Blechnum_spicant_fallax> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Struthiopteris_spicant_fallax>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Struthiopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "spicant" ;
dwc:variety "fallax" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Struthiopteris_spicant> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Struthiopteris_spicant>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Struthiopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "spicant" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Struthiopteris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Struthiopteris>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Struthiopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiales>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
dwc:class "Polypodiopsida" ;
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://taxon-name.plazi.org/id/Plantae/Blechnum_spicant_fallax>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "spicant" ;
dwc:variety "fallax" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnum_spicant> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnum_spicant>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "spicant" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Blechnum>
dwc:class "Polypodiopsida" ;
dwc:family "Blechnaceae" ;
dwc:genus "Blechnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F44F000F0D46573C0EEE1CC1FBC400E3.mc.CC8EBB440D46573C0EEE1D76FD34038B>
dwc:collectionCode "C" ;
dwc:eventDate "1769-10-02" ;
dwc:locality "ISLAND" ;
dwc:recordedBy "Ch. GrOnlund" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/F44F000F0D46573C0EEE1CC1FBC400E3#CC8EBB440D46573C0EEE1D76FD34038B> ;
a dwc:MaterialCitation .