GG2RDF 2024-07-04T10:51:45.858Z full update: 241 of 241 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-07-04 12:49:02 +00:00
parent 28793fbc21
commit 540a1e6960
1131 changed files with 153974 additions and 0 deletions

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/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/DD00681C03B5674EB014D48BD7F8A870>
dc:creator "Gore, Ramchandra; Gaikwad, Sayajirao" ;
dc:title "Vigna angularis (Willd.) Ohwi. & Oha Shrubi 1969" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vigna_angularis_Ohwi._1969> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.3.e4541> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.3.e4541>
bibo:endPage "4541" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "4541" ;
bibo:volume "3" ;
dc:creator "Gore, Ramchandra; Gaikwad, Sayajirao" ;
dc:date "2015" ;
dc:title "Checklist of Fabaceae Lindley in Balaghat Ranges of Maharashtra, India" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Vigna_angularis_Ohwi._1969>
dwc:authority "(Willd.) Ohwi. & Oha Shrubi, 1969" ;
dwc:authorityName "(Willd.) Ohwi. & Oha Shrubi" ;
dwc:authorityYear "1969" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Vigna" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Willd.) Ohwi. & Oha Shrubi, 1969" ;
dwc:species "angularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vigna_angularis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Vigna_angularis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Vigna" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "angularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vigna> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vigna>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Vigna" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -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/DD006DC8D9635E319506BBE894D8A9F1>
dc:creator "Dean, David Allen" ;
dc:title "Agyneta tuberculata Duperre 2013" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Agyneta_tuberculata_Duperre_2013> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Meioneta_llanoensis_Gertsch_1936> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.570.6095> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.570.6095>
bibo:endPage "703" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2016-03-02" ;
bibo:startPage "1" ;
bibo:volume "570" ;
dc:creator "Dean, David Allen" ;
dc:date "2016" ;
dc:title "Catalogue of Texas spiders" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Agyneta_tuberculata_Duperre_2013>
dwc:LSID "DD006DC8-D963-5E31-9506-BBE894D8A9F1" ;
dwc:authority "Duperre, 2013" ;
dwc:authorityName "Duperre" ;
dwc:authorityYear "2013" ;
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Agyneta" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Duperre, 2013" ;
dwc:species "tuberculata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Agyneta_tuberculata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Meioneta_llanoensis_Gertsch_1936>
dwc:baseAuthorityName "Gertsch & Davis" ;
dwc:baseAuthorityYear "1936" ;
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Meioneta" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Gertsch & Davis, 1936)" ;
dwc:species "llanoensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Meioneta_llanoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Agyneta_tuberculata>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Agyneta" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tuberculata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Agyneta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Agyneta>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Agyneta" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Linyphiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Linyphiidae>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Meioneta_llanoensis>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Meioneta" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "llanoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Meioneta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Meioneta>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Meioneta" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Linyphiidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,159 @@
@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/DD00705CFF91FFD06EC7F9E9EFA5FB1A>
cito:cites <http://dx.doi.org/10.5281/zenodo.1044808>, <http://dx.doi.org/10.5281/zenodo.1044810> ;
dc:creator "Kim, Hyung June; Lee, Sang-Hui; Kang, Dong Won" ;
dc:title "Haliclona (Haliclona) ieoensis Kim & Lee & Kang 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD00705CFF91FFD06EC7F9E9EFA5FB1A.mc.E5C1CB17FF91FFD26EC7F987EEBFF97F>, <http://tb.plazi.org/GgServer/dwcaRecords/DD00705CFF91FFD06EC7F9E9EFA5FB1A.mc.E5C1CB17FF92FFD06ECFF90DEF04FDE3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Haliclona_ieoensis_Kim_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4347.1.11> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4347.1.11>
bibo:endPage "186" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2017-11-10" ;
bibo:startPage "181" ;
bibo:volume "4347" ;
dc:creator "Kim, Hyung June; Lee, Sang-Hui; Kang, Dong Won" ;
dc:date "2017" ;
dc:title "New species of the Genus Haliclona (Haplosclerida: Chalinidae) from Korea" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.1044808>, <http://dx.doi.org/10.5281/zenodo.1044810> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Haliclona_ieoensis_Kim_2017>
dwc:authority "Kim & Lee & Kang, 2017" ;
dwc:authorityName "Kim & Lee & Kang" ;
dwc:authorityYear "2017" ;
dwc:class "Demospongiae" ;
dwc:family "Chalinidae" ;
dwc:genus "Haliclona" ;
dwc:kingdom "Animalia" ;
dwc:order "Haplosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Lee & Kang, 2017" ;
dwc:species "ieoensis" ;
dwc:subGenus "Haliclona" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3JCBS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Haliclona_ieoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Haliclona_ieoensis>
dwc:class "Demospongiae" ;
dwc:family "Chalinidae" ;
dwc:genus "Haliclona" ;
dwc:kingdom "Animalia" ;
dwc:order "Haplosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "species" ;
dwc:species "ieoensis" ;
dwc:subGenus "Haliclona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Haliclona_Haliclona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Haliclona_Haliclona>
dwc:class "Demospongiae" ;
dwc:family "Chalinidae" ;
dwc:genus "Haliclona" ;
dwc:kingdom "Animalia" ;
dwc:order "Haplosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "subGenus" ;
dwc:subGenus "Haliclona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Haliclona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Haliclona>
dwc:class "Demospongiae" ;
dwc:family "Chalinidae" ;
dwc:genus "Haliclona" ;
dwc:kingdom "Animalia" ;
dwc:order "Haplosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chalinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chalinidae>
dwc:class "Demospongiae" ;
dwc:family "Chalinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Haplosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Haplosclerida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Haplosclerida>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:order "Haplosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Demospongiae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Demospongiae>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Porifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Porifera>
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
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://dx.doi.org/10.5281/zenodo.1044808>
dc:description "FIGURE 2. Haliclona ieoensis sp. nov.: (A) Image of Holotype Specimen, (B) Ectosomal skeleton, (C E) Choanosomal skeleton, (F) Oxea." ;
fabio:hasRepresentation <https://zenodo.org/record/1044808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1044810>
dc:description "FIGURE 3. Haliclona sumenyoensis sp. nov.: (A) Image of Holotype Specimen, (B-D) Choanosomal skeleton, (E) Oxea, (F) Toxa." ;
fabio:hasRepresentation <https://zenodo.org/record/1044810/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD00705CFF91FFD06EC7F9E9EFA5FB1A.mc.E5C1CB17FF91FFD26EC7F987EEBFF97F>
dwc:catalogNumber "IV00155509" ;
dwc:collectionCode "SCUBA, MABIK" ;
dwc:eventDate "2016-06-07" ;
dwc:locality "Daejeong-eup" ;
dwc:recordedBy "Sang-Hui Lee" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "15" ;
trt:gbifOccurrenceId "1699887051" ;
trt:httpUri <https://treatment.plazi.org/id/DD00705CFF91FFD06EC7F9E9EFA5FB1A#E5C1CB17FF91FFD26EC7F987EEBFF97F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD00705CFF91FFD06EC7F9E9EFA5FB1A.mc.E5C1CB17FF92FFD06ECFF90DEF04FDE3>
dwc:catalogNumber "IV00155508" ;
dwc:collectionCode "SCUBA, MABIK" ;
dwc:eventDate "2015-10-18" ;
dwc:locality "Thick Oxeas Thin Oxeas Material" ;
dwc:recordedBy "Kim H. J." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "18" ;
trt:gbifOccurrenceId "1699887050" ;
trt:httpUri <https://treatment.plazi.org/id/DD00705CFF91FFD06EC7F9E9EFA5FB1A#E5C1CB17FF92FFD06ECFF90DEF04FDE3> ;
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/DD0108319913FFE354913ED789877DE7>
cito:cites <http://dx.doi.org/10.5281/zenodo.2625277>, <http://dx.doi.org/10.5281/zenodo.2625255>, <http://dx.doi.org/10.5281/zenodo.2625265>, <http://dx.doi.org/10.5281/zenodo.2625257>, <http://dx.doi.org/10.5281/zenodo.2625259>, <http://dx.doi.org/10.5281/zenodo.2625263>, <http://dx.doi.org/10.5281/zenodo.2625261> ;
dc:creator "Fransen, Charles H. J. M.; Grave, Sammy De" ;
dc:title "Hippolyte cedrici Fransen & Grave 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB558B3FE089757D8A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB56363FAB8BE07A36>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB54D83F8F88BE7A1A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB57A7385389097AA2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hippolyte_cedrici_Fransen_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4550.2.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4550.2.3>
bibo:endPage "220" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-01-24" ;
bibo:startPage "201" ;
bibo:volume "4550" ;
dc:creator "Fransen, Charles H. J. M.; Grave, Sammy De" ;
dc:date "2019" ;
dc:title "Two new species of Hippolyte from the Tropical Central and East Atlantic (Crustacea, Decapoda, Caridea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2625277>, <http://dx.doi.org/10.5281/zenodo.2625255>, <http://dx.doi.org/10.5281/zenodo.2625265>, <http://dx.doi.org/10.5281/zenodo.2625257>, <http://dx.doi.org/10.5281/zenodo.2625259>, <http://dx.doi.org/10.5281/zenodo.2625263>, <http://dx.doi.org/10.5281/zenodo.2625261> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hippolyte_cedrici_Fransen_2019>
dwc:authority "Fransen & Grave, 2019" ;
dwc:authorityName "Fransen & Grave" ;
dwc:authorityYear "2019" ;
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:genus "Hippolyte" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fransen & Grave, 2019" ;
dwc:species "cedrici" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8VKMG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hippolyte_cedrici> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hippolyte_cedrici>
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:genus "Hippolyte" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cedrici" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hippolyte> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hippolyte>
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:genus "Hippolyte" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hippolytidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hippolytidae>
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.2625277>
dc:description "FIGURE 11. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, left third pereiopod, dactylus, lateral view; B, left fourth pereiopod, dactylus, lateral view; C, left fifth pereiopod, dactylus, lateral view. Scale = 0.125 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625277/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625255>
dc:description "FIGURE 1. Hippolyte cedrici sp. nov., ovigerous female paratype (OUMNH.ZC.2018-01-076): A, habitus, lateral; B, rostral variation; C, anterior carapace and appendages, dorsal view; D, antennula, dorsal view; E, antenna, ventral view. Scale AC = 2 mm; D, E = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625255/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625265>
dc:description "FIGURE 6. Hippolyte cedrici sp. nov. (OUMNH.ZC.2018-01-076). AB, ovigerous female paratype; CE male paratype. A, tail fan; B, telson apex; C, right third pereiopod, propodus and dactylus, medial view; D, left first pleopod; E, left second pleopod. Scale A= 0.5 mm; B = 0.125 mm; CE = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625265/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625257>
dc:description "FIGURE 2. Hippolyte cedrici sp. nov., ovigerous female paratype (OUMNH.ZC.2018-01-076): A, left mandible; B, left maxillula; C, left maxilla; D, left first maxilliped. Scale = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625257/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625259>
dc:description "FIGURE 3. Hippolyte cedrici sp. nov., ovigerous female paratype (OUMNH.ZC.2018-01-076): A, left second maxilliped; B, left third maxilliped; C, left first pereiopod; D, left second pereiopod; E, left third pereiopod. Scale = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625259/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625263>
dc:description "FIGURE 5. Hippolyte cedrici sp. nov., ovigerous female paratype (OUMNH.ZC.2018-01-076): A, right third pereiopod, dactylus, medial view; B, left fourth pereiopod, dactylus, lateral view; C, left fifth pereiopod, dactylus, lateral view. Scale = 0.125 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625263/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625261>
dc:description "FIGURE 4. Hippolyte cedrici sp. nov., ovigerous female paratype (OUMNH.ZC.2018-01-076): A, left fourth pereiopod; B, left fifth pereiopod. Scale = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625261/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB558B3FE089757D8A>
dwc:collectionCode "RMNH, CRUS" ;
dwc:eventDate "2017-02-06" ;
dwc:locality "Santana" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "100" ;
trt:gbifOccurrenceId "2234227719" ;
trt:httpUri <https://treatment.plazi.org/id/DD0108319913FFE354913ED789877DE7#E5C0B37A9913FFEB558B3FE089757D8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB56363FAB8BE07A36>
dwc:collectionCode "OUMNH, ZC" ;
dwc:eventDate "2017-02-06" ;
dwc:locality "Santana" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "100" ;
trt:gbifOccurrenceId "2234227713" ;
trt:httpUri <https://treatment.plazi.org/id/DD0108319913FFE354913ED789877DE7#E5C0B37A9913FFEB56363FAB8BE07A36> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB54D83F8F88BE7A1A>
dwc:collectionCode "RMNH, CRUS" ;
dwc:eventDate "2017-02-09" ;
dwc:locality "Santana" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "37" ;
trt:gbifOccurrenceId "2234227720" ;
trt:httpUri <https://treatment.plazi.org/id/DD0108319913FFE354913ED789877DE7#E5C0B37A9913FFEB54D83F8F88BE7A1A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0108319913FFE354913ED789877DE7.mc.E5C0B37A9913FFEB57A7385389097AA2>
dwc:collectionCode "RMNH, CRUS" ;
dwc:eventDate "2017-02-09" ;
dwc:locality "Santana" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "37" ;
trt:gbifOccurrenceId "2234227715" ;
trt:httpUri <https://treatment.plazi.org/id/DD0108319913FFE354913ED789877DE7#E5C0B37A9913FFEB57A7385389097AA2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,73 @@
@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/DD0108319913FFEB54913DE089337FD0>
dc:creator "Fransen, Charles H. J. M.; Grave, Sammy De" ;
dc:title "Decapoda Latreille 1802" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Decapoda_Latreille_1802> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4550.2.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4550.2.3>
bibo:endPage "220" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-01-24" ;
bibo:startPage "201" ;
bibo:volume "4550" ;
dc:creator "Fransen, Charles H. J. M.; Grave, Sammy De" ;
dc:date "2019" ;
dc:title "Two new species of Hippolyte from the Tropical Central and East Atlantic (Crustacea, Decapoda, Caridea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Decapoda_Latreille_1802>
dwc:ID-ENA "6683" ;
dwc:authority "Latreille, 1802" ;
dwc:authorityName "Latreille" ;
dwc:authorityYear "1802" ;
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
dwc:scientificNameAuthorship "Latreille, 1802" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/33N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,195 @@
@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/DD010831991BFFF85491387F8A367C1D>
cito:cites <http://dx.doi.org/10.5281/zenodo.2625267>, <http://dx.doi.org/10.5281/zenodo.2625279>, <http://dx.doi.org/10.5281/zenodo.2625269>, <http://dx.doi.org/10.5281/zenodo.2625271>, <http://dx.doi.org/10.5281/zenodo.2625275>, <http://dx.doi.org/10.5281/zenodo.2625277> ;
dc:creator "Fransen, Charles H. J. M.; Grave, Sammy De" ;
dc:title "Hippolyte karenae Fransen & Grave 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE3559338E0893B7A8A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE355C838AB8A757B36>, <http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE35559388F8E317B36>, <http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE35121388C8BE07BA2>, <http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE354DC39188AF57BEA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hippolyte_karenae_Fransen_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4550.2.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4550.2.3>
bibo:endPage "220" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-01-24" ;
bibo:startPage "201" ;
bibo:volume "4550" ;
dc:creator "Fransen, Charles H. J. M.; Grave, Sammy De" ;
dc:date "2019" ;
dc:title "Two new species of Hippolyte from the Tropical Central and East Atlantic (Crustacea, Decapoda, Caridea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2625267>, <http://dx.doi.org/10.5281/zenodo.2625279>, <http://dx.doi.org/10.5281/zenodo.2625269>, <http://dx.doi.org/10.5281/zenodo.2625271>, <http://dx.doi.org/10.5281/zenodo.2625275>, <http://dx.doi.org/10.5281/zenodo.2625277> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hippolyte_karenae_Fransen_2019>
dwc:authority "Fransen & Grave, 2019" ;
dwc:authorityName "Fransen & Grave" ;
dwc:authorityYear "2019" ;
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:genus "Hippolyte" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fransen & Grave, 2019" ;
dwc:species "karenae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8VKNF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hippolyte_karenae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hippolyte_karenae>
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:genus "Hippolyte" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "karenae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hippolyte> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hippolyte>
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:genus "Hippolyte" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hippolytidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hippolytidae>
dwc:class "Malacostraca" ;
dwc:family "Hippolytidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.2625267>
dc:description "FIGURE 7. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, habitus, lateral; B, rostral variation; C, anterior carapace and appendages, dorsal view; D, antennula, dorsal view; E, antenna, ventral view. Scale AC = 2 mm; D, E = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625267/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625279>
dc:description "FIGURE 12. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, left fifth pereiopod, dactylus, lateral view; B, tail fan; C, telson apex. Scale A, C = 0.125 mm; B = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625279/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625269>
dc:description "FIGURE 8. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, left mandible; B, left maxillula; C, left maxilla; D, left first maxilliped. Scale = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625269/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625271>
dc:description "FIGURE 9. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, left second maxilliped; B, left third maxilliped; C, idem, distal part of ultimate segment; D, left first pereiopod; E, left second pereiopod. Scale A, C = 0.25 mm; B, D, E = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625271/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625275>
dc:description "FIGURE 10. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, left third pereiopod; B, left fourth pereiopod; C, left fifth pereiopod. Scale = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625275/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2625277>
dc:description "FIGURE 11. Hippolyte karenae sp. nov., ovigerous female paratype (RMNH.CRUS.D.57334): A, left third pereiopod, dactylus, lateral view; B, left fourth pereiopod, dactylus, lateral view; C, left fifth pereiopod, dactylus, lateral view. Scale = 0.125 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2625277/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE3559338E0893B7A8A>
dwc:collectionCode "RMNH, CRUS" ;
dwc:eventDate "2014-01-16" ;
dwc:locality "Speery Island" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "20" ;
trt:gbifOccurrenceId "2234227717" ;
trt:httpUri <https://treatment.plazi.org/id/DD010831991BFFF85491387F8A367C1D#E5C0B37A991BFFE3559338E0893B7A8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE355C838AB8A757B36>
dwc:collectionCode "RMNH, CRUS" ;
dwc:eventDate "2014-01-16" ;
dwc:locality "Speery Island" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "20" ;
trt:gbifOccurrenceId "2234227721" ;
trt:httpUri <https://treatment.plazi.org/id/DD010831991BFFF85491387F8A367C1D#E5C0B37A991BFFE355C838AB8A757B36> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE35559388F8E317B36>
dwc:collectionCode "OUMNH, ZC" ;
dwc:eventDate "16-01-14" ;
dwc:locality "Speery Island" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "20" ;
trt:gbifOccurrenceId "2234227714" ;
trt:httpUri <https://treatment.plazi.org/id/DD010831991BFFF85491387F8A367C1D#E5C0B37A991BFFE35559388F8E317B36> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE35121388C8BE07BA2>
dwc:collectionCode "OUMNH, ZC" ;
dwc:eventDate "2014-01-14" ;
dwc:locality "Long Ledge" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2234227716" ;
trt:httpUri <https://treatment.plazi.org/id/DD010831991BFFF85491387F8A367C1D#E5C0B37A991BFFE35121388C8BE07BA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD010831991BFFF85491387F8A367C1D.mc.E5C0B37A991BFFE354DC39188AF57BEA>
dwc:collectionCode "OUMNH, ZC" ;
dwc:eventDate "19-01-14" ;
dwc:locality "Windy Cove" ;
dwc:recordedBy "P. Wirtz" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "21" ;
trt:gbifOccurrenceId "2234227712" ;
trt:httpUri <https://treatment.plazi.org/id/DD010831991BFFF85491387F8A367C1D#E5C0B37A991BFFE354DC39188AF57BEA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,119 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD010EB0FCB35591BCF18F7528C0A036>
cito:cites <http://dx.doi.org/10.3897/zookeys.1047.64034.figure14>, <http://dx.doi.org/10.3897/zookeys.1047.64034.figure4> ;
dc:creator "Falniowski, Andrzej; Lewarne, Brian; Rysiewska, Aleksandra; Osikowski, Artur; Hofman, Sebastian" ;
dc:title "Valvata montenegrina Gloeer & Pesic 2008" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Valvata_montenegrina_Gloeer_2008> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1047.64034> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1047.64034>
bibo:endPage "89" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-06-28" ;
bibo:startPage "61" ;
bibo:volume "1047" ;
dc:creator "Falniowski, Andrzej; Lewarne, Brian; Rysiewska, Aleksandra; Osikowski, Artur; Hofman, Sebastian" ;
dc:date "2021" ;
dc:title "Crenobiont, stygophile and stygobiont molluscs in the hydrographic area of the Trebisnjica River Basin" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1047.64034.figure14>, <http://dx.doi.org/10.3897/zookeys.1047.64034.figure4> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Valvata_montenegrina_Gloeer_2008>
dwc:LSID "DD010EB0-FCB3-5591-BCF1-8F7528C0A036" ;
dwc:authority "Gloeer & Pesic, 2008" ;
dwc:authorityName "Gloeer & Pesic" ;
dwc:authorityYear "2008" ;
dwc:class "Insecta" ;
dwc:family "Valvatidae" ;
dwc:genus "Valvata" ;
dwc:kingdom "Animalia" ;
dwc:order "Heterostropha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gloeer & Pesic, 2008" ;
dwc:species "montenegrina" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Valvata_montenegrina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Valvata_montenegrina>
dwc:class "Insecta" ;
dwc:family "Valvatidae" ;
dwc:genus "Valvata" ;
dwc:kingdom "Animalia" ;
dwc:order "Heterostropha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "montenegrina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Valvata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Valvata>
dwc:class "Insecta" ;
dwc:family "Valvatidae" ;
dwc:genus "Valvata" ;
dwc:kingdom "Animalia" ;
dwc:order "Heterostropha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Valvatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Valvatidae>
dwc:class "Insecta" ;
dwc:family "Valvatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Heterostropha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heterostropha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heterostropha>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Heterostropha" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.3897/zookeys.1047.64034.figure14>
dc:description "Figure 14. Shells of the studied gastropods: A-C Emmericia ventricosa (localities: A - 1, B - 5, C - 12) D, E Paladilhiopsis arion (locality 21) F Valvata montenegrina (locality 20) G Radix labiata (locality 16) H, I Galba truncatula (localities: H - 15, I - 16) J, K Ancylus recurvus (localities: J - 15, K - 13) L, M Ancylus sp. C 4 (localities: L - 9, M - 16) N Succinea cf. putris (locality 10). Scale bars: 1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/560486> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1047.64034.figure4>
dc:description "Figure 4. Distribution of the studied taxa. Localities' numbers correspond to Table 1." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/560476> ;
a fabio:Figure .

View file

