GG2RDF 2024-08-30T18:43:14.731Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-30 18:43:27 +00:00
parent 8e78f3a20a
commit a6e0a9c28f
31 changed files with 1992 additions and 66 deletions

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/014187C1666AFFA4DD7FF0BBFEF607A8>
dc:creator "Feist, Raimund; Lerosey-Aubril, Rudy" ;
dc:title "Cyrtosymbole Richter 1912" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/014187C1666AFFA4DD7FF0BBFEF607A8.mc.39803C8A666AFFA4DD7FF0D3FD5A00D3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cyrtosymbole_Richter_1912> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620595> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620595>
bibo:endPage "475" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "465" ;
bibo:volume "50" ;
dc:creator "Feist, Raimund; Lerosey-Aubril, Rudy" ;
dc:date "2005" ;
dc:title "The type species of Cyrtosymbole and the oldest (Famennian) cyrtosymboline trilobites" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cyrtosymbole_Richter_1912>
dwc:authority "Richter, 1912" ;
dwc:authorityName "Richter" ;
dwc:authorityYear "1912" ;
dwc:class "Trilobita" ;
dwc:family "Proetidae" ;
dwc:genus "Cyrtosymbole" ;
dwc:kingdom "Animalia" ;
dwc:order "Proetida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Richter, 1912" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3Z25> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cyrtosymbole> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cyrtosymbole>
dwc:class "Trilobita" ;
dwc:family "Proetidae" ;
dwc:genus "Cyrtosymbole" ;
dwc:kingdom "Animalia" ;
dwc:order "Proetida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proetidae>
dwc:class "Trilobita" ;
dwc:family "Proetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Proetida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proetida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proetida>
dwc:class "Trilobita" ;
dwc:kingdom "Animalia" ;
dwc:order "Proetida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trilobita> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trilobita>
dwc:class "Trilobita" ;
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/014187C1666AFFA4DD7FF0BBFEF607A8.mc.39803C8A666AFFA4DD7FF0D3FD5A00D3>
dwc:locality "France" ;
dwc:recordedBy "La Serre" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/014187C1666AFFA4DD7FF0BBFEF607A8#39803C8A666AFFA4DD7FF0D3FD5A00D3> ;
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/039787DCFFE2981EBB55111E2580FE32>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620722> ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:title "Hippopotamodon antiquus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/039787DCFFE2981EBB55111E2580FE32.mc.3B563C97FFE29818B861128E205AF96F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hippopotamodon_antiquus_Kaup_1832> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620702> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620702>
bibo:endPage "544" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "523" ;
bibo:volume "50" ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:date "2005" ;
dc:title "Late Miocene large mammals from Yulafli, Thrace region, Turkey, and their biogeographic implications" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620722> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hippopotamodon_antiquus_Kaup_1832>
dwc:authority "(Kaup, 1832)" ;
dwc:baseAuthorityName "Kaup" ;
dwc:baseAuthorityYear "1832" ;
dwc:class "Mammalia" ;
dwc:family "Suidae" ;
dwc:genus "Hippopotamodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kaup, 1832)" ;
dwc:species "antiquus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hippopotamodon_antiquus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hippopotamodon_antiquus>
dwc:class "Mammalia" ;
dwc:family "Suidae" ;
dwc:genus "Hippopotamodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "antiquus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hippopotamodon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hippopotamodon>
dwc:class "Mammalia" ;
dwc:family "Suidae" ;
dwc:genus "Hippopotamodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Suidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Suidae>
dwc:class "Mammalia" ;
dwc:family "Suidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Artiodactyla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Artiodactyla>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
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://dx.doi.org/10.5281/zenodo.13620722>
dc:description "Fig.12. Length vs. width plot of p3s and p4s in Hippopotamodon antiquus and Microstonyx major." ;
fabio:hasRepresentation <https://zenodo.org/record/13620722/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/039787DCFFE2981EBB55111E2580FE32.mc.3B563C97FFE29818B861128E205AF96F>
dwc:collectionCode "TTMEU-" ;
trt:httpUri <https://treatment.plazi.org/id/039787DCFFE2981EBB55111E2580FE32#3B563C97FFE29818B861128E205AF96F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,100 @@
@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/039787DCFFE99813B81F11F726D7F8A0>
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:title "Indarctos Pilgrim 1913" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/039787DCFFE99813B81F11F726D7F8A0.mc.3B563C97FFE99813B81F102F26EBF8A0> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Indarctos_Pilgrim_1913> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620702> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620702>
bibo:endPage "544" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "523" ;
bibo:volume "50" ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:date "2005" ;
dc:title "Late Miocene large mammals from Yulafli, Thrace region, Turkey, and their biogeographic implications" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Indarctos_Pilgrim_1913>
dwc:authority "Pilgrim, 1913" ;
dwc:authorityName "Pilgrim" ;
dwc:authorityYear "1913" ;
dwc:class "Mammalia" ;
dwc:family "Ursidae" ;
dwc:genus "Indarctos" ;
dwc:kingdom "Animalia" ;
dwc:order "Carnivora" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Pilgrim, 1913" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Indarctos> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Indarctos>
dwc:class "Mammalia" ;
dwc:family "Ursidae" ;
dwc:genus "Indarctos" ;
dwc:kingdom "Animalia" ;
dwc:order "Carnivora" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ursidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ursidae>
dwc:class "Mammalia" ;
dwc:family "Ursidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Carnivora" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carnivora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carnivora>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Carnivora" ;
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/039787DCFFE99813B81F11F726D7F8A0.mc.3B563C97FFE99813B81F102F26EBF8A0>
dwc:locality "Hasnot" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/039787DCFFE99813B81F11F726D7F8A0#3B563C97FFE99813B81F102F26EBF8A0> ;
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/039787DCFFEA9816BB5512A227F2FEF2>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620710>, <http://dx.doi.org/10.5281/zenodo.13620712> ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:title "Deinotherium giganteum Kaup 1829" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Deinotherium_giganteum_Kaup_1829> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620702> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620702>
bibo:endPage "544" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "523" ;
bibo:volume "50" ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:date "2005" ;
dc:title "Late Miocene large mammals from Yulafli, Thrace region, Turkey, and their biogeographic implications" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620710>, <http://dx.doi.org/10.5281/zenodo.13620712> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Deinotherium_giganteum_Kaup_1829>
dwc:authority "Kaup, 1829" ;
dwc:authorityName "Kaup" ;
dwc:authorityYear "1829" ;
dwc:class "Mammalia" ;
dwc:family "Deinotheriidae" ;
dwc:genus "Deinotherium" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kaup, 1829" ;
dwc:species "giganteum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Deinotherium_giganteum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Deinotherium_giganteum>
dwc:class "Mammalia" ;
dwc:family "Deinotheriidae" ;
dwc:genus "Deinotherium" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "giganteum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Deinotherium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Deinotherium>
dwc:class "Mammalia" ;
dwc:family "Deinotheriidae" ;
dwc:genus "Deinotherium" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Deinotheriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Deinotheriidae>
dwc:class "Mammalia" ;
dwc:family "Deinotheriidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proboscidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proboscidea>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
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://dx.doi.org/10.5281/zenodo.13620710>
dc:description "Fig. 5. Length versus width plot of Deinotherium P4s." ;
fabio:hasRepresentation <https://zenodo.org/record/13620710/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620712>
dc:description "Fig. 6. Length versus width plot of Deinotherium M3s." ;
fabio:hasRepresentation <https://zenodo.org/record/13620712/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/039787DCFFEF9814B81F117426F3FC32>
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:title "Tetralophodon longirostris" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tetralophodon_longirostris_Kaup_1832> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620702> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620702>
bibo:endPage "544" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "523" ;
bibo:volume "50" ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:date "2005" ;
dc:title "Late Miocene large mammals from Yulafli, Thrace region, Turkey, and their biogeographic implications" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tetralophodon_longirostris_Kaup_1832>
dwc:authority "(Kaup, 1832)" ;
dwc:baseAuthorityName "Kaup" ;
dwc:baseAuthorityYear "1832" ;
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:genus "Tetralophodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kaup, 1832)" ;
dwc:species "longirostris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetralophodon_longirostris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tetralophodon_longirostris>
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:genus "Tetralophodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "longirostris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetralophodon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetralophodon>
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:genus "Tetralophodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elephantidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elephantidae>
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proboscidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proboscidea>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
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 .

View file

