This commit is contained in:
treatmentbank 2024-10-23 12:49:39 +00:00
parent c630847eca
commit 150afaf143
6 changed files with 1481 additions and 5 deletions

View file

@ -0,0 +1,130 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03E287CFFFA1FF9DB195C4AA7C6CEF11>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Conocephalus_Thunberg_1815>, <http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_apterum_Morse_1901>, <http://taxon-concept.plazi.org/id/Animalia/Xiphidium_Burmeister_1838> ;
dc:creator "Woo, Brandon" ;
dc:title "Odontoxiphidium Morse 1901" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_Morse_1901> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5523.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5523.1.6>
bibo:endPage "112" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-10-14" ;
bibo:startPage "100" ;
bibo:volume "5523" ;
dc:creator "Woo, Brandon" ;
dc:date "2024" ;
dc:title "A new species of Meadow Katydid (Orthoptera: Tettigoniidae: Conocephalini) from the Apalachicola River Basin of Florida, USA" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_Morse_1901>
dwc:authority "Morse 1901" ;
dwc:authorityName "Morse" ;
dwc:authorityYear "1901" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Morse, 1901" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NTPP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_apterum_Morse_1901>
dwc:authority "Morse" ;
dwc:authorityName "Morse" ;
dwc:authorityYear "1901" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Morse, 1901" ;
dwc:species "apterum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium_apterum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Xiphidium_Burmeister_1838>
dwc:authorityName "Burmeister" ;
dwc:authorityYear "1838" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Xiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Burmeister, 1838" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xiphidium> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Conocephalus_Thunberg_1815>
dwc:authority "Thunberg 1815" ;
dwc:authorityName "Thunberg" ;
dwc:authorityYear "1815" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Conocephalus" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Thunberg, 1815" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Conocephalus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tettigoniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tettigoniidae>
dwc:family "Tettigoniidae" ;
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:order "Orthoptera" ;
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 .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,324 @@
@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/03E287CFFFA5FF94B195C302784DEC31>
cito:cites <http://dx.doi.org/10.5281/zenodo.13933988>, <http://dx.doi.org/10.5281/zenodo.13934004>, <http://dx.doi.org/10.5281/zenodo.13933990>, <http://taxon-concept.plazi.org/id/Animalia/Aptenopedes_appalachee_Hebard_1936>, <http://taxon-concept.plazi.org/id/Animalia/Chortophaga_australior_Rehn_1911>, <http://taxon-concept.plazi.org/id/Animalia/Dichromorpha_elegans_Morse_1896>, <http://taxon-concept.plazi.org/id/Animalia/Dichromorpha_viridis_Scudder_1862>, <http://taxon-concept.plazi.org/id/Animalia/Eotettix_pusillus_Morse_1904>, <http://taxon-concept.plazi.org/id/Animalia/Gymnoscirtetes_rex_Hill_2022>, <http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_Morse_1901>, <http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_apterum_Morse_1901>, <http://taxon-concept.plazi.org/id/Animalia/Paroxya_atlantica_Scudder_1877> ;
dc:creator "Woo, Brandon" ;
dc:title "Odontoxiphidium apalachicolae Woo 2024, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB0ACC395790EEF46>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB55DC0717ED1EF2A>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB291C02C79C9EF0E>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB5AFC00979C8EFD2>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB5A4C0E57C57EF9A>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA7FF98B1C5C7DF7847E880>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA7FF98B432C7BB7FD7EB48>, <http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA7FF98B3A1C4737912EB2D> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Drosera_capillaris>, <http://taxon-name.plazi.org/id/Plantae/Eriocaulon_decangulare>, <http://taxon-name.plazi.org/id/Plantae/Hypericum_brachyphyllum>, <http://taxon-name.plazi.org/id/Plantae/Lachnanthes_caroliana>, <http://taxon-name.plazi.org/id/Plantae/Marshallia_graminifolia>, <http://taxon-name.plazi.org/id/Plantae/Polygala_cruciata>, <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_latifolia>, <http://taxon-name.plazi.org/id/Plantae/Taxodium_ascendens> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_apalachicolae_Woo_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5523.1.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5523.1.6>
bibo:endPage "112" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-10-14" ;
bibo:startPage "100" ;
bibo:volume "5523" ;
dc:creator "Woo, Brandon" ;
dc:date "2024" ;
dc:title "A new species of Meadow Katydid (Orthoptera: Tettigoniidae: Conocephalini) from the Apalachicola River Basin of Florida, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13933988>, <http://dx.doi.org/10.5281/zenodo.13934004>, <http://dx.doi.org/10.5281/zenodo.13933990> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_apalachicolae_Woo_2024>
dwc:authority "Woo, 2024" ;
dwc:authorityName "Woo" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Woo, 2024" ;
dwc:species "apalachicolae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium_apalachicolae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_apterum_Morse_1901>
dwc:authorityName "Morse" ;
dwc:authorityYear "1901" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Morse, 1901" ;
dwc:species "apterum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium_apterum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Odontoxiphidium_Morse_1901>
dwc:authorityName "Morse" ;
dwc:authorityYear "1901" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Morse, 1901" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Dichromorpha_viridis_Scudder_1862>
dwc:authority "(Scudder 1862)" ;
dwc:baseAuthorityName "Scudder" ;
dwc:baseAuthorityYear "1862" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Dichromorpha" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Scudder, 1862)" ;
dwc:species "viridis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dichromorpha_viridis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Dichromorpha_elegans_Morse_1896>
dwc:authority "(Morse 1896)" ;
dwc:baseAuthorityName "Morse" ;
dwc:baseAuthorityYear "1896" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Dichromorpha" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Morse, 1896)" ;
dwc:species "elegans" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dichromorpha_elegans> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chortophaga_australior_Rehn_1911>
dwc:authority "Rehn & Hebard 1911" ;
dwc:authorityName "Rehn & Hebard" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Chortophaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rehn & Hebard, 1911" ;
dwc:species "australior" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chortophaga_australior> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Aptenopedes_appalachee_Hebard_1936>
dwc:authority "Hebard 1936" ;
dwc:authorityName "Hebard" ;
dwc:authorityYear "1936" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Aptenopedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hebard, 1936" ;
dwc:species "appalachee" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aptenopedes_appalachee> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eotettix_pusillus_Morse_1904>
dwc:authority "Morse 1904" ;
dwc:authorityName "Morse" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Eotettix" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Morse, 1904" ;
dwc:species "pusillus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eotettix_pusillus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnoscirtetes_rex_Hill_2022>
dwc:authority "Hill 2022" ;
dwc:authorityName "Hill" ;
dwc:authorityYear "2022" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Gymnoscirtetes" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hill, 2022" ;
dwc:species "rex" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnoscirtetes_rex> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paroxya_atlantica_Scudder_1877>
dwc:authority "Scudder 1877" ;
dwc:authorityName "Scudder" ;
dwc:authorityYear "1877" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Paroxya" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Scudder, 1877" ;
dwc:species "atlantica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paroxya_atlantica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium_apalachicolae>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "apalachicolae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontoxiphidium>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Odontoxiphidium" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tettigoniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tettigoniidae>
dwc:family "Tettigoniidae" ;
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:order "Orthoptera" ;
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.5281/zenodo.13933988>
dc:description "FIGURE 1. Habitus images of live adult individuals of Odontoxiphidium spp.A-C, O. apalachicolae. A) and B), color variations of male; C) female. D-G, O. apterum. D and E, color variations of male; F and G, color variations of female." ;
fabio:hasRepresentation <https://zenodo.org/record/13933988/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13934004>
dc:description "FIGURE 6. Calling songs of Odontoxiphidium. A-C, O. apalachicolae. A) Spectrogram of an echeme sequence. B) Waveform of same. C) Power spectrum. D-F, O. apterum. D) Spectrogram of an echeme sequence. E) Waveform of same. F) Power spectrum." ;
fabio:hasRepresentation <https://zenodo.org/record/13934004/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13933990>
dc:description "FIGURE 2. Habitat and live nymph photos of Odontoxiphidium apalachicolae. A) Seasonally flooded savannah habitat at the type locality (Liberty County, FL). B) Nymph male. C) Nymph female." ;
fabio:hasRepresentation <https://zenodo.org/record/13933990/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB0ACC395790EEF46>
dwc:eventDate "2023-07-11" ;
dwc:locality "County Road" ;
dwc:recordedBy "Apalachicola NF & B. Woo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "30.033228" ;
dwc:verbatimLongitude "-84.99461" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA5FF9AB0ACC395790EEF46> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB55DC0717ED1EF2A>
dwc:locality "Liberty County" ;
dwc:typeStatus "allotype" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA5FF9AB55DC0717ED1EF2A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB291C02C79C9EF0E>
dwc:eventDate "2022-07-23" ;
dwc:locality "County Road" ;
dwc:recordedBy "B. Woo & L. Chen" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "30.033228" ;
dwc:verbatimLongitude "-84.99461" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA5FF9AB291C02C79C9EF0E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB5AFC00979C8EFD2>
dwc:locality "Liberty County" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA5FF9AB5AFC00979C8EFD2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA5FF9AB5A4C0E57C57EF9A>
dwc:eventDate "2023-07-11" ;
dwc:locality "Tate's Hell" ;
dwc:recordedBy "B. Woo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "30.010506" ;
dwc:verbatimLongitude "-84.93529" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA5FF9AB5A4C0E57C57EF9A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA7FF98B1C5C7DF7847E880>
dwc:eventDate "2020-09-04" ;
dwc:locality "Co. Rd." ;
dwc:recordedBy "NF Rd & L. Gaudette" ;
dwc:verbatimLatitude "30.083103" ;
dwc:verbatimLongitude "-85.00326" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA7FF98B1C5C7DF7847E880> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA7FF98B432C7BB7FD7EB48>
dwc:eventDate "2024-04-21" ;
dwc:locality "Co. Rd." ;
dwc:recordedBy "NF Rd & K. Guin" ;
dwc:verbatimElevation "500" ;
dwc:verbatimLatitude "30.0584" ;
dwc:verbatimLongitude "-85.01561" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA7FF98B432C7BB7FD7EB48> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E287CFFFA5FF94B195C302784DEC31.mc.3B233C84FFA7FF98B3A1C4737912EB2D>
dwc:eventDate "2024-04-21" ;
dwc:locality "Apalachicola National Forest" ;
dwc:recordedBy "P. and K. Connolly" ;
trt:httpUri <https://treatment.plazi.org/id/03E287CFFFA5FF94B195C302784DEC31#3B233C84FFA7FF98B3A1C4737912EB2D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,354 @@
@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/B94B87F1FF8AFFCDFF7BFC8EFDFD9A88>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Sinchora>' due to issues with rank ;
cito:cites <http://dx.doi.org/10.5281/zenodo.13949986>, <http://dx.doi.org/10.5281/zenodo.13949990>, <http://dx.doi.org/10.5281/zenodo.13949988>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_bacula_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_concava_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_dualana_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_excava_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_fascia_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_incida_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_maculosa_Domahovski_2024>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_torqua_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_picchua_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_pilana_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_spinella_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_tormina_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_turba_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_vitta_DeLong_1972> ;
dc:creator "Domahovski, Alexandre Cruz" ;
dc:title "Culumana DeLong & Freytag 1972" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Culumana_DeLong_1972> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5523.5.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5523.5.9>
bibo:endPage "600" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-10-18" ;
bibo:startPage "593" ;
bibo:volume "5523" ;
dc:creator "Domahovski, Alexandre Cruz" ;
dc:date "2024" ;
dc:title "A new species of Culumana DeLong & Freytag (Hemiptera: Cicadellidae: Gyponini) from Peru, with two new combinations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13949986>, <http://dx.doi.org/10.5281/zenodo.13949990>, <http://dx.doi.org/10.5281/zenodo.13949988> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HH3G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_torqua_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 233" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "233" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "torqua" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6BQ4C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_torqua> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_bacula_DeLong_1979>
dwc:authority "DeLong, 1979: 107" ;
dwc:authorityName "DeLong" ;
dwc:authorityPageNumber "107" ;
dwc:authorityYear "1979" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong, 1979" ;
dwc:species "bacula" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_bacula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_concava_DeLong_1979>
dwc:authority "DeLong, 1979: 105" ;
dwc:authorityName "DeLong" ;
dwc:authorityPageNumber "105" ;
dwc:authorityYear "1979" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong, 1979" ;
dwc:species "concava" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_concava> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_dualana_DeLong_1979>
dwc:authority "DeLong, 1979: 105" ;
dwc:authorityName "DeLong" ;
dwc:authorityPageNumber "105" ;
dwc:authorityYear "1979" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong, 1979" ;
dwc:species "dualana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_dualana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_excava_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 408" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "408" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "excava" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_excava> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_fascia_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 409" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "409" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "fascia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_fascia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_incida_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 411" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "411" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "incida" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_incida> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_maculosa_Domahovski_2024>
dwc:authorityName "Domahovski" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Domahovski, 2024" ;
dwc:species "maculosa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_maculosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_picchua_DeLong_1979>
dwc:authority "(DeLong, 1979)" ;
dwc:baseAuthorityName "DeLong" ;
dwc:baseAuthorityYear "1979" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(DeLong, 1979)" ;
dwc:species "picchua" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/32KSB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara_picchua> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_DeLong_1972>
dwc:authorityName "DeLong and Freytag" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HH3V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_pilana_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 409" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "409" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "pilana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara_pilana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_spinella_DeLong_1979>
dwc:authority "DeLong, 1979: 107" ;
dwc:authorityName "DeLong" ;
dwc:authorityPageNumber "107" ;
dwc:authorityYear "1979" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong, 1979" ;
dwc:species "spinella" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara_spinella> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_tormina_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 412" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "412" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "tormina" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara_tormina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_turba_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 413" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "413" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "turba" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara_turba> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curtara_vitta_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972: 408" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "408" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Curtara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "vitta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curtara_vitta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Culumana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:family "Cicadellidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:order "Hemiptera" ;
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.5281/zenodo.13949986>
dc:description "FIGURE 1. Culumana maculosa sp. nov. A, habitus, dorsal view. B, habitus, lateral view. Scales in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13949986/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13949990>
dc:description "FIGURE 3. Culumana picchua comb. nov., holotype male (OSU). A, habitus, dorsal view. B, habitus, lateral view. C, head, frontal view. D. labels. Scales in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13949990/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13949988>
dc:description "FIGURES 2. Culumana maculosa sp. nov., holotype male (MUSM). A, head and thorax, dorsal view. B, head, frontal view. C, head and thorax, lateral view. D, forewing. E, sternite VIII, ventral view. F, valve, ventral view. G, pygofer, valve, and subgenital plate, lateral view. H, right half of pygofer, dorsal view. I, subgenital plate, ventral view. J, style and connective, dorsal view. L, connective, posterior view. K, style, lateral view. M, aedeagus, lateral view. N, aedeagus, posterior view. Scales in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13949988/files/figure.png> ;
a fabio:Figure .

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#> .
<http://treatment.plazi.org/id/B94B87F1FF8DFFC9FF7BFF03FC879AB1>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Chilenana_chilena_DeLong_1967> ;
dc:creator "Domahovski, Alexandre Cruz" ;
dc:title "Chilenana DeLong & Freytag 1967" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chilenana_DeLong_1967> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5523.5.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5523.5.9>
bibo:endPage "600" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-10-18" ;
bibo:startPage "593" ;
bibo:volume "5523" ;
dc:creator "Domahovski, Alexandre Cruz" ;
dc:date "2024" ;
dc:title "A new species of Culumana DeLong & Freytag (Hemiptera: Cicadellidae: Gyponini) from Peru, with two new combinations" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chilenana_DeLong_1967>
dwc:authority "DeLong & Freytag, 1967" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityYear "1967" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Chilenana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1967" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HG5P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chilenana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chilenana_chilena_DeLong_1967>
dwc:authority "DeLong & Freytag, 1967: 108" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityPageNumber "108" ;
dwc:authorityYear "1967" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Chilenana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1967" ;
dwc:species "chilena" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chilenana_chilena> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chilenana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Chilenana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:family "Cicadellidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:order "Hemiptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -8,12 +8,12 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/B94B87F1FF8FFFCAFF7BF8A6FCBA9C31>
<http://treatment.plazi.org/id/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Sinchora>' due to issues with rank ;
cito:cites <http://dx.doi.org/10.5281/zenodo.13949990>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_dualana_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_pilana_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_DeLong_1972> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.13949990>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_concava_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_dualana_DeLong_1979>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_fascia_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_pilana_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Culumana_torqua_DeLong_1972>, <http://taxon-concept.plazi.org/id/Animalia/Curtara_DeLong_1972> ;
dc:creator "Domahovski, Alexandre Cruz" ;
dc:title "Culumana picchua Domahovski 2024, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B94B87F1FF8FFFCAFF7BF8A6FCBA9C31.mc.818A3CBAFF8FFFCBFE54F808FD229DF6> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99.mc.818A3CBAFF8FFFCBFE54F808FD229DF6>, <http://tb.plazi.org/GgServer/dwcaRecords/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99.mc.818A3CBAFF8EFFCAFE6BFB12FAFD9EDA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Culumana_picchua_DeLong_1979> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Curtara_picchua_DeLong_1979> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5523.5.9> ;
@ -127,6 +127,54 @@
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_dualana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_concava_DeLong_1979>
dwc:authority "DeLong, 1979" ;
dwc:authorityName "DeLong" ;
dwc:authorityYear "1979" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong, 1979" ;
dwc:species "concava" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_concava> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_fascia_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "fascia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_fascia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Culumana_torqua_DeLong_1972>
dwc:authority "DeLong & Freytag, 1972" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityYear "1972" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Culumana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1972" ;
dwc:species "torqua" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culumana_torqua> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Culumana_picchua>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
@ -214,11 +262,21 @@
fabio:hasRepresentation <https://zenodo.org/record/13949990/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/B94B87F1FF8FFFCAFF7BF8A6FCBA9C31.mc.818A3CBAFF8FFFCBFE54F808FD229DF6>
<http://tb.plazi.org/GgServer/dwcaRecords/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99.mc.818A3CBAFF8FFFCBFE54F808FD229DF6>
dwc:catalogNumber "OSUC 0169177" ;
dwc:collectionCode "OSUC" ;
dwc:locality "PERU" ;
dwc:recordedBy "D. M. DeLong" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/B94B87F1FF8FFFCAFF7BF8A6FCBA9C31#818A3CBAFF8FFFCBFE54F808FD229DF6> ;
trt:httpUri <https://treatment.plazi.org/id/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99#818A3CBAFF8FFFCBFE54F808FD229DF6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99.mc.818A3CBAFF8EFFCAFE6BFB12FAFD9EDA>
dwc:catalogNumber "OSUC 0169177" ;
dwc:collectionCode "OSUC" ;
dwc:eventDate "1967-11-25" ;
dwc:locality "Machu Picchu" ;
dwc:recordedBy "D. M. DeLong" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/B94B87F1FF8FFFCAFF7BF8A6FD4F9D99#818A3CBAFF8EFFCAFE6BFB12FAFD9EDA> ;
a dwc:MaterialCitation .