@ -0,0 +1,173 @@
@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/DD01620C8894A19C6428E3F1F6D41E7D>
dc:creator "Else, George R.; Bolton, Barry; Broad, Gavin R." ;
dc:title "Nomada flavoguttata Kirby 1802" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nomada_flavoguttata_Kirby_1802> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Apis_flavoguttata>, <http://taxon-name.plazi.org/id/Animalia/Anthophila_rufocincta>, <http://taxon-name.plazi.org/id/Animalia/Apis> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8050> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8050>
bibo:endPage "8050" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8050" ;
bibo:volume "4" ;
dc:creator "Else, George R.; Bolton, Barry; Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - aculeates (Apoidea, Chrysidoidea and Vespoidea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nomada_flavoguttata_Kirby_1802>
dwc:ID-ENA "601529" ;
dwc:authority "Kirby, 1802" ;
dwc:authorityName "Kirby" ;
dwc:authorityYear "1802" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Nomada" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kirby, 1802" ;
dwc:species "flavoguttata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/47N55> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nomada_flavoguttata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nomada_flavoguttata>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Nomada" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "flavoguttata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nomada> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nomada>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Nomada" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Apis_flavoguttata>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Apis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "flavoguttata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apis>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Apis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthophila_rufocincta>
dwc:class "Insecta" ;
dwc:family "Choreutidae" ;
dwc:genus "Anthophila" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rufocincta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthophila> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthophila>
dwc:class "Insecta" ;
dwc:family "Choreutidae" ;
dwc:genus "Anthophila" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Choreutidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Choreutidae>
dwc:class "Insecta" ;
dwc:family "Choreutidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,142 @@
@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/DD016CA9549EBDDF8D4EAB2D2C1A5FB6>
dc:creator "Jia, Fenglong; Tang, Yu-dan" ;
dc:title "Chasmogenus orbus Watanabe 1987" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chasmogenus_orbus_Watanabe_1987> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Helochares_orbus> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.738.21711> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.738.21711>
bibo:endPage "66" ;
bibo:journal "ZooKeys" ;
bibo:startPage "59" ;
bibo:volume "738" ;
dc:creator "Jia, Fenglong; Tang, Yu-dan" ;
dc:date "2018" ;
dc:title "A faunistic study of genus Chasmogenus Sharp, 1882 of China (Coleoptera, Hydrophilidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chasmogenus_orbus_Watanabe_1987>
dwc:authority "Watanabe, 1987" ;
dwc:authorityName "Watanabe" ;
dwc:authorityYear "1987" ;
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Chasmogenus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 1987" ;
dwc:species "orbus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chasmogenus_orbus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chasmogenus_orbus>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Chasmogenus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "orbus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chasmogenus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chasmogenus>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Chasmogenus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrophilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrophilidae>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Helochares_orbus>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Helochares" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "orbus" ;
dwc:subGenus "Crephelochares" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Helochares_Crephelochares> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Helochares_Crephelochares>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Helochares" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Crephelochares" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Helochares> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Helochares>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Helochares" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrophilidae> ;
a dwcFP:TaxonName .

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/DD01A3082FF0FE3C2518373C8A331107>
dc:creator "Borowiec, Lech; Galkowski, Christophe; Salata, Sebastian" ;
dc:title "Tetramorium semilaeve Andre 1883" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tetramorium_semilaeve_Andre_1883> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetramorium_caespitum_semilaeve>, <http://taxon-name.plazi.org/id/Animalia/Tetramorium_semilaeve>, <http://taxon-name.plazi.org/id/Animalia/rank>, <http://taxon-name.plazi.org/id/Animalia/semilaeve> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.512.10006> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.512.10006>
bibo:endPage "62" ;
bibo:journal "ZooKeys" ;
bibo:startPage "39" ;
bibo:volume "512" ;
dc:creator "Borowiec, Lech; Galkowski, Christophe; Salata, Sebastian" ;
dc:date "2015" ;
dc:title "What is Tetramoriumsemilaeve Andre, 1883? (Hymenoptera, Formicidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tetramorium_semilaeve_Andre_1883>
dwc:authority "Andre, 1883" ;
dwc:authorityName "Andre" ;
dwc:authorityYear "1883" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Andre, 1883" ;
dwc:species "semilaeve" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/55PTD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetramorium_semilaeve> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tetramorium_semilaeve>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "semilaeve" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramorium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramorium>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Tetramorium_caespitum_semilaeve>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "caespitum" ;
dwc:variety "semilaeve" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramorium_caespitum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramorium_caespitum>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "caespitum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramorium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/rank>
# Warning: Could not determine parent name ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "rank" ;
dwc:species "caespitum" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/semilaeve>
# Warning: Could not determine parent name ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subspecies" ;
dwc:species "caespitum" ;
dwc:subspecies "semilaeve" ;
a dwcFP:TaxonName .

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/DD01BB54007DB18A8EF29329F6875B1C>
dc:creator "Clouse, R. M." ;
dc:title "Vollenhovia kaselela Clouse, 2007, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD01BB54007DB18A8EF29329F6875B1C.mc.F66D635E01522B9FD366DE9E0594493E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD01BB54007DB18A8EF29329F6875B1C.mc.20F49B3577CEE8D141131F8C4B403B85> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vollenhovia_kaselela_Clouse_2007> ;
trt:publishedIn <http://publication.plazi.org/id/DC626FB9A2409BB7C74D8E5CE1337AFF> ;
a trt:Treatment .
<http://publication.plazi.org/id/DC626FB9A2409BB7C74D8E5CE1337AFF>
bibo:endPage "19" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "1475" ;
dc:creator "Clouse, R. M." ;
dc:date "2007" ;
dc:title "New ants (Hymenoptera: Formicidae) from Micronesia." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vollenhovia_kaselela_Clouse_2007>
# Info: authority attributes generated from docAuthor ;
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:238794" ;
dwc:authority "Clouse, 2007" ;
dwc:authorityName "Clouse" ;
dwc:authorityYear "2007" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Vollenhovia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Clouse, 2007" ;
dwc:species "kaselela" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vollenhovia_kaselela> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vollenhovia_kaselela>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Vollenhovia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kaselela" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vollenhovia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vollenhovia>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Vollenhovia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://tb.plazi.org/GgServer/dwcaRecords/DD01BB54007DB18A8EF29329F6875B1C.mc.F66D635E01522B9FD366DE9E0594493E>
dwc:eventDate "1948-02-25" ;
dwc:locality "Pohnpei I., Nett Municipality, Nanpil" ;
dwc:recordedBy "Dybas" ;
dwc:typeStatus "Holotype" ;
trt:gbifOccurrenceId "923891600" ;
trt:httpUri <https://treatment.plazi.org/id/DD01BB54007DB18A8EF29329F6875B1C#F66D635E01522B9FD366DE9E0594493E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD01BB54007DB18A8EF29329F6875B1C.mc.20F49B3577CEE8D141131F8C4B403B85>
dwc:eventDate "2000-03-21" ;
dwc:locality "Pohnpei I., PATS (walking on rotten log)" ;
dwc:recordedBy "Clouse" ;
dwc:samplingProtocol "collected by hand" ;
dwc:typeStatus "Paratype" ;
trt:gbifOccurrenceId "923891607" ;
trt:httpUri <https://treatment.plazi.org/id/DD01BB54007DB18A8EF29329F6875B1C#20F49B3577CEE8D141131F8C4B403B85> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,195 @@
@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/DD02369F263F5B0285F33551BEDC1BA6>
cito:cites <https://binary.pensoft.net/fig/26677>, <https://binary.pensoft.net/fig/26753> ;
dc:creator "Breure, Abraham S. H.; Ablett, Jonathan D." ;
dc:title "Bulimus (Drymaeus) aequatorianus E. A. Smith 1877" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bulimus_aequatorianus_Smith_1877> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Drymaeus_aequatorianus_E.A.Smith_1877> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.392.6328> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.392.6328>
bibo:endPage "367" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2014-03-21" ;
bibo:startPage "1" ;
bibo:volume "392" ;
dc:creator "Breure, Abraham S. H.; Ablett, Jonathan D." ;
dc:date "2014" ;
dc:title "Annotated type catalogue of the Bulimulidae (Mollusca, Gastropoda, Orthalicoidea) in the Natural History Museum, London" ;
fabio:hasPart <https://binary.pensoft.net/fig/26677>, <https://binary.pensoft.net/fig/26753> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bulimus_aequatorianus_Smith_1877>
dwc:LSID "DD02369F-263F-5B02-85F3-3551BEDC1BA6" ;
dwc:authority "E. A. Smith, 1877" ;
dwc:authorityName "E. A. Smith" ;
dwc:authorityYear "1877" ;
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Bulimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "E. A. Smith, 1877" ;
dwc:species "aequatorianus" ;
dwc:subGenus "Drymaeus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bulimus_aequatorianus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Drymaeus_aequatorianus_E.A.Smith_1877>
dwc:baseAuthorityName "E.A.Smith" ;
dwc:baseAuthorityYear "1877" ;
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Drymaeus" ;
dwc:kingdom "Animalia" ;
dwc:order "Pulmonata" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(E.A.Smith, 1877)" ;
dwc:species "aequatorianus" ;
dwc:subGenus "Drymaeus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Drymaeus_aequatorianus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Bulimus_aequatorianus>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Bulimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "aequatorianus" ;
dwc:subGenus "Drymaeus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulimus_Drymaeus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulimus_Drymaeus>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Bulimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "subGenus" ;
dwc:subGenus "Drymaeus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulimus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulimus>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Bulimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulimulidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulimulidae>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora", "Pulmonata" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stylommatophora>, <http://taxon-name.plazi.org/id/Animalia/Pulmonata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stylommatophora>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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/Drymaeus_aequatorianus>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Drymaeus" ;
dwc:kingdom "Animalia" ;
dwc:order "Pulmonata" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "aequatorianus" ;
dwc:subGenus "Drymaeus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Drymaeus_Drymaeus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Drymaeus_Drymaeus>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Drymaeus" ;
dwc:kingdom "Animalia" ;
dwc:order "Pulmonata" ;
dwc:phylum "Mollusca" ;
dwc:rank "subGenus" ;
dwc:subGenus "Drymaeus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Drymaeus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Drymaeus>
dwc:class "Gastropoda" ;
dwc:family "Bulimulidae" ;
dwc:genus "Drymaeus" ;
dwc:kingdom "Animalia" ;
dwc:order "Pulmonata" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulimulidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pulmonata>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Pulmonata" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<https://binary.pensoft.net/fig/26677>
dc:description "Figure 28. Drymaeus species. A-C Drymaeus (Drymaeus) linostoma (d'Orbigny, 1835), paralectotype NHMUK 1854.12.4.132 (H = 29.7) D Drymaeus (Drymaeus) zoographicus (d'Orbigny, 1835), paralectotype NHMUK 1854.12.4.131 (H = 31.7) E-G Drymaeus (Drymaeus) aequatorianus (E. A. Smith, 1877), lectotype NHMUK 1975137 (H = 26.6) H-J Drymaeus (Drymaeus) bellus da Costa, 1906, holotype NHMUK 1907.11.21.8 (H = 33.2). All enlarged." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/26677> ;
a fabio:Figure .
<https://binary.pensoft.net/fig/26753>
dc:description "Figure L 2. Labels. i Bulimus achatellinus Forbes, 1850 ii Drymaeus acuminatus da Costa, 1906 iii Bulimus (Drymaeus) aequatorianus E. A. Smith, 1877 iv Bulimus aestivus Pfeiffer, 1857 v-vi Bulimus aequatorius Pfeiffer, 1853." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/26753> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@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/DD02790E3B3423EB84F7B909EEE05A1E>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Sorex arizonae Diersing and Hoffmeister 1977" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD02790E3B3423EB84F7B909EEE05A1E.mc.D34FC23A3B8A0FD020FEDBEBD6D7478E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sorex_arizonae_Diersing_1977> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316519> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316519>
bibo:endPage "311" ;
bibo:startPage "220" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Soricomorpha" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Sorex_arizonae_Diersing_1977>
dwc:authority "Diersing and Hoffmeister 1977" ;
dwc:authorityName "Diersing and Hoffmeister" ;
dwc:authorityYear "1977" ;
dwc:class "Mammalia" ;
dwc:family "Soricidae" ;
dwc:genus "Sorex" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diersing & Hoffmeister, 1977" ;
dwc:species "arizonae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4YBZ6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sorex_arizonae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sorex_arizonae>
dwc:class "Mammalia" ;
dwc:family "Soricidae" ;
dwc:genus "Sorex" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "arizonae" ;
dwc:vernacularName "Arizona Shrew"@en ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sorex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sorex>
dwc:class "Mammalia" ;
dwc:family "Soricidae" ;
dwc:genus "Sorex" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Soricidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Soricidae>
dwc:class "Mammalia" ;
dwc:family "Soricidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Soricomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Soricomorpha>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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://tb.plazi.org/GgServer/dwcaRecords/DD02790E3B3423EB84F7B909EEE05A1E.mc.D34FC23A3B8A0FD020FEDBEBD6D7478E>
trt:gbifOccurrenceId "4867338680" ;
trt:httpUri <https://treatment.plazi.org/id/DD02790E3B3423EB84F7B909EEE05A1E#D34FC23A3B8A0FD020FEDBEBD6D7478E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,201 @@
@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/DD0287CC10306821FF2CFDD3E0CB23F3>
cito:cites <http://dx.doi.org/10.5281/zenodo.5144753>, <http://dx.doi.org/10.5281/zenodo.5144763> ;
dc:creator "Chen, You-Sheng" ;
dc:title "Saussurea bhutanensis Y. S. Chen 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF2CFDA7E1302727>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF2CFDA7E3D52720>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FE07FC43E1302727>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF19FEC9E75025E1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF19FEC9E3B425C6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FDA0FEE5E03C25C6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FDD9FEE5E15325C6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FC87FEE5E66125E1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FB97FE86E75025E1> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saussurea_bhutanensis_Chen_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.177.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.177.4.1>
bibo:endPage "206" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-09-03" ;
bibo:startPage "191" ;
bibo:volume "177" ;
dc:creator "Chen, You-Sheng" ;
dc:date "2014" ;
dc:title "Six new species of Saussurea (Asteraceae) from eastern Himalaya" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5144753>, <http://dx.doi.org/10.5281/zenodo.5144763> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Saussurea_bhutanensis_Chen_2014>
dwc:authority "Y. S. Chen" ;
dwc:authorityName "Y. S. Chen" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Chen, 2014" ;
dwc:species "bhutanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7YXWF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saussurea_bhutanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Saussurea_bhutanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bhutanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saussurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saussurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5144753>
dc:description "FIGURE 5. Saussurea bhutanensis. A. Habit. B. Cross section of leaf. C. Phyllaries and supporting leaves (from left to right, outer to inner series, one to three are supporting leaves, four to nine are phyllaries). D. Anther. E. Florets. F. Outer pappus. G. Floret, with pappus removed. H. Inner pappus. I. Style branches. All from FLPH Tibet Exped.13-2131 (PE)." ;
fabio:hasRepresentation <https://zenodo.org/record/5144753/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5144763>
dc:description "FIGURE 9. Saussurea bhutanensis (A, B) and S. lhozhagensis (C) in the wild and living plants." ;
fabio:hasRepresentation <https://zenodo.org/record/5144763/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF2CFDA7E1302727>
dwc:collectionCode "FLPH, PE" ;
dwc:eventDate "2013-08-25" ;
dwc:locality "Pagri" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4870" ;
dwc:verbatimLatitude "27.616667" ;
dwc:verbatimLongitude "89.11667" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FF2CFDA7E1302727> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF2CFDA7E3D52720>
dwc:collectionCode "FLPH" ;
dwc:eventDate "2013-08-25" ;
dwc:locality "Pagri" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4870" ;
dwc:verbatimLatitude "27.616667" ;
dwc:verbatimLongitude "89.11667" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FF2CFDA7E3D52720> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FE07FC43E1302727>
dwc:collectionCode "PE" ;
dwc:locality "Tibet" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FE07FC43E1302727> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF19FEC9E75025E1>
dwc:collectionCode "F, G, J, H, BM, E, S" ;
dwc:eventDate "1949-10-02" ;
dwc:locality "Wangdue-Phodrang" ;
dwc:recordedBy "Tolegang & Tsampa & F. Ludlow & Ludlow & G. Sherriff & Sherriff & J. H. Hicks & Hicks & G. & S. Miehe & Miehe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "4720" ;
dwc:verbatimLatitude "27.716667" ;
dwc:verbatimLongitude "90.3" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FF19FEC9E75025E1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FF19FEC9E3B425C6>
dwc:collectionCode "F" ;
dwc:eventDate "1949-10-02" ;
dwc:locality "Tsampa" ;
dwc:recordedBy "Tolegang & Tsampa" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "4720" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FF19FEC9E3B425C6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FDA0FEE5E03C25C6>
dwc:collectionCode "G" ;
dwc:recordedBy "Ludlow" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FDA0FEE5E03C25C6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FDD9FEE5E15325C6>
dwc:collectionCode "J, H" ;
dwc:recordedBy "Sherriff" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FDD9FEE5E15325C6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FC87FEE5E66125E1>
dwc:collectionCode "BM, E, G, S" ;
dwc:eventDate "2000-09-28" ;
dwc:locality "Wangdue-Phodrang" ;
dwc:recordedBy "Hicks" ;
dwc:verbatimElevation "4550" ;
dwc:verbatimLatitude "27.716667" ;
dwc:verbatimLongitude "90.3" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FC87FEE5E66125E1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10306821FF2CFDD3E0CB23F3.mc.E5C33C8710306821FB97FE86E75025E1>
dwc:collectionCode "E" ;
dwc:recordedBy "Miehe" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10306821FF2CFDD3E0CB23F3#E5C33C8710306821FB97FE86E75025E1> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@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/DD0287CC10316827FF2CFBBAE6A227B0>
cito:cites <http://dx.doi.org/10.5281/zenodo.5144755>, <http://dx.doi.org/10.5281/zenodo.5144763> ;
dc:creator "Chen, You-Sheng" ;
dc:title "Saussurea lhozhagensis Y. S. Chen 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10316827FF2CFBBAE6A227B0.mc.E5C33C8710316820FF2CFA0EE19A2179>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10316827FF2CFBBAE6A227B0.mc.E5C33C8710316820FF2CFA0EE3BA2179>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10316827FF2CFBBAE6A227B0.mc.E5C33C8710316820FE5CFA2AE19A2179> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saussurea_lhozhagensis_Chen_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.177.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.177.4.1>
bibo:endPage "206" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-09-03" ;
bibo:startPage "191" ;
bibo:volume "177" ;
dc:creator "Chen, You-Sheng" ;
dc:date "2014" ;
dc:title "Six new species of Saussurea (Asteraceae) from eastern Himalaya" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5144755>, <http://dx.doi.org/10.5281/zenodo.5144763> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Saussurea_lhozhagensis_Chen_2014>
dwc:authority "Y. S. Chen" ;
dwc:authorityName "Y. S. Chen" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Chen, 2014" ;
dwc:species "lhozhagensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7YXWR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saussurea_lhozhagensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Saussurea_lhozhagensis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lhozhagensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saussurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saussurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5144755>
dc:description "FIGURE 6. Saussurea lhozhagensis. A. Habit in side view. B. Habit in vertical view. C. Leaf in transection. D. Phyllaries (from left to right, inner to outer series). E. Floret. F. Outer pappus. G. Inner pappus. H. Floret, with pappus removed. I. Anther. J. Style branches. All from FLPH Tibet Exped. 13-1587 (PE)." ;
fabio:hasRepresentation <https://zenodo.org/record/5144755/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5144763>
dc:description "FIGURE 9. Saussurea bhutanensis (A, B) and S. lhozhagensis (C) in the wild and living plants." ;
fabio:hasRepresentation <https://zenodo.org/record/5144763/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10316827FF2CFBBAE6A227B0.mc.E5C33C8710316820FF2CFA0EE19A2179>
dwc:collectionCode "FLPH, PE" ;
dwc:eventDate "2013-08-18" ;
dwc:locality "Lakang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4450" ;
dwc:verbatimLatitude "28.083334" ;
dwc:verbatimLongitude "91.13333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10316827FF2CFBBAE6A227B0#E5C33C8710316820FF2CFA0EE19A2179> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10316827FF2CFBBAE6A227B0.mc.E5C33C8710316820FF2CFA0EE3BA2179>
dwc:collectionCode "FLPH" ;
dwc:eventDate "2013-08-18" ;
dwc:locality "Lakang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4450" ;
dwc:verbatimLatitude "28.083334" ;
dwc:verbatimLongitude "91.13333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10316827FF2CFBBAE6A227B0#E5C33C8710316820FF2CFA0EE3BA2179> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC10316827FF2CFBBAE6A227B0.mc.E5C33C8710316820FE5CFA2AE19A2179>
dwc:collectionCode "PE" ;
dwc:locality "Tibet" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC10316827FF2CFBBAE6A227B0#E5C33C8710316820FE5CFA2AE19A2179> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,167 @@
@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/DD0287CC1038682BFF2CF89DE15C25A8>
cito:cites <http://dx.doi.org/10.5281/zenodo.5144743>, <http://dx.doi.org/10.5281/zenodo.5144757> ;
dc:creator "Chen, You-Sheng" ;
dc:title "Saussurea austrotibetica Y. S. Chen 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C8710386829FF2CFB51E38C2051>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C8710386829FF2CFB51E69C2035>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C8710386829FB7FFB51E38C2051>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C87103A682BFF19FC60E7222768>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C87103A682BFAD7FC1FE33F2794> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saussurea_austrotibetica_Chen_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.177.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.177.4.1>
bibo:endPage "206" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-09-03" ;
bibo:startPage "191" ;
bibo:volume "177" ;
dc:creator "Chen, You-Sheng" ;
dc:date "2014" ;
dc:title "Six new species of Saussurea (Asteraceae) from eastern Himalaya" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5144743>, <http://dx.doi.org/10.5281/zenodo.5144757> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Saussurea_austrotibetica_Chen_2014>
dwc:authority "Y. S. Chen" ;
dwc:authorityName "Y. S. Chen" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Chen, 2014" ;
dwc:species "austrotibetica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7YXWD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saussurea_austrotibetica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Saussurea_austrotibetica>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "austrotibetica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saussurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saussurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5144743>
dc:description "FIGURE 1. Saussurea austrotibetica. A. Habit. B. Style branches. C. Achene. D. Phyllaries (from left to right, outer to inner series). E. Anther. F. Floret. G. Inner pappus. H. Floret, with pappus removed. I. Outer pappus. J. Adaxial leaf section. K. Abaxial leaf section. All" ;
fabio:hasRepresentation <https://zenodo.org/record/5144743/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5144757>
dc:description "FIGURE 7. Saussurea austrotibetica (A, B) and S. langpoensis (C, D) in the wild and living plants." ;
fabio:hasRepresentation <https://zenodo.org/record/5144757/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C8710386829FF2CFB51E38C2051>
dwc:collectionCode "FLPH, PE" ;
dwc:eventDate "2013-08-11" ;
dwc:locality "Langpo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4020" ;
dwc:verbatimLatitude "27.883333" ;
dwc:verbatimLongitude "92.0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC1038682BFF2CF89DE15C25A8#E5C33C8710386829FF2CFB51E38C2051> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C8710386829FF2CFB51E69C2035>
dwc:collectionCode "FLPH" ;
dwc:eventDate "2013-08-11" ;
dwc:locality "Langpo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4020" ;
dwc:verbatimLatitude "27.883333" ;
dwc:verbatimLongitude "92.0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC1038682BFF2CF89DE15C25A8#E5C33C8710386829FF2CFB51E69C2035> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C8710386829FB7FFB51E38C2051>
dwc:collectionCode "PE" ;
dwc:locality "Tibet" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC1038682BFF2CF89DE15C25A8#E5C33C8710386829FB7FFB51E38C2051> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C87103A682BFF19FC60E7222768>
dwc:collectionCode "PE, FLPH" ;
dwc:eventDate "1975-07-25" ;
dwc:locality "Yadong" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "4210" ;
dwc:verbatimLatitude "27.65" ;
dwc:verbatimLongitude "88.95" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC1038682BFF2CF89DE15C25A8#E5C33C87103A682BFF19FC60E7222768> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC1038682BFF2CF89DE15C25A8.mc.E5C33C87103A682BFAD7FC1FE33F2794>
dwc:collectionCode "PE" ;
dwc:locality "Tibet" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC1038682BFF2CF89DE15C25A8#E5C33C87103A682BFAD7FC1FE33F2794> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@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/DD0287CC103A682DFF2CFB4BE73E246C>
cito:cites <http://dx.doi.org/10.5281/zenodo.5144745>, <http://dx.doi.org/10.5281/zenodo.5144757> ;
dc:creator "Chen, You-Sheng" ;
dc:title "Saussurea langpoensis Y. S. Chen 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103A682DFF2CFB4BE73E246C.mc.E5C33C87103A682BFF2CFB1FE1C1208F>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103A682DFF2CFB4BE73E246C.mc.E5C33C87103A682BFF2CFB1FE3F32088>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103A682DFF2CFB4BE73E246C.mc.E5C33C87103A682BFE65FB3BE1C1208F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saussurea_langpoensis_Chen_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.177.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.177.4.1>
bibo:endPage "206" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-09-03" ;
bibo:startPage "191" ;
bibo:volume "177" ;
dc:creator "Chen, You-Sheng" ;
dc:date "2014" ;
dc:title "Six new species of Saussurea (Asteraceae) from eastern Himalaya" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5144745>, <http://dx.doi.org/10.5281/zenodo.5144757> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Saussurea_langpoensis_Chen_2014>
dwc:authority "Y. S. Chen" ;
dwc:authorityName "Y. S. Chen" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Chen, 2014" ;
dwc:species "langpoensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7YXWP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saussurea_langpoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Saussurea_langpoensis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "langpoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saussurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saussurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5144745>
dc:description "FIGURE 2. Saussurea langpoensis. A. Habit. B. Floret. C. Floret, with pappus removed. D. Outer pappus. E. Inner pappus. F. Anther. G. Phyllaries (from left to right, outer to inner series). H. Leaf section. I. Style branches. All from FLPH Tibet Exped.13-910 (PE)." ;
fabio:hasRepresentation <https://zenodo.org/record/5144745/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5144757>
dc:description "FIGURE 7. Saussurea austrotibetica (A, B) and S. langpoensis (C, D) in the wild and living plants." ;
fabio:hasRepresentation <https://zenodo.org/record/5144757/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103A682DFF2CFB4BE73E246C.mc.E5C33C87103A682BFF2CFB1FE1C1208F>
dwc:collectionCode "FLPH, PE" ;
dwc:eventDate "2013-08-11" ;
dwc:locality "Langpo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3615" ;
dwc:verbatimLatitude "27.783333" ;
dwc:verbatimLongitude "91.98333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103A682DFF2CFB4BE73E246C#E5C33C87103A682BFF2CFB1FE1C1208F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103A682DFF2CFB4BE73E246C.mc.E5C33C87103A682BFF2CFB1FE3F32088>
dwc:collectionCode "FLPH" ;
dwc:eventDate "2013-08-11" ;
dwc:locality "Langpo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3615" ;
dwc:verbatimLatitude "27.783333" ;
dwc:verbatimLongitude "91.98333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103A682DFF2CFB4BE73E246C#E5C33C87103A682BFF2CFB1FE3F32088> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103A682DFF2CFB4BE73E246C.mc.E5C33C87103A682BFE65FB3BE1C1208F>
dwc:collectionCode "PE" ;
dwc:locality "Tibet" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103A682DFF2CFB4BE73E246C#E5C33C87103A682BFE65FB3BE1C1208F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,210 @@
@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/DD0287CC103C682FFF2CF96CE0A22704>
cito:cites <http://dx.doi.org/10.5281/zenodo.5144749>, <http://dx.doi.org/10.5281/zenodo.5144759> ;
dc:creator "Chen, You-Sheng" ;
dc:title "Saussurea lhunzensis Y. S. Chen 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CF920E66022A2>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CF920E06A22A2>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFD8CF9DCE66022A2>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF19FA74E28B2173>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF6BFA13E7EF2173>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CFACFE04021BB>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CFACFE3FE21BB>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFDB4FAE8E1BE21E0>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFDB4FAE8E0DF21E7> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saussurea_lhunzensis_Chen_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.177.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.177.4.1>
bibo:endPage "206" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-09-03" ;
bibo:startPage "191" ;
bibo:volume "177" ;
dc:creator "Chen, You-Sheng" ;
dc:date "2014" ;
dc:title "Six new species of Saussurea (Asteraceae) from eastern Himalaya" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5144749>, <http://dx.doi.org/10.5281/zenodo.5144759> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Saussurea_lhunzensis_Chen_2014>
dwc:authority "Y. S. Chen" ;
dwc:authorityName "Y. S. Chen" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Chen, 2014" ;
dwc:species "lhunzensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7YXWS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saussurea_lhunzensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Saussurea_lhunzensis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lhunzensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saussurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saussurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5144749>
dc:description "FIGURE 3. Saussurea lhunzensis. A. Habit. B. Adaxial surface of leaf. C. Abaxial surface of leaf. D. Phyllaries (from left to right, outer to inner series). E. Floret. F. Outer pappus. G. Inner pappus. H. Floret, with pappus removed. I. Style branches. J. Anther.All from FLPH Tibet Expedition 13-0847 (PE)." ;
fabio:hasRepresentation <https://zenodo.org/record/5144749/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5144759>
dc:description "FIGURE 8. Saussurea lhunzensis (A, B) and S. pagriensis (C, D) in the wild and living plants." ;
fabio:hasRepresentation <https://zenodo.org/record/5144759/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CF920E66022A2>
dwc:collectionCode "FLPH, PE" ;
dwc:eventDate "2013-08-09" ;
dwc:locality "Sanga Choling" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3925" ;
dwc:verbatimLatitude "28.6" ;
dwc:verbatimLongitude "92.933334" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFF2CF920E66022A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CF920E06A22A2>
dwc:collectionCode "FLPH" ;
dwc:eventDate "2013-08-09" ;
dwc:locality "Sanga Choling" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3925" ;
dwc:verbatimLatitude "28.6" ;
dwc:verbatimLongitude "92.933334" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFF2CF920E06A22A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFD8CF9DCE66022A2>
dwc:collectionCode "PE" ;
dwc:locality "Expedition" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFD8CF9DCE66022A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF19FA74E28B2173>
dwc:eventDate "1972-08-19" ;
dwc:locality "Cuogu" ;
dwc:recordedBy "Hongqi & Cuogu" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3800" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFF19FA74E28B2173> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF6BFA13E7EF2173>
dwc:collectionCode "PE" ;
dwc:eventDate "1972-08-19" ;
dwc:locality "Chinese Medic. Exped." ;
dwc:recordedBy "Gyaca & Hongqi & Cuogu" ;
dwc:verbatimElevation "4000" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFF6BFA13E7EF2173> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CFACFE04021BB>
dwc:collectionCode "PE, FLPH" ;
dwc:eventDate "2013-08-04" ;
dwc:locality "Xuesha" ;
dwc:recordedBy "Lhunze & Xuesha" ;
dwc:verbatimElevation "4340" ;
dwc:verbatimLatitude "28.583334" ;
dwc:verbatimLongitude "92.48333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFF2CFACFE04021BB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFF2CFACFE3FE21BB>
dwc:collectionCode "PE" ;
dwc:eventDate "2013-08-04" ;
dwc:locality "Xuesha" ;
dwc:recordedBy "Lhunze & Xuesha" ;
dwc:verbatimElevation "4340" ;
dwc:verbatimLatitude "28.583334" ;
dwc:verbatimLongitude "92.48333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFF2CFACFE3FE21BB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFDB4FAE8E1BE21E0>
dwc:collectionCode "PE, F, BM, E" ;
dwc:eventDate "1938-07-10" ;
dwc:locality "Pero La" ;
dwc:verbatimElevation "4115" ;
dwc:verbatimLatitude "29.5" ;
dwc:verbatimLongitude "95.0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFDB4FAE8E1BE21E0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103C682FFF2CF96CE0A22704.mc.E5C33C87103C682DFDB4FAE8E0DF21E7>
dwc:collectionCode "PE" ;
dwc:eventDate "1938-07-10" ;
dwc:locality "Pero La" ;
dwc:verbatimElevation "4115" ;
dwc:verbatimLatitude "29.5" ;
dwc:verbatimLongitude "95.0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103C682FFF2CF96CE0A22704#E5C33C87103C682DFDB4FAE8E0DF21E7> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,185 @@
@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/DD0287CC103E682FFF2CFF2AE7552026>
cito:cites <http://dx.doi.org/10.5281/zenodo.5144751>, <http://dx.doi.org/10.5281/zenodo.5144759> ;
dc:creator "Chen, You-Sheng" ;
dc:title "Saussurea pagriensis Y. S. Chen 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF2CFFE1E66124E1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF2CFFE1E00124E1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFDEBFF9DE66124E1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF19F859E7252355>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF19F859E1912355>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFC47F87AE6D12355>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFB00F875E7252355> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saussurea_pagriensis_Chen_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.177.4.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.177.4.1>
bibo:endPage "206" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-09-03" ;
bibo:startPage "191" ;
bibo:volume "177" ;
dc:creator "Chen, You-Sheng" ;
dc:date "2014" ;
dc:title "Six new species of Saussurea (Asteraceae) from eastern Himalaya" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5144751>, <http://dx.doi.org/10.5281/zenodo.5144759> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Saussurea_pagriensis_Chen_2014>
dwc:authority "Y. S. Chen" ;
dwc:authorityName "Y. S. Chen" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Y. S. Chen, 2014" ;
dwc:species "pagriensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7YXWY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saussurea_pagriensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Saussurea_pagriensis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pagriensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saussurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saussurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Saussurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5144751>
dc:description "FIGURE 4. Saussurea pagriensis. A. Habit. B. Adaxial surface of leaf. C. Abaxial surface of leaf. D. Phyllaries ((from left to right, inner to outer series). E. Florets. F. Outer pappus. G. Inner pappus. H. Florets, with pappus removed. I. Anthers. J. Style branches. All from FLPH Tibet Exped. 13-2141 (PE)." ;
fabio:hasRepresentation <https://zenodo.org/record/5144751/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5144759>
dc:description "FIGURE 8. Saussurea lhunzensis (A, B) and S. pagriensis (C, D) in the wild and living plants." ;
fabio:hasRepresentation <https://zenodo.org/record/5144759/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF2CFFE1E66124E1>
dwc:collectionCode "FLPH, PE" ;
dwc:eventDate "2013-08-25" ;
dwc:locality "Pagri" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4735" ;
dwc:verbatimLatitude "27.616667" ;
dwc:verbatimLongitude "89.11667" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFF2CFFE1E66124E1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF2CFFE1E00124E1>
dwc:collectionCode "FLPH" ;
dwc:eventDate "2013-08-25" ;
dwc:locality "Pagri" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "4735" ;
dwc:verbatimLatitude "27.616667" ;
dwc:verbatimLongitude "89.11667" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFF2CFFE1E00124E1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFDEBFF9DE66124E1>
dwc:collectionCode "PE" ;
dwc:locality "Tibet" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFDEBFF9DE66124E1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF19F859E7252355>
dwc:collectionCode "I, W, J, G, E, K" ;
dwc:eventDate "1984-10-03" ;
dwc:locality "Yale La" ;
dwc:recordedBy "I. W. J. Sinclair & D. G. Long" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "4780" ;
dwc:verbatimLatitude "27.783333" ;
dwc:verbatimLongitude "89.45" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFF19F859E7252355> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFF19F859E1912355>
dwc:collectionCode "I, W, J" ;
dwc:eventDate "1984-10-03" ;
dwc:locality "Yale La" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "4780" ;
dwc:verbatimLatitude "27.783333" ;
dwc:verbatimLongitude "89.45" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFF19F859E1912355> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFC47F87AE6D12355>
dwc:collectionCode "G" ;
dwc:locality "Sinclair" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFC47F87AE6D12355> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287CC103E682FFF2CFF2AE7552026.mc.E5C33C87103E682FFB00F875E7252355>
dwc:collectionCode "E, K" ;
dwc:locality "Long" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287CC103E682FFF2CFF2AE7552026#E5C33C87103E682FFB00F875E7252355> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,160 @@
@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/DD0287E1FFA0FFD2D5D4FC03FAE6175C>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209294> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Grammitis membranifolia Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D5C0FB74FEBD1005>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D5C0FAF7FD3A10A1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D5C6FA26FE7210F1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D499FA73FE331300> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Grammitis_membranifolia_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209294> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Grammitis_membranifolia_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "membranifolia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Grammitis_membranifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Grammitis_membranifolia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "membranifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Grammitis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Grammitis>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209294>
dc:description "FIG. 8. — Grammitis membranifolia Rakotondr. & Parris, sp. nov. (Rakotondrainibe 1196): A, aspect général; B, face supérieure dune fronde; C, face inférieure dune fronde; D, détail du limbe, face inférieure; E, écaille du rhizome. Échelles: A, 10 mm; B, C, 5 mm; D, 0,5 mm; E, 0,25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209294/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D5C0FB74FEBD1005>
dwc:collectionCode "MO" ;
dwc:eventDate "1991-10-14" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "du Manongarivo & de Bekolosy" ;
dwc:verbatimElevation "1050" ;
dwc:verbatimLatitude "-14.083333" ;
dwc:verbatimLongitude "48.283333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA0FFD2D5D4FC03FAE6175C#E5C33CAAFFA0FFD2D5C0FB74FEBD1005> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D5C0FAF7FD3A10A1>
dwc:eventDate "1993-04" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "du Manongarivo & de Bekolosy" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1240" ;
dwc:verbatimLatitude "-14.066667" ;
dwc:verbatimLongitude "48.283333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA0FFD2D5D4FC03FAE6175C#E5C33CAAFFA0FFD2D5C0FAF7FD3A10A1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D5C6FA26FE7210F1>
dwc:eventDate "1992-05-18" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "du Manongarivo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1540" ;
dwc:verbatimLatitude "-14.3" ;
dwc:verbatimLongitude "48.4" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA0FFD2D5D4FC03FAE6175C#E5C33CAAFFA0FFD2D5C6FA26FE7210F1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA0FFD2D5D4FC03FAE6175C.mc.E5C33CAAFFA0FFD2D499FA73FE331300>
dwc:eventDate "1996-11-12" ;
dwc:locality "Toliara" ;
dwc:recordedBy "du Trafon'omby" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1300" ;
dwc:verbatimLatitude "-24.583445" ;
dwc:verbatimLongitude "46.735558" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA0FFD2D5D4FC03FAE6175C#E5C33CAAFFA0FFD2D499FA73FE331300> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@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/DD0287E1FFA2FFD2D5D8F887FE801643>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209290> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Grammitis dauphinensis Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA2FFD2D5D8F887FE801643.mc.E5C33CAAFFA2FFD3D669F828FE5812B4>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA2FFD2D5D8F887FE801643.mc.E5C33CAAFFA1FFD3D669F8FAFADA12C6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Grammitis_dauphinensis_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209290> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Grammitis_dauphinensis_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "dauphinensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Grammitis_dauphinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Grammitis_dauphinensis>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dauphinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Grammitis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Grammitis>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209290>
dc:description "FIG. 7. — Grammitis dauphinensis Rakotondr. & Parris, sp. nov. (Birkinshaw et al. 1630): A, aspect général; B, face supérieure du limbe: nervation et hydatodes, C, face inférieure du limbe: nervation et sores; D, poil ramifié sur la marge du limbe. Échelles: A, 10 mm; B, 2 mm; C, 5 mm; D, 0,1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209290/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA2FFD2D5D8F887FE801643.mc.E5C33CAAFFA2FFD3D669F828FE5812B4>
dwc:eventDate "1947-03-27" ;
dwc:locality "Madagascar" ;
dwc:recordedBy "de la Manampanihy" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "650" ;
dwc:verbatimLongitude "47.336666" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA2FFD2D5D8F887FE801643#E5C33CAAFFA2FFD3D669F828FE5812B4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA2FFD2D5D8F887FE801643.mc.E5C33CAAFFA1FFD3D669F8FAFADA12C6>
dwc:locality "Madagascar" ;
dwc:recordedBy "du Sud-Est & de Tolanaro" ;
dwc:verbatimElevation "600" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA2FFD2D5D8F887FE801643#E5C33CAAFFA1FFD3D669F8FAFADA12C6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,147 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0287E1FFA4FFD1D60DFC83FC0312C7>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209285> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Grammitis coriaceifolia Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD1D60DFC83FC0312C7.mc.E5C33CAAFFA4FFD6D669FC6FFB1F1176>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD1D60DFC83FC0312C7.mc.E5C33CAAFFA4FFD6D669FBC4FB7111F5>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD1D60DFC83FC0312C7.mc.E5C33CAAFFA4FFD6D19FFB77FB9A1054> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Grammitis_coriaceifolia_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209285> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Grammitis_coriaceifolia_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "coriaceifolia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Grammitis_coriaceifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Grammitis_coriaceifolia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "coriaceifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Grammitis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Grammitis>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209285>
dc:description "FIG. 6. — Grammitis coriaceifolia Rakotondr. & Parris, sp. nov. (Rakotondrainibe 3663): A, aspect général; B, écaille du rhizome; C, limbe fertile avec deux sores jeunes, vue de face et en coupe; D, sores âgés, coalescents; E, poils ramifiés de la marge du limbe. Échelles: A, 10 mm; B, E, 0,5 mm; C, 2 mm; D, 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209285/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD1D60DFC83FC0312C7.mc.E5C33CAAFFA4FFD6D669FC6FFB1F1176>
dwc:collectionCode "MO, TAN" ;
dwc:eventDate "1996-11-13" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "du Marojejy & de Manantenina" ;
dwc:verbatimElevation "1910" ;
dwc:verbatimLatitude "-14.446667" ;
dwc:verbatimLongitude "49.735" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA4FFD1D60DFC83FC0312C7#E5C33CAAFFA4FFD6D669FC6FFB1F1176> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD1D60DFC83FC0312C7.mc.E5C33CAAFFA4FFD6D669FBC4FB7111F5>
dwc:eventDate "1959-11-15" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "de Marojejy & de l'Ambatoharanana & de l'Antsahaberoka & Humbert & Saboureau" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1700" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA4FFD1D60DFC83FC0312C7#E5C33CAAFFA4FFD6D669FBC4FB7111F5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD1D60DFC83FC0312C7.mc.E5C33CAAFFA4FFD6D19FFB77FB9A1054>
dwc:eventDate "1994-11-24" ;
dwc:locality "d'Anjanaharibe-Sud" ;
dwc:recordedBy "de Befingotra & Rakotondrainibe & Raharimalala & de Marojejy & Rouhan & Gaudeul & Ranaivo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "0" ;
dwc:verbatimLatitude "-14.4475" ;
dwc:verbatimLongitude "49.734444" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA4FFD1D60DFC83FC0312C7#E5C33CAAFFA4FFD6D19FFB77FB9A1054> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,147 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209283> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Grammitis anisophylla Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC.mc.E5C33CAAFFA4FFD6D5C0FB5BFE2B1078>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC.mc.E5C33CAAFFA4FFD6D5C0FADAFE421094>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC.mc.E5C33CAAFFA4FFD6D7C9FA16FF1D1324> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Grammitis_anisophylla_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209283> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Grammitis_anisophylla_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "anisophylla" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Grammitis_anisophylla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Grammitis_anisophylla>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "anisophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Grammitis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Grammitis>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Grammitis" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209283>
dc:description "FIG. 5. — Grammitis anisophylla Rakotondr.& Parris,sp. nov.(Rakotondrainibe & Raharimalala 1832): A, B, aspect général; C, écaille du rhizome; D, face supérieure du limbe; E, face inférieure du limbe avec de jeunes sores; F, face inférieure du limbe avec des sores plus âgés.Échelles: A,10 mm; B,5 mm; C,0,3 mm; D,1,5 mm; E,2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209283/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC.mc.E5C33CAAFFA4FFD6D5C0FB5BFE2B1078>
dwc:collectionCode "MO, TAN" ;
dwc:eventDate "1993-12-18" ;
dwc:locality "d'Ambanizana" ;
dwc:recordedBy "Rakotondrainibe & Raharimalala" ;
dwc:verbatimElevation "40" ;
dwc:verbatimLatitude "-15.683333" ;
dwc:verbatimLongitude "49.966667" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC#E5C33CAAFFA4FFD6D5C0FB5BFE2B1078> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC.mc.E5C33CAAFFA4FFD6D5C0FADAFE421094>
dwc:collectionCode "TAN" ;
dwc:eventDate "1991-03-30" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "Ambanja & Massif du Manongarivo & Bekolosy & Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC#E5C33CAAFFA4FFD6D5C0FADAFE421094> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC.mc.E5C33CAAFFA4FFD6D7C9FA16FF1D1324>
dwc:collectionCode "TAN" ;
dwc:eventDate "1992-01-24" ;
dwc:locality "Ambanja" ;
dwc:recordedBy "Massif du Manongarivo & Bekolosy & Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA4FFD6D5E1FBA2FB0F17DC#E5C33CAAFFA4FFD6D7C9FA16FF1D1324> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,125 @@
@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/DD0287E1FFA6FFD4D5FFFAE5FBD216C2>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209277> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Ctenopterella lastii Parris & Rakotondr. 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD4D5FFFAE5FBD216C2.mc.E5C33CAAFFA6FFD4D5C0F99AFEF31372> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ctenopterella_lastii_Parris_2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209277> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ctenopterella_lastii_Parris_2018>
dwc:authority "Parris & Rakotondr." ;
dwc:authorityName "Parris & Rakotondr." ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ctenopterella" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Parris & Rakotondr., 2018" ;
dwc:species "lastii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/326TP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ctenopterella_lastii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ctenopterella_lastii>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ctenopterella" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lastii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ctenopterella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ctenopterella>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ctenopterella" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209277>
dc:description "FIG. 3. — Ctenopterella lastii Parris & Rakotondr., sp. nov. (Last s.n., BM000585367): A, aspect général; B, écaille du rhizome; C, segments stériles, face supérieure; D, segments fertiles, face inférieure; E, fragment de pétiole; F-H, poils présents seulement sur le pétiole; I, J, poils présents sur le pétiole, le rachis et les costae. Échelles: A, 10 mm; B, 1 mm; C, D, 3 mm; E, 0,5 mm; F, 0,05 mm; G-J, 0,025 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209277/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD4D5FFFAE5FBD216C2.mc.E5C33CAAFFA6FFD4D5C0F99AFEF31372>
dwc:catalogNumber "BM000585367" ;
dwc:collectionCode "BM" ;
dwc:locality "Be Kilus Mts" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD4D5FFFAE5FBD216C2#E5C33CAAFFA6FFD4D5C0F99AFEF31372> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,183 @@
@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/DD0287E1FFA6FFD6D61EFB83FE5516E3>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209281> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Enterosora sinuata Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D669FAC0FAB210F1>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D68FFA43FC1E136E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D6B6F99CFAF3135B>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D018F9E9FAD513EA>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D076F918FC1D123A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D6B0F94BFAEB1266>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D01AF884FB0612B6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Enterosora_sinuata_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209281> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Enterosora_sinuata_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Enterosora" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "sinuata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/39YJ5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Enterosora_sinuata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Enterosora_sinuata>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Enterosora" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sinuata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Enterosora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Enterosora>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Enterosora" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209281>
dc:description "FIG. 4. — Enterosora sinuata Rakotondr. & Parris, sp. nov.: A, B, aspect général; C, forme juvénile stérile; D, détail du limbe fertile; E, détail du pétiole; F, écaille du rhizome; G, poil sétiforme sur toute la fronde; H-J, poils septés simples ou ramifiés sur le pétiole et la marge du limbe; A, Rakotondrainibe 1393;B, D, Rako- tondrainibe 3519; C, E-J, Rasolohery 145. Échelles: A, 10 mm; B, 15 mm; C, 5 mm; D, 3 mm; E, 0,25 mm; F, 0,5 mm; G-J, 0,05 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209281/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D669FAC0FAB210F1>
dwc:eventDate "1992-02-02" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "de Manongarivo & de Bekolosy" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1150" ;
dwc:verbatimLatitude "-14.083333" ;
dwc:verbatimLongitude "48.283333" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D669FAC0FAB210F1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D68FFA43FC1E136E>
dwc:eventDate "1909-04" ;
dwc:locality "Ambanja" ;
dwc:recordedBy "de Manongarivo & Perrier de la Bathie" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D68FFA43FC1E136E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D6B6F99CFAF3135B>
dwc:eventDate "1991-10-09" ;
dwc:locality "Ambanja" ;
dwc:recordedBy "de Manongarivo & d'Antsatrotro & Rakotondrainibe" ;
dwc:verbatimElevation "1600" ;
dwc:verbatimLatitude "-14.133333" ;
dwc:verbatimLongitude "48.4" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D6B6F99CFAF3135B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D018F9E9FAD513EA>
dwc:eventDate "1996-10-26" ;
dwc:locality "Andapa" ;
dwc:recordedBy "de Marojejy & de Manantenina & Rakotondrainibe" ;
dwc:verbatimElevation "1300" ;
dwc:verbatimLatitude "-14.4366665" ;
dwc:verbatimLongitude "49.74167" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D018F9E9FAD513EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D076F918FC1D123A>
dwc:eventDate "2001-10-23" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "de Marojejy & Doany & Rakotondrainibe & Rasolohery" ;
dwc:verbatimElevation "1180" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D076F918FC1D123A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D6B0F94BFAEB1266>
dwc:eventDate "2000-11-27" ;
dwc:locality "Ambevy" ;
dwc:recordedBy "de Beangona & de Tsaratanana & Rasolohery" ;
dwc:verbatimElevation "1100" ;
dwc:verbatimLatitude "-14.047223" ;
dwc:verbatimLongitude "48.78583" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D6B0F94BFAEB1266> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFA6FFD6D61EFB83FE5516E3.mc.E5C33CAAFFA6FFD4D01AF884FB0612B6>
dwc:eventDate "2000-11-29" ;
dwc:locality "Marotolana" ;
dwc:recordedBy "de Beangona & de Tsaratanana & Rasolohery" ;
dwc:verbatimElevation "1550" ;
dwc:verbatimLatitude "-14.028889" ;
dwc:verbatimLongitude "48.65139" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFA6FFD6D61EFB83FE5516E3#E5C33CAAFFA6FFD4D01AF884FB0612B6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,255 @@
@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/DD0287E1FFAAFFD4D678FF61FE2F1022>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209275> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Ceradenia pseudodevoluta Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D669FD82FB4C17AC>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D669FD2EFB1617E6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D1AAFD04FAEE17C9>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D010FD7BFA5517D3>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D669FCB4FBF51618>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D11CFCAAFADD16FF>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D06BFC0DFA911124>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D038FC46FB2C1111>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D065FB93FC6C115E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D6A4FBECFC3611F0>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D155FB75FC35103C>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D157FB4EFC2C1069>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D164FA9BFB171056>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D1B7FAD4FADE1083>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D06BFA21FC0C10D3>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D144FA50FB5B1318> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ceradenia_pseudodevoluta_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209275> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ceradenia_pseudodevoluta_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "pseudodevoluta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/SG8P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ceradenia_pseudodevoluta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia_pseudodevoluta>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pseudodevoluta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ceradenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209275>
dc:description "FIG. 2. — Ceradenia pseudodevoluta Rakotondr.& Parris,sp. nov.:A, aspect général; B, détail du limbe portant sur la face inférieure de jeunes sores en partie couverts dune sécrétion cireuse blanche; C, sores plus âgés sans sécrétion apparente; D, écaille du rhizome; E-G, les trois types de poils en mélange sur le pétiole et le limbe; H, plante juvénile; A-G, Rakotondrainibe 3214;H, Rakotondrainibe et al.6939 bis. Échelles: A,30 mm; B,C,5 mm; D,2 mm; E,0,5 mm; F,0,2 mm; G,0,1 mm; H,10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209275/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D669FD82FB4C17AC>
dwc:eventDate "1995-11-28" ;
dwc:locality "Tolanaro" ;
dwc:verbatimElevation "1900" ;
dwc:verbatimLatitude "-24.551943" ;
dwc:verbatimLongitude "46.7175" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D669FD82FB4C17AC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D669FD2EFB1617E6>
dwc:eventDate "1956-07-31" ;
dwc:locality "Antananarivo" ;
dwc:recordedBy "Abbayes" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2100" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D669FD2EFB1617E6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D1AAFD04FAEE17C9>
dwc:eventDate "1962-08" ;
dwc:locality "Antananarivo" ;
dwc:recordedBy "de Mantasoa & Bosser" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D1AAFD04FAEE17C9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D010FD7BFA5517D3>
dwc:eventDate "1964-04" ;
dwc:locality "d'Andringitra" ;
dwc:recordedBy "Bosser" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D010FD7BFA5517D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D669FCB4FBF51618>
dwc:locality "Carion" ;
dwc:recordedBy "d'Angavokely & Ceplitis" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D669FCB4FBF51618> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D11CFCAAFADD16FF>
dwc:eventDate "1933-12" ;
dwc:locality "d'Antongondriha" ;
dwc:recordedBy "de l'Androranga & de la Bemarivo & du Betsomanga & de l'Itomampy & de Befotaka" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1250" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D11CFCAAFADD16FF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D06BFC0DFA911124>
dwc:eventDate "2005-04-17" ;
dwc:locality "Ambohitsipanefy" ;
dwc:recordedBy "de l'Andringitra & d'Ampasipotsy & Janssen" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2050" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D06BFC0DFA911124> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D038FC46FB2C1111>
dwc:eventDate "1941-04-16" ;
dwc:locality "Jardin Botanique de Tananarive" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1800" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D038FC46FB2C1111> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D065FB93FC6C115E>
dwc:locality "Antananarivo" ;
dwc:recordedBy "de l'Ankaratra & Perrier de la Bathie" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2400" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D065FB93FC6C115E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D6A4FBECFC3611F0>
dwc:eventDate "1991-10-08" ;
dwc:locality "d'Antsatrotro" ;
dwc:recordedBy "de Manongarivo & du Trafon'omby" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1550" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D6A4FBECFC3611F0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D155FB75FC35103C>
dwc:eventDate "1996-12-20" ;
dwc:locality "d'Andranomay" ;
dwc:recordedBy "d'Anjozorobe & Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1375" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D155FB75FC35103C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D157FB4EFC2C1069>
dwc:eventDate "1997-10-24" ;
dwc:locality "d'Ivohibe" ;
dwc:recordedBy "Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1575" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D157FB4EFC2C1069> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D164FA9BFB171056>
dwc:eventDate "1997-10-24" ;
dwc:locality "d'Ivohibe" ;
dwc:recordedBy "Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1575" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D164FA9BFB171056> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D1B7FAD4FADE1083>
dwc:eventDate "1999-01-12" ;
dwc:locality "Antananarivo" ;
dwc:recordedBy "de Mahatsinjo & de Tsinjoarivo & Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1480" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D1B7FAD4FADE1083> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D06BFA21FC0C10D3>
dwc:eventDate "2004-11-19" ;
dwc:locality "d'Andringitra" ;
dwc:recordedBy "d'Imaitso & Rakotondrainibe" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1975" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D06BFA21FC0C10D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD4D678FF61FE2F1022.mc.E5C33CAAFFAAFFD8D144FA50FB5B1318>
dwc:eventDate "1953-07" ;
dwc:locality "Antananarivo" ;
dwc:recordedBy "de l'Ankaratra & de Tavolotara & Manjakatompo & Service" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2000" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD4D678FF61FE2F1022#E5C33CAAFFAAFFD8D144FA50FB5B1318> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,154 @@
@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/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209271> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Ceradenia ivohibensis Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FE63FE90175D>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FD3FFE621613>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FCEEFD6D16A5>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FC17FE2E117B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ceradenia_ivohibensis_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209271> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ceradenia_ivohibensis_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "ivohibensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/SG7M> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ceradenia_ivohibensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia_ivohibensis>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ivohibensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ceradenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209271>
dc:description "FIG. 1. — Ceradenia ivohibensis Rakotondr. & Parris, sp. nov.: A, B, aspect général; C, segment du limbe avec de jeunes sores; D, segment du limbe avec des sores âgés; E, écaille du rhizome; F, poil sétiforme du pétiole; G, H, poils caténés simples et ramifiés sur la marge du limbe et au milieu des sores; A, Rakotondrainibe et al. 4211 ter;B -H, Rakotondrainibe et al. 4211 bis. Échelles: A, 20 mm; B, 40 mm; C, D, 3 mm; E, 0,3 mm; G, H, 0,05 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209271/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FE63FE90175D>
dwc:catalogNumber "MO3034056" ;
dwc:collectionCode "MO, TAN" ;
dwc:eventDate "1997-10-24" ;
dwc:locality "d'Ivohibe" ;
dwc:recordedBy "Rakotondrainibe & Randriambololona" ;
dwc:verbatimElevation "1575" ;
dwc:verbatimLatitude "-22.496668" ;
dwc:verbatimLongitude "46.955" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7#E5C33CAAFFAAFFD8D5C0FE63FE90175D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FD3FFE621613>
dwc:catalogNumber "MO3034060" ;
dwc:collectionCode "MO" ;
dwc:eventDate "1997-10-24" ;
dwc:locality "d'Ivohibe" ;
dwc:recordedBy "Rakotondrainibe & Randriambololona & Meme" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1575" ;
dwc:verbatimLatitude "-22.496668" ;
dwc:verbatimLongitude "46.955" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7#E5C33CAAFFAAFFD8D5C0FD3FFE621613> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FCEEFD6D16A5>
dwc:locality "d'Ivohibe" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7#E5C33CAAFFAAFFD8D5C0FCEEFD6D16A5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7.mc.E5C33CAAFFAAFFD8D5C0FC17FE2E117B>
dwc:locality "Cette" ;
dwc:recordedBy "le Centre-sud" ;
dwc:verbatimElevation "1650" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFAAFFD8D5EFFEA0FF2E12C7#E5C33CAAFFAAFFD8D5C0FC17FE2E117B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,395 @@
@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/DD0287E1FFB9FFCAD449FB05FD3C16A3>
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Ceradenia deltodon Parris" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD41FFAA8FE48101A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD41AFA28FE7F109A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD4E1F9B2FE2B1337>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD442F835FCD612B7>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD668FE90FB851475>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1C6FEF7FB4314A2>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD182FEC0FC9814D4>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD629FE69FAD6173E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD070FE4CFB88174D>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1C7FDFFFBF817BA>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD10AFDC8FC1517E7>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6B4FD05FC59162C>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6EAFD5EFB101619>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1B1FCABFB801646>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1CDFCE4FA5216A8>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD66FFC31FBC116F8>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD103FC0AFBEF1125>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD11FFC47FAD11112>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD078FB93FBBC115F>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1CAFBECFC37118B>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD150FB39FCA111F0>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6EFFB72FC6311DB>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6A2FB69FC921000>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD636FAA2FACA106A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD004FA98FC661057>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6A5FAD5FB09109C>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1BAFA2EFC0010C9> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Polypodium_deltodon>, <http://taxon-name.plazi.org/id/Plantae/Ctenopteris_deltodon>, <http://taxon-name.plazi.org/id/Plantae/Polypodium_perludens>, <http://taxon-name.plazi.org/id/Plantae/Polypodium_alboglandulosa>, <http://taxon-name.plazi.org/id/Plantae/Ctenopteris_alboglandulosa>, <http://taxon-name.plazi.org/id/Plantae/Ceradenia_alboglandulosa> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ceradenia_deltodon> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia_deltodon>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "deltodon" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ceradenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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/Polypodium_deltodon>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Polypodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "deltodon" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodium>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Polypodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ctenopteris_deltodon>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ctenopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "deltodon" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ctenopteris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ctenopteris>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ctenopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodium_perludens>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Polypodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "perludens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodium_alboglandulosa>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Polypodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alboglandulosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ctenopteris_alboglandulosa>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ctenopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alboglandulosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ctenopteris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia_alboglandulosa>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alboglandulosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ceradenia> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD41FFAA8FE48101A>
dwc:locality "Pool" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD41FFAA8FE48101A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD41AFA28FE7F109A>
dwc:locality "Gilpin" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD41AFA28FE7F109A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD4E1F9B2FE2B1337>
dwc:catalogNumber "BM000585346" ;
dwc:collectionCode "BM" ;
dwc:locality "Madagascar" ;
dwc:recordedBy "Perrier de la Bathie" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD4E1F9B2FE2B1337> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD442F835FCD612B7>
dwc:eventDate "1962-04" ;
dwc:locality "Perinet" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD442F835FCD612B7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD668FE90FB851475>
dwc:locality "Mahajanga" ;
dwc:recordedBy "de Mangindrano & Humbert" ;
dwc:verbatimElevation "2100" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD668FE90FB851475> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1C6FEF7FB4314A2>
dwc:locality "Mahajanga" ;
dwc:recordedBy "de Mangindrano & Bekia & Janssen" ;
dwc:verbatimElevation "2485" ;
dwc:verbatimLatitude "-14.144167" ;
dwc:verbatimLongitude "48.973335" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD1C6FEF7FB4314A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD182FEC0FC9814D4>
dwc:eventDate "1992-03-14" ;
dwc:locality "Namorona" ;
dwc:recordedBy "de Ranomafana-Ifanadiana & de Maharira & Malcomber & Environ d'Antananarivo & Pool" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD182FEC0FC9814D4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD629FE69FAD6173E>
dwc:eventDate "1909-05" ;
dwc:locality "Ambanja" ;
dwc:recordedBy "de Manongarivo & Perrier de la Bathie" ;
dwc:verbatimElevation "0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD629FE69FAD6173E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD070FE4CFB88174D>
dwc:eventDate "1994-11-08" ;
dwc:locality "d'Anjanaharibe-Sud" ;
dwc:recordedBy "Rakotondrainibe" ;
dwc:verbatimElevation "0" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD070FE4CFB88174D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1C7FDFFFBF817BA>
dwc:eventDate "1996-10-24" ;
dwc:locality "Manantenina" ;
dwc:recordedBy "de Marojejy & Rakotondrainibe" ;
dwc:verbatimElevation "1200" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD1C7FDFFFBF817BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD10AFDC8FC1517E7>
dwc:eventDate "1996-11-14" ;
dwc:locality "Manantenina" ;
dwc:recordedBy "de Marojejy & Rakotondrainibe" ;
dwc:verbatimElevation "1920" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD10AFDC8FC1517E7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6B4FD05FC59162C>
dwc:eventDate "1996-12-20" ;
dwc:locality "d'Andranomay" ;
dwc:recordedBy "d'Anjozorobe & Rakotondrainibe" ;
dwc:verbatimElevation "1375" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD6B4FD05FC59162C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6EAFD5EFB101619>
dwc:eventDate "1997-11-04" ;
dwc:locality "d'Andringitra" ;
dwc:recordedBy "d'Ivohibe & Rakotondrainibe" ;
dwc:verbatimElevation "1225" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD6EAFD5EFB101619> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1B1FCABFB801646>
dwc:eventDate "1999-01-07" ;
dwc:locality "Antananarivo" ;
dwc:recordedBy "de Mahatsinjo & Rakotondrainibe" ;
dwc:verbatimElevation "1550" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD1B1FCABFB801646> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1CDFCE4FA5216A8>
dwc:eventDate "1999-10-17" ;
dwc:locality "Andapa" ;
dwc:recordedBy "de Betaolana & Rakotondrainibe" ;
dwc:verbatimElevation "1200" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD1CDFCE4FA5216A8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD66FFC31FBC116F8>
dwc:eventDate "1999-11-04" ;
dwc:locality "d'Anjanaharibe-Sud" ;
dwc:recordedBy "Rakotondrainibe" ;
dwc:verbatimElevation "1640" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD66FFC31FBC116F8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD103FC0AFBEF1125>
dwc:eventDate "2001-10-25" ;
dwc:locality "Doany" ;
dwc:recordedBy "de Marojejy & Rakotondrainibe" ;
dwc:verbatimElevation "1225" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD103FC0AFBEF1125> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD11FFC47FAD11112>
dwc:eventDate "2001-04-26" ;
dwc:locality "Mahajanga" ;
dwc:recordedBy "de Mangindrano & de Tsaratanana & Marotolana & Ampanopia & Rasolohery" ;
dwc:verbatimElevation "2400" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD11FFC47FAD11112> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD078FB93FBBC115F>
dwc:eventDate "2001-06-11" ;
dwc:locality "Miarinarivo" ;
dwc:recordedBy "Savaharina & de Zahamena & Rasolohery" ;
dwc:verbatimElevation "650" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD078FB93FBBC115F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1CAFBECFC37118B>
dwc:eventDate "2001-10-29" ;
dwc:locality "Doany" ;
dwc:recordedBy "de Marojejy & Rasolohery" ;
dwc:verbatimElevation "1225" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD1CAFBECFC37118B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD150FB39FCA111F0>
dwc:locality "Manakambahiny" ;
dwc:recordedBy "Zahamena & de Rangovalo & Rasolohery" ;
dwc:verbatimElevation "1450" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD150FB39FCA111F0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6EFFB72FC6311DB>
dwc:locality "Toliara" ;
dwc:recordedBy "du Makay & Reeb CR" ;
dwc:verbatimElevation "400" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD6EFFB72FC6311DB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6A2FB69FC921000>
dwc:eventDate "2011-10-25" ;
dwc:locality "Manantenina" ;
dwc:recordedBy "de Marojejy & Rouhan" ;
dwc:verbatimElevation "1470" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD6A2FB69FC921000> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD636FAA2FACA106A>
dwc:locality "d'Anjanaharibe-Sud" ;
dwc:recordedBy "Rouhan" ;
dwc:verbatimElevation "1200" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD636FAA2FACA106A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD004FA98FC661057>
dwc:eventDate "2011-11-08" ;
dwc:locality "Moramanga" ;
dwc:recordedBy "de Mantadia & Rouhan" ;
dwc:verbatimElevation "970" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD004FA98FC661057> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD6A5FAD5FB09109C>
dwc:collectionCode "UC" ;
dwc:eventDate "1994-10-18" ;
dwc:locality "Ambanja" ;
dwc:recordedBy "de Manongarivo & Ambodisakoana & Bekolosy & van der Werff" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD6A5FAD5FB09109C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFB9FFCAD449FB05FD3C16A3.mc.E5C33CAAFFB9FFCBD1BAFA2EFC0010C9>
dwc:collectionCode "UC" ;
dwc:eventDate "1994-11-08" ;
dwc:locality "Andasibe" ;
dwc:recordedBy "de Mantadia & van der Werff" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFB9FFCAD449FB05FD3C16A3#E5C33CAAFFB9FFCBD1BAFA2EFC0010C9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,206 @@
@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/DD0287E1FFBCFFC8D66AFBC5FE03141D>
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Ceradenia pseudodevoluta Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED196FB1BFB9D11D6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED12AFB54FC3B1003>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED14AFAA1FC541048>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED6F1FAFAFB6510B4>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED180FA37FC5310E2>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED6F2FA03FB14132F>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED1B0FA5CFC33137E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED150F98CFB8C13AB>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED139F9D9FC8F13FA>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED63BF908FC8F1227>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED63EF945FA53120A>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED66FF89EFA9B1277> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ceradenia_pseudodevoluta_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ceradenia_pseudodevoluta_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "pseudodevoluta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/SG8P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ceradenia_pseudodevoluta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia_pseudodevoluta>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pseudodevoluta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ceradenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ceradenia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Ceradenia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED196FB1BFB9D11D6>
dwc:eventDate "1964-06" ;
dwc:locality "Alaotra-Mangoro" ;
dwc:recordedBy "de Lakato & Bosser" ;
dwc:verbatimElevation "950" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED196FB1BFB9D11D6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED12AFB54FC3B1003>
dwc:eventDate "1942-09-09" ;
dwc:locality "Toamasina" ;
dwc:recordedBy "Alaotra-Mangoro & du Mangoro & Decary" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED12AFB54FC3B1003> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED14AFAA1FC541048>
dwc:eventDate "1924-11-18" ;
dwc:locality "Fianarantsoa" ;
dwc:recordedBy "de la Rienana & de la Matitana & Humbert" ;
dwc:verbatimElevation "1200" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED14AFAA1FC541048> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED6F1FAFAFB6510B4>
dwc:eventDate "2005-05-14" ;
dwc:locality "entre Antetikalambazaha et Matsaborimaiky" ;
dwc:recordedBy "de Tsaratanana & de Mangindrano" ;
dwc:verbatimElevation "1875" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED6F1FAFAFB6510B4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED180FA37FC5310E2>
dwc:eventDate "1909-05" ;
dwc:locality "Ambanja" ;
dwc:recordedBy "de Manongarivo & Perrier de la Bathie" ;
dwc:verbatimElevation "1400" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED180FA37FC5310E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED6F2FA03FB14132F>
dwc:eventDate "2004-11-19" ;
dwc:locality "Antanifotsy" ;
dwc:recordedBy "de l'Andringitra & d'Anjavidilava & Rakotondrainibe" ;
dwc:verbatimElevation "1975" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED6F2FA03FB14132F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED1B0FA5CFC33137E>
dwc:eventDate "2001-04-26" ;
dwc:locality "Ampanopia" ;
dwc:recordedBy "de Tsaratanana & de Mangindrano & Rasolohery" ;
dwc:verbatimElevation "2400" ;
dwc:verbatimLatitude "-14.141944" ;
dwc:verbatimLongitude "48.967777" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED1B0FA5CFC33137E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED150F98CFB8C13AB>
dwc:locality "Ambatondrazaka" ;
dwc:recordedBy "de Zahamena & Andrangovalo & Rasolohery" ;
dwc:verbatimElevation "1225" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED150F98CFB8C13AB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED139F9D9FC8F13FA>
dwc:eventDate "2002-12-01" ;
dwc:locality "Antanandava" ;
dwc:recordedBy "Manambato & d'Ankosy & Rasolohery" ;
dwc:verbatimElevation "1250" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED139F9D9FC8F13FA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED63BF908FC8F1227>
dwc:eventDate "2011-10-22" ;
dwc:locality "Andapa" ;
dwc:recordedBy "de Marojejy & Manantenina & Rouhan" ;
dwc:verbatimElevation "920" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED63BF908FC8F1227> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED63EF945FA53120A>
dwc:eventDate "2011-11-08" ;
dwc:locality "Andasibe" ;
dwc:recordedBy "de Mantadia & Tsakoka & Rouhan" ;
dwc:verbatimElevation "970" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED63EF945FA53120A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFC8D66AFBC5FE03141D.mc.E5C33CAAFFBCFFCED66FF89EFA9B1277>
dwc:eventDate "1994-11-07" ;
dwc:locality "Andasibe" ;
dwc:recordedBy "de Mantadia & van der Werff" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFC8D66AFBC5FE03141D#E5C33CAAFFBCFFCED66FF89EFA9B1277> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,139 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0287E1FFBCFFCED5FFFB25FB90111F>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209302> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Zygophlebia rouxii Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFCED5FFFB25FB90111F.mc.E5C33CAAFFBCFFCED5C0FADDFDB110FE>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFCED5FFFB25FB90111F.mc.E5C33CAAFFBCFFCED5C0FA5FFEA21396> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Zygophlebia_rouxii_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209302> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Zygophlebia_rouxii_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Zygophlebia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "rouxii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5DBJK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Zygophlebia_rouxii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Zygophlebia_rouxii>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Zygophlebia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rouxii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygophlebia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygophlebia>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Zygophlebia" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209302>
dc:description "FIG. 11. — Zygophlebia rouxii Rakotondr. & Parris, sp. nov. (Rouhan et al. 1249): A, aspect général; B, face inférieure du limbe; C, écaille du rhizome; D-F, poils septés du pétiole. Échelles: A, 10 mm; B, 5 mm; C, 0,25 mm; D, 0,02 mm; E, F, 0,05 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209302/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFCED5FFFB25FB90111F.mc.E5C33CAAFFBCFFCED5C0FADDFDB110FE>
dwc:collectionCode "TAN" ;
dwc:eventDate "2011-10-29" ;
dwc:locality "Province d'Antsiranana" ;
dwc:recordedBy "Rouhan & Gaudeul & Ranaivo" ;
dwc:verbatimElevation "1200" ;
dwc:verbatimLatitude "-14.742778" ;
dwc:verbatimLongitude "49.462223" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFCED5FFFB25FB90111F#E5C33CAAFFBCFFCED5C0FADDFDB110FE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBCFFCED5FFFB25FB90111F.mc.E5C33CAAFFBCFFCED5C0FA5FFEA21396>
dwc:eventDate "1950-12-10" ;
dwc:locality "d'Andapa" ;
dwc:recordedBy "de l'Anjanaharibe & Capuron & Cours & de Befingotra & de l'Anjanaharibe-Sud" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1600" ;
dwc:verbatimLatitude "-14.741667" ;
dwc:verbatimLongitude "49.44167" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBCFFCED5FFFB25FB90111F#E5C33CAAFFBCFFCED5C0FA5FFEA21396> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,156 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0287E1FFBFFFCED5C2F944FE631162>
cito:cites <http://dx.doi.org/10.5281/zenodo.5209298> ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:title "Moranopteris madagascarica Rakotondr. & Parris 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBFFFCDD669F947FAAF1274>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBFFFCDD669F832FBD212FC>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBFFFCCD173F80EFD501299>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBEFFCCD7F8F82BFCDB12C6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Moranopteris_madagascarica_Rakotondr._2018> ;
trt:publishedIn <http://dx.doi.org/10.5252/adansonia2018v40a11> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/adansonia2018v40a11>
bibo:endPage "162" ;
bibo:issue "11" ;
bibo:journal "Adansonia" ;
bibo:pubDate "2018-09-24" ;
bibo:series "3" ;
bibo:startPage "141" ;
bibo:volume "40" ;
dc:creator "Rakotondrainibe, France; Jouy, Alain; Rouhan, Germinal; Bauret, Lucie; Parris, Barbara S." ;
dc:date "2018" ;
dc:title "Nouveautés taxonomiques et nomenclaturales chez les fougères grammitides (Pteridophyta, Polypodiaceae, Grammitidoideae) de Madagascar" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5209298> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Moranopteris_madagascarica_Rakotondr._2018>
dwc:authority "Rakotondr. & Parris" ;
dwc:authorityName "Rakotondr. & Parris" ;
dwc:authorityYear "2018" ;
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Moranopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rakotondr. & Parris, 2018" ;
dwc:species "madagascarica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/44CH9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Moranopteris_madagascarica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Moranopteris_madagascarica>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Moranopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "madagascarica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Moranopteris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Moranopteris>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
dwc:genus "Moranopteris" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Polypodiaceae" ;
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://dx.doi.org/10.5281/zenodo.5209298>
dc:description "FIG. 10. — Moranopteris madagascarica Rakotondr. & Parris, sp. nov. (Rakotondrainibe 3690): A, aspect général; B, face supérieure du limbe; C, face inférieure du limbe; D, écaille du rhizome; E, F, poils ramifiés du pétiole. Échelles: A, 20 mm; B, C, 2 mm; D, 0,4 mm; E, F, 0,1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5209298/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBFFFCDD669F947FAAF1274>
dwc:eventDate "1996-11-16" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "de Marojejy & de Manantenina" ;
dwc:verbatimElevation "2060" ;
dwc:verbatimLatitude "-14.446667" ;
dwc:verbatimLongitude "49.735" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBFFFCED5C2F944FE631162#E5C33CAAFFBFFFCDD669F947FAAF1274> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBFFFCDD669F832FBD212FC>
dwc:eventDate "2015-09-24" ;
dwc:locality "Antsiranana" ;
dwc:recordedBy "Andapa & Manantenina & Parc & de Marojejy" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2060" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBFFFCED5C2F944FE631162#E5C33CAAFFBFFFCDD669F832FBD212FC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBFFFCCD173F80EFD501299>
dwc:eventDate "1994-11-18" ;
dwc:locality "d'Anjanaharibe-Sud" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1570" ;
dwc:verbatimLatitude "-14.741667" ;
dwc:verbatimLongitude "49.44167" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBFFFCED5C2F944FE631162#E5C33CAAFFBFFFCCD173F80EFD501299> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0287E1FFBFFFCED5C2F944FE631162.mc.E5C33CAAFFBEFFCCD7F8F82BFCDB12C6>
dwc:eventDate "1994-11-24" ;
dwc:locality "d'Anjanaharibe-Sud" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1975" ;
dwc:verbatimLatitude "-14.746667" ;
dwc:verbatimLongitude "49.433334" ;
trt:httpUri <https://treatment.plazi.org/id/DD0287E1FFBFFFCED5C2F944FE631162#E5C33CAAFFBEFFCCD7F8F82BFCDB12C6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,102 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD02D56064693164BE1CF7E2BE2E9B65>
dc:creator "Forel, A." ;
dc:title "Brachymyrmex longicornis subsp. immunis Forel" ;
trt:publishedIn <http://publication.plazi.org/id/C3100143C803FE180F4EB4C3B3CD9AF9> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachymyrmex_longicornis_immunis> ;
a trt:Treatment .
<http://publication.plazi.org/id/C3100143C803FE180F4EB4C3B3CD9AF9>
bibo:endPage "312" ;
bibo:journal "Deutsche Entomologische Zeitschrift" ;
bibo:startPage "285" ;
bibo:volume "1911" ;
dc:creator "Forel, A." ;
dc:date "1911" ;
dc:title "Ameisen des Herrn Prof. v. Ihering aus Brasilien (Sao Paulo usw.) nebst einigen anderen aus Südamerika und Afrika (Hym.)." ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Brachymyrmex_longicornis_immunis>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Brachymyrmex" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "longicornis" ;
dwc:subSpecies "immunis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachymyrmex_longicornis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachymyrmex_longicornis>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Brachymyrmex" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longicornis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachymyrmex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachymyrmex>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Brachymyrmex" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,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/DD03B828E90E550FBAC53618421C65D7>
dc:creator "Razmi Shah, Raz Shauqeena Batrisyea; Ibrahim, Yusof Shuaib; Villalobos-Guerrero, Tulio F.; Sato, Masanori" ;
dc:title "Glycera alba" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Glycera_alba_Mueller_1776> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.11.e110021> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.11.e110021>
bibo:endPage "110021" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2023-10-19" ;
bibo:startPage "110021" ;
bibo:volume "11" ;
dc:creator "Razmi Shah, Raz Shauqeena Batrisyea; Ibrahim, Yusof Shuaib; Villalobos-Guerrero, Tulio F.; Sato, Masanori" ;
dc:date "2023" ;
dc:title "Updated checklist of polychaete species (Annelida) recorded from Malaysia, with remarks on the research history" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Glycera_alba_Mueller_1776>
dwc:LSID "DD03B828-E90E-550F-BAC5-3618421C65D7" ;
dwc:authority "(O. F. Mueller, 1776)" ;
dwc:baseAuthorityName "O. F. Mueller" ;
dwc:baseAuthorityYear "1776" ;
dwc:class "Polychaeta" ;
dwc:family "Glyceridae" ;
dwc:genus "Glycera" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(O. F. Mueller, 1776)" ;
dwc:species "alba" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6KKNH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Glycera_alba> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Glycera_alba>
dwc:class "Polychaeta" ;
dwc:family "Glyceridae" ;
dwc:genus "Glycera" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "alba" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Glycera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Glycera>
dwc:class "Polychaeta" ;
dwc:family "Glyceridae" ;
dwc:genus "Glycera" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Glyceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Glyceridae>
dwc:class "Polychaeta" ;
dwc:family "Glyceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phyllodocida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phyllodocida>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
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,114 @@
@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/DD04879B9522FF92FF6780BDFF5F6E92>
cito:cites <http://dx.doi.org/10.5281/zenodo.3653562> ;
dc:creator "Jałoszyński, Paweł" ;
dc:title "Aenigmaphes Jałoszyński 2020, gen. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD04879B9522FF92FF6780BDFF5F6E92.mc.E5C53CD09526FF92FEBF86D9FF6A6AFA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aenigmaphes_Ja%C5%82oszy%C5%84ski_2020> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4731.3.12> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4731.3.12>
bibo:endPage "446" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2020-02-07" ;
bibo:startPage "439" ;
bibo:volume "4731" ;
dc:creator "Jałoszyński, Paweł" ;
dc:date "2020" ;
dc:title "Aenigmaphes gen. n., a new glandulariine genus of the Australian region (Coleoptera: Staphylinidae: Scydmaeninae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3653562> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aenigmaphes_Ja%C5%82oszy%C5%84ski_2020>
dwc:authority "Jałoszyński, 2020" ;
dwc:authorityName "Jałoszyński" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Aenigmaphes" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Jałoszyński, 2020" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XJC8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aenigmaphes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aenigmaphes>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Aenigmaphes" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.3653562>
dc:description "FIGURES 18. Aenigmaphes papuanus gen. & sp. n., holotype male. Dorsal habitus (1); head, pronotum and elytral base in dorsal view (2); distal portion of right antenna in dorsal view (3); head, prothorax and anterior portion of mesothorax in ventral view (4); prothorax in ventral view (5); pterothorax in ventral view (6); pterothorax and abdomen in ventral view (7); aedeagus in ventral view (8). Abbreviations: abp, antebasal pit; bef, basal elytral fovea; bst, basisternum; fr, frons; gp, gular plate; hr, hypostomal ridge; hyr, hypomeral ridge; lfa, lateral furcal arm; lg, longitudinal groove; msvp, mesoventral intercoxal process; mtvp, metaventral intercoxal process; nss, notosternal suture; pcr, procoxal rest; ptp, posterior tentorial pit; vt, vertex." ;
fabio:hasRepresentation <https://zenodo.org/record/3653562/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD04879B9522FF92FF6780BDFF5F6E92.mc.E5C53CD09526FF92FEBF86D9FF6A6AFA>
dwc:collectionCode "MHNG" ;
dwc:eventDate "1972-06-01" ;
dwc:locality "Kokoda" ;
dwc:recordedBy "R. W. Taylor & P. Jaloszynski" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "500" ;
trt:gbifOccurrenceId "2564241269" ;
trt:httpUri <https://treatment.plazi.org/id/DD04879B9522FF92FF6780BDFF5F6E92#E5C53CD09526FF92FEBF86D9FF6A6AFA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,85 @@
@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/DD0496DEB493B7741216328A8ACFF782>
dc:creator "D. MORITZ WAGNER" ;
dc:title "Lycosa xylina" ;
trt:publishedIn <http://publication.plazi.org/id/4548D1656EAFA4B94D65A5D3D6CC7967> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Lycosa_xylina> ;
a trt:Treatment .
<http://publication.plazi.org/id/4548D1656EAFA4B94D65A5D3D6CC7967>
dc:creator "D. MORITZ WAGNER" ;
dc:date "1841" ;
dc:title "REISEN IN DER REGENTSCHAFT ALGIER IN DEN JAHREN 1836, 1837 UND 1838" ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Animalia/Lycosa_xylina>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Lycosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "xylina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosa>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Lycosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosidae>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,110 @@
@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/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/DD06464ECE5274668E6123BFB164C642>
dc:creator "Frolov, Andrey; Akhmetova, Lilia" ;
dc:title "Aphodius kizeritskyi Frolov 2002" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aphodius_kizeritskyi_Frolov_2002> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.1.e979> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.1.e979>
bibo:endPage "979" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "979" ;
bibo:volume "1" ;
dc:creator "Frolov, Andrey; Akhmetova, Lilia" ;
dc:date "2013" ;
dc:title "A contribution to the study of the Lower Volga center of scarab beetle diversity in Russia: checklist of the tribe Aphodiini (Coleoptera, Scarabaeidae) of Dosang environs" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aphodius_kizeritskyi_Frolov_2002>
dwc:authority "Frolov, 2002" ;
dwc:authorityName "Frolov" ;
dwc:authorityYear "2002" ;
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Aphodius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Frolov, 2002" ;
dwc:species "kizeritskyi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aphodius_kizeritskyi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aphodius_kizeritskyi>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Aphodius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kizeritskyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphodius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphodius>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Aphodius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scarabaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scarabaeidae>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,240 @@
@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/DD080AB877535B9F61BC6146FC2817F2>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Leiostracus_clouei_Pfeiffer_1856>, <http://taxon-concept.plazi.org/id/Animalia/Leiostracus_demerarensis_L.Pfeiffer_1861>, <http://taxon-concept.plazi.org/id/Animalia/Leiostracus_obliquus_Reeve_1849>, <http://taxon-concept.plazi.org/id/Animalia/Leiostracus_sarcochilus_Pfeiffer_1857> ;
dc:creator "Breure, Abraham S. H.; Ablett, Jonathan D." ;
dc:title "Leiostracus Albers 1850" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Leiostracus_Albers_1850> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Leiostracus_jeffreysi>, <http://taxon-name.plazi.org/id/Animalia/Leiostracus_opalinus>, <http://taxon-name.plazi.org/id/Animalia/Leiostracus_subtuszonata> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.470.8548> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.470.8548>
bibo:endPage "143" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2015-01-12" ;
bibo:startPage "17" ;
bibo:volume "470" ;
dc:creator "Breure, Abraham S. H.; Ablett, Jonathan D." ;
dc:date "2015" ;
dc:title "Annotated type catalogue of the Megaspiridae, Orthalicidae, and Simpulopsidae (Mollusca, Gastropoda, Orthalicoidea) in the Natural History Museum, London" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Leiostracus_Albers_1850>
dwc:LSID "DD080AB8-7753-5B9F-61BC-6146FC2817F2" ;
dwc:authority "Albers, 1850" ;
dwc:authorityName "Albers" ;
dwc:authorityYear "1850" ;
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Albers, 1850" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Leiostracus_clouei_Pfeiffer_1856>
dwc:baseAuthorityName "L. Pfeiffer" ;
dwc:baseAuthorityYear "1856" ;
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(L. Pfeiffer, 1856)" ;
dwc:species "clouei" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leiostracus_clouei> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Leiostracus_demerarensis_L.Pfeiffer_1861>
dwc:baseAuthorityName "L.Pfeiffer" ;
dwc:baseAuthorityYear "1861" ;
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(L.Pfeiffer, 1861)" ;
dwc:species "demerarensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leiostracus_demerarensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Leiostracus_obliquus_Reeve_1849>
dwc:baseAuthorityName "Reeve" ;
dwc:baseAuthorityYear "1849" ;
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Reeve, 1849)" ;
dwc:species "obliquus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leiostracus_obliquus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Leiostracus_sarcochilus_Pfeiffer_1857>
dwc:baseAuthorityName "L. Pfeiffer" ;
dwc:baseAuthorityYear "1857" ;
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(L. Pfeiffer, 1857)" ;
dwc:species "sarcochilus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leiostracus_sarcochilus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Simpulopsidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Simpulopsidae>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stylommatophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stylommatophora>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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/Leiostracus_clouei>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "clouei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus_demerarensis>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "demerarensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus_jeffreysi>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "jeffreysi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus_obliquus>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "obliquus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus_opalinus>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "opalinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus_sarcochilus>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "sarcochilus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leiostracus_subtuszonata>
dwc:class "Gastropoda" ;
dwc:family "Simpulopsidae" ;
dwc:genus "Leiostracus" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "subtuszonata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leiostracus> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,111 @@
@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/DD08814487637A2DA1B08F8ACEEB2545>
dc:creator "Jarvis, Charlie" ;
dc:title "Hypericum olympicum Linnaeus 1753" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611885515> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hypericum_olympicum_Linnaeus_1753> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4364146> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4364146>
bibo:endPage "585" ;
bibo:startPage "557" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part H)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Hypericum_olympicum_Linnaeus_1753>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Hypericaceae" ;
dwc:genus "Hypericum" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "olympicum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hypericum_olympicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Hypericum_olympicum>
dwc:class "Magnoliopsida" ;
dwc:family "Hypericaceae" ;
dwc:genus "Hypericum" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "olympicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypericum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hypericum>
dwc:class "Magnoliopsida" ;
dwc:family "Hypericaceae" ;
dwc:genus "Hypericum" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypericaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hypericaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Hypericaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<https://www.gbif.org/occurrence/2611885515>
dwc:catalogNumber "BM-000646814" ;
dwc:collectionCode "BM" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2611885515" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,95 @@
@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/DD0887F8FFF4EA4CD3568A2FDE4D464A>
dc:creator "Camacho, A. I.; Newell, R. L.; Crete, Z.; Dorda, B. A.; Casado, A.; Rey, I." ;
dc:title "Pacificabathynella Schminke and Noodt 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pacificabathynella_Schminke_1988> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2015.1083621> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2015.1083621>
bibo:endPage "602" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2015-07-31" ;
bibo:startPage "583" ;
bibo:volume "50" ;
dc:creator "Camacho, A. I.; Newell, R. L.; Crete, Z.; Dorda, B. A.; Casado, A.; Rey, I." ;
dc:date "2015" ;
dc:title "Northernmost discovery of Bathynellacea (Syncarida: Bathynellidae) with description of a new species of Pacificabathynella from Alaska (USA)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pacificabathynella_Schminke_1988>
dwc:ID-ENA "1797094" ;
dwc:authority "Schminke and Noodt, 1988" ;
dwc:authorityName "Schminke and Noodt" ;
dwc:authorityYear "1988" ;
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:genus "Pacificabathynella" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Schminke & Noodt, 1988" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6C4X> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pacificabathynella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pacificabathynella>
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:genus "Pacificabathynella" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bathynellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bathynellidae>
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bathynellacea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bathynellacea>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,169 @@
@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/DD0887F8FFF4EA59D3E48F36DB784704>
cito:cites <http://dx.doi.org/10.5281/zenodo.3985616>, <http://dx.doi.org/10.5281/zenodo.3985618>, <http://dx.doi.org/10.5281/zenodo.3985620>, <http://dx.doi.org/10.5281/zenodo.3985622> ;
dc:creator "Camacho, A. I.; Newell, R. L.; Crete, Z.; Dorda, B. A.; Casado, A.; Rey, I." ;
dc:title "Pacificabathynella yupik Camacho & Newell & Crete & Dorda & Casado & Rey 2015, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFF4EA4CD3788E60D9E8405E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFF4EA4CD15C8E8FD859436E>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFF4EA4CD00F8D77D8364351>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFFDEA45D3B48E2FD95140A7>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFFDEA45D3BD8D5DD8B94315> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pacificabathynella_yupik_Camacho_2015> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2015.1083621> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2015.1083621>
bibo:endPage "602" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2015-07-31" ;
bibo:startPage "583" ;
bibo:volume "50" ;
dc:creator "Camacho, A. I.; Newell, R. L.; Crete, Z.; Dorda, B. A.; Casado, A.; Rey, I." ;
dc:date "2015" ;
dc:title "Northernmost discovery of Bathynellacea (Syncarida: Bathynellidae) with description of a new species of Pacificabathynella from Alaska (USA)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3985616>, <http://dx.doi.org/10.5281/zenodo.3985618>, <http://dx.doi.org/10.5281/zenodo.3985620>, <http://dx.doi.org/10.5281/zenodo.3985622> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pacificabathynella_yupik_Camacho_2015>
dwc:authority "Camacho & Newell & Crete & Dorda & Casado & Rey, 2015" ;
dwc:authorityName "Camacho & Newell & Crete & Dorda & Casado & Rey" ;
dwc:authorityYear "2015" ;
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:genus "Pacificabathynella" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Camacho & Newell & Crete & Dorda & Casado & Rey, 2015" ;
dwc:species "yupik" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pacificabathynella_yupik> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pacificabathynella_yupik>
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:genus "Pacificabathynella" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "yupik" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pacificabathynella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pacificabathynella>
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:genus "Pacificabathynella" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bathynellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bathynellidae>
dwc:class "Malacostraca" ;
dwc:family "Bathynellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bathynellacea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bathynellacea>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathynellacea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.3985616>
dc:description "Figure 2. Pacificabathynella yupik sp. nov., male holotype. (A) Antennule (dorsal view); (B) antenna (dorsal view); (C) Labrum; (D) paragnath; (E) allotype female paragnath; (F) mandible; (G) allotype female palp, mandible; (H) mandible, masticatory part; (I) maxillule and (J) maxilla (dorsal view). Scale bar in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3985616/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3985618>
dc:description "Figure 3. Pacificabathynella yupik sp. nov., male holotype. (A) Thoracopod I; (B) thoracopod II; (C) thoracopod III; (D) thoracopod IV; (E) thoracopod V. Scale bar in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3985618/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3985620>
dc:description "Figure 4. Pacificabathynella yupik sp. nov., (A,B) male holotype. (A) Thoracopod VI; (B) thoracopod VII; (C) thoracopod VI female (allotype). Scale bar in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3985620/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3985622>
dc:description "Figure 5. Pacificabathynella yupik sp. nov., (A,B, DF) male holotype. (A) thoracopod VIII (laterointernal view); (B) thoracopod VIII (latero-external view); (C) thoracopod VIII female allotype (frontal view); (D) first pleopod; (E) uropod (latero-external view); (F) furcal rami (dorsal view). Scale bar in mm. Abbreviations: F. lb, frontal lobe; I. lb, inner lobe; O. lb, outer lobe; Prj, projection of inner lobe; Bsp," ;
fabio:hasRepresentation <https://zenodo.org/record/3985622/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFF4EA4CD3788E60D9E8405E>
dwc:catalogNumber "WGS84" ;
dwc:collectionCode "WGS" ;
dwc:eventDate "2012-06-24" ;
dwc:locality "Kwethluk River" ;
dwc:recordedBy "Zach Crete" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2831402305" ;
trt:httpUri <https://treatment.plazi.org/id/DD0887F8FFF4EA59D3E48F36DB784704#E5C93CB3FFF4EA4CD3788E60D9E8405E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFF4EA4CD15C8E8FD859436E>
dwc:catalogNumber "MNCN 20.04" ;
dwc:collectionCode "MNCN" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2831402303" ;
trt:httpUri <https://treatment.plazi.org/id/DD0887F8FFF4EA59D3E48F36DB784704#E5C93CB3FFF4EA4CD15C8E8FD859436E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFF4EA4CD00F8D77D8364351>
dwc:collectionCode "MNCN, ADN" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2831402304" ;
trt:httpUri <https://treatment.plazi.org/id/DD0887F8FFF4EA59D3E48F36DB784704#E5C93CB3FFF4EA4CD00F8D77D8364351> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFFDEA45D3B48E2FD95140A7>
dwc:collectionCode "VIII" ;
dwc:typeStatus "allotype" ;
trt:gbifOccurrenceId "2831402302" ;
trt:httpUri <https://treatment.plazi.org/id/DD0887F8FFF4EA59D3E48F36DB784704#E5C93CB3FFFDEA45D3B48E2FD95140A7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0887F8FFF4EA59D3E48F36DB784704.mc.E5C93CB3FFFDEA45D3BD8D5DD8B94315>
dwc:collectionCode "VI" ;
dwc:typeStatus "allotype" ;
trt:gbifOccurrenceId "2831402301" ;
trt:httpUri <https://treatment.plazi.org/id/DD0887F8FFF4EA59D3E48F36DB784704#E5C93CB3FFFDEA45D3BD8D5DD8B94315> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,118 @@
@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/DD089FEAB8EB8C637FC239E2C530065A>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_rustus>' due to issues with rank ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:title "Pseudavga flavicoxa Tobias 1964" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudavga_flavicoxa_Tobias_1964> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhysipolis> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8151> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8151>
bibo:endPage "8151" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8151" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Braconidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudavga_flavicoxa_Tobias_1964>
dwc:authority "Tobias, 1964" ;
dwc:authorityName "Tobias" ;
dwc:authorityYear "1964" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Pseudavga" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tobias, 1964" ;
dwc:species "flavicoxa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudavga_flavicoxa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudavga_flavicoxa>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Pseudavga" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "flavicoxa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudavga> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudavga>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Pseudavga" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Rhysipolis>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Rhysipolis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,128 @@
@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/DD09EC783119FFF31DD8FA3CFEF3FE55>
cito:cites <http://dx.doi.org/10.5281/zenodo.495563> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Taboada-Verona, Carlos" ;
dc:title "Psyrassa unisucre Santos-Silva, Botero & Taboada-Verona, 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD09EC783119FFF31DD8FA3CFEF3FE55.mc.E5C85733311BFFF31D88FF19FC8AFF43> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Psyrassa_unisucre_Santos-Silva_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4250.5.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4250.5.8>
bibo:endPage "500" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:startPage "494" ;
bibo:volume "4250" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Taboada-Verona, Carlos" ;
dc:date "2017" ;
dc:title "Three new species of Psyrassa Pascoe, 1866 (Coleoptera, Cerambycidae, Cerambycinae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.495563> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Psyrassa_unisucre_Santos-Silva_2017>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:authorityName "Santos-Silva, Botero & Taboada-Verona" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:species "unisucre" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BLLL9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_unisucre> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa_unisucre>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "unisucre" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Psyrassa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.495563>
dc:description "FIGURES 11 14. Psyrassa unisucre sp. nov., holotype female: 11, dorsal habitus; 1 2, ventral habitus; 1 3, lateral habitus; 1 4, head, frontal view." ;
fabio:hasRepresentation <https://zenodo.org/record/495563/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD09EC783119FFF31DD8FA3CFEF3FE55.mc.E5C85733311BFFF31D88FF19FC8AFF43>
dwc:collectionCode "MZUS" ;
dwc:eventDate "2016-05-14" ;
dwc:locality "Sincelejo" ;
dwc:recordedBy "O. Sierra" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "9.317741" ;
dwc:verbatimLongitude "-75.38653" ;
trt:gbifOccurrenceId "1455709151" ;
trt:httpUri <https://treatment.plazi.org/id/DD09EC783119FFF31DD8FA3CFEF3FE55#E5C85733311BFFF31D88FF19FC8AFF43> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD09EC78311DFFF61DD8F8C1FA80FE56>
cito:cites <http://dx.doi.org/10.5281/zenodo.495562> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Taboada-Verona, Carlos" ;
dc:title "Psyrassa ludmilakozlovae Santos-Silva, Botero & Taboada-Verona, 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD09EC78311DFFF61DD8F8C1FA80FE56.mc.E5C85733311CFFF41D88F8DCFC38F805> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Psyrassa_ludmilakozlovae_Santos-Silva_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4250.5.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4250.5.8>
bibo:endPage "500" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:startPage "494" ;
bibo:volume "4250" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Taboada-Verona, Carlos" ;
dc:date "2017" ;
dc:title "Three new species of Psyrassa Pascoe, 1866 (Coleoptera, Cerambycidae, Cerambycinae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.495562> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Psyrassa_ludmilakozlovae_Santos-Silva_2017>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:authorityName "Santos-Silva, Botero & Taboada-Verona" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:species "ludmilakozlovae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BLLL7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_ludmilakozlovae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa_ludmilakozlovae>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ludmilakozlovae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Psyrassa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.495562>
dc:description "FIGURES 1 10. 1 4, Psyrassa ludmilakozlovae sp. nov., holotype female: 1, dorsal habitus; 2, ventral habitus; 3, lateral habitus; 4, head, frontal view. 5 9, Psyrassa olegkozlovi sp. nov., holotype female: 5, head, frontal view; 6, dorsal habitus; 7, ventral habitus; 8, lateral habitus; 9, Metepisternum, lateral view. 10, Megapsyrassa xestioides (Bates, 1872), male, metepisternum, lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/495562/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD09EC78311DFFF61DD8F8C1FA80FE56.mc.E5C85733311CFFF41D88F8DCFC38F805>
dwc:collectionCode "MZSP" ;
dwc:eventDate "2013-11-13" ;
dwc:locality "Carretera Umbita-Villapinzon" ;
dwc:recordedBy "Victor Sinjaev & Mildred Marquez" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3250" ;
dwc:verbatimLatitude "5.209444" ;
dwc:verbatimLongitude "-73.52361" ;
trt:gbifOccurrenceId "1455709153" ;
trt:httpUri <https://treatment.plazi.org/id/DD09EC78311DFFF61DD8F8C1FA80FE56#E5C85733311CFFF41D88F8DCFC38F805> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,135 @@
@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/DD09EC78311EFFF11DD8FD94FB47FAFE>
cito:cites <http://dx.doi.org/10.5281/zenodo.495562> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Taboada-Verona, Carlos" ;
dc:title "Psyrassa olegkozlovi Santos-Silva, Botero & Taboada-Verona, 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD09EC78311EFFF11DD8FD94FB47FAFE.mc.E5C857333119FFF11D88FCABFBF5FCF6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD09EC78311EFFF11DD8FD94FB47FAFE.mc.E5C857333119FFF11D88FAB3FB47FAFE> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Psyrassa_olegkozlovi_Santos-Silva_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4250.5.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4250.5.8>
bibo:endPage "500" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:startPage "494" ;
bibo:volume "4250" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Taboada-Verona, Carlos" ;
dc:date "2017" ;
dc:title "Three new species of Psyrassa Pascoe, 1866 (Coleoptera, Cerambycidae, Cerambycinae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.495562> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Psyrassa_olegkozlovi_Santos-Silva_2017>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:authorityName "Santos-Silva, Botero & Taboada-Verona" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:species "olegkozlovi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BLLL8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_olegkozlovi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa_olegkozlovi>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "olegkozlovi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Psyrassa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.495562>
dc:description "FIGURES 1 10. 1 4, Psyrassa ludmilakozlovae sp. nov., holotype female: 1, dorsal habitus; 2, ventral habitus; 3, lateral habitus; 4, head, frontal view. 5 9, Psyrassa olegkozlovi sp. nov., holotype female: 5, head, frontal view; 6, dorsal habitus; 7, ventral habitus; 8, lateral habitus; 9, Metepisternum, lateral view. 10, Megapsyrassa xestioides (Bates, 1872), male, metepisternum, lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/495562/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD09EC78311EFFF11DD8FD94FB47FAFE.mc.E5C857333119FFF11D88FCABFBF5FCF6>
dwc:collectionCode "MZSP" ;
dwc:locality "Parque Nacional Cusuco" ;
dwc:recordedBy "V. Sinjaev & M. Marquez" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1520" ;
dwc:verbatimLatitude "15.492223" ;
dwc:verbatimLongitude "-88.210556" ;
trt:gbifOccurrenceId "1455709150" ;
trt:httpUri <https://treatment.plazi.org/id/DD09EC78311EFFF11DD8FD94FB47FAFE#E5C857333119FFF11D88FCABFBF5FCF6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD09EC78311EFFF11DD8FD94FB47FAFE.mc.E5C857333119FFF11D88FAB3FB47FAFE>
dwc:locality "Linsley" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "1455709152" ;
trt:httpUri <https://treatment.plazi.org/id/DD09EC78311EFFF11DD8FD94FB47FAFE#E5C857333119FFF11D88FAB3FB47FAFE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@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/DD0A1DBB32FE50EEB7A15825C1486860>
dc:creator "Baycelebi, Esra" ;
dc:title "Squalius adanaensis Turan, Kottelat & Dogan 2013" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Squalius_adanaensis_Turan_2013> ;
trt:publishedIn <http://dx.doi.org/10.3897/zse.96.55837> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zse.96.55837>
bibo:endPage "767" ;
bibo:issue "2" ;
bibo:journal "Zoosystematics and Evolution" ;
bibo:startPage "747" ;
bibo:volume "96" ;
dc:creator "Baycelebi, Esra" ;
dc:date "2020" ;
dc:title "Distribution and diversity of fish from Seyhan, Ceyhan and Orontes river systems" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Squalius_adanaensis_Turan_2013>
dwc:LSID "DD0A1DBB-32FE-50EE-B7A1-5825C1486860" ;
dwc:authority "Turan, Kottelat & Dogan, 2013" ;
dwc:authorityName "Turan, Kottelat & Dogan" ;
dwc:authorityYear "2013" ;
dwc:class "Actinopterygii" ;
dwc:family "Leuciscidae" ;
dwc:genus "Squalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Cypriniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Turan, Kottelat & Dogan, 2013" ;
dwc:species "adanaensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Squalius_adanaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Squalius_adanaensis>
dwc:class "Actinopterygii" ;
dwc:family "Leuciscidae" ;
dwc:genus "Squalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Cypriniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "adanaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squalius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squalius>
dwc:class "Actinopterygii" ;
dwc:family "Leuciscidae" ;
dwc:genus "Squalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Cypriniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leuciscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leuciscidae>
dwc:class "Actinopterygii" ;
dwc:family "Leuciscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Cypriniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypriniformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypriniformes>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:order "Cypriniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Actinopterygii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Actinopterygii>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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,254 @@
@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/DD0A8F667816416FF3146D6266F4D56B>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pyrgula_Neubauer_2018>, <http://taxon-concept.plazi.org/id/Animalia/Turricaspia_Dybowski_1915>, <http://dx.doi.org/10.3897/zookeys.770.25365.figure14> ;
dc:creator "Neubauer, Thomas A.; Velde, Sabrina van de; Yanina, Tamara; Wesselingh, Frank P." ;
dc:title "Turricaspia pullula" ;
dwc:basisOfRecord <http://treatment.plazi.org/id/DD0A8F667816416FF3146D6266F4D56B/RGM_1310210>, <http://treatment.plazi.org/id/DD0A8F667816416FF3146D6266F4D56B/ZIN_4423_1> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Turricaspia_pullula_Dybowski_1915> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Micromelania_caspia_var_pullula_B.Dybowski_1915> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.770.25365> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.770.25365>
bibo:endPage "103" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2018-07-04" ;
bibo:startPage "43" ;
bibo:volume "770" ;
dc:creator "Neubauer, Thomas A.; Velde, Sabrina van de; Yanina, Tamara; Wesselingh, Frank P." ;
dc:date "2018" ;
dc:title "A late Pleistocene gastropod fauna from the northern Caspian Sea with implications for Pontocaspian gastropod taxonomy" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.770.25365.figure14> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Turricaspia_pullula_Dybowski_1915>
dwc:authority "(B. Dybowski & Grochmalicki, 1915)" ;
dwc:baseAuthorityName "B. Dybowski & Grochmalicki" ;
dwc:baseAuthorityYear "1915" ;
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Turricaspia" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(B. Dybowski & Grochmalicki, 1915)" ;
dwc:species "pullula" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Turricaspia_pullula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Micromelania_caspia_var_pullula_B.Dybowski_1915>
dwc:authorityName "B.Dybowski & Grochmalicki" ;
dwc:authorityYear "1915" ;
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Micromelania" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "B.Dybowski & Grochmalicki, 1915" ;
dwc:species "caspia" ;
dwc:subGenus "Turricaspia" ;
dwc:subSpecies "var." ;
dwc:variety "pullula" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Micromelania_caspia_var_pullula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pyrgula_Neubauer_2018>
dwc:authorityName "Neubauer & Velde & Yanina & Wesselingh" ;
dwc:authorityYear "2018" ;
dwc:baseAuthorityName "Neubauer & Velde & Yanina & Wesselingh" ;
dwc:baseAuthorityYear "2018" ;
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Pyrgula" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "(Neubauer & Velde & Yanina & Wesselingh, 2018)" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pyrgula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Turricaspia_Dybowski_1915>
dwc:authorityName "B. Dybowski & Grochmalicki" ;
dwc:authorityYear "1915" ;
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Turricaspia" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "B. Dybowski & Grochmalicki, 1915" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Turricaspia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Turricaspia_pullula>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Turricaspia" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "pullula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Turricaspia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Turricaspia>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Turricaspia" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrobiidae>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Littorinimorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Littorinimorpha>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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/Micromelania_caspia_var_pullula>
# Warning: abbreviated subSpecies "var." ;
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Micromelania" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "variety" ;
dwc:species "caspia" ;
dwc:subGenus "Turricaspia" ;
dwc:subSpecies "var." ;
dwc:variety "pullula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Micromelania_caspia_var> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Micromelania_caspia_var>
# Warning: abbreviated subSpecies "var." ;
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Micromelania" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "subSpecies" ;
dwc:species "caspia" ;
dwc:subGenus "Turricaspia" ;
dwc:subSpecies "var." ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Micromelania_caspia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Micromelania_caspia>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Micromelania" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "caspia" ;
dwc:subGenus "Turricaspia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Micromelania_Turricaspia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Micromelania_Turricaspia>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Micromelania" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "subGenus" ;
dwc:subGenus "Turricaspia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Micromelania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Micromelania>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Micromelania" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pyrgula>
dwc:class "Gastropoda" ;
dwc:family "Hydrobiidae" ;
dwc:genus "Pyrgula" ;
dwc:kingdom "Animalia" ;
dwc:order "Littorinimorpha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobiidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.770.25365.figure14>
dc:description "Figure 14. Pyrgulinae. A-C Turricaspia pulla (B. Dybowski & Grochmalicki, 1915), LV 201519 D, I, J T. pulla, RGM 1310254 E-G T. pulla, RGM 1310253 H T. pulla, RGM 1309820 K, L Turricaspia pullula (B. Dybowski & Grochmalicki, 1915), RGM 1310210." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/214777> ;
a fabio:Figure .
<http://treatment.plazi.org/id/DD0A8F667816416FF3146D6266F4D56B/RGM_1310210>
dwc:catalogNumber "RGM 1310210" ;
dwc:collectionCode "RGM" ;
dwc:eventDate "2018-01-01" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/DD0A8F667816416FF3146D6266F4D56B/ZIN_4423_1>
dwc:catalogNumber "ZIN 4423/1" ;
dwc:collectionCode "ZIN" ;
dwc:eventDate "2018-01-01" ;
dwc:typeStatus "lectotype" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@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/DD0A9C0581535FCD4B8BF3A097AACFAB>
dc:creator "Gerovasileiou, Vasilis; Rosso, Antonietta" ;
dc:title "Turbicellepora avicularis Hincks 1860" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Turbicellepora_avicularis_Hincks_1860> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e10672> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e10672>
bibo:endPage "10672" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "10672" ;
bibo:volume "4" ;
dc:creator "Gerovasileiou, Vasilis; Rosso, Antonietta" ;
dc:date "2016" ;
dc:title "Marine Bryozoa of Greece: an annotated checklist" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Turbicellepora_avicularis_Hincks_1860>
dwc:ID-ENA "2865380" ;
dwc:authority "Hincks, 1860" ;
dwc:authorityName "Hincks" ;
dwc:authorityYear "1860" ;
dwc:class "Gymnolaemata" ;
dwc:family "Celleporidae" ;
dwc:genus "Turbicellepora" ;
dwc:kingdom "Animalia" ;
dwc:order "Cheilostomatida" ;
dwc:phylum "Bryozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hincks, 1860" ;
dwc:species "avicularis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/59MMC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Turbicellepora_avicularis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Turbicellepora_avicularis>
dwc:class "Gymnolaemata" ;
dwc:family "Celleporidae" ;
dwc:genus "Turbicellepora" ;
dwc:kingdom "Animalia" ;
dwc:order "Cheilostomatida" ;
dwc:phylum "Bryozoa" ;
dwc:rank "species" ;
dwc:species "avicularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Turbicellepora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Turbicellepora>
dwc:class "Gymnolaemata" ;
dwc:family "Celleporidae" ;
dwc:genus "Turbicellepora" ;
dwc:kingdom "Animalia" ;
dwc:order "Cheilostomatida" ;
dwc:phylum "Bryozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Celleporidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Celleporidae>
dwc:class "Gymnolaemata" ;
dwc:family "Celleporidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Cheilostomatida" ;
dwc:phylum "Bryozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cheilostomatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cheilostomatida>
dwc:class "Gymnolaemata" ;
dwc:kingdom "Animalia" ;
dwc:order "Cheilostomatida" ;
dwc:phylum "Bryozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnolaemata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnolaemata>
dwc:class "Gymnolaemata" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Bryozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bryozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bryozoa>
dwc:kingdom "Animalia" ;
dwc:phylum "Bryozoa" ;
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,120 @@
@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/DD0AA68AA71E250DCB6BBCDD4568B9EA>
dc:creator "Moore, Matthew R.; Cave, Ronald D.; Branham, Marc A." ;
dc:title "Cyclocephala rangelana Chapin 1935" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cyclocephala_rangelana_Chapin_1935> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cyclocephala_vidua> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.745.23685> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.745.23685>
bibo:endPage "378" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2018-03-22" ;
bibo:startPage "101" ;
bibo:volume "745" ;
dc:creator "Moore, Matthew R.; Cave, Ronald D.; Branham, Marc A." ;
dc:date "2018" ;
dc:title "Annotated catalog and bibliography of the cyclocephaline scarab beetles (Coleoptera, Scarabaeidae, Dynastinae, Cyclocephalini)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cyclocephala_rangelana_Chapin_1935>
dwc:LSID "DD0AA68A-A71E-250D-CB6B-BCDD4568B9EA" ;
dwc:authority "Chapin, 1935" ;
dwc:authorityName "Chapin" ;
dwc:authorityYear "1935" ;
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Cyclocephala" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chapin, 1935" ;
dwc:species "rangelana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cyclocephala_rangelana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cyclocephala_rangelana>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Cyclocephala" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rangelana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cyclocephala> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cyclocephala>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Cyclocephala" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scarabaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scarabaeidae>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Cyclocephala_vidua>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Cyclocephala" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vidua" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cyclocephala> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,120 @@
@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/DD0ACD8C615963AC2C759D5E961E5B0D>
cito:cites <https://binary.pensoft.net/fig/29019>, <https://binary.pensoft.net/fig/29022> ;
dc:creator "Li, Nan-Nan; Toda, Masanori J.; Fu, Zhao; Chen, Ji-Min; Li, Su-Hua; Gao, Jian-Jun" ;
dc:title "Colocasiomyia yini Li & Gao 2014, sp. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Colocasiomyia_yini_Li_2014> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.406.7176> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.406.7176>
bibo:endPage "64" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2014-04-30" ;
bibo:startPage "41" ;
bibo:volume "406" ;
dc:creator "Li, Nan-Nan; Toda, Masanori J.; Fu, Zhao; Chen, Ji-Min; Li, Su-Hua; Gao, Jian-Jun" ;
dc:date "2014" ;
dc:title "Taxonomy of the Colocasiomyia gigantea species group (Diptera, Drosophilidae), with descriptions of four new species from Yunnan, China" ;
fabio:hasPart <https://binary.pensoft.net/fig/29019>, <https://binary.pensoft.net/fig/29022> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Colocasiomyia_yini_Li_2014>
dwc:LSID "http://zoobank.org/0A22EA8C-6EF6-48DF-B46C-B946CEE327E9" ;
dwc:authority "Li & Gao" ;
dwc:authorityName "Li & Gao" ;
dwc:authorityYear "2014" ;
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:genus "Colocasiomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li & Gao, 2014" ;
dwc:species "yini" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9HHT3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Colocasiomyia_yini> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Colocasiomyia_yini>
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:genus "Colocasiomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "yini" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Colocasiomyia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Colocasiomyia>
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:genus "Colocasiomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Drosophilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Drosophilidae>
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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 .
<https://binary.pensoft.net/fig/29019>
dc:description "Figures 2 - 22. SEM photographs showing leg and oviscapt fine structures in the Colocasiomyia gigantea species group. Foreleg tarsomeres I and II (2 - 8), pegs on foreleg tarsomere II (9 - 15) and warts on basal part of lateral lobe or basal membrane of oviscapt (16 - 22) of Colocasiomyia gigantea (2, 9, 16), Colocasiomyia scindapsae (3, 10, 17), Colocasiomyia rhaphidophorae (4, 11, 18), Colocasiomyia longifilamentata sp. n. (5, 12, 19), Colocasiomyia longivalva sp. n. (6, 13, 20), Colocasiomyia hailini sp. n. (7, 14, 21) and Colocasiomyia yini sp. n. (8, 15, 22). Scale line = 0.1 mm in 2 - 8, 0.05 mm in 9 - 15. Figures 16 - 22 are in the same magnification, with the width corresponding to 30 µm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/29019> ;
a fabio:Figure .
<https://binary.pensoft.net/fig/29022>
dc:description "Figures 37 - 50. Colocasiomyia hailini Li & Gao, sp. n. (37 - 43) and Colocasiomyia yini Li & Gao, sp. n. (44 - 50). Adult males and females (paratypes) from Baihualing, Yunnan, China: 37, 44 Cibarium and clypeus (dorsal view) 38, 45 periphallic organs (posterolateral view) 39, 46 surstylus 40, 47 phallic organs (lateral view) 41, 48 apical part of aedeagus (ventral view) 42, 49 hypandrium and parameres (ventral view) 43, 50 oviscapt (lateral view). Scale lines = 0.1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/29022> ;
a fabio:Figure .