@ -0,0 +1,100 @@
@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/039787DCFFEF9815B81F12C1211AF9D5>
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:title "Tetralophodon Falconer 1857" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/039787DCFFEF9815B81F12C1211AF9D5.mc.3B563C97FFEF9815B81F1138211EF9D5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tetralophodon_Falconer_1857> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620702> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620702>
bibo:endPage "544" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "523" ;
bibo:volume "50" ;
dc:creator "Geraads, Denis; Kaya, Tanju; Mayda, Serdar" ;
dc:date "2005" ;
dc:title "Late Miocene large mammals from Yulafli, Thrace region, Turkey, and their biogeographic implications" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tetralophodon_Falconer_1857>
dwc:authority "Falconer, 1857" ;
dwc:authorityName "Falconer" ;
dwc:authorityYear "1857" ;
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:genus "Tetralophodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Falconer, 1857" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetralophodon> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tetralophodon>
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:genus "Tetralophodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elephantidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elephantidae>
dwc:class "Mammalia" ;
dwc:family "Elephantidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proboscidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proboscidea>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Proboscidea" ;
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/039787DCFFEF9815B81F12C1211AF9D5.mc.3B563C97FFEF9815B81F1138211EF9D5>
dwc:locality "Eppelsheim" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/039787DCFFEF9815B81F12C1211AF9D5#3B563C97FFEF9815B81F1138211EF9D5> ;
a dwc:MaterialCitation .

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03A1878FB52EFFC6FEB549AA677DFECB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620486>, <http://dx.doi.org/10.5281/zenodo.13620484> ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:title "Euglossa (Euglossella) ashei Hinojosa-Diaz & Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB52EFFC6FEB549AA677DFECB.mc.3B603CC4B52CFFC7FF7D4FD766B3FAC6>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB52EFFC6FEB549AA677DFECB.mc.3B603CC4B52CFFC7FF7D4E166152FA66> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Euglossa_ashei_Hinojosa-Diaz_2014> ;
trt:publishedIn <http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i36.4777> ;
a trt:Treatment .
<http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2>
<http://dx.doi.org/10.17161/jom.v0i36.4777>
bibo:endPage "108" ;
bibo:issue "36" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-08-13" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "36" ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:date "2014" ;
dc:title "Revision of the orchid bee subgenus Euglossella (Hymenoptera: Apidae), Part II: The viridis and mandibularis species groups" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620486>, <http://dx.doi.org/10.5281/zenodo.13620484> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Euglossa_ashei_Hinojosa-Diaz_2014>
@ -122,6 +123,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620527>
dc:description "Figure 170. Collection localities for species of Euglossella Moure, viridis and mandibularis species groups [also showing localities for females attributable only to Euglossa (Euglossella) viridis (Perty)/azurea Ducke]. Locality points are based on examined specimens." ;
fabio:hasRepresentation <https://zenodo.org/record/13620527/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620486>
dc:description "Figures 9091. Euglossa (Euglossella) ashei, new species, female holotype. 90. Facial aspect. 91. Outer view of hind leg." ;
fabio:hasRepresentation <https://zenodo.org/record/13620486/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620484>
dc:description "Figures 8889. Euglossa (Euglossella) ashei, new species, female holotype. 88. Dorsal habitus. 89. Lateral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/13620484/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB52EFFC6FEB549AA677DFECB.mc.3B603CC4B52CFFC7FF7D4FD766B3FAC6>
dwc:collectionCode "SEMC" ;
dwc:eventDate "1977-06-29" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03A1878FB544FFABFF544ECA6658FC6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620521>, <http://dx.doi.org/10.5281/zenodo.13620523>, <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620460>, <http://dx.doi.org/10.5281/zenodo.13620458>, <http://dx.doi.org/10.5281/zenodo.13620452> ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:title "Euglossa (Euglossella) subandina Hinojosa-Diaz & Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FF7D4EAA6111FA4B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FF7D4EEA6770FA2B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FD914EEA65A8FA0B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FEA94ECA6119FA0B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FBF84ECA6669F9CB>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FCE94D0A6662F98B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FCE34D4A65ABF92B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FEA54DEA6605F90B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFABFCC54DCA671CFEEB>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B540FFABFDFF4A2A64F6FEAB>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B540FFABFE134A6A65A8FE6B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B540FFABFEA74AAA612CFE4B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Euglossa_subandina_Hinojosa-Diaz_2014> ;
trt:publishedIn <http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i36.4777> ;
a trt:Treatment .
<http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2>
<http://dx.doi.org/10.17161/jom.v0i36.4777>
bibo:endPage "108" ;
bibo:issue "36" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-08-13" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "36" ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:date "2014" ;
dc:title "Revision of the orchid bee subgenus Euglossella (Hymenoptera: Apidae), Part II: The viridis and mandibularis species groups" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620521>, <http://dx.doi.org/10.5281/zenodo.13620523>, <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620460>, <http://dx.doi.org/10.5281/zenodo.13620458>, <http://dx.doi.org/10.5281/zenodo.13620452> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Euglossa_subandina_Hinojosa-Diaz_2014>
@ -122,6 +123,36 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620521>
dc:description "Figures 144154. Outer view of mesotibiae of males of species of Euglossella Moure, viridis and mandibularis species groups. 144. Euglossa (Euglossella) viridis (Perty). 145. E. (E.) azurea Ducke. 146. E. (E.) celiae, new species. 147. E. (E.) cyanea Friese. 148. E. (E.) subandina, new species. 149. E. (E.) polita Ducke. 150. E. (E.) perviridis Dressler. 151. E. (E.) cyanura Cockerell. 152. E. (E.) granti Cheesman. 153. E. (E.) mandibularis Friese. 154. E. (E.) bigibba Dressler." ;
fabio:hasRepresentation <https://zenodo.org/record/13620521/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620523>
dc:description "Figures 155163. Dorsal view of genital capsule of males of Euglossella Moure, viridis and mandibularis species groups. 155. Euglossa (Euglossella) azurea Ducke. 156. E. (E.) celiae, new species. 157. E. (E.) cyanea Friese. 158. E. (E.) subandina, new species. 159. E. (E.) polita Ducke. 160. E. (E.) perviridis Dressler. 161. E. (E.) cyanura Cockerell. 162. E. (E.) granti Cheesman. 163. E. (E.) bigibba Dressler." ;
fabio:hasRepresentation <https://zenodo.org/record/13620523/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620527>
dc:description "Figure 170. Collection localities for species of Euglossella Moure, viridis and mandibularis species groups [also showing localities for females attributable only to Euglossa (Euglossella) viridis (Perty)/azurea Ducke]. Locality points are based on examined specimens." ;
fabio:hasRepresentation <https://zenodo.org/record/13620527/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620460>
dc:description "Figures 5359. Euglossa (Euglossella) subandina, new species, male holotype. 53. Facial aspect. 54. Mesotibial tufts. 55. Outer view of hind leg. 56. Proximal section of mesobasitarsus. 57. Lateral part of mesepisternum. 58. Mesoscutellum. 59. Dorsal view of metasomal terga." ;
fabio:hasRepresentation <https://zenodo.org/record/13620460/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620458>
dc:description "Figures 5152. Euglossa (Euglossella) subandina, new species, holotype. 51. Dorsal habitus. 52. Lateral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/13620458/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620452>
dc:description "Figures 3839. Euglossa (Euglossella) cyanea Friese, male. 38. Dorsal habitus. 39. Lateral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/13620452/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB544FFABFF544ECA6658FC6B.mc.3B603CC4B543FFA8FF7D4EAA6111FA4B>
dwc:collectionCode "FSCA" ;
dwc:eventDate "1989-04-27" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03A1878FB54EFFA6FEB849AA6618FAAB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620521>, <http://dx.doi.org/10.5281/zenodo.13620523>, <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620448>, <http://dx.doi.org/10.5281/zenodo.13620444> ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:title "Euglossa (Euglossella) celiae Hinojosa-Diaz & Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB54EFFA6FEB849AA6618FAAB.mc.3B603CC4B54DFFA6FF7D49EA64FBFD0B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB54EFFA6FEB849AA6618FAAB.mc.3B603CC4B54DFFA6FF7D482A64A7FCEB>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB54EFFA6FEB849AA6618FAAB.mc.3B603CC4B54DFFA6FDAE482A66C2FCCB>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB54EFFA6FEB849AA6618FAAB.mc.3B603CC4B54DFFA6FC19480A67B0FC8B>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB54EFFA6FEB849AA6618FAAB.mc.3B603CC4B54DFFA6FD50484A611FFC6B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Euglossa_celiae_Hinojosa-Diaz_2014> ;
trt:publishedIn <http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i36.4777> ;
a trt:Treatment .
<http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2>
<http://dx.doi.org/10.17161/jom.v0i36.4777>
bibo:endPage "108" ;
bibo:issue "36" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-08-13" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "36" ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:date "2014" ;
dc:title "Revision of the orchid bee subgenus Euglossella (Hymenoptera: Apidae), Part II: The viridis and mandibularis species groups" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620521>, <http://dx.doi.org/10.5281/zenodo.13620523>, <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620448>, <http://dx.doi.org/10.5281/zenodo.13620444> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Euglossa_celiae_Hinojosa-Diaz_2014>
@ -122,6 +123,31 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620521>
dc:description "Figures 144154. Outer view of mesotibiae of males of species of Euglossella Moure, viridis and mandibularis species groups. 144. Euglossa (Euglossella) viridis (Perty). 145. E. (E.) azurea Ducke. 146. E. (E.) celiae, new species. 147. E. (E.) cyanea Friese. 148. E. (E.) subandina, new species. 149. E. (E.) polita Ducke. 150. E. (E.) perviridis Dressler. 151. E. (E.) cyanura Cockerell. 152. E. (E.) granti Cheesman. 153. E. (E.) mandibularis Friese. 154. E. (E.) bigibba Dressler." ;
fabio:hasRepresentation <https://zenodo.org/record/13620521/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620523>
dc:description "Figures 155163. Dorsal view of genital capsule of males of Euglossella Moure, viridis and mandibularis species groups. 155. Euglossa (Euglossella) azurea Ducke. 156. E. (E.) celiae, new species. 157. E. (E.) cyanea Friese. 158. E. (E.) subandina, new species. 159. E. (E.) polita Ducke. 160. E. (E.) perviridis Dressler. 161. E. (E.) cyanura Cockerell. 162. E. (E.) granti Cheesman. 163. E. (E.) bigibba Dressler." ;
fabio:hasRepresentation <https://zenodo.org/record/13620523/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620527>
dc:description "Figure 170. Collection localities for species of Euglossella Moure, viridis and mandibularis species groups [also showing localities for females attributable only to Euglossa (Euglossella) viridis (Perty)/azurea Ducke]. Locality points are based on examined specimens." ;
fabio:hasRepresentation <https://zenodo.org/record/13620527/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620448>
dc:description "Figures 3137. Euglossa (Euglossella) celiae, new species, male holotype. 31. Facial aspect. 32. Meso- tibial tufts. 33. Outer view of hind leg. 34. Proximal section of mesobasitarsus. 35. Lateral part of mesepisternum. 36. Mesoscutellum. 37. Dorsal view of metasomal terga." ;
fabio:hasRepresentation <https://zenodo.org/record/13620448/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620444>
dc:description "Figures 2930. Euglossa (Euglossella) celiae, new species, male holotype. 29. Dorsal habitus. 30. Lateral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/13620444/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB54EFFA6FEB849AA6618FAAB.mc.3B603CC4B54DFFA6FF7D49EA64FBFD0B>
dwc:collectionCode "R, FSCA" ;
dwc:eventDate "1974-06-06" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03A1878FB553FFC5FEA1480A6748FDAB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620480>, <http://dx.doi.org/10.5281/zenodo.13620478> ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:title "Euglossa (Euglossella) cupella Hinojosa-Diaz & Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB553FFC5FEA1480A6748FDAB.mc.3B603CC4B551FFBAFF7D4D1567C7F984>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB553FFC5FEA1480A6748FDAB.mc.3B603CC4B551FFBAFF7D4D556779F964>, <http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB553FFC5FEA1480A6748FDAB.mc.3B603CC4B551FFBAFD9D4D556738F944> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Euglossa_cupella_Hinojosa-Diaz_2014> ;
trt:publishedIn <http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i36.4777> ;
a trt:Treatment .
<http://publication.plazi.org/id/FF98FFF7B56EFF85FFAD4B2B655CFFF2>
<http://dx.doi.org/10.17161/jom.v0i36.4777>
bibo:endPage "108" ;
bibo:issue "36" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-08-13" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "36" ;
dc:creator "Hinojosa-Díaz, Ismael A.; Engel, Michael S." ;
dc:date "2014" ;
dc:title "Revision of the orchid bee subgenus Euglossella (Hymenoptera: Apidae), Part II: The viridis and mandibularis species groups" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620527>, <http://dx.doi.org/10.5281/zenodo.13620480>, <http://dx.doi.org/10.5281/zenodo.13620478> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Euglossa_cupella_Hinojosa-Diaz_2014>
@ -122,6 +123,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620527>
dc:description "Figure 170. Collection localities for species of Euglossella Moure, viridis and mandibularis species groups [also showing localities for females attributable only to Euglossa (Euglossella) viridis (Perty)/azurea Ducke]. Locality points are based on examined specimens." ;
fabio:hasRepresentation <https://zenodo.org/record/13620527/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620480>
dc:description "Figures 8687. Euglossa (Euglossella) cupella, new species, female holotype. 86. Facial aspect. 87. Outer view of hind leg." ;
fabio:hasRepresentation <https://zenodo.org/record/13620480/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620478>
dc:description "Figures 8485. Euglossa (Euglossella) cupella, new species, female holotype. 84. Dorsal habitus. 85. Lateral habitus." ;
fabio:hasRepresentation <https://zenodo.org/record/13620478/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03A1878FB553FFC5FEA1480A6748FDAB.mc.3B603CC4B551FFBAFF7D4D1567C7F984>
dwc:collectionCode "R, FSCA" ;
dwc:eventDate "1967-02-21" ;

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/03DC2A30FFB8FFB62A40FDA2F45DF989>
dc:creator "Missiaen, Pieter; Smith, Thierry" ;
dc:title "Asionyctia guoi Missiaen & Smith, 2005, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A40FD5AF58BFD28>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A40FD07F572FD16>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A01FD23F54DFCF2>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A07FCCFF57DFCDE>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A1BFCEBF269FCDE>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32DE7FCEBF399FCDE>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32CF7FCEBF5EEFCBA>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32D69FCF7F31AFCBA>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32C75FCF7F5EBFC86>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32D6AFC93F396FC86>, <http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32D7FFC19F357FBC8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Asionyctia_guoi_Missiaen_2005> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620694> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13620694>
bibo:endPage "522" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "513" ;
bibo:volume "50" ;
dc:creator "Missiaen, Pieter; Smith, Thierry" ;
dc:date "2005" ;
dc:title "A new Paleocene nyctitheriid insectivore from Inner Mongolia (China) and the origin of Asian nyctitheriids" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Asionyctia_guoi_Missiaen_2005>
dwc:authorityName "Missiaen & Smith" ;
dwc:authorityYear "2005" ;
dwc:class "Mammalia" ;
dwc:family "Nyctitheriidae" ;
dwc:genus "Asionyctia" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Missiaen & Smith, 2005" ;
dwc:species "guoi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Asionyctia_guoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Asionyctia_guoi>
dwc:class "Mammalia" ;
dwc:family "Nyctitheriidae" ;
dwc:genus "Asionyctia" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "guoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Asionyctia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Asionyctia>
dwc:class "Mammalia" ;
dwc:family "Nyctitheriidae" ;
dwc:genus "Asionyctia" ;
dwc:kingdom "Animalia" ;
dwc:order "Soricomorpha" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nyctitheriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nyctitheriidae>
dwc:class "Mammalia" ;
dwc:family "Nyctitheriidae" ;
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/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A40FD5AF58BFD28>
dwc:catalogNumber "IMM 2004" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32A40FD5AF58BFD28> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A40FD07F572FD16>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32A40FD07F572FD16> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A01FD23F54DFCF2>
dwc:catalogNumber "IMM 2004" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32A01FD23F54DFCF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A07FCCFF57DFCDE>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32A07FCCFF57DFCDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32A1BFCEBF269FCDE>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32A1BFCEBF269FCDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32DE7FCEBF399FCDE>
dwc:catalogNumber "IMM 2004" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32DE7FCEBF399FCDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32CF7FCEBF5EEFCBA>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32CF7FCEBF5EEFCBA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32D69FCF7F31AFCBA>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32D69FCF7F31AFCBA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32C75FCF7F5EBFC86>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32C75FCF7F5EBFC86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32D6AFC93F396FC86>
dwc:catalogNumber "IMM 2001" ;
dwc:collectionCode "IMM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32D6AFC93F396FC86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03DC2A30FFB8FFB62A40FDA2F45DF989.mc.3B1D917BFFB8FFB32D7FFC19F357FBC8>
dwc:locality "Erlian Basin" ;
dwc:verbatimElevation "955" ;
dwc:verbatimLatitude "43.530556" ;
dwc:verbatimLongitude "111.73444" ;
trt:httpUri <https://treatment.plazi.org/id/03DC2A30FFB8FFB62A40FDA2F45DF989#3B1D917BFFB8FFB32D7FFC19F357FBC8> ;
a dwc:MaterialCitation .

