This commit is contained in:
treatmentbank 2024-10-28 15:13:19 +00:00
parent b7cde9d43c
commit 32b93a8329
5 changed files with 607 additions and 4 deletions

View file

@ -0,0 +1,123 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/310C7CF278225233A5FC710084D8F285>
cito:cites <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures20-24>, <http://taxon-concept.plazi.org/id/Animalia/Pseudastylopsis_alba_Perez_2021> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:title "Pseudastylopsis skillmani Santos-Silva, Botero & Pérez-Flores, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/310C7CF278225233A5FC710084D8F285.mc.0E4494991251DB3DB59995ADBAB21D2F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudastylopsis_skillmani_Santos_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/contrib.entomol.74.e131012> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012>
bibo:endPage "216" ;
bibo:issue "2" ;
bibo:journal "Contributions to Entomology" ;
bibo:pubDate "2024-10-28" ;
bibo:startPage "199" ;
bibo:volume "74" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:date "2024" ;
dc:title "New species, new geographical records and taxonomical notes on North and Central American Cerambycidae and Disteniidae (Coleoptera, Chrysomeloidea)" ;
fabio:hasPart <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures20-24> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudastylopsis_skillmani_Santos_2024>
dwc:authorityName "Santos-Silva & Botero & Pérez-Flores" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Pseudastylopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Pérez-Flores, 2024" ;
dwc:species "skillmani" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudastylopsis_skillmani> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudastylopsis_alba_Perez_2021>
dwc:authority "Perez-Flores & Santos-Silva, 2021" ;
dwc:authorityName "Perez-Flores & Santos-Silva" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Pseudastylopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Perez-Flores & Santos-Silva, 2021" ;
dwc:species "alba" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudastylopsis_alba> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudastylopsis_skillmani>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Pseudastylopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "skillmani" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudastylopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudastylopsis>
dwc:genus "Pseudastylopsis" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:family "Cerambycidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:order "Coleoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures20-24>
dc:description "Figures 2024. Pseudastylopsis skillmani sp. nov., holotype male: 20. Dorsal habitus; 21. Ventral habitus; 22. Lateral habitus; 23. Head, frontal view; 24. Prosternal and mesoventral processes." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1161984> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/310C7CF278225233A5FC710084D8F285.mc.0E4494991251DB3DB59995ADBAB21D2F>
dwc:collectionCode "FSCA, FWSC" ;
dwc:eventDate "2001-06-17" ;
dwc:locality "Purulha" ;
dwc:recordedBy "W. B. Warner" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/310C7CF278225233A5FC710084D8F285#0E4494991251DB3DB59995ADBAB21D2F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,195 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/53198787B36351F7892544ABD9944759>
cito:cites <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures29-33>, <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures34-41>, <http://taxon-concept.plazi.org/id/Animalia/Eranina_florula_Bates_1881>, <http://taxon-concept.plazi.org/id/Animalia/Eranina_leuconoe_Bates_1881>, <http://taxon-concept.plazi.org/id/Animalia/Eranina_pectoralis_Bates_1881>, <http://taxon-concept.plazi.org/id/Animalia/Eranina_pusilla_Bates_1874>, <http://taxon-concept.plazi.org/id/Animalia/Eranina_sororcula_Galileo_2013> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:title "Eranina amaura Santos-Silva, Botero & Pérez-Flores, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/53198787B36351F7892544ABD9944759.mc.7581007BC5CD8BEDD1A6ADA8E41A6AAE> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_undetermined> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Eranina_amaura_Santos_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/contrib.entomol.74.e131012> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012>
bibo:endPage "216" ;
bibo:issue "2" ;
bibo:journal "Contributions to Entomology" ;
bibo:pubDate "2024-10-28" ;
bibo:startPage "199" ;
bibo:volume "74" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:date "2024" ;
dc:title "New species, new geographical records and taxonomical notes on North and Central American Cerambycidae and Disteniidae (Coleoptera, Chrysomeloidea)" ;
fabio:hasPart <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures29-33>, <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures34-41> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Eranina_amaura_Santos_2024>
dwc:authorityName "Santos-Silva & Botero & Pérez-Flores" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Pérez-Flores, 2024" ;
dwc:species "amaura" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_amaura> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eranina_pectoralis_Bates_1881>
dwc:authority "(Bates, 1881)" ;
dwc:baseAuthorityName "Bates" ;
dwc:baseAuthorityYear "1881" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bates, 1881)" ;
dwc:species "pectoralis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_pectoralis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eranina_pusilla_Bates_1874>
dwc:authority "(Bates, 1874)" ;
dwc:baseAuthorityName "Bates" ;
dwc:baseAuthorityYear "1874" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bates, 1874)" ;
dwc:species "pusilla" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_pusilla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eranina_florula_Bates_1881>
dwc:authority "(Bates, 1881)" ;
dwc:baseAuthorityName "Bates" ;
dwc:baseAuthorityYear "1881" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bates, 1881)" ;
dwc:species "florula" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_florula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eranina_sororcula_Galileo_2013>
dwc:authority "Galileo & Martins, 2013" ;
dwc:authorityName "Galileo & Martins" ;
dwc:authorityYear "2013" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Galileo & Martins, 2013" ;
dwc:species "sororcula" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_sororcula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eranina_leuconoe_Bates_1881>
dwc:authority "(Bates, 1881)" ;
dwc:baseAuthorityName "Bates" ;
dwc:baseAuthorityYear "1881" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bates, 1881)" ;
dwc:species "leuconoe" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eranina_leuconoe> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Eranina_amaura>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Eranina" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "amaura" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eranina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eranina>
dwc:genus "Eranina" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:family "Cerambycidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:order "Coleoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures29-33>
dc:description "Figures 2933. Eranina amaura sp. nov., holotype female: 29. Dorsal habitus; 30. Ventral habitus; 31. Lateral habitus; 32. Head, frontal view; 33. Elytral apices." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1161986> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures34-41>
dc:description "Figures 3441. Eranina spp. 34, 35. Eranina florula (Bates, 1881), female from Guatemala (Izabal, Bobos): 34. Dorsal habitus; 35. Lateral habitus. 36, 37. Eranina leuconoe (Bates, 1881), female from Costa Rica (Limón, 4 km NE Bribri): 36. Dorsal habitus; 37. Lateral habitus. 38, 39. Eranina pectoralis (Bates, 1881), female from Mexico (Veracruz, Lake Catemaco): 38.) Dorsal habitus; 39. Lateral habitus. 40, 41. Eranina sororcula Galileo & Martins, 2013, paratype female from El Salvador (Cuscatlán, Rasario): 40. Dorsal habitus; 41. Lateral habitus." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1161987> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/53198787B36351F7892544ABD9944759.mc.7581007BC5CD8BEDD1A6ADA8E41A6AAE>
dwc:collectionCode "FSCA, FWSC" ;
dwc:eventDate "2007-10-07" ;
dwc:locality "Salamanca" ;
dwc:recordedBy "W. B. Warner" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "15.242833" ;
dwc:verbatimLongitude "-90.283" ;
trt:httpUri <https://treatment.plazi.org/id/53198787B36351F7892544ABD9944759#7581007BC5CD8BEDD1A6ADA8E41A6AAE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,145 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/88CFA85F7A3C5697A1F4C7E809E55BE5>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Alcidion_bruchi_Santos_2024> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:title "Nealcidion bruchi" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nealcidion_bruchi_Melzer_1934> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Alcidion_bruchi_Melzer_1934> ;
trt:publishedIn <http://dx.doi.org/10.3897/contrib.entomol.74.e131012> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012>
bibo:endPage "216" ;
bibo:issue "2" ;
bibo:journal "Contributions to Entomology" ;
bibo:pubDate "2024-10-28" ;
bibo:startPage "199" ;
bibo:volume "74" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:date "2024" ;
dc:title "New species, new geographical records and taxonomical notes on North and Central American Cerambycidae and Disteniidae (Coleoptera, Chrysomeloidea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nealcidion_bruchi_Melzer_1934>
dwc:authority "(Melzer, 1934)" ;
dwc:baseAuthorityName "Melzer" ;
dwc:baseAuthorityYear "1934" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Nealcidion" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Melzer, 1934)" ;
dwc:species "bruchi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/45XSQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nealcidion_bruchi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Alcidion_bruchi_Melzer_1934>
dwc:authority "Melzer, 1934: 230" ;
dwc:authorityName "Melzer" ;
dwc:authorityPageNumber "230" ;
dwc:authorityYear "1934" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Alcidion" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Melzer, 1934" ;
dwc:species "bruchi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BK3Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Alcidion_bruchi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Alcidion_bruchi_Santos_2024>
dwc:authorityName "Santos-Silva & Botero & Pérez-Flores" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Alcidion" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Pérez-Flores, 2024" ;
dwc:species "bruchi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Alcidion_bruchi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nealcidion_bruchi>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Nealcidion" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bruchi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nealcidion> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nealcidion>
dwc:genus "Nealcidion" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:family "Cerambycidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:order "Coleoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Alcidion_bruchi>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Alcidion" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bruchi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Alcidion> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Alcidion>
dwc:genus "Alcidion" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,140 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/9EB8D499DCF853A7BF62FE3C9051993E>
cito:cites <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures12-17>, <http://taxon-concept.plazi.org/id/Animalia/Psyrassa_olegkozlovi_Santos_2017>, <http://taxon-concept.plazi.org/id/Animalia/Psyrassa_xestioides_Bates_1872> ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:title "Psyrassa peninsularis Santos-Silva, Botero & Pérez-Flores, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9EB8D499DCF853A7BF62FE3C9051993E.mc.8DC64A0B700C10B569BB6F910CEDBFA4> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_undetermined> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Psyrassa_peninsularis_Santos_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/contrib.entomol.74.e131012> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012>
bibo:endPage "216" ;
bibo:issue "2" ;
bibo:journal "Contributions to Entomology" ;
bibo:pubDate "2024-10-28" ;
bibo:startPage "199" ;
bibo:volume "74" ;
dc:creator "Santos-Silva, Antonio; Botero, Juan Pablo; Pérez-Flores, Oscar" ;
dc:date "2024" ;
dc:title "New species, new geographical records and taxonomical notes on North and Central American Cerambycidae and Disteniidae (Coleoptera, Chrysomeloidea)" ;
fabio:hasPart <http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures12-17> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Psyrassa_peninsularis_Santos_2024>
dwc:authorityName "Santos-Silva & Botero & Pérez-Flores" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Pérez-Flores, 2024" ;
dwc:species "peninsularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_peninsularis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Psyrassa_xestioides_Bates_1872>
dwc:authority "(Bates, 1872)" ;
dwc:baseAuthorityName "Bates" ;
dwc:baseAuthorityYear "1872" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bates, 1872)" ;
dwc:species "xestioides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_xestioides> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Psyrassa_olegkozlovi_Santos_2017>
dwc:authority "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:authorityName "Santos-Silva, Botero & Taboada-Verona" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos-Silva, Botero & Taboada-Verona, 2017" ;
dwc:species "olegkozlovi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psyrassa_olegkozlovi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa_peninsularis>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Psyrassa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "peninsularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Psyrassa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Psyrassa>
dwc:genus "Psyrassa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:family "Cerambycidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:order "Coleoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/contrib.entomol.74.e131012.figures12-17>
dc:description "Figures 1217. Psyrassa spp. 1216. Psyrassa peninsularis sp. nov., holotype female: 12. Dorsal habitus; 13. Ventral habitus; 14. Lateral habitus; 15. Head, frontal view; 16. Antennomeres III VII. 17. Psyrassa xestioides (Bates, 1872), female from Costa Rica (Limón, near Guapiles), dorsal habitus." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1161982> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9EB8D499DCF853A7BF62FE3C9051993E.mc.8DC64A0B700C10B569BB6F910CEDBFA4>
dwc:collectionCode "FSCA, FWSC" ;
dwc:eventDate "2009-06-17" ;
dwc:locality "Felipe Carillo Puerto" ;
dwc:recordedBy "Skillman & Hildebrant" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/9EB8D499DCF853A7BF62FE3C9051993E#8DC64A0B700C10B569BB6F910CEDBFA4> ;
a dwc:MaterialCitation .

