This commit is contained in:
treatmentbank 2024-11-21 13:31:47 +00:00
parent a6d6ddbdf6
commit b9528e25a1
10 changed files with 1195 additions and 10 deletions

View file

@ -0,0 +1,84 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFA69D00FF40580BFC44F4A2>
dc:creator "Hennemann, Frank H." ;
dc:title "Anchiale Stal 1875" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Anchiale_Stal_1875> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5073.1.1>
bibo:endPage "189" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-12-06" ;
bibo:startPage "1" ;
bibo:volume "5073" ;
dc:creator "Hennemann, Frank H." ;
dc:date "2021" ;
dc:title "Stick insects of Sulawesi, Peleng and the Sula Islands, Indonesia- a review including checklists of species and descriptions of new taxa (Insecta: Phasmatodea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Anchiale_Stal_1875>
dwc:authority "Stal, 1875" ;
dwc:authorityName "Stal" ;
dwc:authorityYear "1875" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Anchiale" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Stal, 1875" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NM3S> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Anchiale> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Anchiale>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Anchiale" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:family "Phasmatidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:order "Phasmida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,93 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFA99D0FFF405B5CFDACF66C>
dc:creator "Hennemann, Frank H." ;
dc:title "Paracyphocrania lativentris Redtenbacher 1908" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracyphocrania_lativentris_Redtenbacher_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5073.1.1>
bibo:endPage "189" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-12-06" ;
bibo:startPage "1" ;
bibo:volume "5073" ;
dc:creator "Hennemann, Frank H." ;
dc:date "2021" ;
dc:title "Stick insects of Sulawesi, Peleng and the Sula Islands, Indonesia- a review including checklists of species and descriptions of new taxa (Insecta: Phasmatodea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracyphocrania_lativentris_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908: 466" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityPageNumber "466" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Paracyphocrania" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
dwc:species "lativentris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6TN7S> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracyphocrania_lativentris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracyphocrania_lativentris>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Paracyphocrania" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lativentris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracyphocrania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracyphocrania>
dwc:genus "Paracyphocrania" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:family "Phasmatidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:order "Phasmida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,93 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFA99D0FFF405BC8FDBAF6F8>
dc:creator "Hennemann, Frank H." ;
dc:title "Paracyphocrania major Hennemann, Conle & Suzuki 2015" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracyphocrania_major_Hennemann_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5073.1.1>
bibo:endPage "189" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-12-06" ;
bibo:startPage "1" ;
bibo:volume "5073" ;
dc:creator "Hennemann, Frank H." ;
dc:date "2021" ;
dc:title "Stick insects of Sulawesi, Peleng and the Sula Islands, Indonesia- a review including checklists of species and descriptions of new taxa (Insecta: Phasmatodea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracyphocrania_major_Hennemann_2015>
dwc:authority "Hennemann, Conle & Suzuki, 2015" ;
dwc:authorityName "Hennemann, Conle & Suzuki" ;
dwc:authorityPageNumber "42" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Paracyphocrania" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann, Conle & Suzuki, 2015" ;
dwc:species "major" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6TN84> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracyphocrania_major> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracyphocrania_major>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Paracyphocrania" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "major" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracyphocrania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracyphocrania>
dwc:genus "Paracyphocrania" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:family "Phasmatidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:order "Phasmida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,84 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFA99D0FFF405D0DFED6F61F>
dc:creator "Hennemann, Frank H." ;
dc:title "Paracyphocrania Redtenbacher 1908" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracyphocrania_Redtenbacher_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5073.1.1>
bibo:endPage "189" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-12-06" ;
bibo:startPage "1" ;
bibo:volume "5073" ;
dc:creator "Hennemann, Frank H." ;
dc:date "2021" ;
dc:title "Stick insects of Sulawesi, Peleng and the Sula Islands, Indonesia- a review including checklists of species and descriptions of new taxa (Insecta: Phasmatodea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracyphocrania_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Paracyphocrania" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NWRH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracyphocrania> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracyphocrania>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Paracyphocrania" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:family "Phasmatidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:order "Phasmida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -8,10 +8,10 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFDBAF6F8>
<http://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFEEEF00E>
dc:creator "Hennemann, Frank H." ;
dc:title "Anchiale maculata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFD595EB5FCD7F205>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFCB85F69FE31F27D>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFE585F21FC1DF291>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFC6E5F05FE6CF2B5> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFD595EB5FCD7F205>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFCB85F69FE31F27D>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFE585F21FC1DF291>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFC6E5F05FE6CF2B5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Anchiale_maculata_Olivier_1792> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
@ -92,36 +92,36 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFD595EB5FCD7F205>
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFD595EB5FCD7F205>
dwc:collectionCode "IV" ;
dwc:eventDate "2011-04" ;
dwc:locality "Buko District" ;
dwc:recordedBy "Prov. Sulawesi Tengah & Banggai-Inseln" ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFDBAF6F8#3B1A3CA5FFA99D0FFD595EB5FCD7F205> ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFEEEF00E#3B1A3CA5FFA99D0FFD595EB5FCD7F205> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFCB85F69FE31F27D>
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFCB85F69FE31F27D>
dwc:collectionCode "IX" ;
dwc:eventDate "2011-09" ;
dwc:locality "Buko District" ;
dwc:recordedBy "Prov. Sulawesi Tengah" ;
dwc:verbatimElevation "475" ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFDBAF6F8#3B1A3CA5FFA99D0FFCB85F69FE31F27D> ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFEEEF00E#3B1A3CA5FFA99D0FFCB85F69FE31F27D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFE585F21FC1DF291>
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFE585F21FC1DF291>
dwc:collectionCode "IX, IMQC" ;
dwc:eventDate "2011-09" ;
dwc:locality "Banggai Islands" ;
dwc:recordedBy "Prov. Sulawesi Tengah" ;
dwc:verbatimElevation "475" ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFDBAF6F8#3B1A3CA5FFA99D0FFE585F21FC1DF291> ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFEEEF00E#3B1A3CA5FFA99D0FFE585F21FC1DF291> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFDBAF6F8.mc.3B1A3CA5FFA99D0FFC6E5F05FE6CF2B5>
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFA99D0FFF405EFDFEEEF00E.mc.3B1A3CA5FFA99D0FFC6E5F05FE6CF2B5>
dwc:collectionCode "IV" ;
dwc:eventDate "2011-04" ;
dwc:locality "Tinanasu" ;
dwc:recordedBy "Peleng Id." ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFDBAF6F8#3B1A3CA5FFA99D0FFC6E5F05FE6CF2B5> ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFA99D0FFF405EFDFEEEF00E#3B1A3CA5FFA99D0FFC6E5F05FE6CF2B5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,84 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFAC9D0AFF405F05FDA9F087>
dc:creator "Hennemann, Frank H." ;
dc:title "Dimorphodes Westwood 1859" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dimorphodes_Westwood_1859> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5073.1.1>
bibo:endPage "189" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-12-06" ;
bibo:startPage "1" ;
bibo:volume "5073" ;
dc:creator "Hennemann, Frank H." ;
dc:date "2021" ;
dc:title "Stick insects of Sulawesi, Peleng and the Sula Islands, Indonesia- a review including checklists of species and descriptions of new taxa (Insecta: Phasmatodea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dimorphodes_Westwood_1859>
dwc:authority "Westwood, 1859" ;
dwc:authorityName "Westwood" ;
dwc:authorityYear "1859" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Dimorphodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Westwood, 1859" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NQX4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dimorphodes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dimorphodes>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Dimorphodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:family "Phasmatidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:order "Phasmida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,250 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03DB87EEFFB69D1EFF405D10FE90F0F5>
cito:cites <http://dx.doi.org/10.5281/zenodo.5760702>, <http://dx.doi.org/10.5281/zenodo.5760714>, <http://dx.doi.org/10.5281/zenodo.5760712>, <http://dx.doi.org/10.5281/zenodo.5760646> ;
dc:creator "Hennemann, Frank H." ;
dc:title "Ramulus globosicaput" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFB69D1EFF405D10FE90F0F5.mc.3B1A3CA5FFB69D10FE555BF3FDC5F6C0>, <http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFB69D1EFF405D10FE90F0F5.mc.3B1A3CA5FFB69D10FD555BD7FD55F6E4> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ramulus_globosicaput_Wattenwyl_1907> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Baculum_globosicaput_Gunther_1935>, <http://taxon-concept.plazi.org/id/Animalia/Baculum_globosicaput_Gunther_1938>, <http://taxon-concept.plazi.org/id/Animalia/Dagys_balia_Gunther_1935>, <http://taxon-concept.plazi.org/id/Animalia/Ramulus_extensum_Hennemann_2021> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5073.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5073.1.1>
bibo:endPage "189" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-12-06" ;
bibo:startPage "1" ;
bibo:volume "5073" ;
dc:creator "Hennemann, Frank H." ;
dc:date "2021" ;
dc:title "Stick insects of Sulawesi, Peleng and the Sula Islands, Indonesia- a review including checklists of species and descriptions of new taxa (Insecta: Phasmatodea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5760702>, <http://dx.doi.org/10.5281/zenodo.5760714>, <http://dx.doi.org/10.5281/zenodo.5760712>, <http://dx.doi.org/10.5281/zenodo.5760646> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ramulus_globosicaput_Wattenwyl_1907>
dwc:authority "(Brunner von Wattenwyl, 1907)" ;
dwc:baseAuthorityName "Brunner von Wattenwyl" ;
dwc:baseAuthorityYear "1907" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Ramulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Brunner von Wattenwyl, 1907)" ;
dwc:species "globosicaput" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RD96> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ramulus_globosicaput> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Baculum_globosicaput_Gunther_1935>
dwc:authority ", Gunther, 1935 a: 2" ;
dwc:authorityName ", Gunther" ;
dwc:authorityPageNumber "2" ;
dwc:authorityYear "1935" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Baculum" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1935" ;
dwc:species "globosicaput" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KBCL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Baculum_globosicaput> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Dagys_balia_Gunther_1935>
dwc:authority "Gunther, 1935 a: 3" ;
dwc:authorityName "Gunther" ;
dwc:authorityPageNumber "3" ;
dwc:authorityYear "1935" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Dagys" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1935" ;
dwc:species "balia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/33YD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dagys_balia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Baculum_globosicaput_Gunther_1938>
dwc:authority ", Gunther, 1938: 60" ;
dwc:authorityName ", Gunther" ;
dwc:authorityPageNumber "60" ;
dwc:authorityYear "1938" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Baculum" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1938" ;
dwc:species "globosicaput" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KBCL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Baculum_globosicaput> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ramulus_extensum_Hennemann_2021>
dwc:authority "Hennemann, 2021" ;
dwc:authorityName "Hennemann" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Ramulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann, 2021" ;
dwc:species "extensum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ramulus_extensum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ramulus_globosicaput>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Ramulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "globosicaput" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ramulus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ramulus>
dwc:genus "Ramulus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:family "Phasmatidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:order "Phasmida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baculum_globosicaput>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Baculum" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "globosicaput" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baculum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baculum>
dwc:genus "Baculum" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dagys_balia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Dagys" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "balia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dagys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dagys>
dwc:genus "Dagys" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ramulus_extensum>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Ramulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "extensum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ramulus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5760702>
dc:description "FIGURE 29. Ramulus globosicaput (Brunner v. Wattenwyl, 1907): A. ♀, dorsolateral view [coll. FH, No. 0303-2]; B. ♀, dor- solateral view [coll. FH, No. 0303-1]; C. Terminal abdominal segments of ♀ seen laterally [coll. FH, No. 0303-1]; D. Terminal abdominal segments of ♀ seen dorsally [coll. FH, No. 0303-2]; E. Terminal abdominal segments of ♂ seen laterally [coll. FH, No. 0303-4]; F. Terminal abdominal segments of ♂ seen dorsally [coll. FH, No. 0303-4]; G. Terminal abdominal segments of ♂ seen ventrally [coll. FH, No. 0303-4]; H. Head with antennae and prothorax of ♀ in dorsal view [coll. FH, No. 0303-2]; J. Head with antennae and prothorax of ♀ in dorsal view [coll. FH, No. 0303-3]; K. Head and prothorax of ♀ in lateral view [coll. FH, No. 0303-2]; L. Head with antennae and prothorax of ♂ in dorsal view [coll. FH, No. 0303-4]; M. Head with antennae and prothorax of ♂ in lateral view [coll. FH, No. 0303-4]." ;
fabio:hasRepresentation <https://zenodo.org/record/5760702/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5760714>
dc:description "FIGURE 35. Ramulus spp., eggs: A. R. globosicaput (Brunner v. Wattenwyl, 1907), dorsal view [coll. FH, No. 0303-E]; B. R. globosicaput (Brunner v. Wattenwyl, 1907), lateral view [coll. FH, No. 0303-E]; C. R. torajanus n. sp., dorsal view (PT) [coll. FH, No. 1064-E]; D. R. torajanus n. sp., lateral view (PT) [coll. FH, No. 1064-E]; E. R. togianense n. sp., dorsal view (PT) [coll. FH, No. 0733-E]; F. R. togianense n. sp., lateral view (PT) [coll. FH, No. 0733-E]; G. R. pelengense n. sp., dorsal view (PT) [coll. FH, No. 0790-E]; H. R. pelengense n. sp., lateral view (PT) [coll. FH, No. 0790-E];" ;
fabio:hasRepresentation <https://zenodo.org/record/5760714/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5760712>
dc:description "FIGURE 34. Ramulus torajanus n. sp.: A. ♀ (PT), lateral view [coll. FH, No. 1064-3]; B. ♂ (PT), lateral view [coll. FH, No. 1064-4]; C. Lateral view of terminal abdominal segments of ♀ (PT) [coll. FH, No. 1064-3]; D. Dorsal view of terminal abdominal segments of ♀ (PT) [coll. FH, No. 1064-3]; E. Ventral view of terminal abdominal segments of ♀ (PT) [coll. FH, No. 1064- 3]; F. Lateral view of terminal abdominal segments of ♂ (PT) [coll. FH, No. 1064-2]; G. Dorsal view of terminal abdominal segments of ♂ (PT) [coll. FH, No. 1064-2]; H. Ventral view of terminal abdominal segments of ♂ (PT) [coll. FH, No. 1064-2]; J. Apex of right mesofemur of ♀ (PT) seen intero-laterally [coll. FH, No. 1064-63]; K. Head and prothorax of ♂ (PT) in dorsal view [coll. FH, No. 1064-5]; K. Head and prothorax of ♂ (PT) in dorsal view [coll. FH, No. 1064-5]; L. Head and prothorax of ♂ (PT) in dorso-lateral view [coll. FH, No. 1064-8]." ;
fabio:hasRepresentation <https://zenodo.org/record/5760712/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5760646>
dc:description "FIGURE 4. Map of Sulawesi showing the localities recorded in this study." ;
fabio:hasRepresentation <https://zenodo.org/record/5760646/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFB69D1EFF405D10FE90F0F5.mc.3B1A3CA5FFB69D10FE555BF3FDC5F6C0>
dwc:eventDate "1995-12" ;
dwc:locality "Maros" ;
dwc:recordedBy "Gunawan & No's." ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFB69D1EFF405D10FE90F0F5#3B1A3CA5FFB69D10FE555BF3FDC5F6C0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DB87EEFFB69D1EFF405D10FE90F0F5.mc.3B1A3CA5FFB69D10FD555BD7FD55F6E4>
dwc:collectionCode "II" ;
dwc:eventDate "1995-10" ;
dwc:locality "Rantepao" ;
dwc:recordedBy "Tajuddin & No." ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/03DB87EEFFB69D1EFF405D10FE90F0F5#3B1A3CA5FFB69D10FD555BD7FD55F6E4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,179 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A>
cito:cites <http://dx.doi.org/10.5281/zenodo.5530369> ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:title "Myrcia microcalyx Lima Santos & E. Lucas, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FCD7FE3CFC40FDC4>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FC20FDD0FB56FDC4>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FB4BFDD0FA48FDC5>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FF02FDF5FE63FDA0>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FE07FDF4FDEFFDA0>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FD9CFDF4FD0BFDA1>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FD7CFDF5FC9FFDA0>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FC00FDF4FB99FDA0> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Myrcia_microcalyx_Santos_2021> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.520.3.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.520.3.3>
bibo:endPage "256" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-09-21" ;
bibo:startPage "249" ;
bibo:volume "520" ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:date "2021" ;
dc:title "Three new species of Myrcia sect. Myrcia (Myrtaceae) from South America" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5530369> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_microcalyx_Santos_2021>
# Warning: Using document metadata for authority year ;
dwc:authority "Lima Santos & E. Lucas" ;
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Myrcia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lima Santos & Lucas, 2021" ;
dwc:species "microcalyx" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8SL4K> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Myrcia_microcalyx> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Myrcia_microcalyx>
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Myrcia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "microcalyx" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrcia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrcia>
dwc:genus "Myrcia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtaceae>
dwc:family "Myrtaceae" ;
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:order "Myrtales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5530369>
dc:description "FIGURE 2. Distribution map of Myrcia microcalyx, M. peruviana and M. rionegrensis." ;
fabio:hasRepresentation <https://zenodo.org/record/5530369/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FCD7FE3CFC40FDC4>
dwc:catalogNumber "K 000342940" ;
dwc:collectionCode "K" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FCD7FE3CFC40FDC4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FC20FDD0FB56FDC4>
dwc:catalogNumber "FLOR 39946" ;
dwc:collectionCode "FLOR" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FC20FDD0FB56FDC4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FB4BFDD0FA48FDC5>
dwc:catalogNumber "INPA 30253" ;
dwc:collectionCode "INPA" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FB4BFDD0FA48FDC5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FF02FDF5FE63FDA0>
dwc:catalogNumber "NY 00866719" ;
dwc:collectionCode "NY" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FF02FDF5FE63FDA0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FE07FDF4FDEFFDA0>
dwc:catalogNumber "S17-10727" ;
dwc:collectionCode "S" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FE07FDF4FDEFFDA0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FD9CFDF4FD0BFDA1>
dwc:catalogNumber "SP 123595" ;
dwc:collectionCode "SP" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FD9CFDF4FD0BFDA1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FD7CFDF5FC9FFDA0>
dwc:catalogNumber "U 1444093" ;
dwc:collectionCode "U" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FD7CFDF5FC9FFDA0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCB1875FF02FE3CFF01FF2A.mc.91953CE2FFCB1877FC00FDF4FB99FDA0>
dwc:catalogNumber "US01893194" ;
dwc:collectionCode "US" ;
dwc:eventDate "1971-04-15" ;
dwc:locality "Estrada Alemanha" ;
dwc:recordedBy "G. T. Prance" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCB1875FF02FE3CFF01FF2A#91953CE2FFCB1877FC00FDF4FB99FDA0> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,189 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961>
cito:cites <http://dx.doi.org/10.5281/zenodo.5530373>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:title "Myrcia rionegrensis Lima Santos & T. N. C. Vasconc." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FC47FA3EFECEF9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FEB3F9F6FE12F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FE73F9F6FDD2F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FDB3F9F6FD98F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FDF5F9F6FD23F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FD40F9F6FCE9F9AE>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FF37FA01FEADF9F1>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FEDCFA25FD52F9DD>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FD31F9D9FC5FF9B9>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FC4DF9FDFF27F961>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FF44F9B5FC6DF961> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Myrcia_rionegrensis_Santos_> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.520.3.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.520.3.3>
bibo:endPage "256" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-09-21" ;
bibo:startPage "249" ;
bibo:volume "520" ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:date "2021" ;
dc:title "Three new species of Myrcia sect. Myrcia (Myrtaceae) from South America" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5530373>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_rionegrensis_Santos_>
dwc:authority "Lima Santos & T.N.C. Vasconc." ;
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Myrcia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lima Santos & Vasconc." ;
dwc:species "rionegrensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8SLH8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Myrcia_rionegrensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Myrcia_rionegrensis>
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Myrcia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rionegrensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrcia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrcia>
dwc:genus "Myrcia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtaceae>
dwc:family "Myrtaceae" ;
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:order "Myrtales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5530373>
dc:description "FIGURE 5. Morphological characteristics of Myrcia rionegrensis. A. Fruiting branch showing the red ribbed fruits in process of ripening (holotype voucher T. Vasconcelos 307); B. Transversal section of the ovary in old flower/ young fruit stage (P.J.M. Maas 6904). Arrow indicates golden hairs covering the outer ovary surface (persistent in fruit), the dashed line highlights the bilocular ovary." ;
fabio:hasRepresentation <https://zenodo.org/record/5530373/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5530369>
dc:description "FIGURE 2. Distribution map of Myrcia microcalyx, M. peruviana and M. rionegrensis." ;
fabio:hasRepresentation <https://zenodo.org/record/5530369/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FC47FA3EFECEF9AE>
dwc:catalogNumber "K 000276044" ;
dwc:collectionCode "K" ;
dwc:eventDate "2014-09-19" ;
dwc:locality "Parque Nacional de Anavilhanas" ;
dwc:recordedBy "T. N. C. Vasconcelos" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-2.4394445" ;
dwc:verbatimLongitude "-60.759167" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCE1872FC47FA3EFECEF9AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FEB3F9F6FE12F9AE>
dwc:collectionCode "INPA" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCE1872FEB3F9F6FE12F9AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FE73F9F6FDD2F9AE>
dwc:collectionCode "NY" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCE1872FE73F9F6FDD2F9AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FDB3F9F6FD98F9AE>
dwc:collectionCode "SPF" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCE1872FDB3F9F6FD98F9AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FDF5F9F6FD23F9AE>
dwc:collectionCode "UFP" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCE1872FDF5F9F6FD23F9AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCE1872FD40F9F6FCE9F9AE>
dwc:collectionCode "SEL" ;
dwc:typeStatus "isotype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCE1872FD40F9F6FCE9F9AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FF37FA01FEADF9F1>
dwc:collectionCode "HUFSJ, INPA" ;
dwc:eventDate "2008-10-23" ;
dwc:locality "Margem direita do rio Jufari" ;
dwc:recordedBy "A. B. Junqueira" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCC1870FF37FA01FEADF9F1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FEDCFA25FD52F9DD>
dwc:collectionCode "K, MG" ;
dwc:eventDate "1987-11-03" ;
dwc:locality "Rio Negro" ;
dwc:recordedBy "P. J. M. Maas" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCC1870FEDCFA25FD52F9DD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FD31F9D9FC5FF9B9>
dwc:collectionCode "INPA, K" ;
dwc:eventDate "1987-11-13" ;
dwc:locality "Rio Tuari (afluente do rio Negro), lago Uirauicu, Igapo proximo a Ilha de Aparecida" ;
dwc:recordedBy "M. L. Kawasaki" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCC1870FD31F9D9FC5FF9B9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FC4DF9FDFF27F961>
dwc:collectionCode "HUESJ, INPA, RB" ;
dwc:eventDate "1987-11-13" ;
dwc:locality "Alto rio Negro" ;
dwc:recordedBy "H. C. Lima" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCC1870FC4DF9FDFF27F961> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1870FF02FA3EFC71F961.mc.91953CE2FFCC1870FF44F9B5FC6DF961>
dwc:collectionCode "IAN" ;
dwc:eventDate "1970-06-10" ;
dwc:recordedBy "L. R. Marinho" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1870FF02FA3EFC71F961#91953CE2FFCC1870FF44F9B5FC6DF961> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,129 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/A95487A9FFCE1872FF02FF56FB7DFA3E>
cito:cites <http://dx.doi.org/10.5281/zenodo.5530371>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:title "Myrcia peruviana Lima Santos & E. Lucas, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1872FF02FF56FB7DFA3E.mc.91953CE2FFCE1872FCD1FF57FE48FEF6>, <http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1872FF02FF56FB7DFA3E.mc.91953CE2FFCE1872FE39FF2EFD1FFEF6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Myrcia_peruviana_Santos_> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.520.3.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.520.3.3>
bibo:endPage "256" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-09-21" ;
bibo:startPage "249" ;
bibo:volume "520" ;
dc:creator "Santos, Leidiana Lima Dos; Vasconcelos, Thais Nogales Da Costa; Sales, Margareth Ferreira De; Lucas, Eve" ;
dc:date "2021" ;
dc:title "Three new species of Myrcia sect. Myrcia (Myrtaceae) from South America" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5530371>, <http://dx.doi.org/10.5281/zenodo.5530369> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Myrcia_peruviana_Santos_>
dwc:authority "Lima Santos & E. Lucas" ;
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Myrcia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lima Santos & Lucas" ;
dwc:species "peruviana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8SKT6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Myrcia_peruviana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Myrcia_peruviana>
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Myrcia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "peruviana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrcia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrcia>
dwc:genus "Myrcia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtaceae>
dwc:family "Myrtaceae" ;
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:order "Myrtales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5530371>
dc:description "FIGURE 3. Holotype of Myrcia peruviana (K000331608)." ;
fabio:hasRepresentation <https://zenodo.org/record/5530371/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5530369>
dc:description "FIGURE 2. Distribution map of Myrcia microcalyx, M. peruviana and M. rionegrensis." ;
fabio:hasRepresentation <https://zenodo.org/record/5530369/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1872FF02FF56FB7DFA3E.mc.91953CE2FFCE1872FCD1FF57FE48FEF6>
dwc:catalogNumber "K 000331608" ;
dwc:collectionCode "K" ;
dwc:eventDate "1986-06-02" ;
dwc:locality "Bongara" ;
dwc:recordedBy "S. Knapp" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2175" ;
dwc:verbatimLatitude "-5.6666665" ;
dwc:verbatimLongitude "-77.916664" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1872FF02FF56FB7DFA3E#91953CE2FFCE1872FCD1FF57FE48FEF6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A95487A9FFCE1872FF02FF56FB7DFA3E.mc.91953CE2FFCE1872FE39FF2EFD1FFEF6>
dwc:catalogNumber "MO 2028941" ;
dwc:collectionCode "MO" ;
dwc:eventDate "1986-06-02" ;
dwc:locality "Bongara" ;
dwc:recordedBy "S. Knapp" ;
dwc:typeStatus "isotype" ;
dwc:verbatimElevation "2175" ;
dwc:verbatimLatitude "-5.6666665" ;
dwc:verbatimLongitude "-77.916664" ;
trt:httpUri <https://treatment.plazi.org/id/A95487A9FFCE1872FF02FF56FB7DFA3E#91953CE2FFCE1872FE39FF2EFD1FFEF6> ;
a dwc:MaterialCitation .