View file

@ -10,14 +10,15 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/315A9976FFA2FFEEFF9C5DC8FC92FD53>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620389> ;
dc:creator "Ahlberg, Per; Szaniawski, Hubert; Clarkson, Euan N. K.; Bengtson, Stefan" ;
dc:title "Sphaerophthalmus alatus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sphaerophthalmus_alatus_Boeck_1838> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Sphaerophthalmus_majusculus_Linnarsson_1880> ;
trt:publishedIn <http://publication.plazi.org/id/CD63E10EFFA6FFEAFFFA5E0DFFF5FFDC> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620385> ;
a trt:Treatment .
<http://publication.plazi.org/id/CD63E10EFFA6FFEAFFFA5E0DFFF5FFDC>
<http://dx.doi.org/10.5281/zenodo.13620385>
bibo:endPage "440" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
@ -26,6 +27,7 @@
dc:creator "Ahlberg, Per; Szaniawski, Hubert; Clarkson, Euan N. K.; Bengtson, Stefan" ;
dc:date "2005" ;
dc:title "Phosphatised olenid trilobites and associated fauna from the Upper Cambrian of Västergötland, Sweden" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620389> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sphaerophthalmus_alatus_Boeck_1838>
@ -137,3 +139,8 @@
dwc:species "majusculus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sphaerophthalmus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620389>
dc:description "Fig. 2. A. Parabolina sp., juvenile pygidium, SMNH Ar59711 (3.13), sample 2. BH. Ctenopyge sp. B. Fragmentary cranidium, SMNH Ar59712 (2.8), sample 2. C. Left librigena with intact eye, SMNH Ar59713 (1.12), sample 1. D. Left librigena with intact eye, SMNH Ar59714 (1.13), sample 1. E. Small pygidium, SMNH Ar59715 (1.23), sample 1. F. Pygidium, SMNH Ar59716 (2.6), sample 2. G. Pygidium, SMNH A59717 (2.2), sample 2. H. Pygidium, SMNH Ar59718 (1.4), sample 1. IK. Sphaerophthalmus humilis (Phillips, 1848). I. Cranidium, SMNH Ar59719 (2.20), sample 2. J. Pygidium, SMNH 59720 (1.5), sample 1. K. Pygidium, SMNH Ar59721(2.5), sample 2. L, M. Sphaerophthalmus cf. alatus (Boeck, 1838). L. Right librigena with intact eye, SMNH Ar59722 (1.20), sample 1. M. Left librigena, SMNH Ar59723 (1.14), sample 1. N, O. Sphaerophthalmus cf. majusculus Linnarsson, 1880. N. Pygidium, SMNH Ar59724 (1.15), sample 2. O. Pygidium, SMNH Ar59725 (2.1), sample 2. P. Sphaerophthalmus sp. A?, juvenile cranidium, SMNH Ar59726 (2.11), sample 2. QR. Sphaerophthalmus sp. A, sample 1. Q. Cranidium, SMNH Ar59727 (1.8). R. Cranidium, SMNH Ar59728 (1.10). Scale bars 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13620389/files/figure.png> ;
a fabio:Figure .

View file

@ -10,13 +10,14 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/315A9976FFA3FFEFFCD65C2AFA34FC26>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620391> ;
dc:creator "Ahlberg, Per; Szaniawski, Hubert; Clarkson, Euan N. K.; Bengtson, Stefan" ;
dc:title "Peltura paradoxa" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Peltura_paradoxa_Moberg_1898> ;
trt:publishedIn <http://publication.plazi.org/id/CD63E10EFFA6FFEAFFFA5E0DFFF5FFDC> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620385> ;
a trt:Treatment .
<http://publication.plazi.org/id/CD63E10EFFA6FFEAFFFA5E0DFFF5FFDC>
<http://dx.doi.org/10.5281/zenodo.13620385>
bibo:endPage "440" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
@ -25,6 +26,7 @@
dc:creator "Ahlberg, Per; Szaniawski, Hubert; Clarkson, Euan N. K.; Bengtson, Stefan" ;
dc:date "2005" ;
dc:title "Phosphatised olenid trilobites and associated fauna from the Upper Cambrian of Västergötland, Sweden" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620391> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Peltura_paradoxa_Moberg_1898>
@ -105,3 +107,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620391>
dc:description "Fig. 3. A. Sphaerophthalmus sp. A, cranidium, SMNH Ar59729 (2.21), sample 2. B. Sphaerophthalmus sp. B, right librigena with intact eye, SMNH Ar59730 (3.11), sample 2. C. Sphaerophthalmus sp. C, incomplete thoracic tergite, SMNH Ar59731 (2.19), sample 2. DF. Peltura cf. transiens (Brögger, 1882). D. Pygidium, SMNH Ar59732 (1.3), sample 1. E. Pygidium, SMNH Ar59733 (2.7), sample 2. F. Small pygidium, SMNH Ar59734 (3.12), sample 2. G. Peltura cf. paradoxa (Moberg and Möller, 1898), pygidium, SMNH Ar59735 (1.7), sample 1. H, I. Peltura sp. A. H. Pygidium, SMNH Ar59736 (1.2), sample 1. I. Transitory pygidium, SMNH Ar59737 (1.21), sample 1. J. Peltura sp. B, transitory pygidium, SMNH Ar59738 (1.6), sample 1. KP. Indeterminate olenid fragments. KM. Occipital rings. K. SMNH Ar59739 (1.19), sample 1. L. SMNH Ar59740 (1.15), sample 1. M. SMNH Ar59741 (2.14), sample 2. N. Axial ring seen edge on, SMNH Ar59742 (1.18), sample 1. O. Axial ring, SMNH Ar59743 (2.22), sample 2. P. Incomplete thoracic tergite, SMNH Ar59744 (1.24), sample 1. Scale bars 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13620391/files/figure.png> ;
a fabio:Figure .

View file