View file

@ -0,0 +1,89 @@
@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/DD0B02589970F6DC65EF47EBF27830D9>
dc:creator "Burks, Roger A.; Masner, Lubomir; Johnson, Norman F.; Austin, Andrew D." ;
dc:title "Oxyscelio divisionis Burks, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.331.5152> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Oxyscelio_divisionis> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.331.5152>
bibo:endPage "266" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "331" ;
dc:creator "Burks, Roger A.; Masner, Lubomir; Johnson, Norman F.; Austin, Andrew D." ;
dc:date "2013" ;
dc:title "Systematics of the parasitic wasp genus Oxyscelio Kieffer (Hymenoptera, Platygastridae s. l.), part II: the Australian and southwest Pacific fauna" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Oxyscelio_divisionis>
dwc:class "Insecta" ;
dwc:family "Scelionidae" ;
dwc:genus "Oxyscelio" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "divisionis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oxyscelio> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oxyscelio>
dwc:class "Insecta" ;
dwc:family "Scelionidae" ;
dwc:genus "Oxyscelio" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scelionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scelionidae>
dwc:class "Insecta" ;
dwc:family "Scelionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,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/DD0B6DE7F82A00AFB38C25448A730428>
dc:creator "Edmardash, Yusuf Abd-Elaziz; Abdel-Dayem, Mahmoud Saleh; Gadallah, Neveen Samy" ;
dc:title "Phanerotoma (Phanerotoma) rufescens Latreille 1809" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phanerotoma_rufescens_Latreille_1809> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Sigalphus_rufescens> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.115.1186> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.115.1186>
bibo:endPage "102" ;
bibo:journal "ZooKeys" ;
bibo:startPage "85" ;
bibo:volume "115" ;
dc:creator "Edmardash, Yusuf Abd-Elaziz; Abdel-Dayem, Mahmoud Saleh; Gadallah, Neveen Samy" ;
dc:date "2011" ;
dc:title "The subfamily Cheloninae (Hymenoptera, Braconidae) from Egypt, with the description of two new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phanerotoma_rufescens_Latreille_1809>
dwc:LSID "http://species-id.net/wiki/Phanerotoma_(Phanerotoma)_rufescens" ;
dwc:authority "Latreille, 1809" ;
dwc:authorityName "Latreille" ;
dwc:authorityYear "1809" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Phanerotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Latreille, 1809" ;
dwc:species "rufescens" ;
dwc:subGenus "Phanerotoma" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phanerotoma_rufescens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phanerotoma_rufescens>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Phanerotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rufescens" ;
dwc:subGenus "Phanerotoma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phanerotoma_Phanerotoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phanerotoma_Phanerotoma>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Phanerotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Phanerotoma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phanerotoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phanerotoma>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Phanerotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Sigalphus_rufescens>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Sigalphus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rufescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sigalphus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sigalphus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Sigalphus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,94 @@
@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/DD0C02E584BA443B8D7975F71D879E73>
dc:creator "Garcia-Garza, Maria Elena; Leon-Gonzalez, Jesus Angel De" ;
dc:title "Notomastus abyssalis Fauchald 1972" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Notomastus_abyssalis_Fauchald_1972> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Notomastus_abyssalis> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.151.1964> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.151.1964>
bibo:endPage "52" ;
bibo:journal "ZooKeys" ;
bibo:startPage "17" ;
bibo:volume "151" ;
dc:creator "Garcia-Garza, Maria Elena; Leon-Gonzalez, Jesus Angel De" ;
dc:date "2011" ;
dc:title "Review of the Capitellidae (Annelida, Polychaeta) from the Eastern Tropical Pacific region, with notes on selected species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Notomastus_abyssalis_Fauchald_1972>
dwc:LSID "http://species-id.net/wiki/Notomastus_abyssalis" ;
dwc:authority "Fauchald, 1972" ;
dwc:authorityName "Fauchald" ;
dwc:authorityYear "1972" ;
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fauchald, 1972" ;
dwc:species "abyssalis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Notomastus_abyssalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_abyssalis>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "abyssalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Capitellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Capitellidae>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
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,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/DD0C8780FF87FFACA5ECECF0FE979CCE>
cito:cites <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232401>, <http://dx.doi.org/10.5281/zenodo.232404>, <http://dx.doi.org/10.5281/zenodo.232405>, <http://dx.doi.org/10.5281/zenodo.232396>, <http://dx.doi.org/10.5281/zenodo.232406>, <http://dx.doi.org/10.5281/zenodo.232407> ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:title "Yoyetta cumberlandi" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3948.3.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Yoyetta_cumberlandi> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3948.3.1>
bibo:endPage "341" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "301" ;
bibo:volume "3948" ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:date "2015" ;
dc:title "A redescription of Yoyetta landsboroughi (Distant) and Y. tristrigata (Goding and Froggatt) (Hemiptera: Cicadidae) and description of four new related species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232401>, <http://dx.doi.org/10.5281/zenodo.232404>, <http://dx.doi.org/10.5281/zenodo.232405>, <http://dx.doi.org/10.5281/zenodo.232396>, <http://dx.doi.org/10.5281/zenodo.232406>, <http://dx.doi.org/10.5281/zenodo.232407> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_cumberlandi>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cumberlandi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.232384>
dc:description "FIGURE 2. Photos of male left timbals, with dorsal edge at left and posterior margin at bottom: (A) Yoyetta landsboroughi (Distant), St. Marys (33 ° 50 S 150 ° 45 E); (B) Yoyetta fluviatilis sp. nov., Roma (26 ° 33 S 148 ° 47 E); (C) Yoyetta nigrimontana sp. nov., Canberra (35 ° 16 S 149 ° 06 E); (D) Yoyetta tristrigata (Goding & Froggatt), Mt. Molloy (16 ° 40 S 145 ° 19 E); (E) Yoyetta repetens sp. nov., St. Marys (33 ° 50 S 150 ° 45 E); (F) Yoyetta cumberlandi sp nov., Prospect (33 ° 48 S 150 ° 54 E). Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232384/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232401>
dc:description "FIGURE 18. Map of the Greater Sydney region in eastern Australia showing the geographical distribution of Y. repetens sp. nov. (closed triangles) and Y. cumberlandi sp. nov. (open squares)." ;
fabio:hasRepresentation <https://zenodo.org/record/232401/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232404>
dc:description "FIGURE 21. Yoyetta cumberlandi sp nov., (A) male, Prospect (33 ° 48 S 150 ° 54 E), dorsal habitus, BL 18.8 mm; (B) male, ventral habitus; (C) female, Prospect, dorsal habitus, BL 18.5 mm; (D), female, Prospect, ventral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/232404/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232405>
dc:description "FIGURE 22. Yoyetta cumberlandi sp nov., illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from Prospect, New South Wales (33 ° 48 S 150 ° 54 E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232405/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232396>
dc:description "FIGURE 14. Yoyetta tristrigata (Distant): illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from Rifle Creek, Queensland (16 ° 40 ' S 145 ° 20 ' E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232396/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232406>
dc:description "FIGURE 23. Typical male calling song structure of Yoyetta cumberlandi sp nov., illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. The specimen was recorded in the field at Eastern Creek (33 ° 48 S 150 ° 50 E) by LWP using RS 2 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232406/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232407>
dc:description "FIGURE 24. Abbreviated male calling song structure of Yoyetta cumberlandi sp nov., illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. The specimen was recorded in the field at Bass Hill (33 ° 54 S 151 ° 00 E) by LWP using RS 2 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232407/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,241 @@
@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/DD0C8780FFA2FF81A5ECEB50FB299AD3>
cito:cites <http://dx.doi.org/10.5281/zenodo.232396>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232383>, <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232385>, <http://dx.doi.org/10.5281/zenodo.232387> ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:title "Yoyetta landsboroughi Distant 1882" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Yoyetta_landsboroughi_Distant_1882> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Melampsalta_toowoombae>, <http://taxon-name.plazi.org/id/Animalia/Cicadetta_landsboroughi>, <http://taxon-name.plazi.org/id/Animalia/Cicadetta_toowoombae>, <http://taxon-name.plazi.org/id/Animalia/Yoyetta_landsboroughi>, <http://taxon-name.plazi.org/id/Animalia/Yoyetta_toowoombae>, <http://taxon-name.plazi.org/id/Animalia/Melampsalta_landsboroughi>, <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Melampsalta_landsboroughi_Distant_1882> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3948.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3948.3.1>
bibo:endPage "341" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "301" ;
bibo:volume "3948" ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:date "2015" ;
dc:title "A redescription of Yoyetta landsboroughi (Distant) and Y. tristrigata (Goding and Froggatt) (Hemiptera: Cicadidae) and description of four new related species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.232396>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232383>, <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232385>, <http://dx.doi.org/10.5281/zenodo.232387> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Yoyetta_landsboroughi_Distant_1882>
dwc:authority "Distant 1882" ;
dwc:authorityName "Distant" ;
dwc:authorityYear "1882" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1882" ;
dwc:species "landsboroughi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSKW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Yoyetta_landsboroughi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Melampsalta_landsboroughi_Distant_1882>
dwc:authority "Distant, 1882: 131" ;
dwc:authorityName "Distant" ;
dwc:authorityPageNumber "131" ;
dwc:authorityYear "1882" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1882" ;
dwc:species "landsboroughi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSKW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Melampsalta_landsboroughi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_landsboroughi>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "landsboroughi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Melampsalta_landsboroughi>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "landsboroughi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melampsalta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melampsalta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melampsalta_toowoombae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "toowoombae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melampsalta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadetta_landsboroughi>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "landsboroughi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadetta_toowoombae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "toowoombae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_toowoombae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "toowoombae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.232396>
dc:description "FIGURE 14. Yoyetta tristrigata (Distant): illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from Rifle Creek, Queensland (16 ° 40 ' S 145 ° 20 ' E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232396/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232386>
dc:description "FIGURE 4. Map of central and eastern mainland Australia showing the geographical distribution of Y. landsboroughi (Distant) (open triangles), Y. fluviatilis sp. nov. (closed circles), Y. nigrimontana sp. nov. (open squares), and Y. tristrigata (Goding & Froggatt) (open circles)." ;
fabio:hasRepresentation <https://zenodo.org/record/232386/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232383>
dc:description "FIGURE 1. Yoyetta landsboroughi (Distant) (A) male, St. Marys (33 ° 50 S 150 ° 45 E), dorsal habitus, body length (BL) 14.9 mm; (B) male, ventral habitus; (C) female, St. Marys, dorsal habitus, BL 14.0 mm; (D), female, ventral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/232383/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232384>
dc:description "FIGURE 2. Photos of male left timbals, with dorsal edge at left and posterior margin at bottom: (A) Yoyetta landsboroughi (Distant), St. Marys (33 ° 50 S 150 ° 45 E); (B) Yoyetta fluviatilis sp. nov., Roma (26 ° 33 S 148 ° 47 E); (C) Yoyetta nigrimontana sp. nov., Canberra (35 ° 16 S 149 ° 06 E); (D) Yoyetta tristrigata (Goding & Froggatt), Mt. Molloy (16 ° 40 S 145 ° 19 E); (E) Yoyetta repetens sp. nov., St. Marys (33 ° 50 S 150 ° 45 E); (F) Yoyetta cumberlandi sp nov., Prospect (33 ° 48 S 150 ° 54 E). Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232384/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232385>
dc:description "FIGURE 3. Yoyetta landsboroughi (Distant): illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters include: aed, aedeagus; bpl, basal lobe of pygofer; cl, clasper; db, dorsal beak; ps, pseudoparameres; th, theca; upl, upper lobe of pygofer. Specimen from St Marys, New South Wales (33 ° 50 S 150 ° 45 E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232385/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232387>
dc:description "FIGURE 5. Male calling song structure of Yoyetta landsboroughi (Distant) illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. This specimen was recorded in the field by at Mulgoa (33 ° 39 S 150 ° 59 E) by NJE using RS 1 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232387/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,169 @@
@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/DD0C8780FFADFF98A5ECE88BFF3F9CEA>
cito:cites <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232397>, <http://dx.doi.org/10.5281/zenodo.232388>, <http://dx.doi.org/10.5281/zenodo.232389>, <http://dx.doi.org/10.5281/zenodo.232390>, <http://dx.doi.org/10.5281/zenodo.232391> ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:title "Yoyetta fluviatilis Emery, Emery & Popple, 2015, sp. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicadetta_landsboroughi> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Yoyetta_fluviatilis_Emery_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3948.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3948.3.1>
bibo:endPage "341" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "301" ;
bibo:volume "3948" ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:date "2015" ;
dc:title "A redescription of Yoyetta landsboroughi (Distant) and Y. tristrigata (Goding and Froggatt) (Hemiptera: Cicadidae) and description of four new related species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232397>, <http://dx.doi.org/10.5281/zenodo.232388>, <http://dx.doi.org/10.5281/zenodo.232389>, <http://dx.doi.org/10.5281/zenodo.232390>, <http://dx.doi.org/10.5281/zenodo.232391> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Yoyetta_fluviatilis_Emery_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Emery, Emery & Popple, 2015" ;
dwc:authorityName "Emery, Emery & Popple" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Emery, Emery & Popple, 2015" ;
dwc:species "fluviatilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSKQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Yoyetta_fluviatilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_fluviatilis>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fluviatilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Cicadetta_landsboroughi>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "landsboroughi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.232384>
dc:description "FIGURE 2. Photos of male left timbals, with dorsal edge at left and posterior margin at bottom: (A) Yoyetta landsboroughi (Distant), St. Marys (33 ° 50 S 150 ° 45 E); (B) Yoyetta fluviatilis sp. nov., Roma (26 ° 33 S 148 ° 47 E); (C) Yoyetta nigrimontana sp. nov., Canberra (35 ° 16 S 149 ° 06 E); (D) Yoyetta tristrigata (Goding & Froggatt), Mt. Molloy (16 ° 40 S 145 ° 19 E); (E) Yoyetta repetens sp. nov., St. Marys (33 ° 50 S 150 ° 45 E); (F) Yoyetta cumberlandi sp nov., Prospect (33 ° 48 S 150 ° 54 E). Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232384/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232386>
dc:description "FIGURE 4. Map of central and eastern mainland Australia showing the geographical distribution of Y. landsboroughi (Distant) (open triangles), Y. fluviatilis sp. nov. (closed circles), Y. nigrimontana sp. nov. (open squares), and Y. tristrigata (Goding & Froggatt) (open circles)." ;
fabio:hasRepresentation <https://zenodo.org/record/232386/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232397>
dc:description "FIGURE 15. Male calling song structure of Yoyetta tristrigata (Distant), illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. This specimen was captured at Rifle Creek (16 ° 40 ' S 14 ° 520 ' E) and recorded in an open container by A. Ewart using RS 4 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232397/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232388>
dc:description "FIGURE 6. Yoyetta fluviatilis sp. nov., (A) male holotype, Mitchell (26 ° 29 S 147 ° 59 E), dorsal habitus, BL 15.4 mm; (B) male holotype, Mitchell, ventral habitus; (C) female, Mitchell, dorsal habitus, BL 16.5 mm; (D), female, Mitchell, ventral habitus; (E) male, Dubbo (32 ° 15 S 148 ° 35 E), dorsal habitus, BL 16.0 mm; (F) male, Dubbo, ventral habitus; (G) female, Dubbo, dorsal habitus, BL 16.2 mm; (H) female, Dubbo, ventral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/232388/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232389>
dc:description "FIGURE 7. Yoyetta fluviatilis sp. nov., illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from Mitchell, Queensland (26 ° 29 S 147 ° 59 E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232389/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232390>
dc:description "FIGURE 8. Male calling song structures of Yoyetta fluviatilis sp. nov., illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. This specimen was captured in Charleville (26 ° 24 ' S 146 ° 14 ' E) and recorded in an open container by A. Ewart using RS 4 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232390/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232391>
dc:description "FIGURE 9. Waveform plots illustrating the male calling song of Yoyetta fluviatilis sp. nov., from six different localities, including: (i) Charleville (26 ° 24 ' S 146 ° 14 ' E), (ii) Glebe Weir (25 ° 27 ' S 150 ° 02 ' E.), (iii) Oakey (27 ° 26 ' S 151 ° 43 ' E), (iv) Yandilla (27 ° 51 ' S 151 ° 21 ' E), (v) Bulloo River via Quilpie (26 ° 20 ' S 144 ° 18 ' E) and (vi) Cooper Creek via Windorah (25 ° 22 ' S 145 ° 45 ' E). Durations of the main calling song elements are provided above each subfigure. Recordings (i), (ii), (v) and (vi) were made by A. Ewart in an open container using RS 5. Recordings (iii) and (iv) were made in the field by LWP using RS 3 and RS 2 respectively (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232391/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,198 @@
@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/DD0C8780FFB0FF93A5ECE978FE9698F7>
cito:cites <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232395>, <http://dx.doi.org/10.5281/zenodo.232396>, <http://dx.doi.org/10.5281/zenodo.232397> ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:title "Yoyetta tristrigata Goding & Froggatt" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Melampsalta_tristrigata_Goding_1904>, <http://taxon-concept.plazi.org/id/Animalia/Cicadetta_tristrigata_Moulds_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3948.3.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Yoyetta_tristrigata> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3948.3.1>
bibo:endPage "341" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "301" ;
bibo:volume "3948" ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:date "2015" ;
dc:title "A redescription of Yoyetta landsboroughi (Distant) and Y. tristrigata (Goding and Froggatt) (Hemiptera: Cicadidae) and description of four new related species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232395>, <http://dx.doi.org/10.5281/zenodo.232396>, <http://dx.doi.org/10.5281/zenodo.232397> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Melampsalta_tristrigata_Goding_1904>
dwc:authority "Goding & Froggatt, 1904" ;
dwc:authorityName "Goding & Froggatt" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Goding & Froggatt, 1904" ;
dwc:species "tristrigata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSL5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Melampsalta_tristrigata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cicadetta_tristrigata_Moulds_1990>
dwc:authority "Moulds 1990" ;
dwc:authorityName "Moulds" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moulds, 1990" ;
dwc:species "tristrigata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSL5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicadetta_tristrigata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_tristrigata>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tristrigata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Melampsalta_tristrigata>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tristrigata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melampsalta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melampsalta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Melampsalta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadetta_tristrigata>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tristrigata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.232384>
dc:description "FIGURE 2. Photos of male left timbals, with dorsal edge at left and posterior margin at bottom: (A) Yoyetta landsboroughi (Distant), St. Marys (33 ° 50 S 150 ° 45 E); (B) Yoyetta fluviatilis sp. nov., Roma (26 ° 33 S 148 ° 47 E); (C) Yoyetta nigrimontana sp. nov., Canberra (35 ° 16 S 149 ° 06 E); (D) Yoyetta tristrigata (Goding & Froggatt), Mt. Molloy (16 ° 40 S 145 ° 19 E); (E) Yoyetta repetens sp. nov., St. Marys (33 ° 50 S 150 ° 45 E); (F) Yoyetta cumberlandi sp nov., Prospect (33 ° 48 S 150 ° 54 E). Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232384/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232386>
dc:description "FIGURE 4. Map of central and eastern mainland Australia showing the geographical distribution of Y. landsboroughi (Distant) (open triangles), Y. fluviatilis sp. nov. (closed circles), Y. nigrimontana sp. nov. (open squares), and Y. tristrigata (Goding & Froggatt) (open circles)." ;
fabio:hasRepresentation <https://zenodo.org/record/232386/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232395>
dc:description "FIGURE 13. Yoyetta tristrigata (Distant) (A) male, Mt. Molloy (16 ° 40 S 145 ° 19 E), dorsal habitus, BL 16.4 mm; (B) male, ventral habitus; (C) female, Mt. Molloy, dorsal habitus, BL 17.7 mm; (D), female, ventral habitus; (E) male, Julatten (16 ° 35 S 145 ° 20 E), BL 17.3 mm; (F) male lectotype, Kuranda (ANIC), BL 17.2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232395/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232396>
dc:description "FIGURE 14. Yoyetta tristrigata (Distant): illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from Rifle Creek, Queensland (16 ° 40 ' S 145 ° 20 ' E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232396/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232397>
dc:description "FIGURE 15. Male calling song structure of Yoyetta tristrigata (Distant), illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. This specimen was captured at Rifle Creek (16 ° 40 ' S 14 ° 520 ' E) and recorded in an open container by A. Ewart using RS 4 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232397/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,135 @@
@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/DD0C8780FFB4FF9CA5ECEE93FD979C86>
cito:cites <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232393>, <http://dx.doi.org/10.5281/zenodo.232392>, <http://dx.doi.org/10.5281/zenodo.232394> ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:title "Yoyetta nigrimontana Emery, Emery & Popple, 2015, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Yoyetta_nigrimontana_Emery_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3948.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3948.3.1>
bibo:endPage "341" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "301" ;
bibo:volume "3948" ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:date "2015" ;
dc:title "A redescription of Yoyetta landsboroughi (Distant) and Y. tristrigata (Goding and Froggatt) (Hemiptera: Cicadidae) and description of four new related species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232386>, <http://dx.doi.org/10.5281/zenodo.232393>, <http://dx.doi.org/10.5281/zenodo.232392>, <http://dx.doi.org/10.5281/zenodo.232394> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Yoyetta_nigrimontana_Emery_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Emery, Emery & Popple, 2015" ;
dwc:authorityName "Emery, Emery & Popple" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Emery, Emery & Popple, 2015" ;
dwc:species "nigrimontana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSKY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Yoyetta_nigrimontana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_nigrimontana>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigrimontana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.232384>
dc:description "FIGURE 2. Photos of male left timbals, with dorsal edge at left and posterior margin at bottom: (A) Yoyetta landsboroughi (Distant), St. Marys (33 ° 50 S 150 ° 45 E); (B) Yoyetta fluviatilis sp. nov., Roma (26 ° 33 S 148 ° 47 E); (C) Yoyetta nigrimontana sp. nov., Canberra (35 ° 16 S 149 ° 06 E); (D) Yoyetta tristrigata (Goding & Froggatt), Mt. Molloy (16 ° 40 S 145 ° 19 E); (E) Yoyetta repetens sp. nov., St. Marys (33 ° 50 S 150 ° 45 E); (F) Yoyetta cumberlandi sp nov., Prospect (33 ° 48 S 150 ° 54 E). Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232384/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232386>
dc:description "FIGURE 4. Map of central and eastern mainland Australia showing the geographical distribution of Y. landsboroughi (Distant) (open triangles), Y. fluviatilis sp. nov. (closed circles), Y. nigrimontana sp. nov. (open squares), and Y. tristrigata (Goding & Froggatt) (open circles)." ;
fabio:hasRepresentation <https://zenodo.org/record/232386/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232393>
dc:description "FIGURE 11. Yoyetta nigrimontana sp. nov., illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from Canberra, Australian Capital Territory (35 ° 16 S 149 ° 06 E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232393/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232392>
dc:description "FIGURE 10. Yoyetta nigrimontana sp. nov., (A) male holotype, Canberra (35 ° 16 S 149 ° 06 E), dorsal habitus, BL 16.3 mm; (B) male holotype, ventral habitus; (C) female, Canberra, dorsal habitus, BL 16.8 mm; (D), female, ventral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/232392/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232394>
dc:description "FIGURE 12. Male calling song structure of Yoyetta nigrimontana sp. nov., illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. The specimen was recorded in the field on the eastern slopes of Black Mountain in Canberra (35 ° 16 S 149 ° 06 E) by LWP using RS 3 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232394/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,140 @@
@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/DD0C8780FFBDFFABA5ECEDF3FDAF9E0E>
cito:cites <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232398>, <http://dx.doi.org/10.5281/zenodo.232400>, <http://dx.doi.org/10.5281/zenodo.232401>, <http://dx.doi.org/10.5281/zenodo.232402>, <http://dx.doi.org/10.5281/zenodo.232403> ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:title "Yoyetta repetens Emery, Emery & Popple, 2015, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Yoyetta_repetens_Emery_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3948.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3948.3.1>
bibo:endPage "341" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "301" ;
bibo:volume "3948" ;
dc:creator "Emery, Nathan J.; Emery, David L.; Popple, Lindsay W." ;
dc:date "2015" ;
dc:title "A redescription of Yoyetta landsboroughi (Distant) and Y. tristrigata (Goding and Froggatt) (Hemiptera: Cicadidae) and description of four new related species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.232384>, <http://dx.doi.org/10.5281/zenodo.232398>, <http://dx.doi.org/10.5281/zenodo.232400>, <http://dx.doi.org/10.5281/zenodo.232401>, <http://dx.doi.org/10.5281/zenodo.232402>, <http://dx.doi.org/10.5281/zenodo.232403> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Yoyetta_repetens_Emery_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Emery, Emery & Popple, 2015" ;
dwc:authorityName "Emery, Emery & Popple" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Emery, Emery & Popple, 2015" ;
dwc:species "repetens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CSKZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Yoyetta_repetens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta_repetens>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "repetens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Yoyetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Yoyetta>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Yoyetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.232384>
dc:description "FIGURE 2. Photos of male left timbals, with dorsal edge at left and posterior margin at bottom: (A) Yoyetta landsboroughi (Distant), St. Marys (33 ° 50 S 150 ° 45 E); (B) Yoyetta fluviatilis sp. nov., Roma (26 ° 33 S 148 ° 47 E); (C) Yoyetta nigrimontana sp. nov., Canberra (35 ° 16 S 149 ° 06 E); (D) Yoyetta tristrigata (Goding & Froggatt), Mt. Molloy (16 ° 40 S 145 ° 19 E); (E) Yoyetta repetens sp. nov., St. Marys (33 ° 50 S 150 ° 45 E); (F) Yoyetta cumberlandi sp nov., Prospect (33 ° 48 S 150 ° 54 E). Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/232384/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232398>
dc:description "FIGURE 16. Yoyetta repetens sp. nov., (A) male, St. Marys (33 ° 50 S 150 ° 45 E), dorsal habitus, BL 21.0 mm; (B) male, ventral habitus; (C) female, St. Marys, dorsal habitus, BL 20.1 mm; (D), female, ventral habitus; (E), female, Burwood (33 ° 53 S; 150 ° 06 E), BL 20.9 mm; (F) male, St. Marys, live." ;
fabio:hasRepresentation <https://zenodo.org/record/232398/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232400>
dc:description "FIGURE 17. Yoyetta repetens sp. nov., illustration of male pygofer and internal genitalia; (a), viewed laterally from the left; (b), viewed ventrally; (c), aedeagus; and, (d), apex of theca. Characters as depicted in Figure 3. Specimen from St Marys, New South Wales (33 ° 50 S 150 ° 45 E)." ;
fabio:hasRepresentation <https://zenodo.org/record/232400/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232401>
dc:description "FIGURE 18. Map of the Greater Sydney region in eastern Australia showing the geographical distribution of Y. repetens sp. nov. (closed triangles) and Y. cumberlandi sp. nov. (open squares)." ;
fabio:hasRepresentation <https://zenodo.org/record/232401/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232402>
dc:description "FIGURE 19. Male calling song structure of Y. repetens sp. nov., illustrated in waveform plot form. Each lower plot is expanded from the one above, to illustrate the finer temporal structure of each song comparison. The spectrogram at the bottom of the figure displays song frequency. The specimen was recorded in the field at Eastern Creek (33 ° 48 S 150 ° 50 E) by LWP using RS 2 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232402/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.232403>
dc:description "FIGURE 20. Waveform plots illustrating the male calling song of Yoyetta repetens sp. nov. from three different localities, including: (i) Eastern Creek (33 ° 48 S 150 ° 50 E); (ii) Bass Hill (33 ° 54 S 151 ° 00 E); and (iii) Goulburn (34 ° 41 ' S 149 ° 46 ' E). Durations of the main calling song elements are provided above each subfigure. All recordings were made in the field by LWP, (i) and (ii) with RS 2 and (iii) with RS 3 (see Materials and Methods)." ;
fabio:hasRepresentation <https://zenodo.org/record/232403/files/figure.png> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0C87D5FFA6FFB1FF07FF0E9890FF69>
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:title "Pareurystheus Tzvetkova 1977" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareurystheus_Tzvetkova_1977> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4300.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4300.2.4>
bibo:endPage "237" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:startPage "217" ;
bibo:volume "4300" ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:date "2017" ;
dc:title "Two new species of the Suborder Senticaudata (Crustacea: Amphipoda) from the upper continental slope off Galicia (NW Iberian Peninsula)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareurystheus_Tzvetkova_1977>
dwc:authority "Tzvetkova, 1977" ;
dwc:authorityName "Tzvetkova" ;
dwc:authorityYear "1977" ;
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Pareurystheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tzvetkova, 1977" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareurystheus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareurystheus>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Pareurystheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isaeidae>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,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/DD0C87D5FFA6FFB9FF07FEB69FA7FEF8>
cito:cites <http://dx.doi.org/10.5281/zenodo.839448>, <http://dx.doi.org/10.5281/zenodo.839450>, <http://dx.doi.org/10.5281/zenodo.839452>, <http://dx.doi.org/10.5281/zenodo.839454>, <http://dx.doi.org/10.5281/zenodo.839456>, <http://dx.doi.org/10.5281/zenodo.839458> ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:title "Pareurystheus vitucoi Tato & Moreira 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareurystheus_vitucoi_Tato_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4300.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4300.2.4>
bibo:endPage "237" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:startPage "217" ;
bibo:volume "4300" ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:date "2017" ;
dc:title "Two new species of the Suborder Senticaudata (Crustacea: Amphipoda) from the upper continental slope off Galicia (NW Iberian Peninsula)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.839448>, <http://dx.doi.org/10.5281/zenodo.839450>, <http://dx.doi.org/10.5281/zenodo.839452>, <http://dx.doi.org/10.5281/zenodo.839454>, <http://dx.doi.org/10.5281/zenodo.839456>, <http://dx.doi.org/10.5281/zenodo.839458> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareurystheus_vitucoi_Tato_2017>
dwc:authority "Tato & Moreira, 2017" ;
dwc:authorityName "Tato & Moreira" ;
dwc:authorityYear "2017" ;
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Pareurystheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tato & Moreira, 2017" ;
dwc:species "vitucoi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareurystheus_vitucoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareurystheus_vitucoi>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Pareurystheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vitucoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareurystheus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareurystheus>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Pareurystheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isaeidae>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.839448>
dc:description "FIGURE 1. Pareurystheus vitucoi sp. nov., Holotype, MHNUSC 10065. A, habitus, lateral view. Scale: 1 mm; B, antenna 1; C, antenna 1, accessory flagellum (detail); D, antenna 1, ventral stout setae on distal part of article 1; E, antenna 2. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839448/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839450>
dc:description "FIGURE 2. Pareurystheus vitucoi sp. nov., Holotype, MHNUSC 10065. A, mandible; B, mandibular molar (detail); C, mandibular palp, distal setae on article 3; D, mandibular palp, composite seta on article 3; E, lower lip; F, lower lip, apical setae on outer lobe; G, maxilla 1; H, maxilla 1, apical stout setae on outer lobe (detail); I, maxilla 2; J, maxilliped; K, maxilliped palp, setal row along dactylus; L, upper lip. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839450/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839452>
dc:description "FIGURE 3. Pareurystheus vitucoi sp. nov., Holotype, MHNUSC 10065. A, gnathopod 1; B, gnathopod 1, setae along palmar margin; C, gnathopod 1, dactylus (detail); D, gnathopod 2; E, pereopod 3; F, pereopod 4. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839452/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839454>
dc:description "FIGURE 4. Pareurystheus vitucoi sp. nov., Holotype, MHNUSC 10065. A, pereopod 5. Allotype, MHNUSC 10066. B, pereopod 5. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839454/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839456>
dc:description "FIGURE 5. Pareurystheus vitucoi sp. nov., Holotype, MHNUSC 10065. A, pereopod 6; B, pereopod 7. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839456/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839458>
dc:description "FIGURE 6. Pareurystheus vitucoi sp. nov., Holotype, MHNUSC 10065. A, epimeral plates 1 3 from right to left; B, uropod 1; C, uropod 2; D, uropod 3 and telson; E, telson (dorsal view). Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839458/files/figure.png> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0C87D5FFAEFFB9FF07F8D7986AF803>
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:title "Photis Kroyer 1842" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Photis_Kroyer_1842> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4300.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4300.2.4>
bibo:endPage "237" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:startPage "217" ;
bibo:volume "4300" ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:date "2017" ;
dc:title "Two new species of the Suborder Senticaudata (Crustacea: Amphipoda) from the upper continental slope off Galicia (NW Iberian Peninsula)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Photis_Kroyer_1842>
dwc:authority "Kroyer, 1842" ;
dwc:authorityName "Kroyer" ;
dwc:authorityYear "1842" ;
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Kroyer, 1842" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Photis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Photis>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isaeidae>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,133 @@
@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/DD0C87D5FFAFFFBFFF07FF019EE3F841>
cito:cites <http://dx.doi.org/10.5281/zenodo.839460>, <http://dx.doi.org/10.5281/zenodo.839462>, <http://dx.doi.org/10.5281/zenodo.839464>, <http://dx.doi.org/10.5281/zenodo.839466>, <http://dx.doi.org/10.5281/zenodo.839468> ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:title "Photis guerrai Tato & Moreira 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Photis_guerrai_Tato_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4300.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4300.2.4>
bibo:endPage "237" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:startPage "217" ;
bibo:volume "4300" ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:date "2017" ;
dc:title "Two new species of the Suborder Senticaudata (Crustacea: Amphipoda) from the upper continental slope off Galicia (NW Iberian Peninsula)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.839460>, <http://dx.doi.org/10.5281/zenodo.839462>, <http://dx.doi.org/10.5281/zenodo.839464>, <http://dx.doi.org/10.5281/zenodo.839466>, <http://dx.doi.org/10.5281/zenodo.839468> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Photis_guerrai_Tato_2017>
dwc:authority "Tato & Moreira, 2017" ;
dwc:authorityName "Tato & Moreira" ;
dwc:authorityYear "2017" ;
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tato & Moreira, 2017" ;
dwc:species "guerrai" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Photis_guerrai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Photis_guerrai>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "guerrai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Photis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Photis>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isaeidae>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.839460>
dc:description "FIGURE 7. Photis guerrai sp. nov., Holotype, MHNUSC 10068. A, habitus, lateral view; B, antenna 1; C, antenna 2. Scales: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839460/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839462>
dc:description "FIGURE 8. Photis guerrai sp. nov., Holotype, MHNUSC 10068. A, mandible; B, mandible, composite setae on molar process; C, mandible, pappose seta on palp article 3; D, mandible, ornamentation of molar process; E, maxilla 1; F, maxilla 1, distal stout setae on outer plate; G, maxilla 2; H, maxilla 2, distal setae on outer plate; I, maxilliped; J, maxilliped, distal setae on inner plate; K, maxilliped, distal setae on outer plate. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839462/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839464>
dc:description "FIGURE 9. Photis guerrai sp. nov., Holotype, MHNUSC 10068. A, gnathopod 1; B, gnathopod 1, ornamentation of dactylus; C, gnathopod 2; D, gnathopod 2, ornamentation of dactylus. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839464/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839466>
dc:description "FIGURE 10. Photis guerrai sp. nov., Holotype, MHNUSC 10068. A, pereopod 3; B, pereopod 4; C, pereopod 5; D, pereopod 5, accessory stout seta on dactylus. Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839466/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.839468>
dc:description "FIGURE 11. Photis guerrai sp. nov., Holotype, MHNUSC 10068. A, pereopod 6; B, pereopod 6, accessory stout seta on dactylus; C, pereopod 7; D, uropod 1; E, uropod 2; F, uropod 3 and telson; G, telson (dorsal view). Scales: 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/839468/files/figure.png> ;
a fabio:Figure .

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/DD0C87D5FFB6FFA1FF07FF019FADFD81>
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:title "Photis guerrai Tato & Moreira 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Photis_guerrai_Tato_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4300.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4300.2.4>
bibo:endPage "237" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:startPage "217" ;
bibo:volume "4300" ;
dc:creator "Tato, Ramiro; Moreira, Juan" ;
dc:date "2017" ;
dc:title "Two new species of the Suborder Senticaudata (Crustacea: Amphipoda) from the upper continental slope off Galicia (NW Iberian Peninsula)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Photis_guerrai_Tato_2017>
dwc:authority "Tato & Moreira, 2017" ;
dwc:authorityName "Tato & Moreira" ;
dwc:authorityYear "2017" ;
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tato & Moreira, 2017" ;
dwc:species "guerrai" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Photis_guerrai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Photis_guerrai>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "guerrai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Photis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Photis>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:genus "Photis" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isaeidae>
dwc:class "Malacostraca" ;
dwc:family "Isaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,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/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/DD0C9833AAF7554F8E0B09F95630ED86>
cito:cites <http://dx.doi.org/10.3897/zookeys.1023.61580.figures11-16>, <http://dx.doi.org/10.3897/zookeys.1023.61580.figures31-35> ;
dc:creator "Li, Wen-Jian; Li, Cheng-De" ;
dc:title "Neotrichoporoides flavothorax Li & Li 2021, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neotrichoporoides_flavothorax_Li_2021> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1023.61580> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1023.61580>
bibo:endPage "79" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-03-11" ;
bibo:startPage "61" ;
bibo:volume "1023" ;
dc:creator "Li, Wen-Jian; Li, Cheng-De" ;
dc:date "2021" ;
dc:title "Two new species of Neotrichoporoides Girault (Hymenoptera, Eulophidae) from China and a key to Chinese species" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1023.61580.figures11-16>, <http://dx.doi.org/10.3897/zookeys.1023.61580.figures31-35> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neotrichoporoides_flavothorax_Li_2021>
dwc:LSID "http://zoobank.org/C6AC84DD-B3CB-4002-A8B5-6D0CA984E2B7" ;
dwc:authority "Li & Li, 2021" ;
dwc:authorityName "Li & Li" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Eulophidae" ;
dwc:genus "Neotrichoporoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li & Li, 2021" ;
dwc:species "flavothorax" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neotrichoporoides_flavothorax> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neotrichoporoides_flavothorax>
dwc:class "Insecta" ;
dwc:family "Eulophidae" ;
dwc:genus "Neotrichoporoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "flavothorax" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neotrichoporoides> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neotrichoporoides>
dwc:class "Insecta" ;
dwc:family "Eulophidae" ;
dwc:genus "Neotrichoporoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eulophidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eulophidae>
dwc:class "Insecta" ;
dwc:family "Eulophidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.3897/zookeys.1023.61580.figures11-16>
dc:description "Figures 11 - 16. Neotrichoporoides flavothorax sp. nov., holotype, female 11 head, frontal view 12 antenna, lateral view 13 mesosoma, dorsal view 14 fore and hind wings, dorsal view 15 metasoma, ventral view 16 legs, lateral view, from left to right: fore, mid, and hind legs. Scale bars: 100 μm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/518997> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1023.61580.figures31-35>
dc:description "Figures 31 - 35. Females, dorsal view 31 Neotrichoporoides basiflavus sp. nov. 32 Neotrichoporoides flavothorax sp. nov. 33 N. szelenyii 34 N. nyemitawus 35 N. viridimaculatus" ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/519001> ;
a fabio:Figure .

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/DD0CA69A696050A1B38E796B144939CF>
dc:creator "Ivkovic, Marija; Doric, Valentina; Baranov, Viktor; Mihaljevic, Zlatko; Kolcsar, Levente-Peter; Kvifte, Gunnar Mikalsen; Nerudova, Jana; Pont, Adrian C." ;
dc:title "Wiedemannia zetterstedti" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Wiedemannia_zetterstedti_Fallen_1826> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.918.49648> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.918.49648>
bibo:endPage "142" ;
bibo:journal "ZooKeys" ;
bibo:startPage "99" ;
bibo:volume "918" ;
dc:creator "Ivkovic, Marija; Doric, Valentina; Baranov, Viktor; Mihaljevic, Zlatko; Kolcsar, Levente-Peter; Kvifte, Gunnar Mikalsen; Nerudova, Jana; Pont, Adrian C." ;
dc:date "2020" ;
dc:title "Checklist of aquatic Diptera (Insecta) of Plitvice Lakes National Park, Croatia, a UNESCO world heritage site" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Wiedemannia_zetterstedti_Fallen_1826>
dwc:LSID "DD0CA69A-6960-50A1-B38E-796B144939CF" ;
dwc:authority "(Fallen, 1826)" ;
dwc:baseAuthorityName "Fallen" ;
dwc:baseAuthorityYear "1826" ;
dwc:class "Insecta" ;
dwc:family "Empididae" ;
dwc:genus "Wiedemannia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Fallen, 1826)" ;
dwc:species "zetterstedti" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Wiedemannia_zetterstedti> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Wiedemannia_zetterstedti>
dwc:class "Insecta" ;
dwc:family "Empididae" ;
dwc:genus "Wiedemannia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "zetterstedti" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Wiedemannia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Wiedemannia>
dwc:class "Insecta" ;
dwc:family "Empididae" ;
dwc:genus "Wiedemannia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Empididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Empididae>
dwc:class "Insecta" ;
dwc:family "Empididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,111 @@
@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/DD0D26324811A3E0FB600745209012E5>
dc:creator "Weigmann, G.; Miko, L." ;
dc:title "Berniniella silvatica" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Oppia_silvatica>, <http://taxon-name.plazi.org/id/Animalia/Berniniella_silvatica> ;
trt:publishedIn <http://publication.plazi.org/id/CD592FE5E06E76C3FD58977F48D137B7> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Berniniella_silvatica> ;
a trt:Treatment .
<http://publication.plazi.org/id/CD592FE5E06E76C3FD58977F48D137B7>
bibo:endPage "322" ;
bibo:startPage "261" ;
dc:creator "Weigmann, G.; Miko, L." ;
dc:date "2006" ;
dc:title "Hornmilben (Oribatida) [pages 261 to 322]" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Animalia/Berniniella_silvatica>
dwc:class "Arachnida" ;
dwc:family "Oppiidae" ;
dwc:genus "Berniniella" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "silvatica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Berniniella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Berniniella>
dwc:class "Arachnida" ;
dwc:family "Oppiidae" ;
dwc:genus "Berniniella" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oppiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oppiidae>
dwc:class "Arachnida" ;
dwc:family "Oppiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sarcoptiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sarcoptiformes>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Oppia_silvatica>
dwc:class "Arachnida" ;
dwc:family "Oppiidae" ;
dwc:genus "Oppia" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "silvatica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oppia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oppia>
dwc:class "Arachnida" ;
dwc:family "Oppiidae" ;
dwc:genus "Oppia" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oppiidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,88 @@
@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/DD0E12E1F6F7FC0046EDAB833DE95EBD>
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:title "Silene flos-cuculi Clairv." ;
trt:publishedIn <http://publication.plazi.org/id/CE1534D0BEFA8874D73381BD971E7902> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Silene_flos-cuculi> ;
a trt:Treatment .
<http://publication.plazi.org/id/CE1534D0BEFA8874D73381BD971E7902>
bibo:endPage "696" ;
bibo:startPage "632" ;
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:date "2018" ;
dc:title "Flora Helvetica - Caryophyllaceae" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Plantae/Silene_flos-cuculi>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Silene" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "flos-cuculi" ;
dwc:vernacularName "Kuckucks-Lichtnelke"@de, "Silene fleur de coucou"@fr, "Crotonella fior di cuculo"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Silene> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Silene>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Silene" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,92 @@
@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/DD0E22566ACF0C12D7F7754C3E100138>
dc:creator "Mahunka, S." ;
dc:title "Kalloia Mahunka 1985" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Kalloia_Mahunka_1985> ;
trt:publishedIn <http://publication.plazi.org/id/CDF3BBC5A8332EA484C5E281EA664380> ;
a trt:Treatment .
<http://publication.plazi.org/id/CDF3BBC5A8332EA484C5E281EA664380>
bibo:endPage "135" ;
bibo:journal "Acta Zoologica Hungarica" ;
bibo:startPage "73" ;
bibo:volume "32" ;
dc:creator "Mahunka, S." ;
dc:date "1986" ;
dc:title "A survey of the family Carabodidae C. L. Koch, 1836 (Acari: Oribatida)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Kalloia_Mahunka_1985>
dwc:authority "Mahunka, 1985" ;
dwc:authorityName "Mahunka" ;
dwc:authorityYear "1985" ;
dwc:class "Arachnida" ;
dwc:family "Carabodidae" ;
dwc:genus "Kalloia" ;
dwc:kingdom "Animalia" ;
dwc:order "Oribatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Mahunka, 1985" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalloia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Kalloia>
dwc:class "Arachnida" ;
dwc:family "Carabodidae" ;
dwc:genus "Kalloia" ;
dwc:kingdom "Animalia" ;
dwc:order "Oribatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabodidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carabodidae>
dwc:class "Arachnida" ;
dwc:family "Carabodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Oribatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oribatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oribatida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Oribatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,89 @@
@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/DD0E48927C03BF6446B140EB2C7179EF>
dc:creator "Jaitrong, Weeyawat; Ruangsittichai, Jiraporn" ;
dc:title "Aenictus wroughtonii species group" ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.775.26893> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Aenictus_wroughtonii> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.775.26893>
bibo:endPage "115" ;
bibo:journal "ZooKeys" ;
bibo:startPage "103" ;
bibo:volume "775" ;
dc:creator "Jaitrong, Weeyawat; Ruangsittichai, Jiraporn" ;
dc:date "2018" ;
dc:title "Two new species of the Aenictuswroughtonii species group (Hymenoptera, Formicidae, Dorylinae) from Thailand" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Aenictus_wroughtonii>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Aenictus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "wroughtonii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aenictus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aenictus>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Aenictus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,136 @@
@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/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/DD0EB0832510585D904FC1B84092278F>
cito:cites <http://dx.doi.org/10.3897/subtbiol.40.72499.figure5>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure6>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure7>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure8>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure11> ;
dc:creator "Cardoso 1, Giovanna Monticelli; Preez 2, Gerhard Du; Taiti 3,4, Stefano; Ferreira 1,5, Rodrigo L." ;
dc:title "Niambia ghaubensis Cardoso, Taiti & Ferreira 2021, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Niambia_ghaubensis_Cardoso_2021> ;
trt:publishedIn <http://dx.doi.org/10.3897/subtbiol.40.72499> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/subtbiol.40.72499>
bibo:endPage "108" ;
bibo:journal "Subterranean Biology" ;
bibo:pubDate "2021-11-19" ;
bibo:startPage "91" ;
bibo:volume "40" ;
dc:creator "Cardoso 1, Giovanna Monticelli; Preez 2, Gerhard Du; Taiti 3,4, Stefano; Ferreira 1,5, Rodrigo L." ;
dc:date "2021" ;
dc:title "New troglobitic species of Niambia from Botswana and Namibia (Crustacea, Isopoda, Oniscidea)" ;
fabio:hasPart <http://dx.doi.org/10.3897/subtbiol.40.72499.figure5>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure6>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure7>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure8>, <http://dx.doi.org/10.3897/subtbiol.40.72499.figure11> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Niambia_ghaubensis_Cardoso_2021>
dwc:LSID "http://zoobank.org/86223FA7-AB12-4E95-A8C9-948F89DA6C34" ;
dwc:authority "Cardoso, Taiti & Ferreira" ;
dwc:authorityName "Cardoso, Taiti & Ferreira" ;
dwc:authorityYear "2021" ;
dwc:class "Scorpionida" ;
dwc:family "Platyarthridae" ;
dwc:genus "Niambia" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cardoso, Taiti & Ferreira, 2021" ;
dwc:species "ghaubensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Niambia_ghaubensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Niambia_ghaubensis>
dwc:class "Scorpionida" ;
dwc:family "Platyarthridae" ;
dwc:genus "Niambia" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ghaubensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Niambia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Niambia>
dwc:class "Scorpionida" ;
dwc:family "Platyarthridae" ;
dwc:genus "Niambia" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platyarthridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Platyarthridae>
dwc:class "Scorpionida" ;
dwc:family "Platyarthridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isopoda>
dwc:class "Scorpionida" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scorpionida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scorpionida>
dwc:class "Scorpionida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.3897/subtbiol.40.72499.figure5>
dc:description "Figure 5. Niambia ghaubensis sp. nov. Female paratypes A habitus, dorsal view B habitus, lateral view C cephalon, frontal view D antennula E scale setae. Scale bars: 1 mm (A, B); 500 µm (C); 50 µm (D, E)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/612533> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/subtbiol.40.72499.figure6>
dc:description "Figure 6. Niambia ghaubensis sp. nov. Female paratype A scale-seta B co-ordinates of noduli laterales C pereonites 4 and 5, telson and right uropod, dorsal view D antennula E antenna F left mandible G right mandible H maxillula I maxilla J maxilliped." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/612534> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/subtbiol.40.72499.figure7>
dc:description "Figure 7. Niambia ghaubensis sp. nov. Male paratype A uropod B pereopod 1 C pereopod 7 D genital papilla and pleopod 1 E pleopod 2 F pleopod 3 exopod G pleopod 4 exopod H pleopod 5 exopod." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/612535> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/subtbiol.40.72499.figure8>
dc:description "Figure 8. Niambia ghaubensis sp. nov. A Ghaub cave's entrance B cave intricate stratigraphy C cave conduits D specimen of Niambia ghaubensis sp. nov. E cave chamber with mud animals F external hills surrounding the cave." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/612536> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/subtbiol.40.72499.figure11>
dc:description "Figure 11. Niambia namibiaensis sp. nov. Male paratype A pereopod 1 B pereopod 7 C genital papilla D pleopod 1 E pleopod 2 F pleopod 3 exopod G pleopod 4 exopod H pleopod 5 exopod." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/612539> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0EE145AB3B22A9503F04F8F8849412>
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:title "Glyptapanteles pinicola Lyle 1917" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Glyptapanteles_pinicola_Lyle_1917> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Apanteles_pinicola> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8151> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8151>
bibo:endPage "8151" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8151" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Braconidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Glyptapanteles_pinicola_Lyle_1917>
dwc:authority "Lyle, 1917" ;
dwc:authorityName "Lyle" ;
dwc:authorityYear "1917" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Glyptapanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lyle, 1917" ;
dwc:species "pinicola" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Glyptapanteles_pinicola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Glyptapanteles_pinicola>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Glyptapanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pinicola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Glyptapanteles> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Glyptapanteles>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Glyptapanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Apanteles_pinicola>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Apanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pinicola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apanteles> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apanteles>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Apanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .

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/DD0F131BE33464220C265AE7D1BAF14F>
dc:creator "Broad, Gavin R." ;
dc:title "Gonotypus Foerster 1869" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gonotypus_Foerster_1869> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Gonotypa> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gonotypus_Foerster_1869>
dwc:ID-ENA "288169" ;
dwc:authority "Foerster, 1869" ;
dwc:authorityName "Foerster" ;
dwc:authorityYear "1869" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Gonotypus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Foerster, 1869" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/634ML> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gonotypus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gonotypus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Gonotypus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Gonotypa>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Gonotypa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,864 @@
@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/DD0F5E0EF0E2914D56B090AD9259A1F1>
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Ericaceae_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Racosperma_penninerve_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_penninervis_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Cuparilla_myrtifolia_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Mimosa_myrtifolia_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_myrtifolia_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Drepaphyla_lanigera_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_lanigera_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Hectandra_suaveolens_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Mimosa_suaveolens_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_suaveolens_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Zigmaloba_sulcata_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_sulcata_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Chithonanthus_restiaceus_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_restiacea_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Tetracheilos_tetragonocarpa_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Phytomorula_regularis_Bruneau_2024>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure237>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure238>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure239>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure240> ;
dc:creator "Bruneau, Anne; de Queiroz, Luciano Paganucci; Ringelberg, Jens J.; Borges, Leonardo M.; Bortoluzzi, Roseli Lopes da Costa; Brown, Gillian K.; Cardoso, Domingos B. O. S.; Clark, Ruth P.; Conceicao, Adilva de Souza; Cota, Matheus Martins Teixeira; Demeulenaere, Else; de Stefano, Rodrigo Duno; Ebinger, John E.; Ferm, Julia; Fonseca-Cortes, Andres; Gagnon, Edeline; Grether, Rosaura; Guerra, Ethiene; Haston, Elspeth; Herendeen, Patrick S.; Hernandez, Hector M.; Hopkins, Helen C. F.; Huamantupa-Chuquimaco, Isau; Hughes, Colin E.; Ickert-Bond, Stefanie M.; Iganci, Joao; Koenen, Erik J. M.; Lewis, Gwilym P.; de Lima, Haroldo Cavalcante; de Lima, Alexandre Gibau; Luckow, Melissa; Marazzi, Brigitte; Maslin, Bruce R.; Morales, Matias; Morim, Marli Pires; Murphy, Daniel J.; O'Donnell, Shawn A.; Oliveira, Filipe Gomes; Oliveira, Ana Carla da Silva; Rando, Juliana Gastaldello; Ribeiro, Petala Gomes; Ribeiro, Carolina Lima; Santos, Felipe da Silva; Seigler, David S.; da Silva, Guilherme Sousa; Simon, Marcelo F.; Soares, Marcos Vinicius Batista; Terra, Vanessa" ;
dc:title "Acacia Mill., Gard. Dict. Abr., ed. 4, [25]. 1754, nom. cons." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Acacia_Mill._1754> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Acacia_Phyllodineae_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Racosperma_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Phyllodoce_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Cuparilla_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Drepaphyla_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Hectandra_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Zigmaloba_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Chithonanthus_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Tetracheilos_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_Phyllodoce_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Phytomorula_Bruneau_2024>, <http://taxon-concept.plazi.org/id/Plantae/Acacia_Bruneau_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.240.101716> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.240.101716>
bibo:endPage "552" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2024-04-03" ;
bibo:startPage "1" ;
bibo:volume "240" ;
dc:creator "Bruneau, Anne; de Queiroz, Luciano Paganucci; Ringelberg, Jens J.; Borges, Leonardo M.; Bortoluzzi, Roseli Lopes da Costa; Brown, Gillian K.; Cardoso, Domingos B. O. S.; Clark, Ruth P.; Conceicao, Adilva de Souza; Cota, Matheus Martins Teixeira; Demeulenaere, Else; de Stefano, Rodrigo Duno; Ebinger, John E.; Ferm, Julia; Fonseca-Cortes, Andres; Gagnon, Edeline; Grether, Rosaura; Guerra, Ethiene; Haston, Elspeth; Herendeen, Patrick S.; Hernandez, Hector M.; Hopkins, Helen C. F.; Huamantupa-Chuquimaco, Isau; Hughes, Colin E.; Ickert-Bond, Stefanie M.; Iganci, Joao; Koenen, Erik J. M.; Lewis, Gwilym P.; de Lima, Haroldo Cavalcante; de Lima, Alexandre Gibau; Luckow, Melissa; Marazzi, Brigitte; Maslin, Bruce R.; Morales, Matias; Morim, Marli Pires; Murphy, Daniel J.; O'Donnell, Shawn A.; Oliveira, Filipe Gomes; Oliveira, Ana Carla da Silva; Rando, Juliana Gastaldello; Ribeiro, Petala Gomes; Ribeiro, Carolina Lima; Santos, Felipe da Silva; Seigler, David S.; da Silva, Guilherme Sousa; Simon, Marcelo F.; Soares, Marcos Vinicius Batista; Terra, Vanessa" ;
dc:date "2024" ;
dc:title "Advances in Legume Systematics 14. Classification of Caesalpinioideae. Part 2: Higher-level classification" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.240.101716.figure237>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure238>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure239>, <http://dx.doi.org/10.3897/phytokeys.240.101716.figure240> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_Mill._1754>
dwc:authority "Mill., Gard. Dict. Abr., ed. 4, [25]. 1754" ;
dwc:authorityName "Mill., Gard. Dict. Abr., ed. 4, [25]." ;
dwc:authorityYear "1754" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Mill., Gard. Dict. Abr., ed. 4, [25]., 1754" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9CJHV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_Phyllodineae_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "section" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:section "Phyllodineae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_Phyllodineae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Racosperma_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Racosperma" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Racosperma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Phyllodoce_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Phyllodoce" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phyllodoce> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Ericaceae_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:family "Ericaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ericaceae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Racosperma_penninerve_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Racosperma" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "penninerve" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Racosperma_penninerve> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_penninervis_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "penninervis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_penninervis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Cuparilla_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Cuparilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cuparilla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Cuparilla_myrtifolia_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Cuparilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "myrtifolia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cuparilla_myrtifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Mimosa_myrtifolia_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mimosa" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "myrtifolia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mimosa_myrtifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_myrtifolia_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "myrtifolia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_myrtifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Drepaphyla_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Drepaphyla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Drepaphyla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Drepaphyla_lanigera_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Drepaphyla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "lanigera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Drepaphyla_lanigera> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_lanigera_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "lanigera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_lanigera> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Hectandra_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:family "Fabaceae" ;
dwc:genus "Hectandra" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hectandra> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Hectandra_suaveolens_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:family "Fabaceae" ;
dwc:genus "Hectandra" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "suaveolens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hectandra_suaveolens> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Mimosa_suaveolens_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mimosa" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "suaveolens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mimosa_suaveolens> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_suaveolens_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "suaveolens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_suaveolens> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Zigmaloba_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Zigmaloba" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Zigmaloba> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Zigmaloba_sulcata_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Zigmaloba" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "sulcata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Zigmaloba_sulcata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_sulcata_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "sulcata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_sulcata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Chithonanthus_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Chithonanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chithonanthus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Chithonanthus_restiaceus_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Chithonanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "restiaceus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chithonanthus_restiaceus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_restiacea_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "restiacea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_restiacea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Tetracheilos_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tetracheilos" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tetracheilos> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Tetracheilos_tetragonocarpa_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tetracheilos" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "tetragonocarpa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tetracheilos_tetragonocarpa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_Phyllodoce_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "section" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:section "Phyllodoce" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia_Phyllodoce> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Phytomorula_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Phytomorula" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phytomorula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Phytomorula_regularis_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Phytomorula" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
dwc:species "regularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phytomorula_regularis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Acacia_Bruneau_2024>
dwc:authorityName "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bruneau & de Queiroz & Ringelberg & Borges & Bortoluzzi & Brown & Cardoso & Clark & Conceição & Cota & Demeulenaere & de Stefano & Ebinger & Ferm & Fonseca-Cortés & Gagnon & Grether & Guerra & Haston & Herendeen & Hernández & Hopkins & Huamantupa-Chuquimaco & Hughes & Ickert-Bond & Iganci & Koenen & Lewis & de Lima & de Lima & Luckow & Marazzi & Maslin & Morales & Morim & Murphy & ODonnell & Oliveira & Oliveira & Rando & Ribeiro & Ribeiro & Santos & Seigler & da Silva & Simon & Soares & Terra, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Acacia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>, <http://taxon-name.plazi.org/id/Plantae> ;
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/Acacia_Phyllodineae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "section" ;
dwc:section "Phyllodineae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Racosperma>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Racosperma" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phyllodoce>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Phyllodoce" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ericaceae>
dwc:family "Ericaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Racosperma_penninerve>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Racosperma" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "penninerve" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Racosperma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_penninervis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "penninervis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cuparilla>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Cuparilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cuparilla_myrtifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Cuparilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "myrtifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cuparilla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mimosa_myrtifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mimosa" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "myrtifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Mimosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mimosa>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mimosa" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_myrtifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "myrtifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Drepaphyla>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Drepaphyla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Drepaphyla_lanigera>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Drepaphyla" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lanigera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Drepaphyla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_lanigera>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lanigera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hectandra>
dwc:family "Fabaceae" ;
dwc:genus "Hectandra" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hectandra_suaveolens>
dwc:family "Fabaceae" ;
dwc:genus "Hectandra" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:rank "species" ;
dwc:species "suaveolens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hectandra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mimosa_suaveolens>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Mimosa" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "suaveolens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Mimosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_suaveolens>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "suaveolens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zigmaloba>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Zigmaloba" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zigmaloba_sulcata>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Zigmaloba" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sulcata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zigmaloba> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_sulcata>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sulcata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chithonanthus>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Chithonanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chithonanthus_restiaceus>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Chithonanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "restiaceus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chithonanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_restiacea>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "restiacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tetracheilos>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tetracheilos" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tetracheilos_tetragonocarpa>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Tetracheilos" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tetragonocarpa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tetracheilos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acacia_Phyllodoce>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Acacia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "section" ;
dwc:section "Phyllodoce" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phytomorula>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Phytomorula" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phytomorula_regularis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Phytomorula" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "regularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phytomorula> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/phytokeys.240.101716.figure237>
dc:description "Figure 237. Diversity in habit and foliage of Acacia A arborescent habit of A. cyperophylla var. omearana Maslin B ' Minni Ritchi' bark of A. grasbyi Maiden C prostrate habit of A. pulviniformis Maiden D shrub habit of A. brachybotrya Benth. E A. argyrophylla Hook. showing 1 - veined phyllodes and globose inflorescences F bipinnate foliage of A. leucoclada subsp. argentifolia Tindale G A. spondylophylla F. Muell. showing phyllodes arranged in regular whorls along branches H A. alata var. biglandulosa Meisn. showing decurrent phyllodes that form bifarious wings along branches I A. tetraptera Maslin showing unusually small phyllodes (B. R. Maslin 5792). Photo credits A, C, E, H, I B Maslin B A George D D Murphy F L Jessup G K Brennan." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014909> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.240.101716.figure238>
dc:description "Figure 238. Diversity in inflorescences and flowers of Acacia A heads in terminal panicle and racemes of A. pyrifolia DC. var. pyrifolia (B. R. Maslin 8425) B heads in racemes of A. neriifolia A. Cunn. ex Benth. C axillary heads of A. heterochroa Maslin subsp. heterochroa (B. R. Maslin 4766) D axillary spikes with densely arranged flowers of A. fecunda Maslin (B. R. Maslin 8762) E spikes with loosely arranged flowers and arranged in short racemes of A. leptostachya Benth. Photo credits A, C, D B Maslin B unknown E IB Armitage." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014910> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.240.101716.figure239>
dc:description "Figure 239. Diversity in fruits and seeds of Acacia A pods of A. catenulata subsp. occidentalis Maslin that readily break into 1 - seeded loments (B. R. Maslin 8880) B fruits of the ' Mulga' species A. incurvaneura Maslin & J. E. Reid (B. R. Maslin 9304 B) C A. ancistrocarpa Maiden & Blakely fruits are superficially similar to those of Calliandra D A. ampliceps Maslin showing brittle fruits with seeds having bright red aril (bird dispersed) (B. R. Maslin 8660) E A. coolgardiensis Maiden showing terete fruits F irregularly coiled fruits of A. auriculiformis A. Cunn ex Benth. showing seeds encircled by showy aril. Photo credits A-E B Maslin F K Brennan." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014911> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.240.101716.figure240>
dc:description "Figure 240. Distribution of Acacia based on quality-controlled digitised herbarium records. Note that Acacia confusa Merr. is widely planted in the Philippines and Taiwan, making it difficult to distinguish native from introduced occurrences. See Suppl. material 1 for the source of occurrence data." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014912> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@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/DD0F6E67C72AF69DCB1216944A451AF3>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Tamiops mcclellandii" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0F6E67C72AF69DCB1216944A451AF3.mc.5F3481E6931B3074034FA519AFB8323E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tamiops_mcclellandii_Horsfield_1839> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316535> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316535>
bibo:endPage "818" ;
bibo:startPage "754" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Rodentia - Family Sciuridae" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Tamiops_mcclellandii_Horsfield_1839>
dwc:authority "(Horsfield 1839)" ;
dwc:baseAuthorityName "Horsfield" ;
dwc:baseAuthorityYear "1839" ;
dwc:class "Mammalia" ;
dwc:family "Sciuridae" ;
dwc:genus "Tamiops" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Horsfield, 1839)" ;
dwc:species "mcclellandii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7BJ5B> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tamiops_mcclellandii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tamiops_mcclellandii>
dwc:class "Mammalia" ;
dwc:family "Sciuridae" ;
dwc:genus "Tamiops" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "mcclellandii" ;
dwc:vernacularName "Himalayan Striped Squirrel"@en ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tamiops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tamiops>
dwc:class "Mammalia" ;
dwc:family "Sciuridae" ;
dwc:genus "Tamiops" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sciuridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sciuridae>
dwc:class "Mammalia" ;
dwc:family "Sciuridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rodentia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rodentia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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://tb.plazi.org/GgServer/dwcaRecords/DD0F6E67C72AF69DCB1216944A451AF3.mc.5F3481E6931B3074034FA519AFB8323E>
trt:gbifOccurrenceId "4867319533" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F6E67C72AF69DCB1216944A451AF3#5F3481E6931B3074034FA519AFB8323E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,202 @@
@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/DD0F87BFEB68FF97FDB8FA40A80AFCF6>
cito:cites <http://dx.doi.org/10.5281/zenodo.4966009>, <http://dx.doi.org/10.5281/zenodo.4966011>, <http://dx.doi.org/10.5281/zenodo.4966013>, <http://dx.doi.org/10.5281/zenodo.4966015>, <http://dx.doi.org/10.5281/zenodo.4966019>, <http://dx.doi.org/10.5281/zenodo.4966021>, <http://dx.doi.org/10.5281/zenodo.4966007> ;
dc:creator "Vandenspiegel, Didier; Henrard, Arnaud; Mathys, Aurore" ;
dc:title "Sechelleptus arborivagus Vandenspiegel & Henrard & Mathys 2021, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FF54FEC8AB34FE75>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FF54FDBBABF1FD21>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FE71FDFDA9DEFD07>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FF54FC90A8B7FCC9> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sechelleptus_arborivagus_Vandenspiegel_2021> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2021.755.1395> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2021.755.1395>
bibo:endPage "21" ;
bibo:issue "1" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2021-06-16" ;
bibo:startPage "1" ;
bibo:volume "755" ;
dc:creator "Vandenspiegel, Didier; Henrard, Arnaud; Mathys, Aurore" ;
dc:date "2021" ;
dc:title "Sechelleptus arborivagus sp. nov., a new arboreal spirostreptid millipede (Diplopoda, Spirostreptidae) endemic to Mayotte Island (Comoros Archipelago), Indian Ocean" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4966009>, <http://dx.doi.org/10.5281/zenodo.4966011>, <http://dx.doi.org/10.5281/zenodo.4966013>, <http://dx.doi.org/10.5281/zenodo.4966015>, <http://dx.doi.org/10.5281/zenodo.4966019>, <http://dx.doi.org/10.5281/zenodo.4966021>, <http://dx.doi.org/10.5281/zenodo.4966007> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sechelleptus_arborivagus_Vandenspiegel_2021>
dwc:authority "Vandenspiegel & Henrard & Mathys, 2021" ;
dwc:authorityName "Vandenspiegel & Henrard & Mathys" ;
dwc:authorityYear "2021" ;
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:genus "Sechelleptus" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vandenspiegel & Henrard & Mathys, 2021" ;
dwc:species "arborivagus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8M2BJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sechelleptus_arborivagus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sechelleptus_arborivagus>
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:genus "Sechelleptus" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "arborivagus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sechelleptus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sechelleptus>
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:genus "Sechelleptus" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spirostreptidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spirostreptidae>
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spirostreptida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spirostreptida>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diplopoda>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.4966009>
dc:description "Fig. 3. Sechelleptus arborivagus sp. nov., in vivo habitus. A. Two females showing different color. B. Female on tree. Scale bars = 3 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966009/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4966011>
dc:description "Fig. 4. Sechelleptus arborivagus sp. nov., paratype, ♂ (BE_RMCA_MYR.Dip.22875). SEM views. A. Ommatia, frontal view. B. Antennae, ventral view, arrows pointing to sensilla basiconica. C. Lateral view of collum, arrows pointing to the anteroventral angle 8090°. D. Head, ventral view. E. Mandible, ventral view. F. Mandible, frontal view (F). G. Clypeus, frontal view. H. Limbus. I. Defensive gland. J. Walking leg, lateral view. K. Tarsal claw, lateral view. Abbreviations: dg = defensive gland; me = mentum; od = odontomere; pl = pectinate lamellae; pm = prementum; pad = tibial pad;ps = psectomere; se = sectile edge. Scale bars: AB, F = 200 µm; CE, G, J = 500 µm; H = 5 µm; I = 1 mm; K = 100 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966011/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4966013>
dc:description "Fig. 5. Sechelleptus arborivagus sp. nov., paratype, ♂ (BE_RMCA_MYR.Dip.22875). SEM views. A. First pair of legs, frontal view. B. Apical part of gonopod telopodite. C. Gonocoxite, oral view. D. Gonocoxite, caudal view. E. Gonopod, lateral view. Abbreviations: al = apicolateral lamellose lobe; ats = antetorsal process; mp = metaplica; mpp = mesaplical projection; pfp = prefemoral process; pp = proplica; px = paracoxite; sl = solenomere; st = sternite; tlp = telopodite. Scale bars: A = 500 µm; B = 100 µm; CE = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966013/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4966015>
dc:description "Fig. 6. Sechelleptus arborivagus sp. nov., paratype, ♂ (BE_RMCA_MYR.Dip.22875). Drawing of the gonopods, oral view. Abbreviations: al = apicolateral lamellose lobe; ats = antetorsal process; mpp = mesaplical projection; pp = proplica; px = paracoxite; sl = solenomere; st = sternite; tlp = telopodite. Scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966015/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4966019>
dc:description "Fig. 7. Sechelleptus arborivagus sp. nov., paratype, ♀ (BE_RMCA_MYR.Dip.22876). Vulva. A. SEM of the vulva removed from the body, caudal view, slightly lateral. B. Drawing of the vulva, caudal view. Abbreviations: ab = aboral valve; op = opercula. Scale bar = 100 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966019/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4966021>
dc:description "Fig. 8. Distribution of Sechelleptus arborivagus sp. nov and S. variabilis VandenSpiegel & Golovatch, 2007 on Mayotte." ;
fabio:hasRepresentation <https://zenodo.org/record/4966021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4966007>
dc:description "Fig. 2. Sechelleptus variabilis VandenSpiegel & Golovatch, 2007 (BE_RMCA_MYR.Dip.22883). SEM views. A. Ommatidia, lateral view. B. Transversal section of midbody, frontal view. C. Tarsal claw, lateral view. Scale bars: A = 100 µm; B = 1 mm; C = 20 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966007/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FF54FEC8AB34FE75>
dwc:catalogNumber "BE_RMCA_MYR. Dip.22874" ;
dwc:collectionCode "MW, RMCA" ;
dwc:eventDate "2019-11-25" ;
dwc:locality "Mt. Tchaourembo" ;
dwc:recordedBy "D. VandenSpiegel & A. Mathys" ;
dwc:samplingProtocol "by hand" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "545" ;
dwc:verbatimLatitude "-12.870556" ;
dwc:verbatimLongitude "45.145557" ;
trt:gbifOccurrenceId "3302848307" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB68FF97FDB8FA40A80AFCF6#E5CE3CF4EB67FF90FF54FEC8AB34FE75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FF54FDBBABF1FD21>
dwc:catalogNumber "BE_RMCA_ MYR.Dip.22875" ;
dwc:collectionCode "MW, RMCA" ;
dwc:eventDate "2019-11-25" ;
dwc:locality "FRANCE" ;
dwc:recordedBy "D. VandenSpiegel & A. Mathys " ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "545" ;
dwc:verbatimLatitude "-12.870556" ;
dwc:verbatimLongitude "45.145557" ;
trt:gbifOccurrenceId "3302848309" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB68FF97FDB8FA40A80AFCF6#E5CE3CF4EB67FF90FF54FDBBABF1FD21> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FE71FDFDA9DEFD07>
dwc:catalogNumber "BE_RMCA_MYR.Dip.22876" ;
dwc:collectionCode "MW, RMCA" ;
dwc:eventDate "2019-11-25" ;
dwc:locality "Mt. Tchaourembo" ;
dwc:recordedBy "D. VandenSpiegel & A. Mathys " ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "545" ;
dwc:verbatimLatitude "-12.870556" ;
dwc:verbatimLongitude "45.145557" ;
trt:gbifOccurrenceId "3302848306" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB68FF97FDB8FA40A80AFCF6#E5CE3CF4EB67FF90FE71FDFDA9DEFD07> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB68FF97FDB8FA40A80AFCF6.mc.E5CE3CF4EB67FF90FF54FC90A8B7FCC9>
dwc:catalogNumber "BE_RMCA_MYR.Dip.17917" ;
dwc:collectionCode "R, MW, RMCA" ;
dwc:eventDate "1999-01-23" ;
dwc:locality "FRANCE" ;
dwc:recordedBy "R. Jocque & G. De Smet" ;
dwc:samplingProtocol "by hand" ;
dwc:verbatimLatitude "-12.866667" ;
dwc:verbatimLongitude "45.183334" ;
trt:gbifOccurrenceId "3302848310" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB68FF97FDB8FA40A80AFCF6#E5CE3CF4EB67FF90FF54FC90A8B7FCC9> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00>
cito:cites <http://dx.doi.org/10.5281/zenodo.4966007> ;
dc:creator "Vandenspiegel, Didier; Henrard, Arnaud; Mathys, Aurore" ;
dc:title "Sechelleptus variabilis VandenSpiegel & Golovatch 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB69FF9EFF54F8F9A992F803>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFF54FC31AF69FC4B>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFAD6FC54AEAAFBA8>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFB12FC7BA9C5FB8D>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFC39FB9FAB9CFBC6>, <http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFDEEFBC1AEAAFB3B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sechelleptus_variabilis_VandenSpiegel_2007> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2021.755.1395> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2021.755.1395>
bibo:endPage "21" ;
bibo:issue "1" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2021-06-16" ;
bibo:startPage "1" ;
bibo:volume "755" ;
dc:creator "Vandenspiegel, Didier; Henrard, Arnaud; Mathys, Aurore" ;
dc:date "2021" ;
dc:title "Sechelleptus arborivagus sp. nov., a new arboreal spirostreptid millipede (Diplopoda, Spirostreptidae) endemic to Mayotte Island (Comoros Archipelago), Indian Ocean" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4966007> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sechelleptus_variabilis_VandenSpiegel_2007>
dwc:authority "VandenSpiegel & Golovatch, 2007" ;
dwc:authorityName "VandenSpiegel & Golovatch" ;
dwc:authorityYear "2007" ;
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:genus "Sechelleptus" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "VandenSpiegel & Golovatch, 2007" ;
dwc:species "variabilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4W8C2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sechelleptus_variabilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sechelleptus_variabilis>
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:genus "Sechelleptus" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "variabilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sechelleptus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sechelleptus>
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:genus "Sechelleptus" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spirostreptidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spirostreptidae>
dwc:class "Diplopoda" ;
dwc:family "Spirostreptidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spirostreptida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spirostreptida>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Spirostreptida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diplopoda>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.4966007>
dc:description "Fig. 2. Sechelleptus variabilis VandenSpiegel & Golovatch, 2007 (BE_RMCA_MYR.Dip.22883). SEM views. A. Ommatidia, lateral view. B. Transversal section of midbody, frontal view. C. Tarsal claw, lateral view. Scale bars: A = 100 µm; B = 1 mm; C = 20 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/4966007/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB69FF9EFF54F8F9A992F803>
dwc:catalogNumber "BE_RMCA_MYR.Dip.21733" ;
dwc:collectionCode "R, RMCA" ;
dwc:eventDate "2003-05-21" ;
dwc:locality "Moheli" ;
dwc:recordedBy "R. Jocque & D. VandenSpiegel" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-12.25" ;
dwc:verbatimLongitude "43.75" ;
trt:gbifOccurrenceId "3302848301" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00#E5CE3CF4EB69FF9EFF54F8F9A992F803> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFF54FC31AF69FC4B>
dwc:catalogNumber "BE_RMCA_MYR.Dip.22878" ;
dwc:collectionCode "RMCA" ;
dwc:eventDate "2019-11-19" ;
dwc:locality "FRANCE" ;
dwc:recordedBy "Comoros" ;
dwc:samplingProtocol "hand collecting" ;
trt:gbifOccurrenceId "3302848304" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00#E5CE3CF4EB68FF9FFF54FC31AF69FC4B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFAD6FC54AEAAFBA8>
dwc:catalogNumber "BE_RMCA_MYR.Dip.22879" ;
dwc:collectionCode "RMCA" ;
dwc:eventDate "2019-11-21" ;
dwc:locality "Mereni" ;
dwc:recordedBy "Dip." ;
dwc:samplingProtocol "hand collecting" ;
trt:gbifOccurrenceId "3302848308" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00#E5CE3CF4EB68FF9FFAD6FC54AEAAFBA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFB12FC7BA9C5FB8D>
dwc:catalogNumber "BE_RMCA_MYR.Dip.22983" ;
dwc:collectionCode "RMCA" ;
dwc:eventDate "2019-11-21" ;
dwc:locality "Mereni" ;
dwc:recordedBy "Dip." ;
dwc:samplingProtocol "hand collecting" ;
trt:gbifOccurrenceId "3302848302" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00#E5CE3CF4EB68FF9FFB12FC7BA9C5FB8D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFC39FB9FAB9CFBC6>
dwc:catalogNumber "BE_ RMCA_MYR.Dip.22883" ;
dwc:collectionCode "RMCA" ;
dwc:eventDate "2019-11-21" ;
dwc:locality "Mont Benara" ;
dwc:recordedBy "D. VandenSpiegel & A. Mathys" ;
dwc:samplingProtocol "hand collecting & sieving" ;
dwc:verbatimLatitude "-12.866667" ;
dwc:verbatimLongitude "45.15" ;
trt:gbifOccurrenceId "3302848305" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00#E5CE3CF4EB68FF9FFC39FB9FAB9CFBC6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD0F87BFEB69FF9FFE2BF926A81FFA00.mc.E5CE3CF4EB68FF9FFDEEFBC1AEAAFB3B>
dwc:catalogNumber "BE_RMCA_MYR.Dip.22930" ;
dwc:collectionCode "RMCA" ;
dwc:eventDate "2019-11-15" ;
dwc:locality "Mont Combani" ;
dwc:recordedBy "D. VandenSpiegel & A. Mathys" ;
dwc:samplingProtocol "sieving" ;
dwc:verbatimElevation "500" ;
dwc:verbatimLatitude "-12.783334" ;
dwc:verbatimLongitude "45.15" ;
trt:gbifOccurrenceId "3302848303" ;
trt:httpUri <https://treatment.plazi.org/id/DD0F87BFEB69FF9FFE2BF926A81FFA00#E5CE3CF4EB68FF9FFDEEFBC1AEAAFB3B> ;
a dwc:MaterialCitation .

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,86 @@
@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/DD0FB097AF66C46B91A00BBDC33E9D8F>
dc:creator "Smith, F." ;
dc:title "Formica dislocata" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Formica_dislocata> ;
trt:publishedIn <http://publication.plazi.org/id/913D7CCA2C271185BA478FF390B73E80> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Formica_dislocata> ;
a trt:Treatment .
<http://publication.plazi.org/id/913D7CCA2C271185BA478FF390B73E80>
dc:creator "Smith, F." ;
dc:date "1858" ;
dc:title "Catalogue of the hymenopterous insects in the collection of the British Museum. Part VI. Formicidae." ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Animalia/Formica_dislocata>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "dislocata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formica>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,89 @@
@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/DD0FB428FFD0FFE5FF550C3448AA485B>
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria draco" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_draco> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_draco>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "draco" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,89 @@
@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/DD0FB428FFD0FFEAFE5308EB4B7A4D43>
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria balionata" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_balionata> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_balionata>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "balionata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,114 @@
@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/DD0FB428FFD2FFEAFF0609E34A3A4AC6>
cito:cites <http://dx.doi.org/10.5281/zenodo.204764> ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria nigrocapitata Braga & Ferreira-Jr, 2010, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Desmopachria_nigrocapitata_Braga_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.204764> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Desmopachria_nigrocapitata_Braga_2010>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Braga & Ferreira-Jr, 2010" ;
dwc:authorityName "Braga & Ferreira-Jr" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Braga & Ferreira-Jr, 2010" ;
dwc:species "nigrocapitata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/353W5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_nigrocapitata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_nigrocapitata>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigrocapitata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.204764>
dc:description "FIGURES 3 4. 3) Desmopachria cavia sp. nov. 4) D. nigrocapitata sp. nov. a) Dorsal habitus; b) last visible abdominal ventrite; c) male genitalia, dorsal view; d) male genitalia, ventral view; e) male genitalia, dorsal view with cover slips. Scale in dorsal habitus = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/204764/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,114 @@
@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/DD0FB428FFD3FFE8FF06080C4B4B48ED>
cito:cites <http://dx.doi.org/10.5281/zenodo.204764> ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria cavia Braga & Ferreira-Jr, 2010, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Desmopachria_cavia_Braga_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.204764> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Desmopachria_cavia_Braga_2010>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Braga & Ferreira-Jr, 2010" ;
dwc:authorityName "Braga & Ferreira-Jr" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Braga & Ferreira-Jr, 2010" ;
dwc:species "cavia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6CNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_cavia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_cavia>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cavia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.204764>
dc:description "FIGURES 3 4. 3) Desmopachria cavia sp. nov. 4) D. nigrocapitata sp. nov. a) Dorsal habitus; b) last visible abdominal ventrite; c) male genitalia, dorsal view; d) male genitalia, ventral view; e) male genitalia, dorsal view with cover slips. Scale in dorsal habitus = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/204764/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,114 @@
@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/DD0FB428FFD4FFE9FF060A9E4A5D4AC6>
cito:cites <http://dx.doi.org/10.5281/zenodo.204763> ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria varzeana Braga & Ferreira-Jr, 2010, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Desmopachria_varzeana_Braga_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.204763> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Desmopachria_varzeana_Braga_2010>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Braga & Ferreira-Jr, 2010" ;
dwc:authorityName "Braga & Ferreira-Jr" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Braga & Ferreira-Jr, 2010" ;
dwc:species "varzeana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/353XB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_varzeana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_varzeana>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "varzeana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.204763>
dc:description "FIGURES 1 2. 1) Desmopachria manus sp. nov. 2) D. varzeana sp. nov. a) Dorsal habitus; b) last visible abdominal ventrite; c) male genitalia, dorsal view; d) male genitalia, ventral view; e) male genitalia, dorsal view with cover slips. Scale in dorsal habitus = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/204763/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,114 @@
@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/DD0FB428FFD6FFECFF060B244BB24CFB>
cito:cites <http://dx.doi.org/10.5281/zenodo.204763> ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria manus Braga & Ferreira-Jr, 2010, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Desmopachria_manus_Braga_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.204763> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Desmopachria_manus_Braga_2010>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Braga & Ferreira-Jr, 2010" ;
dwc:authorityName "Braga & Ferreira-Jr" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Braga & Ferreira-Jr, 2010" ;
dwc:species "manus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6CNJD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_manus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_manus>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "manus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.204763>
dc:description "FIGURES 1 2. 1) Desmopachria manus sp. nov. 2) D. varzeana sp. nov. a) Dorsal habitus; b) last visible abdominal ventrite; c) male genitalia, dorsal view; d) male genitalia, ventral view; e) male genitalia, dorsal view with cover slips. Scale in dorsal habitus = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/204763/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,89 @@
@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/DD0FB428FFDFFFE4FF550F804D854AC2>
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria subnotata" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_subnotata> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_subnotata>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "subnotata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,89 @@
@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/DD0FB428FFDFFFE5FF55093F4AD84E0C>
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:title "Desmopachria striola" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.204762> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Desmopachria_striola> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.204762>
bibo:endPage "42" ;
bibo:journal "Zootaxa" ;
bibo:startPage "33" ;
bibo:volume "2415" ;
dc:creator "Braga, Rafael Benzi; Ferreira-Jr, Nelson" ;
dc:date "2010" ;
dc:title "Four new species of Desmopachria Babington (Insecta, Coleoptera, Dytiscidae) from the Amazon river floodplain" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria_striola>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "striola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmopachria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmopachria>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Desmopachria" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,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/DD0FEA16953817A71AF6F80770CA4A4A>
dc:creator "Richart, Casey H.; Hedin, Marshal" ;
dc:title "Acuclavella quattuor Shear 1986" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acuclavella_quattuor_Shear_1986> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.311.2920> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.311.2920>
bibo:endPage "68" ;
bibo:journal "ZooKeys" ;
bibo:startPage "19" ;
bibo:volume "311" ;
dc:creator "Richart, Casey H.; Hedin, Marshal" ;
dc:date "2013" ;
dc:title "Three new species in the harvestmen genus Acuclavella (Opiliones, Dyspnoi, Ischyropsalidoidea), including description of male Acuclavella quattuor Shear, 1986" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acuclavella_quattuor_Shear_1986>
dwc:LSID "http://species-id.net/wiki/Acuclavella_quattuor" ;
dwc:authority "Shear, 1986" ;
dwc:authorityName "Shear" ;
dwc:authorityYear "1986" ;
dwc:class "Arachnida" ;
dwc:family "Ischyropsalididae" ;
dwc:genus "Acuclavella" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Shear, 1986" ;
dwc:species "quattuor" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acuclavella_quattuor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acuclavella_quattuor>
dwc:class "Arachnida" ;
dwc:family "Ischyropsalididae" ;
dwc:genus "Acuclavella" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quattuor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acuclavella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acuclavella>
dwc:class "Arachnida" ;
dwc:family "Ischyropsalididae" ;
dwc:genus "Acuclavella" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ischyropsalididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ischyropsalididae>
dwc:class "Arachnida" ;
dwc:family "Ischyropsalididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Opiliones> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Opiliones>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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,185 @@
@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/DD1006389744FF94FEDEF97F604AF8D1>
cito:cites <http://dx.doi.org/10.5281/zenodo.7184383>, <http://dx.doi.org/10.5281/zenodo.7184389>, <http://dx.doi.org/10.5281/zenodo.7184387>, <http://dx.doi.org/10.5281/zenodo.7184393>, <http://dx.doi.org/10.5281/zenodo.7184401>, <http://dx.doi.org/10.5281/zenodo.7184395>, <http://dx.doi.org/10.5281/zenodo.7184399> ;
dc:creator "Liu, Hongguang; Tong, Yan; Zheng, Yami; Li, Shuqiang; Hou, Zhonge" ;
dc:title "Morinoia aosen Liu & Tong & Zheng & Li & Hou 2022" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD1006389744FF94FEDEF97F604AF8D1.mc.E5D1BD739744FF9EFCFEFA3F66E3F9CA>, <http://tb.plazi.org/GgServer/dwcaRecords/DD1006389744FF94FEDEF97F604AF8D1.mc.E5D1BD739744FF9EFCFEF95960F6F90F>, <http://tb.plazi.org/GgServer/dwcaRecords/DD1006389744FF94FEDEF97F604AF8D1.mc.E5D1BD739744FF9EFC7FF94766E1F8AC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Morinoia_aosen_Liu_2022> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlab119> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlab119>
bibo:endPage "958" ;
bibo:issue "2" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2022-10-01" ;
bibo:startPage "940" ;
bibo:volume "196" ;
dc:creator "Liu, Hongguang; Tong, Yan; Zheng, Yami; Li, Shuqiang; Hou, Zhonge" ;
dc:date "2022" ;
dc:title "Sea-land transition drove terrestrial amphipod diversification in East Asia, with a description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.7184383>, <http://dx.doi.org/10.5281/zenodo.7184389>, <http://dx.doi.org/10.5281/zenodo.7184387>, <http://dx.doi.org/10.5281/zenodo.7184393>, <http://dx.doi.org/10.5281/zenodo.7184401>, <http://dx.doi.org/10.5281/zenodo.7184395>, <http://dx.doi.org/10.5281/zenodo.7184399> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Morinoia_aosen_Liu_2022>
dwc:authorityName "Liu & Tong & Zheng & Li & Hou" ;
dwc:authorityYear "2022" ;
dwc:class "Malacostraca" ;
dwc:family "Talitridae" ;
dwc:genus "Morinoia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Liu & Tong & Zheng & Li & Hou, 2022" ;
dwc:species "aosen" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/fa9b851e-5d77-4829-b3b1-6e5fb1d8a0e5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Morinoia_aosen> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Morinoia_aosen>
dwc:class "Malacostraca" ;
dwc:family "Talitridae" ;
dwc:genus "Morinoia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "aosen" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Morinoia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Morinoia>
dwc:class "Malacostraca" ;
dwc:family "Talitridae" ;
dwc:genus "Morinoia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Talitridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Talitridae>
dwc:class "Malacostraca" ;
dwc:family "Talitridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.7184383>
dc:description "Figure 4. Morinoia aosen sp. nov. from Beijing. A, male, holotype, IZCAS-I-A17001, 8.5 mm. B, female, paratype, IZCAS- I-A17002, 7.6 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/7184383/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.7184389>
dc:description "Figure 6. Morinoia aosen sp. nov. male holotype, from Beijing. A, antennae III. B, uropods. C, gnathopod I. D, gnathopod II. E, uropod I. F, uropod II." ;
fabio:hasRepresentation <https://zenodo.org/record/7184389/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.7184387>
dc:description "Figure 5. Morinoia aosen sp. nov. male holotype, from Beijing. A, upper lip. B, left mandible. C, right mandible. DE, maxilla I. F, maxilla II. G, lower lip. H, maxilliped." ;
fabio:hasRepresentation <https://zenodo.org/record/7184387/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.7184393>
dc:description "Figure 7. Morinoia aosen sp. nov. male holotype, from Beijing. A, pereopod III. B, pereopod IV. C, pereopod V. D, pereopod VI. E, pereopod VII." ;
fabio:hasRepresentation <https://zenodo.org/record/7184393/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.7184401>
dc:description "Figure 10. Morinoia aosen sp. nov. female paratype, from Beijing. A, antennae III. B, gnathopod I. C, gnathopod II. D, propodus of gnathopod II. E, pleopod. F, the tip of spine (on the propodus of gnathopod II)." ;
fabio:hasRepresentation <https://zenodo.org/record/7184401/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.7184395>
dc:description "Figure 8. The uropod III in Morinoia species. A, B, uropod III of Morinoia aosen sp. nov. C, D, uropod III of M. japonica. EG, uropod III of M. paludosus. White arrows show the interspecific difference and black arrows show the intraspecific difference. Images of M. paludosus and M. japonica modified from Cheng et al. (2011)." ;
fabio:hasRepresentation <https://zenodo.org/record/7184395/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.7184399>
dc:description "Figure 9. The telson in Morinoia species. A, B, telson of Morinoia aosen sp.nov.C, telson ofM. paludosus. D, telson of M. japonica.White arrows show the interspecific difference. Images of M. paludosus and M. japonica modified from Cheng et al. (2011)." ;
fabio:hasRepresentation <https://zenodo.org/record/7184399/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD1006389744FF94FEDEF97F604AF8D1.mc.E5D1BD739744FF9EFCFEFA3F66E3F9CA>
dwc:catalogNumber "IZCAS-I-A1700-1" ;
dwc:collectionCode "IZCAS" ;
dwc:eventDate "2017-11-16" ;
dwc:locality "lakeside along Aosen" ;
dwc:recordedBy "Hongguang Liu & Zhonge Hou" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "67" ;
dwc:verbatimLatitude "40.01" ;
dwc:verbatimLongitude "116.37" ;
trt:gbifOccurrenceId "3923194302" ;
trt:httpUri <https://treatment.plazi.org/id/DD1006389744FF94FEDEF97F604AF8D1#E5D1BD739744FF9EFCFEFA3F66E3F9CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD1006389744FF94FEDEF97F604AF8D1.mc.E5D1BD739744FF9EFCFEF95960F6F90F>
dwc:collectionCode "IZCAS" ;
dwc:eventDate "2017-11-16" ;
dwc:locality "Aosen" ;
dwc:recordedBy "Hongguang Liu & Zhonge Hou" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "67" ;
dwc:verbatimLatitude "40.01" ;
dwc:verbatimLongitude "116.37" ;
trt:gbifOccurrenceId "3923194301" ;
trt:httpUri <https://treatment.plazi.org/id/DD1006389744FF94FEDEF97F604AF8D1#E5D1BD739744FF9EFCFEF95960F6F90F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD1006389744FF94FEDEF97F604AF8D1.mc.E5D1BD739744FF9EFC7FF94766E1F8AC>
dwc:collectionCode "IZCAS" ;
dwc:eventDate "2017-11-16" ;
dwc:locality "Institute of Zoology" ;
dwc:recordedBy "All & China" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "67" ;
dwc:verbatimLatitude "40.01" ;
dwc:verbatimLongitude "116.37" ;
trt:gbifOccurrenceId "3923194303" ;
trt:httpUri <https://treatment.plazi.org/id/DD1006389744FF94FEDEF97F604AF8D1#E5D1BD739744FF9EFC7FF94766E1F8AC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,155 @@
@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/DD10179A41AA4F51762374CA3CE85576>
dc:creator "Broad, Gavin R." ;
dc:title "Exochus consimilis Holmgren 1858" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Exochus_consimilis_Holmgren_1858> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_parvispina>, <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_decoloratus>, <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_subalpinus> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Exochus_consimilis_Holmgren_1858>
dwc:ID-ENA "1419295" ;
dwc:authority "Holmgren, 1858" ;
dwc:authorityName "Holmgren" ;
dwc:authorityYear "1858" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Exochus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Holmgren, 1858" ;
dwc:species "consimilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3DMW3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exochus_consimilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Exochus_consimilis>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Exochus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "consimilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exochus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exochus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Exochus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Ethelurgina_parvispina>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ethelurgina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parvispina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ethelurgina>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ethelurgina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ethelurgina_decoloratus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ethelurgina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "decoloratus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ethelurgina_subalpinus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ethelurgina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "subalpinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina> ;
a dwcFP:TaxonName .

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/DD105FE9178258F581598A383B009095>
cito:cites <http://dx.doi.org/10.3897/zookeys.889.39090.figure5>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure14>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure23>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure31>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure34> ;
dc:creator "Hendrich, Lars; Shaverdo, Helena; Hajek, Jiri; Balke, Michael" ;
dc:title "Copelatus irregularis W. J. Macleay 1871" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Copelatus_irregularis_Macleay_1871> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Copelatus_irregularis> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.889.39090> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.889.39090>
bibo:endPage "152" ;
bibo:journal "ZooKeys" ;
bibo:startPage "81" ;
bibo:volume "889" ;
dc:creator "Hendrich, Lars; Shaverdo, Helena; Hajek, Jiri; Balke, Michael" ;
dc:date "2019" ;
dc:title "Taxonomic revision of Australian Copelatus Erichson, 1832 (Coleoptera, Dytiscidae, Copelatinae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.889.39090.figure5>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure14>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure23>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure31>, <http://dx.doi.org/10.3897/zookeys.889.39090.figure34> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Copelatus_irregularis_Macleay_1871>
dwc:LSID "DD105FE9-1782-58F5-8159-8A383B009095" ;
dwc:authority "W. J. Macleay, 1871" ;
dwc:authorityName "W. J. Macleay" ;
dwc:authorityYear "1871" ;
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Copelatus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "W. J. Macleay, 1871" ;
dwc:species "irregularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Copelatus_irregularis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Copelatus_irregularis>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Copelatus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "irregularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Copelatus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Copelatus>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:genus "Copelatus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dytiscidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dytiscidae>
dwc:class "Insecta" ;
dwc:family "Dytiscidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.3897/zookeys.889.39090.figure5>
dc:description "Figure 5. Habitus and colouration of Copelatus irregularis, male. Total length 7.7 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/356474> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.889.39090.figure14>
dc:description "Figure 14. Copelatus irregularis A median lobe in lateral view, right side B median lobe in lateral view, left side C median lobe in ventral view D left paramere in external view. Scale bar: 0.5 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/356483> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.889.39090.figure23>
dc:description "Figure 23. Distribution of Copelatus irregularis." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/356491> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.889.39090.figure31>
dc:description "Figure 31. Habitat of Copelatus irregularis and C. clarki A residual pool of the stream bed of Oakly Creek, Queensland (Loc. 28) B only of C. clarki, Stradbroke Island, temporary sedge swamp near Brown Lake, Queensland. Photographs by L. Hendrich." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/356498> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.889.39090.figure34>
dc:description "Figure 34. Habitat of Copelatus irregularis A Queensland, Paluma Road 4 km west of Bruce Highway, Maiden Hair Fern Creek, 270 m, shady and rocky residual pools with rotten leaves B of C. irregularis and C. nigrolineatus, Queensland, Winfield, Winfield Road, muddy forest pool, rich in rotten leaves, near the street, 21 m. Photographs by L. Hendrich." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/356501> ;
a fabio:Figure .

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/DD11C72CFFF1FFCC2D8356F0FEFA8855>
dc:creator "Smit, Harry; Pešić, Vladimir" ;
dc:title "Arrenurus (Megaluracarus) hastinapurensis Smit & Pešić 2014, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD11C72CFFF1FFCC2D8356F0FEFA8855.mc.E5D07C67FFF1FFCD2C805735FE668F1B>, <http://tb.plazi.org/GgServer/dwcaRecords/DD11C72CFFF1FFCC2D8356F0FEFA8855.mc.E5D07C67FFF1FFCD2F1E5716FB1D8F1B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arrenurus_hastinapurensis_Smit_2014> ;
trt:publishedIn <http://publication.plazi.org/id/2128BF54FFF3FFCF2D145231FF998A5B> ;
a trt:Treatment .
<http://publication.plazi.org/id/2128BF54FFF3FFCF2D145231FF998A5B>
bibo:endPage "112" ;
bibo:issue "2" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2014-09-04" ;
bibo:startPage "109" ;
bibo:volume "1" ;
dc:creator "Smit, Harry; Pešić, Vladimir" ;
dc:date "2014" ;
dc:title "A newArrenurus species from India (Acari: Hydrachnidia: Arrenuridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arrenurus_hastinapurensis_Smit_2014>
dwc:authority "Smit & Pešić, 2014" ;
dwc:authorityName "Smit & Pešić" ;
dwc:authorityYear "2014" ;
dwc:class "Arachnida" ;
dwc:family "Arrenuridae" ;
dwc:genus "Arrenurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Trombidiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Smit & Pešić, 2014" ;
dwc:species "hastinapurensis" ;
dwc:subGenus "Megaluracarus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arrenurus_hastinapurensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arrenurus_hastinapurensis>
dwc:class "Arachnida" ;
dwc:family "Arrenuridae" ;
dwc:genus "Arrenurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Trombidiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hastinapurensis" ;
dwc:subGenus "Megaluracarus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arrenurus_Megaluracarus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arrenurus_Megaluracarus>
dwc:class "Arachnida" ;
dwc:family "Arrenuridae" ;
dwc:genus "Arrenurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Trombidiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Megaluracarus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arrenurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arrenurus>
dwc:class "Arachnida" ;
dwc:family "Arrenuridae" ;
dwc:genus "Arrenurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Trombidiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arrenuridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arrenuridae>
dwc:class "Arachnida" ;
dwc:family "Arrenuridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trombidiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trombidiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trombidiformes>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Trombidiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://tb.plazi.org/GgServer/dwcaRecords/DD11C72CFFF1FFCC2D8356F0FEFA8855.mc.E5D07C67FFF1FFCD2C805735FE668F1B>
dwc:collectionCode "RMNH" ;
dwc:eventDate "2007-08" ;
dwc:locality "Hastinapur" ;
dwc:recordedBy "K. Kumar" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "29.17" ;
dwc:verbatimLongitude "78.02" ;
trt:httpUri <https://treatment.plazi.org/id/DD11C72CFFF1FFCC2D8356F0FEFA8855#E5D07C67FFF1FFCD2C805735FE668F1B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD11C72CFFF1FFCC2D8356F0FEFA8855.mc.E5D07C67FFF1FFCD2F1E5716FB1D8F1B>
dwc:collectionCode "RMNH" ;
dwc:eventDate "2007-08" ;
dwc:locality "Hastinapur" ;
dwc:recordedBy "K. Kumar" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "29.17" ;
dwc:verbatimLongitude "78.02" ;
trt:httpUri <https://treatment.plazi.org/id/DD11C72CFFF1FFCC2D8356F0FEFA8855#E5D07C67FFF1FFCD2F1E5716FB1D8F1B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,158 @@
@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/DD121D148C10FF826AC5F6C7FD143AE1>
cito:cites <http://dx.doi.org/10.5281/zenodo.2656519>, <http://dx.doi.org/10.5281/zenodo.2656521> ;
dc:creator "Wei, Fu-Hong; Wang, Min" ;
dc:title "Hamodes pendleburyi Prout 1932" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C10FF826AC5F6C7FD143AE1.mc.E5D3A65F8C10FF836AC5F793FA423CFA>, <http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C10FF826AC5F6C7FD143AE1.mc.E5D3A65F8C10FF836BDFF790FA423CFA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hamodes_pendleburyi_Prout_1932> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Hamodes_pendleburyi_Holloway_1976> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4590.5.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4590.5.7>
bibo:endPage "600" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-01" ;
bibo:startPage "594" ;
bibo:volume "4590" ;
dc:creator "Wei, Fu-Hong; Wang, Min" ;
dc:date "2019" ;
dc:title "Two new species of the genus Hamodes Guenée, 1852 (Lepidoptera: Erebidae: Erebinae) from China, with notes on a new record in mainland China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2656519>, <http://dx.doi.org/10.5281/zenodo.2656521> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hamodes_pendleburyi_Prout_1932>
dwc:authority "Prout, 1932" ;
dwc:authorityName "Prout" ;
dwc:authorityYear "1932" ;
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Prout, 1932" ;
dwc:species "pendleburyi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hamodes_pendleburyi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hamodes_pendleburyi_Holloway_1976>
dwc:authority ": Holloway, 1976: 38" ;
dwc:authorityName ": Holloway" ;
dwc:authorityPageNumber "38" ;
dwc:authorityYear "1976" ;
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Holloway, 1976" ;
dwc:species "pendleburyi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hamodes_pendleburyi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hamodes_pendleburyi>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pendleburyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hamodes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hamodes>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Noctuidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Noctuidae>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.2656519>
dc:description "FIGURES 16. Hamodes spp.: 1, H. pseudobutleri sp. nov., holotype male, Guangdong (SCAU); 2, H.pseudobutleri sp. nov., paratype female, Guangdong (SCAU); 3, H. hainana sp. nov., holotype male, Hainan (SCAU); 4, H. hainana sp. nov., paratype male, Hainan (SCAU); 5, H. pendleburyi Prout, 1932, Hainan (SCAU); 6, H. butleri (Leech, 1900), Yunnan (SCAU). Scale bar=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/2656519/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2656521>
dc:description "FIGURES 711. Genitalia of Hamodes spp., 710, male; 11, female. 7, H. pseudobutleri sp. nov., holotype; 8, H. hainana sp. nov., holotype; 9, H. pendleburyi Prout; 10, H. butleri (Leech); 11, H. pseudobutleri sp. nov., paratype." ;
fabio:hasRepresentation <https://zenodo.org/record/2656521/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C10FF826AC5F6C7FD143AE1.mc.E5D3A65F8C10FF836AC5F793FA423CFA>
dwc:eventDate "2018-05-30" ;
dwc:locality "Yinggeling Natural Reserve" ;
dwc:recordedBy "Shi-fang Mo & Fu-hong Wei." ;
dwc:verbatimElevation "470" ;
dwc:verbatimLongitude "19.15" ;
trt:gbifOccurrenceId "2366598483" ;
trt:httpUri <https://treatment.plazi.org/id/DD121D148C10FF826AC5F6C7FD143AE1#E5D3A65F8C10FF836AC5F793FA423CFA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C10FF826AC5F6C7FD143AE1.mc.E5D3A65F8C10FF836BDFF790FA423CFA>
dwc:eventDate "2018-05-30" ;
dwc:locality "Yinggeling Natural Reserve" ;
dwc:recordedBy "Shi-fang Mo & Fu-hong Wei." ;
dwc:verbatimElevation "470" ;
dwc:verbatimLongitude "19.15" ;
trt:gbifOccurrenceId "2237411367" ;
trt:httpUri <https://treatment.plazi.org/id/DD121D148C10FF826AC5F6C7FD143AE1#E5D3A65F8C10FF836BDFF790FA423CFA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,131 @@
@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/DD121D148C10FF836AC5F0B5FC3D3DB4>
cito:cites <http://dx.doi.org/10.5281/zenodo.2656519>, <http://dx.doi.org/10.5281/zenodo.2656521> ;
dc:creator "Wei, Fu-Hong; Wang, Min" ;
dc:title "Hamodes hainana Wei & Wang 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C10FF836AC5F0B5FC3D3DB4.mc.E5D3A65F8C10FF836B30F104FE153A2B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hamodes_hainana_Wei_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4590.5.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4590.5.7>
bibo:endPage "600" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-01" ;
bibo:startPage "594" ;
bibo:volume "4590" ;
dc:creator "Wei, Fu-Hong; Wang, Min" ;
dc:date "2019" ;
dc:title "Two new species of the genus Hamodes Guenée, 1852 (Lepidoptera: Erebidae: Erebinae) from China, with notes on a new record in mainland China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2656519>, <http://dx.doi.org/10.5281/zenodo.2656521> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hamodes_hainana_Wei_2019>
dwc:authority "Wei & Wang, 2019" ;
dwc:authorityName "Wei & Wang" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wei & Wang, 2019" ;
dwc:species "hainana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hamodes_hainana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hamodes_hainana>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hainana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hamodes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hamodes>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Noctuidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Noctuidae>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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://dx.doi.org/10.5281/zenodo.2656519>
dc:description "FIGURES 16. Hamodes spp.: 1, H. pseudobutleri sp. nov., holotype male, Guangdong (SCAU); 2, H.pseudobutleri sp. nov., paratype female, Guangdong (SCAU); 3, H. hainana sp. nov., holotype male, Hainan (SCAU); 4, H. hainana sp. nov., paratype male, Hainan (SCAU); 5, H. pendleburyi Prout, 1932, Hainan (SCAU); 6, H. butleri (Leech, 1900), Yunnan (SCAU). Scale bar=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/2656519/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2656521>
dc:description "FIGURES 711. Genitalia of Hamodes spp., 710, male; 11, female. 7, H. pseudobutleri sp. nov., holotype; 8, H. hainana sp. nov., holotype; 9, H. pendleburyi Prout; 10, H. butleri (Leech); 11, H. pseudobutleri sp. nov., paratype." ;
fabio:hasRepresentation <https://zenodo.org/record/2656521/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C10FF836AC5F0B5FC3D3DB4.mc.E5D3A65F8C10FF836B30F104FE153A2B>
dwc:eventDate "2018-05-30" ;
dwc:locality "Yinggeling Natural Reserve" ;
dwc:recordedBy "Shi-fang Mo & Fuhong Wei." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "470" ;
dwc:verbatimLongitude "19.15" ;
trt:gbifOccurrenceId "2237411368" ;
trt:httpUri <https://treatment.plazi.org/id/DD121D148C10FF836AC5F0B5FC3D3DB4#E5D3A65F8C10FF836B30F104FE153A2B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,184 @@
@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/DD121D148C15FF846AC5F0B5FB923C40>
cito:cites <http://dx.doi.org/10.5281/zenodo.2656519>, <http://dx.doi.org/10.5281/zenodo.2656521> ;
dc:creator "Wei, Fu-Hong; Wang, Min" ;
dc:title "Hamodes pseudobutleri Wei & Wang 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C15FF846AC5F0B5FB923C40.mc.E5D3A65F8C15FF866B02F14BFE0B3A96>, <http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C15FF846AC5F0B5FB923C40.mc.E5D3A65F8C15FF866FDCF1ACFD593AF9>, <http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C15FF846AC5F0B5FB923C40.mc.E5D3A65F8C15FF8668CFF1F4FBF73906> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hamodes_pseudobutleri_Wei_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Hamodes_butleri_Leech_1900> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4590.5.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4590.5.7>
bibo:endPage "600" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-01" ;
bibo:startPage "594" ;
bibo:volume "4590" ;
dc:creator "Wei, Fu-Hong; Wang, Min" ;
dc:date "2019" ;
dc:title "Two new species of the genus Hamodes Guenée, 1852 (Lepidoptera: Erebidae: Erebinae) from China, with notes on a new record in mainland China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2656519>, <http://dx.doi.org/10.5281/zenodo.2656521> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hamodes_pseudobutleri_Wei_2019>
dwc:authority "Wei & Wang, 2019" ;
dwc:authorityName "Wei & Wang" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wei & Wang, 2019" ;
dwc:species "pseudobutleri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hamodes_pseudobutleri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hamodes_butleri_Leech_1900>
dwc:authority "(Leech, 1900)" ;
dwc:authorityName "Leech" ;
dwc:authorityYear "1900" ;
dwc:baseAuthorityName "Leech" ;
dwc:baseAuthorityYear "1900" ;
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Leech, 1900)" ;
dwc:species "butleri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hamodes_butleri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hamodes_pseudobutleri>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pseudobutleri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hamodes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hamodes>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Noctuidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Noctuidae>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Hamodes_butleri>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Hamodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "butleri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hamodes> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2656519>
dc:description "FIGURES 16. Hamodes spp.: 1, H. pseudobutleri sp. nov., holotype male, Guangdong (SCAU); 2, H.pseudobutleri sp. nov., paratype female, Guangdong (SCAU); 3, H. hainana sp. nov., holotype male, Hainan (SCAU); 4, H. hainana sp. nov., paratype male, Hainan (SCAU); 5, H. pendleburyi Prout, 1932, Hainan (SCAU); 6, H. butleri (Leech, 1900), Yunnan (SCAU). Scale bar=1 cm." ;
fabio:hasRepresentation <https://zenodo.org/record/2656519/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2656521>
dc:description "FIGURES 711. Genitalia of Hamodes spp., 710, male; 11, female. 7, H. pseudobutleri sp. nov., holotype; 8, H. hainana sp. nov., holotype; 9, H. pendleburyi Prout; 10, H. butleri (Leech); 11, H. pseudobutleri sp. nov., paratype." ;
fabio:hasRepresentation <https://zenodo.org/record/2656521/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C15FF846AC5F0B5FB923C40.mc.E5D3A65F8C15FF866B02F14BFE0B3A96>
dwc:eventDate "2018-05-21" ;
dwc:locality "Shaoguan" ;
dwc:recordedBy "Min Wang & Fu-hong Wei." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "284" ;
trt:gbifOccurrenceId "2237411369" ;
trt:httpUri <https://treatment.plazi.org/id/DD121D148C15FF846AC5F0B5FB923C40#E5D3A65F8C15FF866B02F14BFE0B3A96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C15FF846AC5F0B5FB923C40.mc.E5D3A65F8C15FF866FDCF1ACFD593AF9>
dwc:eventDate "2016-05-25" ;
dwc:locality "Shenzhen" ;
dwc:recordedBy "Tian-tian Yu." ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "550" ;
dwc:verbatimLatitude "22.574001" ;
dwc:verbatimLongitude "114.20358" ;
trt:gbifOccurrenceId "2237411370" ;
trt:httpUri <https://treatment.plazi.org/id/DD121D148C15FF846AC5F0B5FB923C40#E5D3A65F8C15FF866FDCF1ACFD593AF9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/DD121D148C15FF846AC5F0B5FB923C40.mc.E5D3A65F8C15FF8668CFF1F4FBF73906>
dwc:eventDate "2018-05-18" ;
dwc:locality "Heyuan" ;
dwc:recordedBy "Min Wang & Fu-hong Wei." ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "24.398325" ;
dwc:verbatimLongitude "114.86024" ;
trt:gbifOccurrenceId "2237411366" ;
trt:httpUri <https://treatment.plazi.org/id/DD121D148C15FF846AC5F0B5FB923C40#E5D3A65F8C15FF8668CFF1F4FBF73906> ;
a dwc:MaterialCitation .

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/DD1248FBCC715E13A7531BC095D556F5>
dc:creator "Fatihah-Syafiq, Muhamad; Badli-Sham, Baizul Hafsyam; Fahmi-Ahmad, Muhammad; Aqmal-Naser, Mohamad; Rizal, Syed Ahmad; Azmi, Mohd Shahrizan Azrul; Grismer, Larry L.; Ahmad, Amirrudin B." ;
dc:title "Malayopython reticulatus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Malayopython_reticulatus_Schneider_1801> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.985.54737> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.985.54737>
bibo:endPage "162" ;
bibo:journal "ZooKeys" ;
bibo:startPage "143" ;
bibo:volume "985" ;
dc:creator "Fatihah-Syafiq, Muhamad; Badli-Sham, Baizul Hafsyam; Fahmi-Ahmad, Muhammad; Aqmal-Naser, Mohamad; Rizal, Syed Ahmad; Azmi, Mohd Shahrizan Azrul; Grismer, Larry L.; Ahmad, Amirrudin B." ;
dc:date "2020" ;
dc:title "Checklist of herpetofauna in the severely degraded ecosystem of Bidong Island, Peninsular Malaysia, South China Sea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Malayopython_reticulatus_Schneider_1801>
dwc:LSID "DD1248FB-CC71-5E13-A753-1BC095D556F5" ;
dwc:authority "(Schneider, 1801)" ;
dwc:baseAuthorityName "Schneider" ;
dwc:baseAuthorityYear "1801" ;
dwc:class "Reptilia" ;
dwc:family "Pythonidae" ;
dwc:genus "Malayopython" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Schneider, 1801)" ;
dwc:species "reticulatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Malayopython_reticulatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Malayopython_reticulatus>
dwc:class "Reptilia" ;
dwc:family "Pythonidae" ;
dwc:genus "Malayopython" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "reticulatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malayopython> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malayopython>
dwc:class "Reptilia" ;
dwc:family "Pythonidae" ;
dwc:genus "Malayopython" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pythonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pythonidae>
dwc:class "Reptilia" ;
dwc:family "Pythonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squamata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squamata>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Reptilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Reptilia>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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,191 @@
@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/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/DD125902FF9F183FFF28FBD1FA869110>
dc:creator "Pereira, Thiago N. A.; Castro, Ricardo M. C." ;
dc:title "Utiaritichthys esguiceroi Pereira & Castro 2014, new species" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/3327334307>, <https://www.gbif.org/occurrence/3327334311>, <https://www.gbif.org/occurrence/3327334303>, <https://www.gbif.org/occurrence/3327334301>, <https://www.gbif.org/occurrence/3327334310>, <https://www.gbif.org/occurrence/3327334308>, <https://www.gbif.org/occurrence/3327334302>, <https://www.gbif.org/occurrence/3327334306>, <https://www.gbif.org/occurrence/3327334304> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Utiaritichthys_esguiceroi_Pereira_2014> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4639060> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4639060>
bibo:endPage "402" ;
bibo:issue "2" ;
bibo:journal "Neotropical Ichthyology" ;
bibo:pubDate "2014-06-30" ;
bibo:startPage "397" ;
bibo:volume "12" ;
dc:creator "Pereira, Thiago N. A.; Castro, Ricardo M. C." ;
dc:date "2014" ;
dc:title "A new species of Utiaritichthys Miranda Ribeiro (Characiformes: Serrasalmidae) from the Serra dos Parecis, Tapajós drainage" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Utiaritichthys_esguiceroi_Pereira_2014>
dwc:authority "Pereira & Castro, 2014" ;
dwc:authorityName "Pereira & Castro" ;
dwc:authorityYear "2014" ;
dwc:class "Actinopterygii" ;
dwc:family "Serrasalmidae" ;
dwc:genus "Utiaritichthys" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pereira & Castro, 2014" ;
dwc:species "esguiceroi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Utiaritichthys_esguiceroi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Utiaritichthys_esguiceroi>
dwc:class "Actinopterygii" ;
dwc:family "Serrasalmidae" ;
dwc:genus "Utiaritichthys" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "esguiceroi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Utiaritichthys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Utiaritichthys>
dwc:class "Actinopterygii" ;
dwc:family "Serrasalmidae" ;
dwc:genus "Utiaritichthys" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Serrasalmidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Serrasalmidae>
dwc:class "Actinopterygii" ;
dwc:family "Serrasalmidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Characiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Characiformes>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Actinopterygii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Actinopterygii>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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 .
<https://www.gbif.org/occurrence/3327334307>
dwc:catalogNumber "LIRP 8185, 11" ;
dwc:collectionCode "MCP" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "3327334307" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334311>
dwc:catalogNumber "3" ;
dwc:collectionCode "MZUSP" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "3327334311" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334303>
dwc:catalogNumber "3" ;
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2008-11-03" ;
dwc:locality "rio Juruena" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-12.858056" ;
dwc:verbatimLongitude "-58.923058" ;
trt:gbifOccurrenceId "3327334303" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334301>
dwc:catalogNumber "LIRP 8187, 15" ;
dwc:collectionCode "LIRP" ;
trt:gbifOccurrenceId "3327334301" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334310>
dwc:catalogNumber "LIRP 8188, 3" ;
dwc:collectionCode "LIRP" ;
dwc:eventDate "2008-11-03" ;
dwc:locality "rio Juruena" ;
dwc:verbatimLatitude "-12.858056" ;
dwc:verbatimLongitude "-58.923058" ;
trt:gbifOccurrenceId "3327334310" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334308>
dwc:catalogNumber "LIRP 9045, 13" ;
dwc:collectionCode "LIRP" ;
dwc:eventDate "2008-03-18" ;
dwc:recordedBy "Cidezal" ;
dwc:verbatimLatitude "-13.377501" ;
dwc:verbatimLongitude "-59.015835" ;
trt:gbifOccurrenceId "3327334308" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334302>
dwc:catalogNumber "LIRP 9046, 10" ;
dwc:collectionCode "LIRP" ;
dwc:eventDate "2008-03-19" ;
dwc:recordedBy "Parecis" ;
dwc:verbatimLatitude "-13.078611" ;
dwc:verbatimLongitude "-58.968334" ;
trt:gbifOccurrenceId "3327334302" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334306>
dwc:catalogNumber "LIRP 9047, 13, 105.4" ;
dwc:collectionCode "LIRP" ;
dwc:eventDate "2008-03-18" ;
dwc:recordedBy "Sapezal" ;
dwc:verbatimLatitude "-13.269444" ;
dwc:verbatimLongitude "-59.023888" ;
trt:gbifOccurrenceId "3327334306" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/3327334304>
dwc:catalogNumber "LIRP 9048, 14, 110.4" ;
dwc:collectionCode "LIRP" ;
dwc:eventDate "2008-03-19" ;
dwc:recordedBy "Parecis" ;
dwc:verbatimLatitude "-13.078611" ;
dwc:verbatimLongitude "-58.968334" ;
trt:gbifOccurrenceId "3327334304" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,88 @@
@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/DD12DAFC56CB98A11E75A861FC68728D>
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:title "Silene italica Pers." ;
trt:publishedIn <http://publication.plazi.org/id/CE1534D0BEFA8874D73381BD971E7902> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Silene_italica> ;
a trt:Treatment .
<http://publication.plazi.org/id/CE1534D0BEFA8874D73381BD971E7902>
bibo:endPage "696" ;
bibo:startPage "632" ;
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:date "2018" ;
dc:title "Flora Helvetica - Caryophyllaceae" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Plantae/Silene_italica>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Silene" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "italica" ;
dwc:vernacularName "Italienisches Leimkraut"@de, "Silene d'Italie"@fr ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Silene> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Silene>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Silene" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,105 @@
@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/DD12DF24EE8C82589F468B5729CF303A>
dc:creator "Varga, Alexander" ;
dc:title "Arotes Gravenhorst 1829" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arotes_Gravenhorst_1829> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Arotes>, <http://taxon-name.plazi.org/id/Animalia/Arotes_albicinctus> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.1.e1008> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.1.e1008>
bibo:endPage "1008" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1008" ;
bibo:volume "1" ;
dc:creator "Varga, Alexander" ;
dc:date "2013" ;
dc:title "A review of the subfamily Acaenitinae Foerster, 1869 (Hymenoptera, Ichneumonidae) from Ukrainian Carpathians" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arotes_Gravenhorst_1829>
dwc:authority "Gravenhorst, 1829" ;
dwc:authorityName "Gravenhorst" ;
dwc:authorityYear "1829" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Arotes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gravenhorst, 1829" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arotes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arotes>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Arotes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Arotes_albicinctus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Arotes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albicinctus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arotes> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,140 @@
@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/DD12E4D453EF2AC1E639530FE7876BE8>
dc:creator "Jarvis, Charlie" ;
dc:title "Nepeta nuda Linnaeus 1753" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611994305> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Nepeta_nuda_Linnaeus_1753> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Nepeta_violacea_Linnaeus_1753> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4367307> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4367307>
bibo:endPage "695" ;
bibo:startPage "690" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part N)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Nepeta_nuda_Linnaeus_1753>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "nuda" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Nepeta_nuda> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Nepeta_violacea_Linnaeus_1753>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "violacea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Nepeta_violacea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Nepeta_nuda>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "nuda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nepeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nepeta>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nepeta_violacea>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "violacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nepeta> ;
a dwcFP:TaxonName .
<https://www.gbif.org/occurrence/2611994305>
dwc:catalogNumber "726.6" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2611994305" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/DD12EA476DC66705E08F5522837DCB8D>
dc:creator "Liston, Andrew D.; Knight, Guy T.; Sheppard, David A.; Broad, Gavin R.; Livermore, Laurence" ;
dc:title "Pontania arcticornis Konow 1904" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pontania_arcticornis_Konow_1904> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pontania_phylicifoliae>, <http://taxon-name.plazi.org/id/Animalia/Pontania_hepatimaculae> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1168> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1168>
bibo:endPage "1168" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1168" ;
bibo:volume "2" ;
dc:creator "Liston, Andrew D.; Knight, Guy T.; Sheppard, David A.; Broad, Gavin R.; Livermore, Laurence" ;
dc:date "2014" ;
dc:title "Checklist of British and Irish Hymenoptera - Sawflies, ' Symphyta'" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pontania_arcticornis_Konow_1904>
dwc:authority "Konow, 1904" ;
dwc:authorityName "Konow" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Pontania" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Konow, 1904" ;
dwc:species "arcticornis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pontania_arcticornis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pontania_arcticornis>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Pontania" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "arcticornis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pontania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pontania>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Pontania" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tenthredinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tenthredinidae>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
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/Pontania_phylicifoliae>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Pontania" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "phylicifoliae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pontania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pontania_hepatimaculae>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Pontania" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hepatimaculae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pontania> ;
a dwcFP:TaxonName .

Some files were not shown because too many files have changed in this diff Show more