View file

@ -9,7 +9,7 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/BA19ED09247AFFADFD4EFB3CC1ABFDB0>
cito:cites <http://dx.doi.org/10.5281/zenodo.13252518>, <http://taxon-concept.plazi.org/id/Animalia/Brachys_Dejean_1833>, <http://taxon-concept.plazi.org/id/Animalia/Brachys_barberi_Fisher_1924>, <http://taxon-concept.plazi.org/id/Animalia/Brachys_ovatus_Ecleto_>, <http://taxon-concept.plazi.org/id/Animalia/Buprestidae_Leach_1815>, <http://taxon-concept.plazi.org/id/Plantae/Bumelia_Swartz_1788>, <http://taxon-concept.plazi.org/id/Plantae/Fagaceae_Dumortier_1829>, <http://taxon-concept.plazi.org/id/Plantae/Juniperus_Linnaeus_1753> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.14002710>, <http://taxon-concept.plazi.org/id/Animalia/Brachys_Dejean_1833>, <http://taxon-concept.plazi.org/id/Animalia/Brachys_barberi_Fisher_1924>, <http://taxon-concept.plazi.org/id/Animalia/Brachys_ovatus_Ecleto_>, <http://taxon-concept.plazi.org/id/Animalia/Buprestidae_Leach_1815>, <http://taxon-concept.plazi.org/id/Plantae/Bumelia_Swartz_1788>, <http://taxon-concept.plazi.org/id/Plantae/Fagaceae_Dumortier_1829>, <http://taxon-concept.plazi.org/id/Plantae/Juniperus_Linnaeus_1753> ;
dc:creator "Hespenheide, Henry A." ;
dc:title "Brachys wellsoi Hespenheide 2022, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFACFC52FDF1C168FD75>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFACFCBEFD21C1D0FCA0>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFACFC2BFD6FC6F9FCD5>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFACFD40FCEAC19EFC00>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFACFC4FFC0FC6F8FC66>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFADFD40FC5AC381FF56>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFE66FF41C30CFE80>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFED8FE8FC05CFED0>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFD88FEFFC2B6FE60>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFE82FE2FC320FE60>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFE12FE2FC025FE46>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFF1BFE7AC36FFDB0>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFEBCFD9FC391FDEB>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFE56FDAAC026FDC0>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFF1BFDF1C392FD3B>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFE5FFD1AC3A1FD10>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFD8AFD3CC344FD76>, <http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422478FFADFEA6FD21C395FD4B> ;
@ -28,7 +28,7 @@
dc:creator "Hespenheide, Henry A." ;
dc:date "2022" ;
dc:title "A New Species of Brachys Dejean, 1833 (Coleoptera: Buprestidae) from Texas and Oklahoma" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13252518> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14002710> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Brachys_wellsoi_Hespenheide_2022>
@ -202,9 +202,9 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13252518>
<http://dx.doi.org/10.5281/zenodo.14002710>
dc:description "Figs. 12. Brachys wellsoi, new species. 1) Habitus, allotype female, 4.40 mm long; 2) Holotype, male genitalia, 1.15 mm long." ;
fabio:hasRepresentation <https://zenodo.org/record/13252518/files/figure.png> ;
fabio:hasRepresentation <https://zenodo.org/record/14002710/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/BA19ED09247AFFADFD4EFB3CC1ABFDB0.mc.82D856422479FFACFC52FDF1C168FD75>