@ -10,13 +10,14 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/315A9976FFA3FFEFFF9C5B06FB0CFDDD>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620391> ;
dc:creator "Ahlberg, Per; Szaniawski, Hubert; Clarkson, Euan N. K.; Bengtson, Stefan" ;
dc:title "Peltura transiens" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Peltura_transiens_Brogger_1882> ;
trt:publishedIn <http://publication.plazi.org/id/CD63E10EFFA6FFEAFFFA5E0DFFF5FFDC> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620385> ;
a trt:Treatment .
<http://publication.plazi.org/id/CD63E10EFFA6FFEAFFFA5E0DFFF5FFDC>
<http://dx.doi.org/10.5281/zenodo.13620385>
bibo:endPage "440" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
@ -25,6 +26,7 @@
dc:creator "Ahlberg, Per; Szaniawski, Hubert; Clarkson, Euan N. K.; Bengtson, Stefan" ;
dc:date "2005" ;
dc:title "Phosphatised olenid trilobites and associated fauna from the Upper Cambrian of Västergötland, Sweden" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620391> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Peltura_transiens_Brogger_1882>
@ -105,3 +107,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620391>
dc:description "Fig. 3. A. Sphaerophthalmus sp. A, cranidium, SMNH Ar59729 (2.21), sample 2. B. Sphaerophthalmus sp. B, right librigena with intact eye, SMNH Ar59730 (3.11), sample 2. C. Sphaerophthalmus sp. C, incomplete thoracic tergite, SMNH Ar59731 (2.19), sample 2. DF. Peltura cf. transiens (Brögger, 1882). D. Pygidium, SMNH Ar59732 (1.3), sample 1. E. Pygidium, SMNH Ar59733 (2.7), sample 2. F. Small pygidium, SMNH Ar59734 (3.12), sample 2. G. Peltura cf. paradoxa (Moberg and Möller, 1898), pygidium, SMNH Ar59735 (1.7), sample 1. H, I. Peltura sp. A. H. Pygidium, SMNH Ar59736 (1.2), sample 1. I. Transitory pygidium, SMNH Ar59737 (1.21), sample 1. J. Peltura sp. B, transitory pygidium, SMNH Ar59738 (1.6), sample 1. KP. Indeterminate olenid fragments. KM. Occipital rings. K. SMNH Ar59739 (1.19), sample 1. L. SMNH Ar59740 (1.15), sample 1. M. SMNH Ar59741 (2.14), sample 2. N. Axial ring seen edge on, SMNH Ar59742 (1.18), sample 1. O. Axial ring, SMNH Ar59743 (2.22), sample 2. P. Incomplete thoracic tergite, SMNH Ar59744 (1.24), sample 1. Scale bars 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13620391/files/figure.png> ;
a fabio:Figure .

View file

@ -14,10 +14,10 @@
dc:title "Martellia ichangensis Wang 1956" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Martellia_ichangensis_Wang_1956> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Martellia_ichangensis_Zhan_2005>, <http://taxon-concept.plazi.org/id/Animalia/Martellia_orbicularis_Zhan_2005> ;
trt:publishedIn <http://publication.plazi.org/id/BC7ADC0F07751002FFCABA5AFFC9976F> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620317> ;
a trt:Treatment .
<http://publication.plazi.org/id/BC7ADC0F07751002FFCABA5AFFC9976F>
<http://dx.doi.org/10.5281/zenodo.13620317>
bibo:endPage "393" ;
bibo:issue "2" ;
bibo:journal "Acta Palaeontologica Polonica" ;

View file

@ -10,14 +10,15 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/4043A47707611016FFACB9C8FB8D9105>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620331>, <http://dx.doi.org/10.5281/zenodo.13620321>, <http://dx.doi.org/10.5281/zenodo.13620319> ;
dc:creator "Zhan, Renbin; Jin, Jisuo" ;
dc:title "Leptestiina veturna Zhan & Jin, 2005, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/4043A47707611016FFACB9C8FB8D9105.mc.78821F3C07611016FFACBE47FD6B935D>, <http://tb.plazi.org/GgServer/dwcaRecords/4043A47707611016FFACB9C8FB8D9105.mc.78821F3C07611016FF3ABE65FF77931F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Leptestiina_veturna_Zhan_2005> ;
trt:publishedIn <http://publication.plazi.org/id/BC7ADC0F07751002FFCABA5AFFC9976F> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620317> ;
a trt:Treatment .
<http://publication.plazi.org/id/BC7ADC0F07751002FFCABA5AFFC9976F>
<http://dx.doi.org/10.5281/zenodo.13620317>
bibo:endPage "393" ;
bibo:issue "2" ;
bibo:journal "Acta Palaeontologica Polonica" ;
@ -26,6 +27,7 @@
dc:creator "Zhan, Renbin; Jin, Jisuo" ;
dc:date "2005" ;
dc:title "Brachiopods from the Middle Ordovician Shihtzupu Formation of Yunnan Province, China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620331>, <http://dx.doi.org/10.5281/zenodo.13620321>, <http://dx.doi.org/10.5281/zenodo.13620319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Leptestiina_veturna_Zhan_2005>
@ -105,6 +107,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620331>
dc:description "Fig. 13. AI. Leptestiina veturna sp. nov. A. NIGP139145, paratype, ventral internal mould. B. NIGP139146, paratype, ventral internal mould. C. NIGP139147, holotype, ventral internal mould (C1) and latex cast (C2). D. NIGP139148, paratype, ventral internal mould. E. NIGP139149, paratype, ventral internal mould (E1) and latex cast (E2). F. NIGP139150, paratype, dorsal internal mould. G. NIGP139151, paratype, three dorsal external moulds, with dorsal external mould of Leptellinidae gen. et sp. nov. (to be erected by Zhan and Jin in press) (second from right). H. NIGP139152, paratype, dorsal external mould (H1) and latex cast (H2); note also ventral interarea. I. NIGP139153, paratype, broken dorsal internal mould. J. Strophomenid gen. et sp. indeterminate; NIGP139154, dorsal internal mould (J1) and latex cast (J2), together with a dorsal internal mould of Leptellina spatiosa sp. nov. (top)." ;
fabio:hasRepresentation <https://zenodo.org/record/13620331/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620321>
dc:description "Fig. 2. Middle Ordovician sedimentary facies on the Yangtze Platform, South China palaeoplate (modified from Zhang et al. 2002), with three fossil localities discussed in the text: 1, Shihtzupu Formation at Shizigou Valley near the Weixin County town, Yunnan Province; 2, Type area of Shihtzupu Formation at Donggongsi, Zunyi, Guizhou Province; 3, Dashaba Formation at Shuanghe, Changning, Sichuan Province." ;
fabio:hasRepresentation <https://zenodo.org/record/13620321/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620319>
dc:description "Fig. 1. Location map of the study area. A. Map of China, with the South China palaeoplate outlined by thick line; inset box enlarged as B. B. The border region between Yunnan, Guizhou and Sichuan provinces; inset enlarged as C. C. Detailed map of the Shizigou Valley section near the Weixin County town, with the fossil locality marked by solid triangle." ;
fabio:hasRepresentation <https://zenodo.org/record/13620319/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/4043A47707611016FFACB9C8FB8D9105.mc.78821F3C07611016FFACBE47FD6B935D>
dwc:catalogNumber "NIGP 139147" ;
dwc:collectionCode "NIGP" ;

View file

@ -10,14 +10,15 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/4043A47707721005FFACBB60FA059316>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620321> ;
dc:creator "Zhan, Renbin; Jin, Jisuo" ;
dc:title "Glyptorthis sarcina Zhan & Jin, 2005, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/4043A47707721005FFACBB60FA059316.mc.78821F3C07721005FFACBB96FF259693>, <http://tb.plazi.org/GgServer/dwcaRecords/4043A47707721005FFACBB60FA059316.mc.78821F3C07721005FF21B851FEFD9553> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Glyptorthis_sarcina_Zhan_2005> ;
trt:publishedIn <http://publication.plazi.org/id/BC7ADC0F07751002FFCABA5AFFC9976F> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620317> ;
a trt:Treatment .
<http://publication.plazi.org/id/BC7ADC0F07751002FFCABA5AFFC9976F>
<http://dx.doi.org/10.5281/zenodo.13620317>
bibo:endPage "393" ;
bibo:issue "2" ;
bibo:journal "Acta Palaeontologica Polonica" ;
@ -26,6 +27,7 @@
dc:creator "Zhan, Renbin; Jin, Jisuo" ;
dc:date "2005" ;
dc:title "Brachiopods from the Middle Ordovician Shihtzupu Formation of Yunnan Province, China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620321> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Glyptorthis_sarcina_Zhan_2005>
@ -105,6 +107,11 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620321>
dc:description "Fig. 2. Middle Ordovician sedimentary facies on the Yangtze Platform, South China palaeoplate (modified from Zhang et al. 2002), with three fossil localities discussed in the text: 1, Shihtzupu Formation at Shizigou Valley near the Weixin County town, Yunnan Province; 2, Type area of Shihtzupu Formation at Donggongsi, Zunyi, Guizhou Province; 3, Dashaba Formation at Shuanghe, Changning, Sichuan Province." ;
fabio:hasRepresentation <https://zenodo.org/record/13620321/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/4043A47707721005FFACBB60FA059316.mc.78821F3C07721005FFACBB96FF259693>
dwc:catalogNumber "NIGP 139065" ;
dwc:collectionCode "NIGP" ;

View file

@ -12,8 +12,9 @@
<http://treatment.plazi.org/id/6E6EEE6E58795D8AB5097AC27F1A67D5>
cito:cites <http://dx.doi.org/10.3897/mycokeys.108.127734.figure6> ;
dc:creator "Zhang, Lin; Zhao, Lili; Liang, Chen; Yu, Luhan; Zhang, Ying" ;
dc:title "Colletotrichum chinensis Zhang & Zhao & Liang & Yu & Zhang 2024, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Colletotrichum_chinensis_Zhang_2024> ;
dc:title "Colletotrichum chinensis Y. Zhang ter & L. Zhang 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/6E6EEE6E58795D8AB5097AC27F1A67D5.mc.4D7623E3D33C133EA3CDC454D0C3AAAC>, <http://tb.plazi.org/GgServer/dwcaRecords/6E6EEE6E58795D8AB5097AC27F1A67D5.mc.343276FADD35B0AE331AD599728C419E> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Colletotrichum_chinensis_ter_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/mycokeys.108.127734> ;
a trt:Treatment .
@ -29,9 +30,9 @@
fabio:hasPart <http://dx.doi.org/10.3897/mycokeys.108.127734.figure6> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Colletotrichum_chinensis_Zhang_2024>
dwc:authority "Y. Zhang" ;
dwc:authorityName "Zhang & Zhao & Liang & Yu & Zhang" ;
<http://taxon-concept.plazi.org/id/Fungi/Colletotrichum_chinensis_ter_2024>
dwc:authority "Y. Zhang ter & L. Zhang" ;
dwc:authorityName "Y. Zhang ter & L. Zhang" ;
dwc:authorityYear "2024" ;
dwc:class "Sordariomycetes" ;
dwc:family "Glomerellaceae" ;
@ -40,7 +41,7 @@
dwc:order "Glomerellales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zhang & Zhao & Liang & Yu & Zhang, 2024" ;
dwc:scientificNameAuthorship "Y. Zhang ter & L. Zhang, 2024" ;
dwc:species "chinensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Colletotrichum_chinensis> ;
a dwcFP:TaxonConcept .
@ -111,3 +112,20 @@
dc:description "Figure 6. Morphological characteristics of Colletotrichum chinensis a, b front and back view, respectively, of 7 - d-old MEA culture c, d front and back view, respectively, of 7 - d-old PDA culture e conidiomata f, g conidia h, i conidiophores j setae k n appressoria a n isolate QCG- 1.1. Scale bars: 10 μm (f n); 500 μm (e)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1124104> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/6E6EEE6E58795D8AB5097AC27F1A67D5.mc.4D7623E3D33C133EA3CDC454D0C3AAAC>
dwc:collectionCode "CGMCC" ;
dwc:eventDate "2022-07-29" ;
dwc:locality "Taian City" ;
dwc:recordedBy "Y. Zhang & L. Zhang & L. L. Zhao" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/6E6EEE6E58795D8AB5097AC27F1A67D5#4D7623E3D33C133EA3CDC454D0C3AAAC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/6E6EEE6E58795D8AB5097AC27F1A67D5.mc.343276FADD35B0AE331AD599728C419E>
dwc:collectionCode "JF, CGMCC" ;
dwc:eventDate "2022-07-15" ;
dwc:locality "Beijing City" ;
dwc:recordedBy "Y. Zhang & L. Zhang & L. L. Zhao" ;
trt:httpUri <https://treatment.plazi.org/id/6E6EEE6E58795D8AB5097AC27F1A67D5#343276FADD35B0AE331AD599728C419E> ;
a dwc:MaterialCitation .

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/711F661DFF90FF9FFF90FE61FEFDDE21>
dc:creator "Jouve, Stéphane; Iarochène, Mohamed; Bouya, Baâdi; Amaghzaz, Mbarek" ;
dc:title "Arambourgisuchus khouribgaensis Jouve, Iarochène, Bouya & Amaghzaz, 2005, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/711F661DFF90FF9FFF90FE61FEFDDE21.mc.49DEDD56FF90FF95FF90FDF8FF29DE32>, <http://tb.plazi.org/GgServer/dwcaRecords/711F661DFF90FF9FFF90FE61FEFDDE21.mc.49DEDD56FF91FF94FF7AF94CFD64DADA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arambourgisuchus_khouribgaensis_Jouve_2005> ;
trt:publishedIn <http://publication.plazi.org/id/8D261E65FF92FF97FFF6FFBDFFE8DD30> ;
a trt:Treatment .
<http://publication.plazi.org/id/8D261E65FF92FF97FFF6FFBDFFE8DD30>
bibo:endPage "594" ;
bibo:issue "3" ;
bibo:journal "Acta Palaeontologica Polonica" ;
bibo:startPage "581" ;
bibo:volume "50" ;
dc:creator "Jouve, Stéphane; Iarochène, Mohamed; Bouya, Baâdi; Amaghzaz, Mbarek" ;
dc:date "2005" ;
dc:title "A new dyrosaurid crocodyliform from the Palaeocene of Morocco and a phylogenetic analysis of Dyrosauridae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arambourgisuchus_khouribgaensis_Jouve_2005>
dwc:authorityName "Jouve & Iarochène & Bouya & Amaghzaz" ;
dwc:authorityYear "2005" ;
dwc:class "Reptilia" ;
dwc:family "Dyrosauridae" ;
dwc:genus "Arambourgisuchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Crocodylia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jouve & Iarochène & Bouya & Amaghzaz, 2005" ;
dwc:species "khouribgaensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arambourgisuchus_khouribgaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arambourgisuchus_khouribgaensis>
dwc:class "Reptilia" ;
dwc:family "Dyrosauridae" ;
dwc:genus "Arambourgisuchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Crocodylia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "khouribgaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arambourgisuchus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arambourgisuchus>
dwc:class "Reptilia" ;
dwc:family "Dyrosauridae" ;
dwc:genus "Arambourgisuchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Crocodylia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dyrosauridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dyrosauridae>
dwc:class "Reptilia" ;
dwc:family "Dyrosauridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Crocodylia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crocodylia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crocodylia>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Crocodylia" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/711F661DFF90FF9FFF90FE61FEFDDE21.mc.49DEDD56FF90FF95FF90FDF8FF29DE32>
dwc:catalogNumber "DEK-GE 300" ;
dwc:collectionCode "OCP" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/711F661DFF90FF9FFF90FE61FEFDDE21#49DEDD56FF90FF95FF90FDF8FF29DE32> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/711F661DFF90FF9FFF90FE61FEFDDE21.mc.49DEDD56FF91FF94FF7AF94CFD64DADA>
dwc:catalogNumber "DEK-GE 300" ;
dwc:collectionCode "OCP" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/711F661DFF90FF9FFF90FE61FEFDDE21#49DEDD56FF91FF94FF7AF94CFD64DADA> ;
a dwc:MaterialCitation .

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7331E637FFE30160FEBD8462FDEDFBE3>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620537>, <http://dx.doi.org/10.5281/zenodo.13620541>, <http://dx.doi.org/10.5281/zenodo.13620535> ;
dc:creator "Ayala, Ricardo; Engel, Michael S." ;
dc:title "Ptiloglossa chamelensis Ayala & Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FF0E87EEFECAFA43>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FF0E87AEFE08F983>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FDD9844EFE0BF9A3>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FDDB846EFE03F9C3>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FDD3840EFE26F9E3>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FE36842EFDA9F903>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FDB684CEFD8BF923>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FD5B84EEFE28F943>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FE35848EFE60F963>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70160FE6B84AEFEFEFE83>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FED1834EFBF0FE83>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FBC2834EFDE1FEC3>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FDEA830EFD29FEE3>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FD38832EFCF7FE03>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FCC783CEFB75FE23>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FF7F838EFE74FE63>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FE4483AEFB7BFE63>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FF0F80EEFF3BFD43>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FD63808DFCA3FD43>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE60160FCBD808EFC77FC83> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ptiloglossa_chamelensis_Ayala_2014> ;
trt:publishedIn <http://publication.plazi.org/id/8F089E4FFFE10167FFDE824FFFFEFF9A> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i35.4759> ;
a trt:Treatment .
<http://publication.plazi.org/id/8F089E4FFFE10167FFDE824FFFFEFF9A>
<http://dx.doi.org/10.17161/jom.v0i35.4759>
bibo:endPage "13" ;
bibo:issue "35" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-06-30" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "35" ;
dc:creator "Ayala, Ricardo; Engel, Michael S." ;
dc:date "2014" ;
dc:title "A new species of Ptiloglossa from Mexico, with new records of Ptiloglossa cyaniventris from Panama and Costa Rica (Hymenoptera: Colletidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620537>, <http://dx.doi.org/10.5281/zenodo.13620541>, <http://dx.doi.org/10.5281/zenodo.13620535> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ptiloglossa_chamelensis_Ayala_2014>
@ -107,6 +108,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620537>
dc:description "Figures 24. Photographs of Ptiloglossa chamelensis, new species, from Mexico. 2. Male facial view. 3. Female facial view. 4. Outer surface of metatibia and metabasitarsus." ;
fabio:hasRepresentation <https://zenodo.org/record/13620537/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620541>
dc:description "Figure 8. Lateral photograph of female of Ptiloglossa chamelensis, new species, from Mexico." ;
fabio:hasRepresentation <https://zenodo.org/record/13620541/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620535>
dc:description "Figure 1. Lateral photograph of male of Ptiloglossa chamelensis, new species, from Mexico." ;
fabio:hasRepresentation <https://zenodo.org/record/13620535/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE30160FEBD8462FDEDFBE3.mc.4BF05D7CFFE70161FF0E87EEFECAFA43>
dwc:collectionCode "T, IB-UNAM" ;
dwc:eventDate "1985-09-30" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7331E637FFE6016CFE2C86EEFC92FDA3>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620543>, <http://dx.doi.org/10.5281/zenodo.13620545>, <http://dx.doi.org/10.5281/zenodo.13620547> ;
dc:creator "Ayala, Ricardo; Engel, Michael S." ;
dc:title "Ptiloglossa cyaniventris Friese 1925" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFE8016EFF0F8410FEE6F90C>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFE8016EFEF88430FE70F92C>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFE8016EFE4584D0FE5BF94C>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFE8016EFE7184F0FB85F94C>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFE8016DFF7F8491FC56FACE>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFEB016DFC758772FB96FAEE>, <http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFEB016DFBB58712FCACFA2F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ptiloglossa_cyaniventris_Friese_1925> ;
trt:publishedIn <http://publication.plazi.org/id/8F089E4FFFE10167FFDE824FFFFEFF9A> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i35.4759> ;
a trt:Treatment .
<http://publication.plazi.org/id/8F089E4FFFE10167FFDE824FFFFEFF9A>
<http://dx.doi.org/10.17161/jom.v0i35.4759>
bibo:endPage "13" ;
bibo:issue "35" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-06-30" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "35" ;
dc:creator "Ayala, Ricardo; Engel, Michael S." ;
dc:date "2014" ;
dc:title "A new species of Ptiloglossa from Mexico, with new records of Ptiloglossa cyaniventris from Panama and Costa Rica (Hymenoptera: Colletidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620543>, <http://dx.doi.org/10.5281/zenodo.13620545>, <http://dx.doi.org/10.5281/zenodo.13620547> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ptiloglossa_cyaniventris_Friese_1925>
@ -108,6 +109,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620543>
dc:description "Figure 9. Lateral photograph of a more yellowish male of Ptiloglossa cyaniventris Friese from Panama." ;
fabio:hasRepresentation <https://zenodo.org/record/13620543/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620545>
dc:description "Figures 1011. Photographs of more yellowish male of Ptiloglossa cyaniventris Friese from Panama. 10. Facial view. 11. Outer surface of metatibia." ;
fabio:hasRepresentation <https://zenodo.org/record/13620545/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620547>
dc:description "Figures 1214. Male terminalia of Ptiloglossa cyaniventris Friese from Panama. 12. Metasomal ster- num VII. 13. Metasomal sternum VIII. 14. Ventral view of genital capsule." ;
fabio:hasRepresentation <https://zenodo.org/record/13620547/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/7331E637FFE6016CFE2C86EEFC92FDA3.mc.4BF05D7CFFE8016EFF0F8410FEE6F90C>
dwc:collectionCode "NEW, RECORDS" ;
dwc:eventDate "1981-05-05" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7D72E34CE842B03AFE84FEBD31A2FB3C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620569>, <http://dx.doi.org/10.5281/zenodo.13620573> ;
dc:creator "Engel, Michael S." ;
dc:title "Caenaugochlora (Caenaugochlora) pantochlora Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7D72E34CE842B03AFE84FEBD31A2FB3C.mc.45B35807E840B03AFF59FB9D3745FB7C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Caenaugochlora_pantochlora_Engel_2014> ;
trt:publishedIn <http://publication.plazi.org/id/814B9B34E846B03CFF89FFFC3315FFC5> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i33.4725> ;
a trt:Treatment .
<http://publication.plazi.org/id/814B9B34E846B03CFF89FFFC3315FFC5>
<http://dx.doi.org/10.17161/jom.v0i33.4725>
bibo:endPage "10" ;
bibo:issue "33" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-05-12" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "33" ;
dc:creator "Engel, Michael S." ;
dc:date "2014" ;
dc:title "The bee genus Caenaugochlora in Venezuela (Hymenoptera: Halictidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620569>, <http://dx.doi.org/10.5281/zenodo.13620573> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Caenaugochlora_pantochlora_Engel_2014>
@ -121,6 +122,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620569>
dc:description "Figures 12. Facial views of Caenaugochlora from Venezuela. 1. Caenaugochlora (Caenaugochlora) elpidia, new species. 2. C. (C.) pantochlora, new species." ;
fabio:hasRepresentation <https://zenodo.org/record/13620569/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620573>
dc:description "Figures 68. Female of Caenaugochlora (Caenaugochlora) pantochlora, new species. 6. Lateral habitus. 7. Dorsal habitus. 8. Mesosomal dorsum (note that at the angle of the specimen the imbrication of the mesoscutum is washed out by the metallic coloration, but may be seen on the propodeum)." ;
fabio:hasRepresentation <https://zenodo.org/record/13620573/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/7D72E34CE842B03AFE84FEBD31A2FB3C.mc.45B35807E840B03AFF59FB9D3745FB7C>
dwc:collectionCode "R" ;
dwc:eventDate "1995-03-08" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7D72E34CE847B038FEA5FC1D33E9FEDC>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620569>, <http://dx.doi.org/10.5281/zenodo.13620571> ;
dc:creator "Engel, Michael S." ;
dc:title "Caenaugochlora (Caenaugochlora) elpidia Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7D72E34CE847B038FEA5FC1D33E9FEDC.mc.45B35807E845B03FFF59F9AB377BF90B>, <http://tb.plazi.org/GgServer/dwcaRecords/7D72E34CE847B038FEA5FC1D33E9FEDC.mc.45B35807E845B03FFF59F92B303EF92B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Caenaugochlora_elpidia_Engel_2014> ;
trt:publishedIn <http://publication.plazi.org/id/814B9B34E846B03CFF89FFFC3315FFC5> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i33.4725> ;
a trt:Treatment .
<http://publication.plazi.org/id/814B9B34E846B03CFF89FFFC3315FFC5>
<http://dx.doi.org/10.17161/jom.v0i33.4725>
bibo:endPage "10" ;
bibo:issue "33" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-05-12" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "33" ;
dc:creator "Engel, Michael S." ;
dc:date "2014" ;
dc:title "The bee genus Caenaugochlora in Venezuela (Hymenoptera: Halictidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620569>, <http://dx.doi.org/10.5281/zenodo.13620571> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Caenaugochlora_elpidia_Engel_2014>
@ -121,6 +122,16 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620569>
dc:description "Figures 12. Facial views of Caenaugochlora from Venezuela. 1. Caenaugochlora (Caenaugochlora) elpidia, new species. 2. C. (C.) pantochlora, new species." ;
fabio:hasRepresentation <https://zenodo.org/record/13620569/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620571>
dc:description "Figures 35. Female of Caenaugochlora (Caenaugochlora) elpidia, new species. 3. Lateral habitus. 4. Dorsal habitus. 5. Detail of propodeum." ;
fabio:hasRepresentation <https://zenodo.org/record/13620571/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/7D72E34CE847B038FEA5FC1D33E9FEDC.mc.45B35807E845B03FFF59F9AB377BF90B>
dwc:collectionCode "R" ;
dwc:locality "University of Kansas Natural History Museum" ;

View file

@ -0,0 +1,430 @@
@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/A7394179B524FFD7FF56FABCC51DF854>
cito:cites <http://dx.doi.org/10.5281/zenodo.13346771>, <http://dx.doi.org/10.5281/zenodo.13346779>, <http://dx.doi.org/10.5281/zenodo.13346775>, <http://dx.doi.org/10.5281/zenodo.13346777> ;
dc:creator "Lamas, Carlos J. E.; Yamaguchi, Carolina; Evenhuis, Neal L." ;
dc:title "Bryodemina valida 1830" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FE3FFAB6C1E5FA94>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDFAFAFEC309FA4C>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDDEFA1AC54BFA4C>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FB9CFA1AC483FA4C>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FF56FA46C306FA20>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDE8FA46C001FA04>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FEE7FA62C58CFA04>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FB65FA62C242F9D8>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FCA7F98EC340F9BC>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDA6F9AAC483F9BC>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FF56F9D6C532F990>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FBF4F9D6C3E9F974>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FD3DF9F2C543F974>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FBA2F9F2C3D4F948>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FD1DF91EC483F948>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FF56F93AC44FF92C>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FAA2F93AC3B5F900>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FD78F966C5E7F900>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FAC6F966C304F8E4>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDECF882C32AF8B8>, <http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDFAF8AEC003F89C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bryodemina_valida_Wiedemann_1830> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Oncodocera_valida>, <http://taxon-name.plazi.org/id/Animalia/Ogcodocera_eximia>, <http://taxon-name.plazi.org/id/Animalia/Ogcodocera_valida> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Anthrax_valida_Wiedemann_1830>, <http://taxon-concept.plazi.org/id/Animalia/Anisotamia_eximia_Macquart_1850> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5496.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5496.3.1>
bibo:endPage "331" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-08-20" ;
bibo:startPage "301" ;
bibo:volume "5496" ;
dc:creator "Lamas, Carlos J. E.; Yamaguchi, Carolina; Evenhuis, Neal L." ;
dc:date "2024" ;
dc:title "Revision of the genus Bryodemina Hull (Diptera, Bombyliidae, Lomatiinae) with descriptions of two new Neotropical species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13346771>, <http://dx.doi.org/10.5281/zenodo.13346779>, <http://dx.doi.org/10.5281/zenodo.13346775>, <http://dx.doi.org/10.5281/zenodo.13346777> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bryodemina_valida_Wiedemann_1830>
dwc:authority "(Wiedemann), 1830" ;
dwc:authorityName "" ;
dwc:authorityYear "1830" ;
dwc:baseAuthorityName "Wiedemann" ;
dwc:baseAuthorityYear "1830" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wiedemann, 1830)" ;
dwc:species "valida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/NJ3N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bryodemina_valida> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Anthrax_valida_Wiedemann_1830>
dwc:authority "Wiedemann, 1830: 636" ;
dwc:authorityName "Wiedemann" ;
dwc:authorityPageNumber "636" ;
dwc:authorityYear "1830" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anthrax" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wiedemann, 1830" ;
dwc:species "valida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/NJ3N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Anthrax_valida> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Anisotamia_eximia_Macquart_1850>
dwc:authority "Macquart, 1850: 419" ;
dwc:authorityName "Macquart" ;
dwc:authorityPageNumber "419" ;
dwc:authorityYear "1850" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anisotamia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Macquart, 1850" ;
dwc:species "eximia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Anisotamia_eximia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Bryodemina_valida>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "valida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bryodemina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bryodemina>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bombyliidae>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
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 .
<http://taxon-name.plazi.org/id/Animalia/Anthrax_valida>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anthrax" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "valida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthrax> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthrax>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anthrax" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anisotamia_eximia>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anisotamia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "eximia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anisotamia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anisotamia>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anisotamia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oncodocera_valida>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Oncodocera" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "valida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oncodocera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oncodocera>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Oncodocera" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ogcodocera_eximia>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Ogcodocera" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "eximia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ogcodocera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ogcodocera>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Ogcodocera" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ogcodocera_valida>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Ogcodocera" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "valida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ogcodocera> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13346771>
dc:description "FIGURES 6773. Bryodemina valida. 67. Syntype male habitus, dorsal view; 68. Male habitus, lateral view (Scale bar, 2.0 mm); 69. Syntype female habitus, dorsal view; 70. Female habitus, lateral view (Scale bar, 2.0 mm); 71. Male head, frontal view (Scale bar, 0.5 mm); 72. Female head, frontal view (Scale bar, 1.0 mm); 73. Male right wing, dorsal view (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346771/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346779>
dc:description "FIGURES 8389. Abdomen pattern of Bryodemina species, dorsal view. 83. Bry. ayalai sp. nov., male (Scale bar, 1.0 mm); 84. Bry. ayalai sp. nov., female (Scale bar, 0.5 mm); 85. Bry. enigmatica sp. nov., male (Scale bar, 1.0 mm); 86. Bry. fasciata, male (Scale bar, 1.0 mm); 87. Bry. valida, male (Scale bar, 1.0 mm); 88. Bry. valida, female (Scale bar, 1.0 mm); 89. Bry. hedickei, male (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346779/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346775>
dc:description "FIGURES 7480. Bryodemina valida, male terminalia. 74. Dorsal view (epandrium removed), line drawing (Scale bar, 0.2 mm); 75. Dorsal view; 76. Ventral view; 77. Lateral view, line drawing (Scale bar, 0.1 mm); 78. Lateral view; 79. Epandrium, dorsal view, line drawing (Scale bar, 0.2 mm); 80. Epandrium, dorsal view." ;
fabio:hasRepresentation <https://zenodo.org/record/13346775/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346777>
dc:description "FIGURES 8182. Bryodemina valida, female terminalia. 81. Spermathecae and furca, line drawing; 82. Spermathecae, furca, tergite 8 and acanthophorites (tergites 9+10)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346777/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FE3FFAB6C1E5FA94>
dwc:collectionCode "ZMHB" ;
dwc:locality "Mexico" ;
dwc:recordedBy "Deppe" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FE3FFAB6C1E5FA94> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDFAFAFEC309FA4C>
dwc:collectionCode "USNM" ;
dwc:eventDate "1915-11" ;
dwc:locality "Guatemala City" ;
dwc:recordedBy "W. M Schauss" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FDFAFAFEC309FA4C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDDEFA1AC54BFA4C>
dwc:collectionCode "NHW" ;
dwc:locality "Unknown" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FDDEFA1AC54BFA4C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FB9CFA1AC483FA4C>
dwc:collectionCode "NHW" ;
dwc:recordedBy "Winthem" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FB9CFA1AC483FA4C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FF56FA46C306FA20>
dwc:collectionCode "OUMNH" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FF56FA46C306FA20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDE8FA46C001FA04>
dwc:collectionCode "USNM" ;
dwc:eventDate "1963-09-15" ;
dwc:locality "Taxco" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FDE8FA46C001FA04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FEE7FA62C58CFA04>
dwc:collectionCode "USNM" ;
dwc:eventDate "1959-08-31" ;
dwc:locality "Iguala" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FEE7FA62C58CFA04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FB65FA62C242F9D8>
dwc:collectionCode "USNM" ;
dwc:eventDate "1959-08-31" ;
dwc:locality "Chilpancingo" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FB65FA62C242F9D8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FCA7F98EC340F9BC>
dwc:collectionCode "USNM" ;
dwc:eventDate "1913-08-29" ;
dwc:locality "Oaxaca" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FCA7F98EC340F9BC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDA6F9AAC483F9BC>
dwc:collectionCode "USNM" ;
dwc:eventDate "1959-09-05" ;
dwc:locality "Oaxaca" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FDA6F9AAC483F9BC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FF56F9D6C532F990>
dwc:collectionCode "USNM" ;
dwc:eventDate "1972-08-14" ;
dwc:locality "Puebla" ;
dwc:recordedBy "G. F. & S. Hevel" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FF56F9D6C532F990> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FBF4F9D6C3E9F974>
dwc:collectionCode "USNM" ;
dwc:eventDate "1957-10-24" ;
dwc:locality "Cotaxtla" ;
dwc:recordedBy "W. Gibson" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FBF4F9D6C3E9F974> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FD3DF9F2C543F974>
dwc:collectionCode "NHW" ;
dwc:eventDate "1871-05-05" ;
dwc:locality "Orizaba" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FD3DF9F2C543F974> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FBA2F9F2C3D4F948>
dwc:collectionCode "MNHN" ;
dwc:eventDate "1964-08-28" ;
dwc:locality "Palma Sola" ;
dwc:recordedBy "B. & D. Sigwalt" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FBA2F9F2C3D4F948> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FD1DF91EC483F948>
dwc:collectionCode "USNM" ;
dwc:locality "Villa Union" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FD1DF91EC483F948> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FF56F93AC44FF92C>
dwc:collectionCode "USNM" ;
dwc:eventDate "1963-09-12" ;
dwc:locality "Cuernavaca" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FF56F93AC44FF92C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FAA2F93AC3B5F900>
dwc:collectionCode "USNM" ;
dwc:eventDate "12. ix. 1963, ix. 1923" ;
dwc:locality "Cuernavaca" ;
dwc:recordedBy "E. G. Smyth" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FAA2F93AC3B5F900> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FD78F966C5E7F900>
dwc:collectionCode "USNM" ;
dwc:eventDate "1962-08-31" ;
dwc:locality "Guadalajara" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FD78F966C5E7F900> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FAC6F966C304F8E4>
dwc:collectionCode "SAMC" ;
dwc:eventDate "1962-07-15" ;
dwc:locality "Guadalajara" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FAC6F966C304F8E4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDECF882C32AF8B8>
dwc:collectionCode "USNM" ;
dwc:eventDate "1967-09-04" ;
dwc:locality "Matagalpa" ;
dwc:recordedBy "R. H. & E. M. Painter" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FDECF882C32AF8B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A7394179B524FFD7FF56FABCC51DF854.mc.9FF8FA32B52AFFD7FDFAF8AEC003F89C>
dwc:collectionCode "USNM" ;
dwc:eventDate "1962-08-06" ;
dwc:locality "Douglas" ;
dwc:recordedBy "M. A. Cazier" ;
trt:httpUri <https://treatment.plazi.org/id/A7394179B524FFD7FF56FABCC51DF854#9FF8FA32B52AFFD7FDFAF8AEC003F89C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,302 @@
@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/A7394179B533FFCFFF56FF59C229FF2F>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Anthrax_valida_Wiedemann_1830>, <http://taxon-concept.plazi.org/id/Animalia/Bryodemina_latisoma_Hull_1973>, <http://dx.doi.org/10.5281/zenodo.13346765>, <http://dx.doi.org/10.5281/zenodo.13346779>, <http://dx.doi.org/10.5281/zenodo.13346757>, <http://dx.doi.org/10.5281/zenodo.13346771>, <http://dx.doi.org/10.5281/zenodo.13346741>, <http://dx.doi.org/10.5281/zenodo.13346751> ;
dc:creator "Lamas, Carlos J. E.; Yamaguchi, Carolina; Evenhuis, Neal L." ;
dc:title "Bryodemina Hull 1973" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bryodemina_Hull_1973> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Bryodemina> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Bryodema_Hull_1966>, <http://taxon-concept.plazi.org/id/Animalia/Brachydemia_Hull_1973>, <http://taxon-concept.plazi.org/id/Animalia/Brachydemina_Hull_1973> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5496.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5496.3.1>
bibo:endPage "331" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-08-20" ;
bibo:startPage "301" ;
bibo:volume "5496" ;
dc:creator "Lamas, Carlos J. E.; Yamaguchi, Carolina; Evenhuis, Neal L." ;
dc:date "2024" ;
dc:title "Revision of the genus Bryodemina Hull (Diptera, Bombyliidae, Lomatiinae) with descriptions of two new Neotropical species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13346765>, <http://dx.doi.org/10.5281/zenodo.13346779>, <http://dx.doi.org/10.5281/zenodo.13346757>, <http://dx.doi.org/10.5281/zenodo.13346771>, <http://dx.doi.org/10.5281/zenodo.13346741>, <http://dx.doi.org/10.5281/zenodo.13346751> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bryodemina_Hull_1973>
dwc:authority "Hull, 1973" ;
dwc:authorityName "Hull" ;
dwc:authorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Hull, 1973" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62H54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bryodemina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bryodema_Hull_1966>
dwc:authority "Hull, 1966: 227", "Hull, 1966" ;
dwc:authorityName "Hull" ;
dwc:authorityPageNumber "227" ;
dwc:authorityYear "1966" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Bryodema" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Hull, 1966" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62H54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bryodema> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Anthrax_valida_Wiedemann_1830>
dwc:authority "Wiedemann, 1830" ;
dwc:authorityName "Wiedemann" ;
dwc:authorityYear "1830" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anthrax" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wiedemann, 1830" ;
dwc:species "valida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62H54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Anthrax_valida> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Brachydemia_Hull_1973>
dwc:authority "Hull, 1973: 306", "(Hull, 1973: 316)" ;
dwc:authorityName "Hull" ;
dwc:authorityPageNumber "306" ;
dwc:authorityYear "1973" ;
dwc:baseAuthorityName "Hull" ;
dwc:baseAuthorityPageNumber "316" ;
dwc:baseAuthorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Brachydemia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Hull, 1973", "(Hull, 1973)" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62H54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachydemia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bryodemina_latisoma_Hull_1973>
dwc:authority "Hull, 1973" ;
dwc:authorityName "Hull" ;
dwc:authorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, 1973" ;
dwc:species "latisoma" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62H54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bryodemina_latisoma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Brachydemina_Hull_1973>
dwc:authorityName "Hull" ;
dwc:authorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Brachydemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Hull, 1973" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62H54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachydemina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Bryodemina>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bombyliidae>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
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 .
<http://taxon-name.plazi.org/id/Animalia/Bryodema>
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Bryodema" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acrididae>
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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/Anthrax_valida>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anthrax" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "valida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthrax> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthrax>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Anthrax" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachydemia>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Brachydemia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bryodemina_latisoma>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Bryodemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "latisoma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bryodemina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachydemina>
dwc:class "Insecta" ;
dwc:family "Bombyliidae" ;
dwc:genus "Brachydemina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bombyliidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13346765>
dc:description "FIGURES 5157. Bryodemina hedickei. 51. Male habitus, dorsal view (Scale bar, 2.0 mm); 52. Male habitus, lateral view (Scale bar, 2.0 mm); 53. Female habitus, dorsal view (Scale bar, 2.0 mm); 54. Female habitus, lateral view (Scale bar, 2.0 mm); 55. Male head, frontal view (Scale bar, 0.5 mm); 56. Female head, frontal view (Scale bar, 1.0 mm); 57. Female right wing, dorsal view (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346765/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346779>
dc:description "FIGURES 8389. Abdomen pattern of Bryodemina species, dorsal view. 83. Bry. ayalai sp. nov., male (Scale bar, 1.0 mm); 84. Bry. ayalai sp. nov., female (Scale bar, 0.5 mm); 85. Bry. enigmatica sp. nov., male (Scale bar, 1.0 mm); 86. Bry. fasciata, male (Scale bar, 1.0 mm); 87. Bry. valida, male (Scale bar, 1.0 mm); 88. Bry. valida, female (Scale bar, 1.0 mm); 89. Bry. hedickei, male (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346779/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346757>
dc:description "FIGURES 3441. Bryodemina fasciata. 34. Male habitus, dorsal view (Scale bar, 2.0 mm); 35. Male habitus, lateral view (Scale bar, 2.0 mm); 36. Female habitus, dorsal view (Scale bar, 2.0 mm); 37. Female habitus, lateral view (Scale bar, 2.0 mm); 38. Female head, frontal view (Scale bar, 1.0 mm); 39. Male head, frontal view (Scale bar, 1.0 mm); 40. Male right wing, dorsal view (Scale bar, 1.0 mm); 41. Female right wing, dorsal view (Scale bar, 2.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346757/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346771>
dc:description "FIGURES 6773. Bryodemina valida. 67. Syntype male habitus, dorsal view; 68. Male habitus, lateral view (Scale bar, 2.0 mm); 69. Syntype female habitus, dorsal view; 70. Female habitus, lateral view (Scale bar, 2.0 mm); 71. Male head, frontal view (Scale bar, 0.5 mm); 72. Female head, frontal view (Scale bar, 1.0 mm); 73. Male right wing, dorsal view (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346771/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346741>
dc:description "FIGURES 18. Bryodemina ayalai sp. nov. 1. Holotype male habitus, dorsal view (Scale bar, 2.0 mm); 2. Holotype male habitus, lateral view (Scale bar, 2.0 mm); 3. Paratype female habitus, dorsal view (Scale bar, 1.0 mm); 4. Paratype female habitus, lateral view (Scale bar, 2.0 mm); 5. Male head, frontal view (Scale bar, 1.0 mm); 6. Female head, frontal view (Scale bar, 1.0 mm); 7. Male right wing, dorsal view (Scale bar, 1.0 mm); 8. Female right wing, dorsal view (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346741/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13346751>
dc:description "FIGURES 1824. Bryodemina enigmatica sp. nov. 18. Holotype male habitus, dorsal view (Scale bar, 2.0 mm); 19. Holotype male habitus, lateral view (Scale bar, 2.0 mm); 20. Paratype female habitus, dorsal view (Scale bar, 2.0 mm); 21. Paratype female habitus, lateral view (Scale bar, 2.0 mm); 22. Male head, frontal view (Scale bar, 1.0 mm); 23. Female head, frontal view (Scale bar, 1.0 mm); 24. Male right wing, dorsal view (Scale bar, 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13346751/files/figure.png> ;
a fabio:Figure .

View file

@ -14,10 +14,10 @@
dc:title "Gigadiscina lessardi Mergl & Massa, 2005, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/AE188799B819FFF0FC9AFB29FEB8098F.mc.96D93CD2B819FFF2FC9AFA97FBEC097D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gigadiscina_lessardi_Mergl_2005> ;
trt:publishedIn <http://publication.plazi.org/id/5221FFE1B818FFF3FFB6FF9EFFBE0C44> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620296> ;
a trt:Treatment .
<http://publication.plazi.org/id/5221FFE1B818FFF3FFB6FF9EFFBE0C44>
<http://dx.doi.org/10.5281/zenodo.13620296>
bibo:endPage "402" ;
bibo:issue "2" ;
bibo:journal "Acta Palaeontologica Polonica" ;

View file

@ -10,13 +10,14 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/AE188799B81BFFF0FC9AFCC1FA330A1F>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620298> ;
dc:creator "Mergl, Michal; Massa, Dominique" ;
dc:title "Gigadiscina collis" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gigadiscina_collis_Clarke_1913> ;
trt:publishedIn <http://publication.plazi.org/id/5221FFE1B818FFF3FFB6FF9EFFBE0C44> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620296> ;
a trt:Treatment .
<http://publication.plazi.org/id/5221FFE1B818FFF3FFB6FF9EFFBE0C44>
<http://dx.doi.org/10.5281/zenodo.13620296>
bibo:endPage "402" ;
bibo:issue "2" ;
bibo:journal "Acta Palaeontologica Polonica" ;
@ -25,6 +26,7 @@
dc:creator "Mergl, Michal; Massa, Dominique" ;
dc:date "2005" ;
dc:title "A new giant discinoid brachiopod from the Lower Devonian of Algeria" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620298> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gigadiscina_collis_Clarke_1913>
@ -105,3 +107,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620298>
dc:description "Fig. 2. A. Gigadiscina cf. collis (Clarke, 1913) from Upper Devonian of Falkland Islands, near Port Howard. External mould of ventral valve, BNMH B 60298. B. Gigadiscina sp. from MiddleUpper Devonian of Libya, Tripoli area (borehole BP, well C18). Ventral valve BMHN BD 3385b, external mould (B1), ventral valve BMNH BD 3385a, detail of ornament (B2), detail of microornament (B3), and detail of pitted radial bands alternating with smooth bands (B4)." ;
fabio:hasRepresentation <https://zenodo.org/record/13620298/files/figure.png> ;
a fabio:Figure .

View file

@ -15,10 +15,10 @@
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/AE188799B81BFFF0FFD0FA6EFAEA0F06.mc.96D93CD2B81BFFF0FFD0F9FDFE480AEB>, <http://tb.plazi.org/GgServer/dwcaRecords/AE188799B81BFFF0FFD0FA6EFAEA0F06.mc.96D93CD2B81BFFF0FF50F8BEFE950BDD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gigadiscina_anomala_Kayser_1892> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Discina_anomala_Mergl_2005> ;
trt:publishedIn <http://publication.plazi.org/id/5221FFE1B818FFF3FFB6FF9EFFBE0C44> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13620296> ;
a trt:Treatment .
<http://publication.plazi.org/id/5221FFE1B818FFF3FFB6FF9EFFBE0C44>
<http://dx.doi.org/10.5281/zenodo.13620296>
bibo:endPage "402" ;
bibo:issue "2" ;
bibo:journal "Acta Palaeontologica Polonica" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/C11F87AF0277D0070DAFFB933E93FD7F>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620555>, <http://dx.doi.org/10.5281/zenodo.13620553>, <http://dx.doi.org/10.5281/zenodo.13620559> ;
dc:creator "Engel, Michael S.; Gonzalez, Victor H.; Hinojosa-Díaz, Ismael A." ;
dc:title "Chlerogella anchicaya Engel, Gonzalez, & Hinojosa-Diaz 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C11F87AF0277D0070DAFFB933E93FD7F.mc.F9DE3CE40270D0040D84FB53384EFB7F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chlerogella_anchicaya_Engel_2014> ;
trt:publishedIn <http://publication.plazi.org/id/3D26FFD70275D0010D54FFD23A03FFA6> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i34.4736> ;
a trt:Treatment .
<http://publication.plazi.org/id/3D26FFD70275D0010D54FFD23A03FFA6>
<http://dx.doi.org/10.17161/jom.v0i34.4736>
bibo:endPage "9" ;
bibo:issue "34" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-05-29" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "34" ;
dc:creator "Engel, Michael S.; Gonzalez, Victor H.; Hinojosa-Díaz, Ismael A." ;
dc:date "2014" ;
dc:title "Revision of the bee genus Chlerogella (Hymenoptera: Halictidae), Part IV: A new species from southwestern Colombia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620555>, <http://dx.doi.org/10.5281/zenodo.13620553>, <http://dx.doi.org/10.5281/zenodo.13620559> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chlerogella_anchicaya_Engel_2014>
@ -107,6 +108,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620555>
dc:description "Figures 24. Details of holotype male of Chlerogella anchicaya, new species. 2. Facial aspect. 3. Lateral aspect of head. 4. Ventral view of apical metasomal sterna (partially obscured by metatibial apex, metatarsus, and metapretarsus), showing setose pads on medioapical exten- sion of sternum IV and apicolateral setae on sternum V." ;
fabio:hasRepresentation <https://zenodo.org/record/13620555/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620553>
dc:description "Figure 1. Photomicrograph of holotype male of Chlerogella anchicaya, new species." ;
fabio:hasRepresentation <https://zenodo.org/record/13620553/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620559>
dc:description "Figures 58. Male terminalia of Chlerogella anchicaya, new species. 5. Hidden sterna VII and VIII. 6. Genital capsule, lateral view. 7. Genital capsule, dorsal view. 8. Genital capsule, ventral view." ;
fabio:hasRepresentation <https://zenodo.org/record/13620559/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C11F87AF0277D0070DAFFB933E93FD7F.mc.F9DE3CE40270D0040D84FB53384EFB7F>
dwc:collectionCode "UNCB" ;
dwc:eventDate "2001-10-16" ;

View file

@ -10,23 +10,24 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/C1308510FFBEFF86594EF9CA01ACFD00>
cito:cites <http://dx.doi.org/10.5281/zenodo.13620407>, <http://dx.doi.org/10.5281/zenodo.13620405>, <http://dx.doi.org/10.5281/zenodo.13620403> ;
dc:creator "Ayala, Ricardo; Engel, Michael S." ;
dc:title "Nogueirapis costaricana Ayala & Engel 2014, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C1308510FFBEFF86594EF9CA01ACFD00.mc.F9F13E5BFFBAFF8658FFFEF803F0FE40>, <http://tb.plazi.org/GgServer/dwcaRecords/C1308510FFBEFF86594EF9CA01ACFD00.mc.F9F13E5BFFBAFF8658FFFE3801A9FE00> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nogueirapis_costaricana_Ayala_2014> ;
trt:publishedIn <http://publication.plazi.org/id/3D09FD68FFBCFF80582FFFF9003AFFF9> ;
trt:publishedIn <http://dx.doi.org/10.17161/jom.v0i37.4775> ;
a trt:Treatment .
<http://publication.plazi.org/id/3D09FD68FFBCFF80582FFFF9003AFFF9>
<http://dx.doi.org/10.17161/jom.v0i37.4775>
bibo:endPage "9" ;
bibo:issue "37" ;
bibo:journal "Journal of Melittology" ;
bibo:pubDate "2014-08-26" ;
bibo:startPage "1" ;
bibo:volume "2014" ;
bibo:volume "37" ;
dc:creator "Ayala, Ricardo; Engel, Michael S." ;
dc:date "2014" ;
dc:title "A new stingless bee species of the genus Nogueirapis from Costa Rica (Hymenoptera: Apidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13620407>, <http://dx.doi.org/10.5281/zenodo.13620405>, <http://dx.doi.org/10.5281/zenodo.13620403> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nogueirapis_costaricana_Ayala_2014>
@ -108,6 +109,21 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13620407>
dc:description "Figures 78. Forewings of workers of Nogueirapis Moure from Costa Rica. 7. Nogueirapis mirandula (Cockerell), melanic form. 8. N. costaricana, new species." ;
fabio:hasRepresentation <https://zenodo.org/record/13620407/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620405>
dc:description "Figures 46. Facial aspects of workers of Nogueirapis costaricana, new species, and the melanic and ferruginous forms of N. mirandula (Cockerell). 4. N. costaricana, holotype. 5. N. mirandula, melanic form. 6. N. mirandula, ferruginous form." ;
fabio:hasRepresentation <https://zenodo.org/record/13620405/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13620403>
dc:description "Figures 13. Holotype worker of Nogueirapis costaricana, new species. 1. Lateral habitus. 2. Dorsal habitus. 3. Detail of metatibia." ;
fabio:hasRepresentation <https://zenodo.org/record/13620403/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C1308510FFBEFF86594EF9CA01ACFD00.mc.F9F13E5BFFBAFF8658FFFEF803F0FE40>
dwc:collectionCode "R, USA" ;
dwc:locality "Las Minas" ;

View file

@ -120,7 +120,7 @@
dwc:collectionCode "V" ;
dwc:eventDate "2020-02-20" ;
dwc:locality "upper rio Guapore" ;
dwc:recordedBy "W. M. Ohara & D. Zdradek & Souza" ;
dwc:recordedBy "W. M. Ohara & D. Zdradek & V. Souza" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "643" ;
dwc:verbatimLatitude "-14.501384" ;
@ -140,7 +140,7 @@
dwc:collectionCode "ZUEC" ;
dwc:eventDate "2020-02-20" ;
dwc:locality "upper rio Guapore" ;
dwc:recordedBy "W. M. Ohara & D. Zdradek & Souza" ;
dwc:recordedBy "W. M. Ohara & D. Zdradek & V. Souza" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "643" ;
dwc:verbatimLatitude "-14.501384" ;