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

This commit is contained in:
GG2RDF 2024-07-04 12:38:35 +00:00
parent dab57e57be
commit 8677f681fd
3000 changed files with 431668 additions and 0 deletions

View file

@ -0,0 +1,121 @@
@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/7100446CDACF55439A638DD361A6D46F>
dc:creator "Neubauer, Thomas A." ;
dc:title "Melanopsis impressa subsp. vera ” mentioned in Schréter (1912: 155) 2016, [unavailable]" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Melanopsis_impressa_vera_Schr%C3%A9ter_2016> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.602.8136> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.602.8136>
bibo:endPage "358" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2016-07-05" ;
bibo:startPage "1" ;
bibo:volume "602" ;
dc:creator "Neubauer, Thomas A." ;
dc:date "2016" ;
dc:title "A nomenclator of extant and fossil taxa of the Melanopsidae (Gastropoda, Cerithioidea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Melanopsis_impressa_vera_Schr%C3%A9ter_2016>
dwc:LSID "7100446C-DACF-5543-9A63-8DD361A6D46F" ;
dwc:authority "” mentioned in Schréter (1912: 155)" ;
dwc:authorityName "” mentioned in Schréter (1912: 155)" ;
dwc:authorityYear "2016" ;
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "” mentioned, 2016" ;
dwc:species "impressa" ;
dwc:subSpecies "vera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Melanopsis_impressa_vera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Melanopsis_impressa_vera>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "subSpecies" ;
dwc:species "impressa" ;
dwc:subSpecies "vera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melanopsis_impressa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melanopsis_impressa>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "impressa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melanopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melanopsis>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melanopsidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melanopsidae>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sorbeoconcha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sorbeoconcha>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,117 @@
@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/7100469FAF4DDAA3341397EC35363343>
dc:creator "Crespo, Luis C; Domenech, Marc; Enguidanos, Alba; Malumbres-Olarte, Jagoba; Cardoso, Pedro; Moya-Larano, Jordi; Frias-Lopez, Cristina; Macias-Hernandez, Nuria; De Mas, Eva; Mazzuca, Paola; Mora, Elisa; Opatova, Vera; Planas, Enric; Ribera, Carles; Roca-Cusachs, Marcos; Ruiz, Dolores; Sousa, Pedro; Tonzo, Vanina; Arnedo, Miquel A." ;
dc:title "Pellenes nigrociliatus Simon 1875" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7100469FAF4DDAA3341397EC35363343.mc.1EAA495BDF7F40D0573289A3229A52D3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pellenes_nigrociliatus_Simon_1875> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.6.e29443> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.6.e29443>
bibo:endPage "29443" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "29443" ;
bibo:volume "6" ;
dc:creator "Crespo, Luis C; Domenech, Marc; Enguidanos, Alba; Malumbres-Olarte, Jagoba; Cardoso, Pedro; Moya-Larano, Jordi; Frias-Lopez, Cristina; Macias-Hernandez, Nuria; De Mas, Eva; Mazzuca, Paola; Mora, Elisa; Opatova, Vera; Planas, Enric; Ribera, Carles; Roca-Cusachs, Marcos; Ruiz, Dolores; Sousa, Pedro; Tonzo, Vanina; Arnedo, Miquel A." ;
dc:date "2018" ;
dc:title "A DNA barcode-assisted annotated checklist of the spider (Arachnida, Araneae) communities associated to white oak woodlands in Spanish National Parks" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pellenes_nigrociliatus_Simon_1875>
dwc:ID-ENA "1190751" ;
dwc:authority "Simon, 1875" ;
dwc:authorityName "Simon" ;
dwc:authorityYear "1875" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Pellenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Simon, 1875" ;
dwc:species "nigrociliatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/76BZR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pellenes_nigrociliatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pellenes_nigrociliatus>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Pellenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigrociliatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pellenes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pellenes>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Pellenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Salticidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Salticidae>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/7100469FAF4DDAA3341397EC35363343.mc.1EAA495BDF7F40D0573289A3229A52D3>
dwc:locality "Rebilla" ;
dwc:samplingProtocol "Pitfall" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "42.59427" ;
dwc:verbatimLongitude "0.1529" ;
trt:httpUri <https://treatment.plazi.org/id/7100469FAF4DDAA3341397EC35363343#1EAA495BDF7F40D0573289A3229A52D3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,146 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7100517EFCCE55ABBD49F5EA3E0342F4>
dc:creator "Paton, Alan J.; Mwanyambo, Montfort; Govaerts, Rafael H. A.; Smitha, Kokkaraniyil; Suddee, Somran; Phillipson, Peter B.; Wilson, Trevor C.; Forster, Paul I.; Culham, Alastair" ;
dc:title "Coleus cambodianus Paton & Mwanyambo & Govaerts & Smitha & Suddee & Phillipson & Wilson & Forster & Culham 2019, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Coleus_cambodianus_Murata_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Anisochilus_cambodianus_Murata_1977> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.129.34988> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.129.34988>
bibo:endPage "158" ;
bibo:journal "PhytoKeys" ;
bibo:startPage "1" ;
bibo:volume "129" ;
dc:creator "Paton, Alan J.; Mwanyambo, Montfort; Govaerts, Rafael H. A.; Smitha, Kokkaraniyil; Suddee, Somran; Phillipson, Peter B.; Wilson, Trevor C.; Forster, Paul I.; Culham, Alastair" ;
dc:date "2019" ;
dc:title "Nomenclatural changes in Coleus and Plectranthus (Lamiaceae): a tale of more than two genera" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coleus_cambodianus_Murata_2019>
dwc:LSID "7100517E-FCCE-55AB-BD49-F5EA3E0342F4" ;
dwc:authority "(Murata) A. J. Paton" ;
dwc:authorityName "Paton & Mwanyambo & Govaerts & Smitha & Suddee & Phillipson & Wilson & Forster & Culham" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Murata" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Murata) Paton & Mwanyambo & Govaerts & Smitha & Suddee & Phillipson & Wilson & Forster & Culham, 2019" ;
dwc:species "cambodianus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Coleus_cambodianus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Anisochilus_cambodianus_Murata_1977>
dwc:authorityName "Murata" ;
dwc:authorityYear "1977" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Anisochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Murata, 1977" ;
dwc:species "cambodianus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anisochilus_cambodianus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Coleus_cambodianus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cambodianus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coleus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coleus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anisochilus_cambodianus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Anisochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cambodianus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anisochilus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anisochilus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Anisochilus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,158 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710092C92DF35CCFAF16672B5772B2CA>
dc:creator "Paton, Alan J.; Mwanyambo, Montfort; Govaerts, Rafael H. A.; Smitha, Kokkaraniyil; Suddee, Somran; Phillipson, Peter B.; Wilson, Trevor C.; Forster, Paul I.; Culham, Alastair" ;
dc:title "Coleus garckeanus Vatke, Linnaea 37: 323. 1872" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Coleus_garckeanus_Vatke_1872> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Plectranthus_garckeanus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Plectranthus_salviiflorus_Chiov_1937> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.129.34988> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.129.34988>
bibo:endPage "158" ;
bibo:journal "PhytoKeys" ;
bibo:startPage "1" ;
bibo:volume "129" ;
dc:creator "Paton, Alan J.; Mwanyambo, Montfort; Govaerts, Rafael H. A.; Smitha, Kokkaraniyil; Suddee, Somran; Phillipson, Peter B.; Wilson, Trevor C.; Forster, Paul I.; Culham, Alastair" ;
dc:date "2019" ;
dc:title "Nomenclatural changes in Coleus and Plectranthus (Lamiaceae): a tale of more than two genera" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coleus_garckeanus_Vatke_1872>
dwc:LSID "710092C9-2DF3-5CCF-AF16-672B5772B2CA" ;
dwc:authority "Vatke, Linnaea 37: 323. 1872" ;
dwc:authorityName "Vatke, Linnaea 37: 323." ;
dwc:authorityYear "1872" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vatke, Linnaea 37: 323., 1872" ;
dwc:species "garckeanus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Coleus_garckeanus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Plectranthus_salviiflorus_Chiov_1937>
dwc:authorityName "Chiov" ;
dwc:authorityYear "1937" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chiov, 1937" ;
dwc:species "salviiflorus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Plectranthus_salviiflorus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Coleus_garckeanus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "garckeanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coleus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coleus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Plectranthus_garckeanus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "garckeanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Plectranthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Plectranthus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Plectranthus_salviiflorus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "salviiflorus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Plectranthus> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,95 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710287829972FFACFE7DEC5DFC0EFD67>
dc:creator "Maldonado, Manuel; Carmona, M. Carmen; Van Soest, Rob W. M.; Pomponi, Shirley A." ;
dc:title "Crambe Vosmaer 1880" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Crambe_Vosmaer_1880> ;
trt:publishedIn <http://dx.doi.org/10.1080/002229301750384293> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/002229301750384293>
bibo:endPage "1276" ;
bibo:issue "9" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2001-12-30" ;
bibo:startPage "1261" ;
bibo:volume "35" ;
dc:creator "Maldonado, Manuel; Carmona, M. Carmen; Van Soest, Rob W. M.; Pomponi, Shirley A." ;
dc:date "2001" ;
dc:title "First record of the sponge genera Crambe and Discorhabdella for the eastern Paci ® c, with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Crambe_Vosmaer_1880>
dwc:authority "Vosmaer, 1880" ;
dwc:authorityName "Vosmaer" ;
dwc:authorityYear "1880" ;
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Crambe" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Vosmaer, 1880" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/84MKH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Crambe> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Crambe>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Crambe" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crambeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crambeidae>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Poecilosclerida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Poecilosclerida>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Demospongiae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Demospongiae>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Porifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Porifera>
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,127 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710287829973FFA0FE63EA02FEBEFF66>
dc:creator "Maldonado, Manuel; Carmona, M. Carmen; Van Soest, Rob W. M.; Pomponi, Shirley A." ;
dc:title "Crambe panamensis Maldonado, Carmona, Soest & Pomponi, 2001, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710287829973FFA0FE63EA02FEBEFF66.mc.49C33CC99973FFACFEB9EA32FC9FFCD4>, <http://tb.plazi.org/GgServer/dwcaRecords/710287829973FFA0FE63EA02FEBEFF66.mc.49C33CC99973FFACFE89EA52FF3FFC35>, <http://tb.plazi.org/GgServer/dwcaRecords/710287829973FFA0FE63EA02FEBEFF66.mc.49C33CC99970FFAEFF36EF4DFDDBFF21> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Crambe_panamensis_Maldonado_2001> ;
trt:publishedIn <http://dx.doi.org/10.1080/002229301750384293> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/002229301750384293>
bibo:endPage "1276" ;
bibo:issue "9" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2001-12-30" ;
bibo:startPage "1261" ;
bibo:volume "35" ;
dc:creator "Maldonado, Manuel; Carmona, M. Carmen; Van Soest, Rob W. M.; Pomponi, Shirley A." ;
dc:date "2001" ;
dc:title "First record of the sponge genera Crambe and Discorhabdella for the eastern Paci ® c, with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Crambe_panamensis_Maldonado_2001>
dwc:authorityName "Maldonado, Carmona, van Soest & Pomponi" ;
dwc:authorityYear "2001" ;
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Crambe" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Maldonado, Carmona, van Soest & Pomponi, 2001" ;
dwc:species "panamensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/Z4GR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Crambe_panamensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Crambe_panamensis>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Crambe" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "species" ;
dwc:species "panamensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crambe> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crambe>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Crambe" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crambeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crambeidae>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Poecilosclerida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Poecilosclerida>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Demospongiae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Demospongiae>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Porifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Porifera>
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/710287829973FFA0FE63EA02FEBEFF66.mc.49C33CC99973FFACFEB9EA32FC9FFCD4>
dwc:catalogNumber "USNM 51470" ;
dwc:collectionCode "USNM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710287829973FFA0FE63EA02FEBEFF66#49C33CC99973FFACFEB9EA32FC9FFCD4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710287829973FFA0FE63EA02FEBEFF66.mc.49C33CC99973FFACFE89EA52FF3FFC35>
dwc:locality "Montuosa" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710287829973FFA0FE63EA02FEBEFF66#49C33CC99973FFACFE89EA52FF3FFC35> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710287829973FFA0FE63EA02FEBEFF66.mc.49C33CC99970FFAEFF36EF4DFDDBFF21>
dwc:locality "This" ;
dwc:verbatimElevation "20" ;
trt:httpUri <https://treatment.plazi.org/id/710287829973FFA0FE63EA02FEBEFF66#49C33CC99970FFAEFF36EF4DFDDBFF21> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,95 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71028782997FFFA0FE57E81DFD80FB7A>
dc:creator "Maldonado, Manuel; Carmona, M. Carmen; Van Soest, Rob W. M.; Pomponi, Shirley A." ;
dc:title "Discorhabdella Dendy 1924" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Discorhabdella_Dendy_1924> ;
trt:publishedIn <http://dx.doi.org/10.1080/002229301750384293> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/002229301750384293>
bibo:endPage "1276" ;
bibo:issue "9" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2001-12-30" ;
bibo:startPage "1261" ;
bibo:volume "35" ;
dc:creator "Maldonado, Manuel; Carmona, M. Carmen; Van Soest, Rob W. M.; Pomponi, Shirley A." ;
dc:date "2001" ;
dc:title "First record of the sponge genera Crambe and Discorhabdella for the eastern Paci ® c, with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Discorhabdella_Dendy_1924>
dwc:authority "Dendy, 1924" ;
dwc:authorityName "Dendy" ;
dwc:authorityYear "1924" ;
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Discorhabdella" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Dendy, 1924" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/84N95> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Discorhabdella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Discorhabdella>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:genus "Discorhabdella" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crambeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crambeidae>
dwc:class "Demospongiae" ;
dwc:family "Crambeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Poecilosclerida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Poecilosclerida>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poecilosclerida" ;
dwc:phylum "Porifera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Demospongiae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Demospongiae>
dwc:class "Demospongiae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Porifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Porifera>
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,90 @@
@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/71051F27A73C5ADEACF297DE9A4705D9>
dc:creator "Nacoulma, Blandine M. I.; Schmidt, Marco; Hahn, Karen; Thiombiano, Adjima" ;
dc:title "Ozoroa obovata R. Fern. & A. Fern." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Ozoroa> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.8.e54205> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ozoroa_obovata> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.8.e54205>
bibo:endPage "54205" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "54205" ;
bibo:volume "8" ;
dc:creator "Nacoulma, Blandine M. I.; Schmidt, Marco; Hahn, Karen; Thiombiano, Adjima" ;
dc:date "2020" ;
dc:title "A checklist of vascular plants of the W National Park in Burkina Faso, including the adjacent hunting zones of Tapoa-Djerma and Kondio" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ozoroa_obovata>
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:genus "Ozoroa" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "obovata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ozoroa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ozoroa>
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:genus "Ozoroa" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anacardiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anacardiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71053BD403B4C4BAE9906EABCC9AEC44>
dc:creator "Telfer, Angela C; Young, Monica R; Quinn, Jenna; Perez, Kate; Sobel, Crystal N; Sones, Jayme E; Levesque-Beaudin, Valerie; Derbyshire, Rachael; Fernandez-Triana, Jose; Rougerie, Rodolphe; Thevanayagam, Abinah; Boskovic, Adrian; Borisenko, Alex V; Cadel, Alex; Brown, Allison; Pages, Anais; Castillo, Anibal H; Nicolai, Annegret; Glenn Mockford, Barb Mockford; Bukowski, Belen; Wilson, Bill; Trojahn, Brock; Lacroix, Carole Ann; Brimblecombe, Chris; Hay, Christoper; Ho, Christmas; Steinke, Claudia; Warne, Connor P; Garrido Cortes, Cristina; Engelking, Daniel; Wright, Danielle; Lijtmaer, Dario A; Gascoigne, David; Hernandez Martich, David; Morningstar, Derek; Neumann, Dirk; Steinke, Dirk; Marco DeBruin, Donna DeBruin; Dobias, Dylan; Sears, Elizabeth; Richard, Ellen; Damstra, Emily; Zakharov, Evgeny V; Laberge, Frederic; Collins, Gemma E; Blagoev, Gergin A; Grainge, Gerrie; Ansell, Graham; Meredith, Greg; Hogg, Ian; McKeown, Jaclyn; Topan, Janet; Bracey, Jason; Guenther, Jerry; Sills-Gilligan, Jesse; Addesi, Joseph; Persi, Joshua; Layton, Kara K S; D'Souza, Kareina; Dorji, Kencho; Grundy, Kevin; Nghidinwa, Kirsti; Ronnenberg, Kylee; Lee, Kyung Min; Xie, Linxi; Lu, Liuqiong; Penev, Lyubomir; Gonzalez, Mailyn; Rosati, Margaret E; Kekkonen, Mari; Kuzmina, Maria; Iskandar, Marianne; Mutanen, Marko; Fatahi, Maryam; Pentinsaari, Mikko; Bauman, Miriam; Nikolova, Nadya; Ivanova, Natalia V; Jones, Nathaniel; Weerasuriya, Nimalka; Monkhouse, Norman; Lavinia, Pablo D; Jannetta, Paul; Hanisch, Priscila E; McMullin, R. Troy; Ojeda Flores, Rafael; Mouttet, Raphaelle; Vender, Reid; Labbee, Renee N; Forsyth, Robert; Lauder, Rob; Dickson, Ross; Kroft, Ruth; Miller, Scott E; MacDonald, Shannon; Panthi, Sishir; Pedersen, Stephanie; Sobek-Swant, Stephanie; Naik, Suresh; Lipinskaya, Tatsiana; Eagalle, Thanushi; Decaens, Thibaud; Kosuth, Thibault; Braukmann, Thomas; Woodcock, Tom; Roslin, Tomas; Zammit, Tony; Campbell, Victoria; Dinca, Vlad; Peneva, Vlada; Hebert, Paul D N; deWaard, Jeremy R" ;
dc:title "Stigmus americanus Packard 1867" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stigmus_americanus_Packard_1867> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.3.e6313> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.3.e6313>
bibo:endPage "6313" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "6313" ;
bibo:volume "3" ;
dc:creator "Telfer, Angela C; Young, Monica R; Quinn, Jenna; Perez, Kate; Sobel, Crystal N; Sones, Jayme E; Levesque-Beaudin, Valerie; Derbyshire, Rachael; Fernandez-Triana, Jose; Rougerie, Rodolphe; Thevanayagam, Abinah; Boskovic, Adrian; Borisenko, Alex V; Cadel, Alex; Brown, Allison; Pages, Anais; Castillo, Anibal H; Nicolai, Annegret; Glenn Mockford, Barb Mockford; Bukowski, Belen; Wilson, Bill; Trojahn, Brock; Lacroix, Carole Ann; Brimblecombe, Chris; Hay, Christoper; Ho, Christmas; Steinke, Claudia; Warne, Connor P; Garrido Cortes, Cristina; Engelking, Daniel; Wright, Danielle; Lijtmaer, Dario A; Gascoigne, David; Hernandez Martich, David; Morningstar, Derek; Neumann, Dirk; Steinke, Dirk; Marco DeBruin, Donna DeBruin; Dobias, Dylan; Sears, Elizabeth; Richard, Ellen; Damstra, Emily; Zakharov, Evgeny V; Laberge, Frederic; Collins, Gemma E; Blagoev, Gergin A; Grainge, Gerrie; Ansell, Graham; Meredith, Greg; Hogg, Ian; McKeown, Jaclyn; Topan, Janet; Bracey, Jason; Guenther, Jerry; Sills-Gilligan, Jesse; Addesi, Joseph; Persi, Joshua; Layton, Kara K S; D'Souza, Kareina; Dorji, Kencho; Grundy, Kevin; Nghidinwa, Kirsti; Ronnenberg, Kylee; Lee, Kyung Min; Xie, Linxi; Lu, Liuqiong; Penev, Lyubomir; Gonzalez, Mailyn; Rosati, Margaret E; Kekkonen, Mari; Kuzmina, Maria; Iskandar, Marianne; Mutanen, Marko; Fatahi, Maryam; Pentinsaari, Mikko; Bauman, Miriam; Nikolova, Nadya; Ivanova, Natalia V; Jones, Nathaniel; Weerasuriya, Nimalka; Monkhouse, Norman; Lavinia, Pablo D; Jannetta, Paul; Hanisch, Priscila E; McMullin, R. Troy; Ojeda Flores, Rafael; Mouttet, Raphaelle; Vender, Reid; Labbee, Renee N; Forsyth, Robert; Lauder, Rob; Dickson, Ross; Kroft, Ruth; Miller, Scott E; MacDonald, Shannon; Panthi, Sishir; Pedersen, Stephanie; Sobek-Swant, Stephanie; Naik, Suresh; Lipinskaya, Tatsiana; Eagalle, Thanushi; Decaens, Thibaud; Kosuth, Thibault; Braukmann, Thomas; Woodcock, Tom; Roslin, Tomas; Zammit, Tony; Campbell, Victoria; Dinca, Vlad; Peneva, Vlada; Hebert, Paul D N; deWaard, Jeremy R" ;
dc:date "2015" ;
dc:title "Biodiversity inventories in high gear: DNA barcoding facilitates a rapid biotic survey of a temperate nature reserve" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stigmus_americanus_Packard_1867>
dwc:ID-ENA "1889561" ;
dwc:LSID "71053BD4-03B4-C4BA-E990-6EABCC9AEC44" ;
dwc:authority "Packard, 1867" ;
dwc:authorityName "Packard" ;
dwc:authorityYear "1867" ;
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Stigmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Packard, 1867" ;
dwc:species "americanus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52NLP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stigmus_americanus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stigmus_americanus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Stigmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "americanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stigmus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stigmus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Stigmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crabronidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crabronidae>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/7105A85BFCD756E3A01269310A1540BD>
dc:creator "Costa, Dimitri de Araujo; Dolbeth, Marina; Prata, Jessica; da Silva, Francisco de Assis; da Silva, Geuba Maria Bernardo; de Freitas, Paulo Ragner Silva; Christoffersen, Martin Lindsey; de Lima, Silvio Felipe Barbosa; Massei, Karina; de Lucena, Reinaldo Farias Paiva" ;
dc:title "Syllis guidae Nogueira & Yunda-Guarin 2008" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Syllis_guidae_Nogueira_2008> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.9.e62736> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.9.e62736>
bibo:endPage "62736" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2021-07-21" ;
bibo:startPage "62736" ;
bibo:volume "9" ;
dc:creator "Costa, Dimitri de Araujo; Dolbeth, Marina; Prata, Jessica; da Silva, Francisco de Assis; da Silva, Geuba Maria Bernardo; de Freitas, Paulo Ragner Silva; Christoffersen, Martin Lindsey; de Lima, Silvio Felipe Barbosa; Massei, Karina; de Lucena, Reinaldo Farias Paiva" ;
dc:date "2021" ;
dc:title "Marine invertebrates associated with rhodoliths / maerl beds from northeast Brazil (State of Paraiba)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Syllis_guidae_Nogueira_2008>
dwc:LSID "7105A85B-FCD7-56E3-A012-69310A1540BD" ;
dwc:authority "Nogueira & Yunda-Guarin, 2008" ;
dwc:authorityName "Nogueira & Yunda-Guarin" ;
dwc:authorityYear "2008" ;
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Syllis" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nogueira & Yunda-Guarin, 2008" ;
dwc:species "guidae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Syllis_guidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Syllis_guidae>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Syllis" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "guidae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syllis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syllis>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Syllis" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Capitellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Capitellidae>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Annelida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,89 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710710AA6061FA642FBADACDCD2894F3>
dc:creator "Choi, Jin-Kyung; Lee, Jong-Wook" ;
dc:title "Dusona koreana Choi & Lee, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.424.7546> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Dusona_koreana> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.424.7546>
bibo:endPage "89" ;
bibo:journal "ZooKeys" ;
bibo:startPage "59" ;
bibo:volume "424" ;
dc:creator "Choi, Jin-Kyung; Lee, Jong-Wook" ;
dc:date "2014" ;
dc:title "Addition to the study of the genus Dusona (Hymenoptera, Ichneumonidae, Campopleginae) in Korea with description of a new species and key to the Korean species" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Dusona_koreana>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Dusona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "koreana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dusona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dusona>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Dusona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,340 @@
@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/71075839FFE2FF87B5D6FE644ACDFDEF>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa mauritii" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE2FF82B5D6FD734B71FD68>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B754FF684CE6FF47>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B5D6FF4C4DE4FF23>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B1E6FF4C48DAFF0F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4F0FF104DE2FF0F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B1E8FF1048DBFEEB>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4EEFEF44A91FEEB>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B6BBFEF54882FEB7>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B747FED848DDFE93>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4EFFEBC4C75FE93>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B057FEBC4A0FFE7F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B63EFE8048E4FE5B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4E9FE654D3FFE5B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B10EFE64481CFE27>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B42FFE484A15FE27>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B636FE484993FE03>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B5B9FE2C4AC0FE03>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B688FE2C4858FDEF>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B470FDF04ACEFDEF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_mauritii_Loges_1898> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gymnetron_mauritii_Loges_1898> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_mauritii_Loges_1898>
dwc:authority "(Desbrochers des Loges, 1898)" ;
dwc:baseAuthorityName "Desbrochers des Loges" ;
dwc:baseAuthorityYear "1898" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Desbrochers des Loges, 1898)" ;
dwc:species "mauritii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/795CX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_mauritii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnetron_mauritii_Loges_1898>
dwc:authority "Desbrochers des Loges, 1898: 40" ;
dwc:authorityName "Desbrochers des Loges" ;
dwc:authorityPageNumber "40" ;
dwc:authorityYear "1898" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Desbrochers des Loges, 1898" ;
dwc:species "mauritii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/795CX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnetron_mauritii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_mauritii>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mauritii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron_mauritii>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mauritii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnetron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772591>
dc:description "FIGURES 3344. Spiculum ventrale of (33) Rhinusa linariae; (34) R. herbarum; (35) R. mateui; (36) R. melas; (37) R. korotyaevi; (38) R. mauritii. Spermatheca of (39) R. linariae; (40) R. herbarum; (41) R. mateui; (42) R. melas; (43) R. korotyaevi; (44) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE2FF82B5D6FD734B71FD68>
dwc:locality "Ain Sefra" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011646" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE2FF82B5D6FD734B71FD68> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B754FF684CE6FF47>
dwc:collectionCode "MMCT" ;
dwc:eventDate "1989-04-15" ;
dwc:locality "Errachidia" ;
dwc:recordedBy "Meregalli" ;
dwc:verbatimElevation "1400" ;
trt:gbifOccurrenceId "2609011662" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B754FF684CE6FF47> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B5D6FF4C4DE4FF23>
dwc:collectionCode "MNHN" ;
dwc:eventDate "1971-07-14" ;
dwc:locality "Erfoud" ;
dwc:recordedBy "Pericart" ;
trt:gbifOccurrenceId "2609011652" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B5D6FF4C4DE4FF23> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B1E6FF4C48DAFF0F>
dwc:collectionCode "BMNH" ;
dwc:eventDate "1965-04-17" ;
dwc:locality "Defilia Oasis" ;
trt:gbifOccurrenceId "2609011657" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B1E6FF4C48DAFF0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4F0FF104DE2FF0F>
dwc:collectionCode "MNHN" ;
dwc:locality "Beni Ourif de Figuig" ;
trt:gbifOccurrenceId "2609011654" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B4F0FF104DE2FF0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B1E8FF1048DBFEEB>
dwc:collectionCode "RBCS" ;
dwc:eventDate "2001-05-23" ;
dwc:locality "Guelmim" ;
dwc:recordedBy "Borovec" ;
trt:gbifOccurrenceId "2609011658" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B1E8FF1048DBFEEB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4EEFEF44A91FEEB>
dwc:collectionCode "GOCV" ;
dwc:eventDate "1993-04-25" ;
dwc:locality "Ouarzazate" ;
dwc:recordedBy "Carapezza" ;
trt:gbifOccurrenceId "2609011647" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B4EEFEF44A91FEEB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B6BBFEF54882FEB7>
dwc:collectionCode "PKCJ" ;
dwc:eventDate "2008-05-03" ;
dwc:locality "Ouarzazate" ;
dwc:recordedBy "Kresl" ;
trt:gbifOccurrenceId "2609011659" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B6BBFEF54882FEB7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B747FED848DDFE93>
dwc:collectionCode "MKCH" ;
dwc:eventDate "1991-05-04" ;
dwc:locality "Oued Dades valley" ;
dwc:recordedBy "Kostal" ;
dwc:verbatimElevation "1200" ;
trt:gbifOccurrenceId "2609011660" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B747FED848DDFE93> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4EFFEBC4C75FE93>
dwc:collectionCode "ECCR" ;
dwc:eventDate "1997-03-21" ;
dwc:locality "Oued Fared" ;
dwc:recordedBy "Colonnelli" ;
trt:gbifOccurrenceId "2609011649" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B4EFFEBC4C75FE93> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B057FEBC4A0FFE7F>
dwc:collectionCode "ECCR" ;
dwc:eventDate "1997-03-23" ;
dwc:locality "Oued Souss" ;
dwc:recordedBy "Colonnelli" ;
trt:gbifOccurrenceId "2609011650" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B057FEBC4A0FFE7F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B63EFE8048E4FE5B>
dwc:collectionCode "MMCT" ;
dwc:eventDate "1989-04-15" ;
dwc:locality "Tizi-n-Talharmt Pass" ;
dwc:recordedBy "Meregalli" ;
dwc:verbatimElevation "1900" ;
trt:gbifOccurrenceId "2609011655" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B63EFE8048E4FE5B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B4E9FE654D3FFE5B>
dwc:collectionCode "NMPC" ;
dwc:eventDate "1987-04-25" ;
dwc:locality "Ain Sefra" ;
dwc:recordedBy "Strejcek" ;
trt:gbifOccurrenceId "2609011668" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B4E9FE654D3FFE5B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B10EFE64481CFE27>
dwc:collectionCode "MNHN" ;
dwc:locality "Ain Sefra" ;
trt:gbifOccurrenceId "2609011648" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B10EFE64481CFE27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B42FFE484A15FE27>
dwc:collectionCode "NMPC" ;
dwc:eventDate "1987-04-27" ;
dwc:locality "Bechar" ;
dwc:recordedBy "Strejcek" ;
trt:gbifOccurrenceId "2609011663" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B42FFE484A15FE27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B636FE484993FE03>
dwc:collectionCode "ECCR" ;
dwc:eventDate "1988-04-03" ;
dwc:locality "Ben Zireg" ;
dwc:recordedBy "Colonnelli" ;
trt:gbifOccurrenceId "2609011653" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B636FE484993FE03> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B5B9FE2C4AC0FE03>
dwc:collectionCode "ECCR" ;
dwc:eventDate "1988-04-03" ;
dwc:locality "Hassi Rheressa" ;
dwc:recordedBy "Colonnelli" ;
trt:gbifOccurrenceId "2609011651" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B5B9FE2C4AC0FE03> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B688FE2C4858FDEF>
dwc:collectionCode "GOCV" ;
dwc:eventDate "1986-06-08" ;
dwc:locality "Merires" ;
dwc:recordedBy "Magnani" ;
trt:gbifOccurrenceId "2609011656" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B688FE2C4858FDEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFE2FF87B5D6FE644ACDFDEF.mc.49C6E372FFE7FF87B470FDF04ACEFDEF>
dwc:collectionCode "NMPC" ;
dwc:eventDate "1987-05-02" ;
dwc:locality "Ghardaia" ;
dwc:recordedBy "Strejcek" ;
trt:gbifOccurrenceId "2609011661" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFE2FF87B5D6FE644ACDFDEF#49C6E372FFE7FF87B470FDF04ACEFDEF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71075839FFE3FF82B5D6F8A8489BFEB7>
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa mauritii" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_mauritii_Loges_1898> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_mauritii_Loges_1898>
dwc:baseAuthorityName "Desbrochers des Loges" ;
dwc:baseAuthorityYear "1898" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Desbrochers des Loges, 1898)" ;
dwc:species "mauritii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/795CX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_mauritii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_mauritii>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mauritii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71075839FFE7FF87B5D6FD9C4CE2F81B>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772585> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_Caldara_2001> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772585> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_Caldara_2001>
dwc:baseAuthorityName "Caldara" ;
dwc:baseAuthorityYear "2001" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "(Caldara, 2001)" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HQL7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .

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/71075839FFF1FF91B5D6FBEC487AFA6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa linariae" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_linariae_Panzer_1795> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_linariae_Panzer_1795>
dwc:baseAuthorityName "Panzer" ;
dwc:baseAuthorityYear "1795" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Panzer, 1795)" ;
dwc:species "linariae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78TD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_linariae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,643 @@
@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/71075839FFF1FF97B5D6FA004B21FBE7>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa linariae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B75DFF684A30FF47>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B61AFF684B08FF23>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B7C3FF4C4C71FF23>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B05BFF4C4A33FF0F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B618FF10498AFEEB>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B440FEF44D52FEEB>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B17BFEF44BA8FEB7>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B7A3FED8486DFE93>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B45CFEBC4D8CFE93>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B1BDFEBC4A17FE7F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B637FE8048C3FE5B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B48BFE644C48FE5B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B002FE644A57FE27>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B672FE484CE6FE27>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B5D6FE2C4D5BFE03>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B177FE2C4B2FFDEF>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B71CFDF04CE6FDEF>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B5D6FDD44B83FDCB>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B64BFDD44869FD97>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B465FDB84D77FD97>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B156FDB84B7BFD73>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B750FD9C4993FD5F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B5B9FD604AC5FD5F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B687FD604819FD3B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B430FD444C55FD3B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B074FD444A4EFD07>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B67BFD284B65FCE3>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B766FD0C4B5EFCCF>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B76CFCD148D4FCAB>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B4F6FCB44986FC77>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B445FC994A9CFC77>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B6AEFC98480AFC53>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B43EFC7D4A1FFC53>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B62CFC7C48DFFC3F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B4EAFC404DC8FC3F>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B181FC414AD5FC1B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B6F4FC244B25FBE7> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_linariae_Panzer_1795> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cionus_linariae>, <http://taxon-name.plazi.org/id/Animalia/Miarus_linariae>, <http://taxon-name.plazi.org/id/Animalia/Mecinus_linariae> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Curculio_linariae_Panzer_1795>, <http://taxon-concept.plazi.org/id/Animalia/Gymnetron_linariae_Panzer_1792>, <http://taxon-concept.plazi.org/id/Animalia/Curculio_curvirostris_Rossi_1790> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_linariae_Panzer_1795>
dwc:authority "(Panzer, 1795)" ;
dwc:baseAuthorityName "Panzer" ;
dwc:baseAuthorityYear "1795" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Panzer, 1795)" ;
dwc:species "linariae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78TD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_linariae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curculio_linariae_Panzer_1795>
dwc:authority "Panzer, 1795: 18" ;
dwc:authorityName "Panzer" ;
dwc:authorityPageNumber "18" ;
dwc:authorityYear "1795" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Curculio" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Panzer, 1795" ;
dwc:species "linariae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78TD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curculio_linariae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnetron_linariae_Panzer_1792>
dwc:authority "(Panzer)" ;
dwc:baseAuthorityName "Panzer" ;
dwc:baseAuthorityYear "1792" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Panzer, 1792)" ;
dwc:species "linariae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnetron_linariae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Curculio_curvirostris_Rossi_1790>
dwc:authority "Rossi, 1790: 117" ;
dwc:authorityName "Rossi" ;
dwc:authorityPageNumber "117" ;
dwc:authorityYear "1790" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Curculio" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rossi, 1790" ;
dwc:species "curvirostris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78TD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curculio_curvirostris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculio_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Curculio" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculio> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculio>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Curculio" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cionus_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cionus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cionus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cionus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cionus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Miarus_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Miarus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Miarus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Miarus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Miarus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnetron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mecinus_linariae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Mecinus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mecinus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mecinus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Mecinus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculio_curvirostris>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Curculio" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "curvirostris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculio> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772591>
dc:description "FIGURES 3344. Spiculum ventrale of (33) Rhinusa linariae; (34) R. herbarum; (35) R. mateui; (36) R. melas; (37) R. korotyaevi; (38) R. mauritii. Spermatheca of (39) R. linariae; (40) R. herbarum; (41) R. mateui; (42) R. melas; (43) R. korotyaevi; (44) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B75DFF684A30FF47>
dwc:collectionCode "BMNH" ;
dwc:locality "Paris" ;
trt:gbifOccurrenceId "2609011689" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B75DFF684A30FF47> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B61AFF684B08FF23>
dwc:collectionCode "LDCC" ;
dwc:eventDate "1978-07-28" ;
dwc:locality "Frazione Barca" ;
dwc:recordedBy "Diotti" ;
trt:gbifOccurrenceId "2609011691" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B61AFF684B08FF23> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B7C3FF4C4C71FF23>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1948-04" ;
dwc:locality "Monza Parco" ;
dwc:recordedBy "Loro" ;
trt:gbifOccurrenceId "2609011695" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B7C3FF4C4C71FF23> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B05BFF4C4A33FF0F>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1990-06-15" ;
dwc:locality "Monte Barro" ;
dwc:recordedBy "Leonardi" ;
trt:gbifOccurrenceId "2609011664" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B05BFF4C4A33FF0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B618FF10498AFEEB>
dwc:collectionCode "GOCV" ;
dwc:eventDate "1981-05-17" ;
dwc:locality "Fumane" ;
dwc:recordedBy "Osella" ;
trt:gbifOccurrenceId "2609011671" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B618FF10498AFEEB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B440FEF44D52FEEB>
dwc:collectionCode "LDCC" ;
dwc:eventDate "1997-06-21" ;
dwc:locality "Val d'Astico" ;
dwc:recordedBy "Diotti" ;
trt:gbifOccurrenceId "2609011675" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B440FEF44D52FEEB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B17BFEF44BA8FEB7>
dwc:collectionCode "LDCC" ;
dwc:eventDate "2010-04-26" ;
dwc:locality "Lago di Fimon" ;
dwc:recordedBy "Diotti" ;
trt:gbifOccurrenceId "2609011728" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B17BFEF44BA8FEB7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B7A3FED8486DFE93>
dwc:collectionCode "LDCC" ;
dwc:eventDate "2011-04-19" ;
dwc:locality "Soghe" ;
dwc:recordedBy "Diotti" ;
trt:gbifOccurrenceId "2609011707" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B7A3FED8486DFE93> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B45CFEBC4D8CFE93>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1912-06-12" ;
dwc:locality "Belvedere" ;
dwc:recordedBy "Springer" ;
trt:gbifOccurrenceId "2609011669" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B45CFEBC4D8CFE93> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B1BDFEBC4A17FE7F>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1925-05-10" ;
dwc:locality "Prosecco" ;
dwc:recordedBy "Springer" ;
trt:gbifOccurrenceId "2609011681" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B1BDFEBC4A17FE7F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B637FE8048C3FE5B>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1923-05-10" ;
dwc:locality "Zaule" ;
dwc:recordedBy "Springer" ;
trt:gbifOccurrenceId "2609011685" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B637FE8048C3FE5B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B48BFE644C48FE5B>
dwc:collectionCode "LDCC" ;
dwc:eventDate "2002-07-04" ;
dwc:locality "Madonna della Guardia" ;
dwc:recordedBy "Diotti" ;
trt:gbifOccurrenceId "2609011674" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B48BFE644C48FE5B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B002FE644A57FE27>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1979-07-01" ;
dwc:locality "Gattorna" ;
dwc:recordedBy "Caldara" ;
trt:gbifOccurrenceId "2609011667" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B002FE644A57FE27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B672FE484CE6FE27>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1971-06-06" ;
dwc:locality "Liguria" ;
dwc:recordedBy "La Spezia & Caldara" ;
trt:gbifOccurrenceId "2609011690" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B672FE484CE6FE27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B5D6FE2C4D5BFE03>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1980-05-12" ;
dwc:locality "Castelnuovo Magra" ;
dwc:recordedBy "La Spezia & Caldara" ;
trt:gbifOccurrenceId "2609011698" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B5D6FE2C4D5BFE03> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B177FE2C4B2FFDEF>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1969-05-10" ;
dwc:locality "Celle Ligure" ;
dwc:recordedBy "Ragozzino" ;
trt:gbifOccurrenceId "2609011670" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B177FE2C4B2FFDEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B71CFDF04CE6FDEF>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1970-05-28" ;
dwc:recordedBy "Caldara" ;
trt:gbifOccurrenceId "2609011682" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B71CFDF04CE6FDEF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B5D6FDD44B83FDCB>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1942-05" ;
dwc:locality "Firenze" ;
trt:gbifOccurrenceId "2609011676" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B5D6FDD44B83FDCB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B64BFDD44869FD97>
dwc:collectionCode "LDCC" ;
dwc:eventDate "2000-05-14" ;
dwc:locality "Palazzuolo" ;
dwc:recordedBy "Mingazzini" ;
trt:gbifOccurrenceId "2609011679" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B64BFDD44869FD97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B465FDB84D77FD97>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1971-05-08" ;
dwc:locality "Piombino" ;
dwc:recordedBy "Caldara" ;
trt:gbifOccurrenceId "2609011726" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B465FDB84D77FD97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B156FDB84B7BFD73>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1973-05-20" ;
dwc:locality "Roma" ;
trt:gbifOccurrenceId "2609011666" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B156FDB84B7BFD73> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B750FD9C4993FD5F>
dwc:collectionCode "ECCR" ;
dwc:eventDate "2005-05-30" ;
dwc:locality "Monte Cavo" ;
dwc:recordedBy "Colonnelli" ;
dwc:verbatimElevation "900" ;
trt:gbifOccurrenceId "2609011697" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B750FD9C4993FD5F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B5B9FD604AC5FD5F>
dwc:collectionCode "GOCV" ;
dwc:eventDate "2002-05-10" ;
dwc:locality "Raiano" ;
dwc:recordedBy "Osella" ;
trt:gbifOccurrenceId "2609011686" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B5B9FD604AC5FD5F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B687FD604819FD3B>
dwc:collectionCode "GOCV" ;
dwc:eventDate "1996-05-19" ;
dwc:locality "Popoli" ;
dwc:recordedBy "Osella" ;
trt:gbifOccurrenceId "2609011684" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B687FD604819FD3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B430FD444C55FD3B>
dwc:collectionCode "GOCV" ;
dwc:eventDate "2002-05-11" ;
dwc:locality "Sorgenti" ;
dwc:recordedBy "Osella" ;
trt:gbifOccurrenceId "2609011680" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B430FD444C55FD3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B074FD444A4EFD07>
dwc:collectionCode "GOCV" ;
dwc:eventDate "2002-05-05" ;
dwc:locality "Campo Battaglia" ;
dwc:recordedBy "Osella" ;
trt:gbifOccurrenceId "2609011665" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B074FD444A4EFD07> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B67BFD284B65FCE3>
dwc:collectionCode "RCCR" ;
dwc:eventDate "2016-04-27" ;
dwc:locality "Alcara Li Fusi" ;
dwc:recordedBy "Casalini" ;
trt:gbifOccurrenceId "2609011678" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B67BFD284B65FCE3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B766FD0C4B5EFCCF>
dwc:collectionCode "CBCM" ;
dwc:eventDate "2012-06-22" ;
dwc:locality "Piano Provenzana" ;
dwc:recordedBy "Baviera" ;
dwc:verbatimElevation "2000" ;
trt:gbifOccurrenceId "2609011693" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B766FD0C4B5EFCCF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B76CFCD148D4FCAB>
dwc:collectionCode "MKCH" ;
dwc:eventDate "1990-05-27" ;
dwc:locality "Heidelberg" ;
dwc:recordedBy "Kostal" ;
dwc:verbatimElevation "400" ;
trt:gbifOccurrenceId "2609011696" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B76CFCD148D4FCAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B4F6FCB44986FC77>
dwc:collectionCode "MKCH" ;
dwc:eventDate "1987-04-25" ;
dwc:locality "Hosszuheteny Zengo Hill" ;
dwc:recordedBy "Kostal" ;
dwc:verbatimElevation "400" ;
trt:gbifOccurrenceId "2609011687" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B4F6FCB44986FC77> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B445FC994A9CFC77>
dwc:collectionCode "MSNM" ;
dwc:eventDate "1937-10-28" ;
dwc:locality "Podgorje" ;
dwc:recordedBy "Springer" ;
trt:gbifOccurrenceId "2609011692" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B445FC994A9CFC77> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B6AEFC98480AFC53>
dwc:collectionCode "MKCH" ;
dwc:eventDate "1994-05-18" ;
dwc:locality "Nanos Mount" ;
dwc:recordedBy "Kostal" ;
dwc:verbatimElevation "750" ;
trt:gbifOccurrenceId "2609011683" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B6AEFC98480AFC53> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B43EFC7D4A1FFC53>
dwc:collectionCode "MSNM" ;
dwc:locality "Bazias" ;
dwc:recordedBy "Zoppa" ;
trt:gbifOccurrenceId "2609011673" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B43EFC7D4A1FFC53> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B62CFC7C48DFFC3F>
dwc:collectionCode "MKCH" ;
dwc:eventDate "1983-04-21" ;
dwc:locality "Rovine" ;
dwc:recordedBy "Kostal" ;
trt:gbifOccurrenceId "2609011688" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B62CFC7C48DFFC3F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B4EAFC404DC8FC3F>
dwc:collectionCode "FTCM" ;
dwc:eventDate "1997-05-10" ;
dwc:locality "4 km S of Mucur" ;
dwc:recordedBy "Sama" ;
trt:gbifOccurrenceId "2609011677" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B4EAFC404DC8FC3F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B181FC414AD5FC1B>
dwc:collectionCode "ECCR" ;
dwc:eventDate "2005-06" ;
dwc:locality "Volgogradskaya Oblast'" ;
dwc:recordedBy "Tronci" ;
trt:gbifOccurrenceId "2609011672" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B181FC414AD5FC1B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF1FF97B5D6FA004B21FBE7.mc.49C6E372FFF7FF97B6F4FC244B25FBE7>
dwc:collectionCode "RCCM" ;
dwc:eventDate "2000-05-26" ;
dwc:locality "Novoalekseevka" ;
trt:gbifOccurrenceId "2609011694" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF1FF97B5D6FA004B21FBE7#49C6E372FFF7FF97B6F4FC244B25FBE7> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,178 @@
@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/71075839FFF6FF95B5D6FAE84AEDFA27>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa kumatschevi" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF6FF95B5D6FAE84AEDFA27.mc.49C6E372FFF6FF96B5D6FA394BC5FA16> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_kumatschevi_Bajtenov_1977> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gymnetron_kumatschevi_Bajtenov_1977> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_kumatschevi_Bajtenov_1977>
dwc:authority "(Bajtenov, 1977)" ;
dwc:baseAuthorityName "Bajtenov" ;
dwc:baseAuthorityYear "1977" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bajtenov, 1977)" ;
dwc:species "kumatschevi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_kumatschevi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnetron_kumatschevi_Bajtenov_1977>
dwc:authority "Bajtenov, 1977: 184" ;
dwc:authorityName "Bajtenov" ;
dwc:authorityPageNumber "184" ;
dwc:authorityYear "1977" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bajtenov, 1977" ;
dwc:species "kumatschevi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnetron_kumatschevi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_kumatschevi>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kumatschevi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron_kumatschevi>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kumatschevi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnetron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772591>
dc:description "FIGURES 3344. Spiculum ventrale of (33) Rhinusa linariae; (34) R. herbarum; (35) R. mateui; (36) R. melas; (37) R. korotyaevi; (38) R. mauritii. Spermatheca of (39) R. linariae; (40) R. herbarum; (41) R. mateui; (42) R. melas; (43) R. korotyaevi; (44) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF6FF95B5D6FAE84AEDFA27.mc.49C6E372FFF6FF96B5D6FA394BC5FA16>
dwc:locality "Sary-Taukum Desert" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011810" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF6FF95B5D6FAE84AEDFA27#49C6E372FFF6FF96B5D6FA394BC5FA16> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,234 @@
@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/71075839FFF7FF96B5D6FB94499CFB33>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa brisouti Caldara" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF7FF97B5D6FAC24B3BFAB9>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B751FC094CE6FBE7>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B5D6FBEC4A1FFBC3>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B62DFBEC4A20FBAF>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B629FBB04A66FB8B>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B660FB954BFCFB57>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B7CCFB7849A0FB33> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_brisouti_Faust_1891> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gymnetron_brisouti_Faust_1891> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_brisouti_Faust_1891>
dwc:authority "(Faust, 1891)" ;
dwc:authorityName "Caldara" ;
dwc:baseAuthorityName "Faust" ;
dwc:baseAuthorityYear "1891" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Faust, 1891) Caldara" ;
dwc:species "brisouti" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_brisouti> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnetron_brisouti_Faust_1891>
dwc:authority "Faust, 1891: 409" ;
dwc:authorityName "Faust" ;
dwc:authorityPageNumber "409" ;
dwc:authorityYear "1891" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Faust, 1891" ;
dwc:species "brisouti" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnetron_brisouti> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_brisouti>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brisouti" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron_brisouti>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brisouti" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnetron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772591>
dc:description "FIGURES 3344. Spiculum ventrale of (33) Rhinusa linariae; (34) R. herbarum; (35) R. mateui; (36) R. melas; (37) R. korotyaevi; (38) R. mauritii. Spermatheca of (39) R. linariae; (40) R. herbarum; (41) R. mateui; (42) R. melas; (43) R. korotyaevi; (44) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF7FF97B5D6FAC24B3BFAB9>
dwc:locality "Eastern Siberia" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011819" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF7FF97B5D6FAC24B3BFAB9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B751FC094CE6FBE7>
dwc:collectionCode "ZISP" ;
dwc:eventDate "1980-06-11" ;
dwc:locality "Uyuk River" ;
dwc:recordedBy "Korotyaev" ;
trt:gbifOccurrenceId "2609011750" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF6FF96B751FC094CE6FBE7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B5D6FBEC4A1FFBC3>
dwc:collectionCode "ZISP" ;
dwc:eventDate "1995-06-03" ;
dwc:locality "Uyuk River" ;
dwc:recordedBy "Marusik" ;
trt:gbifOccurrenceId "2609011738" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF6FF96B5D6FBEC4A1FFBC3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B62DFBEC4A20FBAF>
dwc:collectionCode "ISEA" ;
dwc:eventDate "1965-07-04" ;
dwc:locality "Lake Bolshoi Chindant" ;
dwc:recordedBy "Mordkovich" ;
trt:gbifOccurrenceId "2609011751" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF6FF96B62DFBEC4A20FBAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B629FBB04A66FB8B>
dwc:collectionCode "RCCM" ;
dwc:eventDate "1999-05-26" ;
dwc:locality "Barun-Torei" ;
dwc:recordedBy "Rudykh" ;
trt:gbifOccurrenceId "2609011782" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF6FF96B629FBB04A66FB8B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B660FB954BFCFB57>
dwc:collectionCode "ZMHB" ;
dwc:eventDate "1979-06-09" ;
dwc:locality "Tereldsh" ;
dwc:recordedBy "Gollner" ;
trt:gbifOccurrenceId "2609011830" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF6FF96B660FB954BFCFB57> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF7FF96B5D6FB94499CFB33.mc.49C6E372FFF6FF96B7CCFB7849A0FB33>
dwc:collectionCode "ZISP" ;
dwc:eventDate "1976-06-17" ;
dwc:locality "Bajan-Hongor" ;
dwc:recordedBy "Popov & Ponomarenko & Pritykina" ;
trt:gbifOccurrenceId "2609011814" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF7FF96B5D6FB94499CFB33#49C6E372FFF6FF96B7CCFB7849A0FB33> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71075839FFF8FF98B5D6FC244A0BFB18>
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa melas Caldara" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_melas_Boheman_1838> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_melas_Boheman_1838>
dwc:authorityName "Caldara" ;
dwc:baseAuthorityName "Boheman" ;
dwc:baseAuthorityYear "1838" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Boheman, 1838) Caldara" ;
dwc:species "melas" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_melas> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_melas>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melas" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,180 @@
@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/71075839FFF9FF98B5D6FCD04BFCFC77>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa mateui" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF9FF98B5D6FCD04BFCFC77.mc.49C6E372FFF9FF99B5D6FC1E4BE7FBFD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_mateui_Hoffmann_1965> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gymnetron_mateui_Hoffmann_1965> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_mateui_Hoffmann_1965>
dwc:authority "(Hoffmann, 1965)" ;
dwc:baseAuthorityName "Hoffmann" ;
dwc:baseAuthorityYear "1965" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hoffmann, 1965)" ;
dwc:species "mateui" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_mateui> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnetron_mateui_Hoffmann_1965>
dwc:authority "Hoffmann, 1965: 26" ;
dwc:authorityName "Hoffmann" ;
dwc:authorityPageNumber "26" ;
dwc:authorityYear "1965" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hoffmann, 1965" ;
dwc:species "mateui" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnetron_mateui> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_mateui>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mateui" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron_mateui>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mateui" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnetron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772591>
dc:description "FIGURES 3344. Spiculum ventrale of (33) Rhinusa linariae; (34) R. herbarum; (35) R. mateui; (36) R. melas; (37) R. korotyaevi; (38) R. mauritii. Spermatheca of (39) R. linariae; (40) R. herbarum; (41) R. mateui; (42) R. melas; (43) R. korotyaevi; (44) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFF9FF98B5D6FCD04BFCFC77.mc.49C6E372FFF9FF99B5D6FC1E4BE7FBFD>
dwc:locality "Algeria" ;
dwc:recordedBy "Chabt el Karka N'Igli" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011850" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFF9FF98B5D6FCD04BFCFC77#49C6E372FFF9FF99B5D6FC1E4BE7FBFD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,173 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71075839FFFAFF99B5D6FD0C4BC4FD3B>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa vulpeculus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFAFF99B5D6FD0C4BC4FD3B.mc.49C6E372FFFAFF9AB5D6FC3A4A57FC11> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_vulpeculus_Reitter_1907> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gymnetron_vulpeculus_Reitter_1907> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_vulpeculus_Reitter_1907>
dwc:authority "(Reitter, 1907)" ;
dwc:baseAuthorityName "Reitter" ;
dwc:baseAuthorityYear "1907" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Reitter, 1907)" ;
dwc:species "vulpeculus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_vulpeculus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gymnetron_vulpeculus_Reitter_1907>
dwc:authority "Reitter, 1907: 40" ;
dwc:authorityName "Reitter" ;
dwc:authorityPageNumber "40" ;
dwc:authorityYear "1907" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Reitter, 1907" ;
dwc:species "vulpeculus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gymnetron_vulpeculus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_vulpeculus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vulpeculus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron_vulpeculus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vulpeculus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnetron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnetron>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Gymnetron" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFAFF99B5D6FD0C4BC4FD3B.mc.49C6E372FFFAFF9AB5D6FC3A4A57FC11>
dwc:locality "Circassia" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011823" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFFAFF99B5D6FD0C4BC4FD3B#49C6E372FFFAFF9AB5D6FC3A4A57FC11> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,157 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71075839FFFCFF83B5D6F88C4BC4F8F3>
cito:cites <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:title "Rhinusa korotyaevi Caldara & Toševski 2019, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFCFF83B5D6F88C4BC4F8F3.mc.49C6E372FFE3FF83B5D6FF6B4B59FF40>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFCFF83B5D6F88C4BC4F8F3.mc.49C6E372FFE3FF83B413FF4C4C63FF23>, <http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFCFF83B5D6F88C4BC4F8F3.mc.49C6E372FFE3FF83B069FF4C4A3BFEEB> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinusa_korotyaevi_Caldara_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4679.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4679.2.6>
bibo:endPage "340" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-10-02" ;
bibo:startPage "318" ;
bibo:volume "4679" ;
dc:creator "Caldara, Roberto; Toševski, Ivo" ;
dc:date "2019" ;
dc:title "Rhinusa Stephens: a taxonomic revision of the species belonging to the R. linariae R. herbarum, R. melas, and R. mauritii groups (Coleoptera Curculionidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3772585>, <http://dx.doi.org/10.5281/zenodo.3772587>, <http://dx.doi.org/10.5281/zenodo.3772589>, <http://dx.doi.org/10.5281/zenodo.3772591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinusa_korotyaevi_Caldara_2019>
dwc:authority "Caldara & Toševski, 2019" ;
dwc:authorityName "Caldara & Toševski" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Caldara & Toševski, 2019" ;
dwc:species "korotyaevi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinusa_korotyaevi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa_korotyaevi>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "korotyaevi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinusa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinusa>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Rhinusa" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.3772585>
dc:description "FIGURES 19. Habitus of (1) Rhinusa linariae, male; (2) R. brisouti, male; (3) R. kumatschevi, male; (4) R. herbarum, male; (5) R. vulpeculus, holotype male; (6) R. mateui, female; (7) R. melas, male; (8) R. korotyaevi, paratype male; (9) R. mauritii, male. Not to the same scale" ;
fabio:hasRepresentation <https://zenodo.org/record/3772585/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772587>
dc:description "FIGURES 1022. Rostrum of (10) Rhinusa linariae, male; (11) R. linariae, female; (12) R. herbarum, male; (13) R. herbarum, female; (14) R. mateui, male; (15) R. mateui, female; (16) R. melas, male; (17) R. melas, female; (18) R. korotyaevi, male; (19) R. korotyaevi, female; (20) R. mauritii, male; (21) R. mauritii, female; (22) R. antirrhini, male." ;
fabio:hasRepresentation <https://zenodo.org/record/3772587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772589>
dc:description "FIGURES 2332. Profemur and protibia of (23) Rhinusa bipustulata, male; (24) R. linariae, male; (25) R. tetra, male; (26) R. tetra, female. Penis in dorsal view of (27) R. linariae; (28) R. herbarum; (29) R. mateui; (30) R. melas; (31) R. korotyaevi; (32) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772589/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3772591>
dc:description "FIGURES 3344. Spiculum ventrale of (33) Rhinusa linariae; (34) R. herbarum; (35) R. mateui; (36) R. melas; (37) R. korotyaevi; (38) R. mauritii. Spermatheca of (39) R. linariae; (40) R. herbarum; (41) R. mateui; (42) R. melas; (43) R. korotyaevi; (44) R. mauritii." ;
fabio:hasRepresentation <https://zenodo.org/record/3772591/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFCFF83B5D6F88C4BC4F8F3.mc.49C6E372FFE3FF83B5D6FF6B4B59FF40>
dwc:locality "Jordan" ;
dwc:recordedBy "Wadi el Kelt" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011761" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFFCFF83B5D6F88C4BC4F8F3#49C6E372FFE3FF83B5D6FF6B4B59FF40> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFCFF83B5D6F88C4BC4F8F3.mc.49C6E372FFE3FF83B413FF4C4C63FF23>
dwc:collectionCode "DEIM" ;
dwc:eventDate "1965-04-09" ;
dwc:recordedBy "J. Klapperich" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2609011799" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFFCFF83B5D6F88C4BC4F8F3#49C6E372FFE3FF83B413FF4C4C63FF23> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71075839FFFCFF83B5D6F88C4BC4F8F3.mc.49C6E372FFE3FF83B069FF4C4A3BFEEB>
dwc:collectionCode "DEIM, RCCM, ARCK, ZISP" ;
dwc:eventDate "1994-04-13" ;
dwc:locality "Negev" ;
dwc:recordedBy "M. G. Volkovitsh" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2609011803" ;
trt:httpUri <https://treatment.plazi.org/id/71075839FFFCFF83B5D6F88C4BC4F8F3#49C6E372FFE3FF83B069FF4C4A3BFEEB> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,151 @@
@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/710787D367400F685836FEBDFC4EBE54>
cito:cites <http://dx.doi.org/10.5281/zenodo.5212358>, <http://dx.doi.org/10.5281/zenodo.5212364>, <http://dx.doi.org/10.5281/zenodo.5212360> ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:title "Metacrangon rau Komai & Ahyong 2010, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710787D367400F685836FEBDFC4EBE54.mc.49C63C9867400F6C5AC4FE01FC29BC8C>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367400F685836FEBDFC4EBE54.mc.49C63C9867400F6C5AC4FDAFFB98BF6C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metacrangon_rau_Komai_2010> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2010.520823> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2010.520823>
bibo:endPage "111" ;
bibo:issue "1 - 4" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2010-12-16" ;
bibo:startPage "77" ;
bibo:volume "45" ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:date "2010" ;
dc:title "The crangonid shrimp genus Metacrangon (Crustacea: Decapoda: Caridea) from New Zealand, with descriptions of four new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5212358>, <http://dx.doi.org/10.5281/zenodo.5212364>, <http://dx.doi.org/10.5281/zenodo.5212360> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metacrangon_rau_Komai_2010>
dwc:authority "Komai & Ahyong, 2010" ;
dwc:authorityName "Komai & Ahyong" ;
dwc:authorityYear "2010" ;
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Komai & Ahyong, 2010" ;
dwc:species "rau" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9CTSD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metacrangon_rau> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon_rau>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rau" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metacrangon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crangonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crangonidae>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5212358>
dc:description "Figure 8. Metacrangon rau sp. nov., holotype, male (CL 5.4 mm), NIWA 6329. (A) Carapace and cephalic appendages, dorsal view (setae partially omitted); (B) anterior part of carapace," ;
fabio:hasRepresentation <https://zenodo.org/record/5212358/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212364>
dc:description "Figure 10. Metacrangon rau sp. nov. (A,B) Paratype, female, non-spawning moult (CL 6.7 mm), NIWA 11799. (C,D) Paratype, female, spawning moult (CL 7.9 mm), NIWA 11799. A, C, anterior carapace, dorsal view. B, D, carapace, left lateral view. Scale bar 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5212364/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212360>
dc:description "Figure 9. Metacrangon rau sp. nov., holotype, male (CL 5.4 mm), NIWA 6329. (A) Distal two segments of right third maxilliped, ventral (flexor) view; (B) right first pereopod, lateral view; (C) same, subchela, dorsal (extensor) view; (D) right second pereopod, lateral view; (E) right third pereopod, lateral view; (F) right fourth pereopod, lateral view; (G) dactylus of left fourth pereopod, flexor view; (H) right fifth pereopod, lateral view; (I) posterolateral part of uropodal exopod, dorsal view (setae omitted). Scale bars: 1 mm for AF, H; 0.5 mm for G, I." ;
fabio:hasRepresentation <https://zenodo.org/record/5212360/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367400F685836FEBDFC4EBE54.mc.49C63C9867400F6C5AC4FE01FC29BC8C>
dwc:catalogNumber "NIWA 6329" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1968-03-22" ;
dwc:locality "North Island" ;
dwc:recordedBy "Stn E" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1052" ;
dwc:verbatimLatitude "-35.333168" ;
dwc:verbatimLongitude "172.33316" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367400F685836FEBDFC4EBE54#49C63C9867400F6C5AC4FE01FC29BC8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367400F685836FEBDFC4EBE54.mc.49C63C9867400F6C5AC4FDAFFB98BF6C>
dwc:catalogNumber "NIWA 11799" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1980-04-18" ;
dwc:recordedBy "Stn P & Challenger Plateau" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1005" ;
dwc:verbatimLatitude "-40.834835" ;
dwc:verbatimLongitude "168.24667" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367400F685836FEBDFC4EBE54#49C63C9867400F6C5AC4FDAFFB98BF6C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,212 @@
@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/710787D367440F67580FFC96FCCEBCE4>
cito:cites <http://dx.doi.org/10.5281/zenodo.5212366>, <http://dx.doi.org/10.5281/zenodo.5212372>, <http://dx.doi.org/10.5281/zenodo.5212370>, <http://dx.doi.org/10.5281/zenodo.5212368> ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:title "Metacrangon teina Komai & Ahyong 2010, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685AC4FC3BFC28BE86>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685AC4FC58FD2EB966>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F6858BCFBBBFE91B906>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685B20FB9BFC49B906>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685E18FB9BFDF4B926>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685840FBFBFEAAB9C6>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685B35FBD8FD3DB9E6>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C98674B0F675A81FF69FC54BDB5>, <http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C98674B0F6759FCFF69FEEEBC55> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metacrangon_teina_Komai_2010> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2010.520823> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2010.520823>
bibo:endPage "111" ;
bibo:issue "1 - 4" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2010-12-16" ;
bibo:startPage "77" ;
bibo:volume "45" ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:date "2010" ;
dc:title "The crangonid shrimp genus Metacrangon (Crustacea: Decapoda: Caridea) from New Zealand, with descriptions of four new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5212366>, <http://dx.doi.org/10.5281/zenodo.5212372>, <http://dx.doi.org/10.5281/zenodo.5212370>, <http://dx.doi.org/10.5281/zenodo.5212368> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metacrangon_teina_Komai_2010>
dwc:authority "Komai & Ahyong, 2010" ;
dwc:authorityName "Komai & Ahyong" ;
dwc:authorityYear "2010" ;
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Komai & Ahyong, 2010" ;
dwc:species "teina" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9CTSP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metacrangon_teina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon_teina>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "teina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metacrangon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crangonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crangonidae>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5212366>
dc:description "Figure 12. Metacrangon teina sp. nov., holotype, female (CL 7.0 mm), NIWA 33204. (A) Carapace and cephalic appendages, dorsal view (setae partially omitted); (B) anterior part of carapace, lateral view (setae omitted); (C) abdomen, dorsal view (telson damaged; setae omitted); (D) right side of anterior part of carapace, eye and antennae, dorsal view (setae partially omitted). Scale bars: 2 mm for A, C; 1 mm for B, D." ;
fabio:hasRepresentation <https://zenodo.org/record/5212366/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212372>
dc:description "Figure 15. Metacrangon teina sp. nov., paratype, male (CL 5.2 mm), NIWA 11583. (A) Anterior part of carapace and cephalic appendages, dorsal view (left branchiostegal tooth, antennular flagella and left antennal scale broken off); (B) endopod of left second pleopod. Scale bar: 1 mm for A, 0.25 mm for B." ;
fabio:hasRepresentation <https://zenodo.org/record/5212372/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212370>
dc:description "Figure 14. Metacrangon teina sp. nov., paratype, female (CL 5.8 mm), NIWA 42687. (A) Carapace, lateral view; (B) armature of fifth to eighth thoracic sternites, left ventrolateral view; (C) telson, dorsal view; (D) merus and ischium of fourth pereopod and entire fifth pereopod, right side, lateral view. Scale bars: 2 mm for A; 1 mm for BD." ;
fabio:hasRepresentation <https://zenodo.org/record/5212370/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212368>
dc:description "Figure 13. Metacrangon teina sp. nov., holotype, female (CL 7.0 mm), NIWA 33204. Left appendages. (A) Distal two segments of third maxilliped, ventral (flexor) view; (B) first pereopod, lateral view; (C) same, subchela, ventral (flexor) view; (D) second pereopod, lateral view; (E) third pereopod, lateral view; (F) fourth pereopod, lateral view; (G) same, dactylus, flexor view; (H) fifth pereopod (dactylus and propodus missing); (I) posterolateral part of uropodal exopod. Scale bars: 1 mm for AF, H; 0.5 mm for G, I." ;
fabio:hasRepresentation <https://zenodo.org/record/5212368/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685AC4FC3BFC28BE86>
dwc:catalogNumber "TAN0707, NIWA 33204" ;
dwc:collectionCode "TAN, NIWA" ;
dwc:eventDate "2007-06-04" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "634" ;
dwc:verbatimLatitude "-39.5435" ;
dwc:verbatimLongitude "169.7145" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F685AC4FC3BFC28BE86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685AC4FC58FD2EB966>
dwc:catalogNumber "NIWA 42687" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2007-06-04" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "634" ;
dwc:verbatimLatitude "-39.5435" ;
dwc:verbatimLongitude "169.7145" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F685AC4FC58FD2EB966> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F6858BCFBBBFE91B906>
dwc:catalogNumber "V0429" ;
dwc:collectionCode "V" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "499" ;
dwc:verbatimLatitude "-41.584835" ;
dwc:verbatimLongitude "170.57483" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F6858BCFBBBFE91B906> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685B20FB9BFC49B906>
dwc:catalogNumber "NIWA 11569" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1992-09-11" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F685B20FB9BFC49B906> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685E18FB9BFDF4B926>
dwc:catalogNumber "V0424" ;
dwc:collectionCode "V" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "600" ;
dwc:verbatimLatitude "-42.566666" ;
dwc:verbatimLongitude "170.33167" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F685E18FB9BFDF4B926> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685840FBFBFEAAB9C6>
dwc:catalogNumber "NIWA 11583" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1992-09-09" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F685840FBFBFEAAB9C6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C9867440F685B35FBD8FD3DB9E6>
dwc:catalogNumber "NIWA 58582" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1971-04-20" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "327" ;
dwc:verbatimLatitude "-46.65" ;
dwc:verbatimLongitude "167.08316" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C9867440F685B35FBD8FD3DB9E6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C98674B0F675A81FF69FC54BDB5>
dwc:locality "Known" ;
dwc:verbatimElevation "567" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C98674B0F675A81FF69FC54BDB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367440F67580FFC96FCCEBCE4.mc.49C63C98674B0F6759FCFF69FEEEBC55>
dwc:locality "Foveaux Strait" ;
dwc:verbatimElevation "327" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367440F67580FFC96FCCEBCE4#49C63C98674B0F6759FCFF69FEEEBC55> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,137 @@
@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/710787D367530F745BC2FDC3FB80BEC3>
cito:cites <http://dx.doi.org/10.5281/zenodo.5212346>, <http://dx.doi.org/10.5281/zenodo.5212348>, <http://dx.doi.org/10.5281/zenodo.5212350> ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:title "Metacrangon haona Komai & Ahyong 2010, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710787D367530F745BC2FDC3FB80BEC3.mc.49C63C9867530F7F5A81FD79FCA8BE45> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metacrangon_haona_Komai_2010> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2010.520823> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2010.520823>
bibo:endPage "111" ;
bibo:issue "1 - 4" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2010-12-16" ;
bibo:startPage "77" ;
bibo:volume "45" ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:date "2010" ;
dc:title "The crangonid shrimp genus Metacrangon (Crustacea: Decapoda: Caridea) from New Zealand, with descriptions of four new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5212346>, <http://dx.doi.org/10.5281/zenodo.5212348>, <http://dx.doi.org/10.5281/zenodo.5212350> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metacrangon_haona_Komai_2010>
dwc:authority "Komai & Ahyong, 2010" ;
dwc:authorityName "Komai & Ahyong" ;
dwc:authorityYear "2010" ;
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Komai & Ahyong, 2010" ;
dwc:species "haona" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9CTRQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metacrangon_haona> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon_haona>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "haona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metacrangon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crangonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crangonidae>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5212346>
dc:description "Figure 1. Metacrangon haona sp. nov., holotype, male (CL 6.8 mm), NIWA 6257. Entire animal in lateral view. Scale bar: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5212346/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212348>
dc:description "Figure 2. Metacrangon haona sp. nov., holotype, male (CL 6.8 mm), NIWA 6257. (A) Carapace and cephalic appendages, dorsal view (setae partially omitted); (B) abdomen, dorsal view (setae omitted); (C) fifth and sixth abdominal somites, lateral view. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5212348/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212350>
dc:description "Figure 3. Metacrangon haona sp. nov., holotype, male (CL 6.8 mm), NIWA 6257. (A) Left eye, antennule and antenna, dorsal view (setae partially omitted); (B) distal two segments of left" ;
fabio:hasRepresentation <https://zenodo.org/record/5212350/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367530F745BC2FDC3FB80BEC3.mc.49C63C9867530F7F5A81FD79FCA8BE45>
dwc:catalogNumber "NIWA 6257" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1964-01-26" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "353" ;
dwc:verbatimLatitude "-49.358334" ;
dwc:verbatimLongitude "171.88333" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367530F745BC2FDC3FB80BEC3#49C63C9867530F7F5A81FD79FCA8BE45> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,137 @@
@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/710787D367580F6C5815FC18FCD2BDB5>
cito:cites <http://dx.doi.org/10.5281/zenodo.5212352>, <http://dx.doi.org/10.5281/zenodo.5212354>, <http://dx.doi.org/10.5281/zenodo.5212356> ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:title "Metacrangon hikurangi Komai & Ahyong 2010, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710787D367580F6C5815FC18FCD2BDB5.mc.49C63C9867580F745AC4FB94FDDFB9D9> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metacrangon_hikurangi_Komai_2010> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2010.520823> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2010.520823>
bibo:endPage "111" ;
bibo:issue "1 - 4" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2010-12-16" ;
bibo:startPage "77" ;
bibo:volume "45" ;
dc:creator "Komai, Tomoyuki; Ahyong, Shane T." ;
dc:date "2010" ;
dc:title "The crangonid shrimp genus Metacrangon (Crustacea: Decapoda: Caridea) from New Zealand, with descriptions of four new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5212352>, <http://dx.doi.org/10.5281/zenodo.5212354>, <http://dx.doi.org/10.5281/zenodo.5212356> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metacrangon_hikurangi_Komai_2010>
dwc:authority "Komai & Ahyong, 2010" ;
dwc:authorityName "Komai & Ahyong" ;
dwc:authorityYear "2010" ;
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Komai & Ahyong, 2010" ;
dwc:species "hikurangi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9CTRR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metacrangon_hikurangi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon_hikurangi>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hikurangi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metacrangon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metacrangon>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:genus "Metacrangon" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crangonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crangonidae>
dwc:class "Malacostraca" ;
dwc:family "Crangonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5212352>
dc:description "Figure 4. Metacrangon hikurangi sp. nov., holotype, female (CL 10.6 mm), NIWA 31943. Entire animal in lateral view. Scale bar: 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5212352/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212354>
dc:description "Figure 5. Metacrangon hikurangi sp. nov., holotype, female (CL 10.6 mm), NIWA 31943. (A) Carapace and cephalic appendages, dorsal view (setae partially omitted); (B) anterior part of carapace (left) and cephalic appendages, dorsal view (setae omitted); (C) pterygostomial part of carapace (left), ventral view; (D) abdomen and telson, dorsal view; (E) posterior part of telson, dorsal view; (F) left uropod, dorsal view (perpendicular; setae omitted); (G) posterolateral part of uropodal exopod, dorsal view. Scale bars: 5 mm for A, D; 2 mm for B, F; 1 mm for C; 0.5 mm for E, G." ;
fabio:hasRepresentation <https://zenodo.org/record/5212354/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5212356>
dc:description "Figure 6. Metacrangon hikurangi sp. nov., holotype, female (CL 10.6 mm), NIWA 31943. Left thoracic appendages. (A) Distal two segments of third maxilliped, ventral view; (B) first pereopod, lateral view; (C) same, subchela, ventral view (setae omitted); (D) second pereopod," ;
fabio:hasRepresentation <https://zenodo.org/record/5212356/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710787D367580F6C5815FC18FCD2BDB5.mc.49C63C9867580F745AC4FB94FDDFB9D9>
dwc:catalogNumber "NIWA 31943" ;
dwc:collectionCode "RV" ;
dwc:eventDate "2007-03-07" ;
dwc:locality "Hikurangi Margin" ;
dwc:recordedBy "Sonne, SO" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1172" ;
trt:httpUri <https://treatment.plazi.org/id/710787D367580F6C5815FC18FCD2BDB5#49C63C9867580F745AC4FB94FDDFB9D9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,138 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710787D733459533EB1AF9D7FEACFFF2>
cito:cites <http://dx.doi.org/10.5281/zenodo.169097>, <http://dx.doi.org/10.5281/zenodo.169098>, <http://dx.doi.org/10.5281/zenodo.157258> ;
dc:creator "Grossi, P. C.; Racca-Filho, F." ;
dc:title "Sclerostomus (Altitatiayus) trifurcatus Grossi & Racca-Filho, 2004, new species" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sclerostomus_trifurcatus_Grossi_2004> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.157255> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.157255>
bibo:endPage "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "575" ;
dc:creator "Grossi, P. C.; Racca-Filho, F." ;
dc:date "2004" ;
dc:title "A new Brazilian stag beetle of the genus Sclerostomus Burmeister, 1847 (Insecta: Coleoptera: Lucanidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.169097>, <http://dx.doi.org/10.5281/zenodo.169098>, <http://dx.doi.org/10.5281/zenodo.157258> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sclerostomus_trifurcatus_Grossi_2004>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Grossi & Racca-Filho, 2004" ;
dwc:authorityName "Grossi & Racca-Filho" ;
dwc:authorityYear "2004" ;
dwc:class "Insecta" ;
dwc:family "Lucanidae" ;
dwc:genus "Sclerostomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Grossi & Racca-Filho, 2004" ;
dwc:species "trifurcatus" ;
dwc:subGenus "Altitatiayus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4VQN7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sclerostomus_trifurcatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sclerostomus_trifurcatus>
dwc:class "Insecta" ;
dwc:family "Lucanidae" ;
dwc:genus "Sclerostomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "trifurcatus" ;
dwc:subGenus "Altitatiayus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sclerostomus_Altitatiayus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sclerostomus_Altitatiayus>
dwc:class "Insecta" ;
dwc:family "Lucanidae" ;
dwc:genus "Sclerostomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Altitatiayus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sclerostomus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sclerostomus>
dwc:class "Insecta" ;
dwc:family "Lucanidae" ;
dwc:genus "Sclerostomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lucanidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lucanidae>
dwc:class "Insecta" ;
dwc:family "Lucanidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.169097>
dc:description "FIGURE 1. Sclerostomus (Altitatiayus) trifurcatus n. sp., male, dorsal view (scale 5 mm)" ;
fabio:hasRepresentation <https://zenodo.org/record/169097/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.169098>
dc:description "FIGURE 2. Sclerostomus (Altitatiayus) trifurcatus n. sp., male, lateral view (scale 5 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/169098/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.157258>
dc:description "FIGURE 3. Sclerostomus (Altitatiayus) trifurcatus n. sp., right mandible, left view (scale 1 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/157258/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,176 @@
@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/710797611041FFE5ABBA786498C01B44>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408567>, <http://dx.doi.org/10.5281/zenodo.5408573>, <http://dx.doi.org/10.5281/zenodo.5408581> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana seiferti Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611041FFE5ABBA786498C01B44.mc.49C62C2A1042FFE5ABE378CE9B661C59>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611041FFE5ABBA786498C01B44.mc.49C62C2A1042FFE5ABE37B679B901CB5> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_seiferti_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_simonetta_Hull_1946> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408567>, <http://dx.doi.org/10.5281/zenodo.5408573>, <http://dx.doi.org/10.5281/zenodo.5408581> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_seiferti_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "seiferti" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_seiferti> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_simonetta_Hull_1946>
dwc:authority "HULL, 1946" ;
dwc:authorityName "Hull, Cotype" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, Cotype, 1946" ;
dwc:species "simonetta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_simonetta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_seiferti>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "seiferti" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_simonetta>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "simonetta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408567>
dc:description "Figures 5155. Quichuana right antennae, lateral inner view: 51, Quichuana seiferti sp. nov., male paratype; 52, Quichuana zoricae sp. nov., female paratype; 53, Quichuana melas, male holotype; 54, Quichuana personata sp. nov., female holotype; 55, Quichuana pogonosa sp. nov., male from type locality. Scale bars: 1 mm (lower bar applies to Fig. 55 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408567/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408573>
dc:description "Figures 6061. Quichuana seiferti sp. nov. male holotype genitalia, lateral view: 60, hypandrium; 61, epandrium; le, lateral expansion. Scale bar: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408573/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408581>
dc:description "Figures 6972. Quichuana zoricae sp. nov. 69, right wing, dorsal view (densely dotted areas represent areas with dark pigmentation); scale bar = 2 mm. 7072, male genitalia: 70, hypandrium, lateral view; 71, epandrium, lateral view; 72, left part of epandrium, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408581/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611041FFE5ABBA786498C01B44.mc.49C62C2A1042FFE5ABE378CE9B661C59>
dwc:collectionCode "MAZ" ;
dwc:eventDate "1996-09-01" ;
dwc:locality "Puntarenas" ;
dwc:recordedBy "C. Chomogo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611041FFE5ABBA786498C01B44#49C62C2A1042FFE5ABE378CE9B661C59> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611041FFE5ABBA786498C01B44.mc.49C62C2A1042FFE5ABE37B679B901CB5>
dwc:collectionCode "R" ;
dwc:locality "Est. La Casona" ;
dwc:recordedBy "B. Monteverde & Prov. Punta" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611041FFE5ABBA786498C01B44#49C62C2A1042FFE5ABE37B679B901CB5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@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/710797611042FFE5ABB27C759E43197C>
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana simonetta Hull, Cotype 1946" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_simonetta_Hull_1946> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_simonetta_Hull_1946>
dwc:authority "HULL, 1946: 5" ;
dwc:authorityName "Hull, Cotype" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, Cotype, 1946" ;
dwc:species "simonetta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6P4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_simonetta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_simonetta>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "simonetta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,125 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710797611043FFE4ABB279D299821A60>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408541> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana solitaria Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611043FFE4ABB279D299821A60.mc.49C62C2A1043FFE4A86178CE9F3B1C3F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_solitaria_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408541> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_solitaria_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "solitaria" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_solitaria> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_solitaria>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "solitaria" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408541>
dc:description "Figures 914. Quichuana right antennae, lateral inner view: 9, Quichuana boliviana sp. nov., female holotype; 10, Quichuana argentea sp. nov., female; 11, Quichuana fasciata, female lectotype; 12, Quichuana solitaria sp. nov., female holotype; 13, Quichuana tica sp. nov., female; 14, Quichuana communis sp. nov., male. Scale bars: 1 mm (top scale bar applies to Fig. 9 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408541/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611043FFE4ABB279D299821A60.mc.49C62C2A1043FFE4A86178CE9F3B1C3F>
dwc:collectionCode "MAM, CPB, GER, CEUA" ;
dwc:eventDate "2002-04-11" ;
dwc:locality "Mozotal" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611043FFE4ABB279D299821A60#49C62C2A1043FFE4A86178CE9F3B1C3F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,137 @@
@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/710797611044FFE1A80B7BF998FB1D30>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408575>, <http://dx.doi.org/10.5281/zenodo.5408559> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana tica Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611044FFE1A80B7BF998FB1D30.mc.49C62C2A1045FFE2A8617DC99E871B22> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_tica_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408575>, <http://dx.doi.org/10.5281/zenodo.5408559> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_tica_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "tica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_tica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_tica>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408541>
dc:description "Figures 914. Quichuana right antennae, lateral inner view: 9, Quichuana boliviana sp. nov., female holotype; 10, Quichuana argentea sp. nov., female; 11, Quichuana fasciata, female lectotype; 12, Quichuana solitaria sp. nov., female holotype; 13, Quichuana tica sp. nov., female; 14, Quichuana communis sp. nov., male. Scale bars: 1 mm (top scale bar applies to Fig. 9 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408541/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408575>
dc:description "Figures 6264. Quichuana tica sp. nov. male genitalia: 62, hypandrium, lateral view; 63, epandrium, lateral view; 64, left part of epandrium, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408575/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408559>
dc:description "Figures 4042. Quichuana inbio sp. nov. male genitalia: 40, hypandrium, lateral view; 41, epandrium, lateral view; 42, left part of epandrium, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408559/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611044FFE1A80B7BF998FB1D30.mc.49C62C2A1045FFE2A8617DC99E871B22>
dwc:collectionCode "LN" ;
dwc:eventDate "1993-04" ;
dwc:locality "Est. La Casona" ;
dwc:recordedBy "Res. Biol. Monteverde & Prov. Punt. & N. Obando" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611044FFE1A80B7BF998FB1D30#49C62C2A1045FFE2A8617DC99E871B22> ;
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/710797611044FFE3ABB57D789E751CA1>
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana sylvicola KNAB 1913" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611044FFE3ABB57D789E751CA1.mc.49C62C2A1044FFE3ABE37E0899CB1F0B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_sylvicola_Knab_1913> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_sylvicola_Knab_1913>
dwc:authority "KNAB, 1913: 14" ;
dwc:authorityName "KNAB" ;
dwc:authorityPageNumber "14" ;
dwc:authorityYear "1913" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Knab, 1913" ;
dwc:species "sylvicola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6P6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_sylvicola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_sylvicola>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sylvicola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://tb.plazi.org/GgServer/dwcaRecords/710797611044FFE3ABB57D789E751CA1.mc.49C62C2A1044FFE3ABE37E0899CB1F0B>
dwc:collectionCode "USNM" ;
dwc:locality "Chanchamayo" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611044FFE3ABB57D789E751CA1#49C62C2A1044FFE3ABE37E0899CB1F0B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,174 @@
@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/710797611046FFE0ABB77A4298EB1A19>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408547>, <http://dx.doi.org/10.5281/zenodo.5408577>, <http://dx.doi.org/10.5281/zenodo.5408585> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana undulatipila Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611046FFE0ABB77A4298EB1A19.mc.49C62C2A1046FFE0A87D7E089B501F0B>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611046FFE0ABB77A4298EB1A19.mc.49C62C2A1047FFE0ABD7784698FD1FB7> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_undulatipila_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_ursula_Hull_1949> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408547>, <http://dx.doi.org/10.5281/zenodo.5408577>, <http://dx.doi.org/10.5281/zenodo.5408585> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_undulatipila_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "undulatipila" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_undulatipila> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_ursula_Hull_1949>
dwc:authority "HULL, 1949" ;
dwc:authorityName "Hull" ;
dwc:authorityYear "1949" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, 1949" ;
dwc:species "ursula" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_ursula> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_undulatipila>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "undulatipila" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_ursula>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ursula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408547>
dc:description "Figures 2022. Quichuana right antennae, lateral inner view: 20, Quichuana pulverifacies sp. nov., female holotype; 21, Quichuana bezzii, male lectotype; 22, Quichuana undulatipila sp. nov., male holotype. Scale bars: 1 mm (top scale bar applies to Fig. 20 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408547/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408577>
dc:description "Figures 6566. Quichuana undulatipila sp. nov. male genitalia, lateral view: 65, hypandrium; 66, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408577/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408585>
dc:description "Figures 8083. Overall appearance of different Quichuana species, dorsal view. 80, Quichuana cincta, female from Mexico; scale bar = 2 mm. 81, Quichuana inca, male holotype; scale bar = 1 mm. 82, Quichuana parisii, female paralectotype, scale bar = 1 mm. 83, Quichuana undulatipila sp. nov., female paratype; scale bar = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408585/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611046FFE0ABB77A4298EB1A19.mc.49C62C2A1046FFE0A87D7E089B501F0B>
dwc:collectionCode "NHM" ;
dwc:eventDate "1938-11-24" ;
dwc:locality "Nova Teutonia" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611046FFE0ABB77A4298EB1A19#49C62C2A1046FFE0A87D7E089B501F0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611046FFE0ABB77A4298EB1A19.mc.49C62C2A1047FFE0ABD7784698FD1FB7>
dwc:collectionCode "FCT" ;
dwc:eventDate "1975-10" ;
dwc:locality "Nova Teutonia" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2" ;
trt:httpUri <https://treatment.plazi.org/id/710797611046FFE0ABB77A4298EB1A19#49C62C2A1047FFE0ABD7784698FD1FB7> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,176 @@
@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/710797611047FFE0ABA07D0299D81CE2>
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana ursula Hull 1949" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFE0ABA07D0299D81CE2.mc.49C62C2A1047FFE0ABD77D299B4E1ADF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_ursula_Hull_1949> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_picadoi_Knab_1913>, <http://taxon-concept.plazi.org/id/Animalia/Quichuana_nigricans_Thompson_1976> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_ursula_Hull_1949>
dwc:authority "HULL, 1949: 136" ;
dwc:authorityName "Hull" ;
dwc:authorityYear "1949" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, 1949" ;
dwc:species "ursula" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6P7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_ursula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_picadoi_Knab_1913>
dwc:authorityName ", Knab" ;
dwc:authorityYear "1913" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Knab, 1913" ;
dwc:species "picadoi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6P7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_picadoi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_nigricans_Thompson_1976>
dwc:authorityName "THOMPSON" ;
dwc:authorityYear "1976" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thompson, 1976" ;
dwc:species "nigricans" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6P7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_nigricans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_ursula>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ursula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_picadoi>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "picadoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_nigricans>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigricans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFE0ABA07D0299D81CE2.mc.49C62C2A1047FFE0ABD77D299B4E1ADF>
dwc:collectionCode "CNC" ;
dwc:eventDate "1947-12-04" ;
dwc:locality "Pucallpa" ;
dwc:recordedBy "J. Skevington" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFE0ABA07D0299D81CE2#49C62C2A1047FFE0ABD77D299B4E1ADF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,199 @@
@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/710797611047FFFFA81A7A249E191B85>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408579>, <http://dx.doi.org/10.5281/zenodo.5408559>, <http://dx.doi.org/10.5281/zenodo.5408571>, <http://dx.doi.org/10.5281/zenodo.5408575> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana vicentinae Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA87D79F0999E1F44>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA87D78909FF71F8B>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA87D78B69EF51FC5>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAF1378CB9EB01C06>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAF8C7B0899CF1C7D>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA8FD7B4E9E1C1C9C>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAF567BA29F661CF8>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAE307A059E8C1D76> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_vicentinae_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408579>, <http://dx.doi.org/10.5281/zenodo.5408559>, <http://dx.doi.org/10.5281/zenodo.5408571>, <http://dx.doi.org/10.5281/zenodo.5408575> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_vicentinae_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "vicentinae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_vicentinae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_vicentinae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vicentinae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408579>
dc:description "Figures 6768. Quichuana vicentinae sp. nov. male genitalia, lateral view: 67, hypandrium, and detail of the lateral expansions of the superior lobes in anterior view; 68, epandrium; le, lateral expansion. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408579/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408559>
dc:description "Figures 4042. Quichuana inbio sp. nov. male genitalia: 40, hypandrium, lateral view; 41, epandrium, lateral view; 42, left part of epandrium, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408559/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408571>
dc:description "Figures 5859. Quichuana salvadorensis sp. nov. male holotype genitalia, lateral view: 58, hypandrium; 59, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408571/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408575>
dc:description "Figures 6264. Quichuana tica sp. nov. male genitalia: 62, hypandrium, lateral view; 63, epandrium, lateral view; 64, left part of epandrium, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408575/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA87D79F0999E1F44>
dwc:collectionCode "R" ;
dwc:eventDate "1995-07-15" ;
dwc:locality "Quebrada Segunda" ;
dwc:recordedBy "Delgado, L" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFA87D79F0999E1F44> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA87D78909FF71F8B>
dwc:locality "Rio San Lorenzo" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFA87D78909FF71F8B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA87D78B69EF51FC5>
dwc:eventDate "1992-04" ;
dwc:locality "Prov." ;
dwc:recordedBy "Z. P. Tenorio & F. Quesada" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1050" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFA87D78B69EF51FC5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAF1378CB9EB01C06>
dwc:collectionCode "V" ;
dwc:locality "Upala" ;
dwc:recordedBy "Bijagua & Falda N. E. & Tenorio" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFAF1378CB9EB01C06> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAF8C7B0899CF1C7D>
dwc:eventDate "2005-02-04" ;
dwc:locality "Lepiz" ;
dwc:recordedBy "Atta, A" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFAF8C7B0899CF1C7D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFA8FD7B4E9E1C1C9C>
dwc:locality "Prov." ;
dwc:recordedBy "P. N. Volcan Tenorio & Falda N. E. Volcan Tenorio" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFA8FD7B4E9E1C1C9C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAF567BA29F661CF8>
dwc:locality "Prov." ;
dwc:recordedBy "P. N. Volcan Tenorio & Est. Pilon & C. Carmela" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFAF567BA29F661CF8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611047FFFFA81A7A249E191B85.mc.49C62C2A1058FFFFAE307A059E8C1D76>
dwc:locality "Rio Roble" ;
dwc:recordedBy "P. N. Volcan Tenorio & Palmital" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611047FFFFA81A7A249E191B85#49C62C2A1058FFFFAE307A059E8C1D76> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,141 @@
@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/710797611049FFEDA8C37B999B141A02>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408567> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana personata Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEDA8C37B999B141A02.mc.49C62C2A104AFFEDABE37B2698561C97>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEDA8C37B999B141A02.mc.49C62C2A104AFFEDABE37BB8996C1CF2>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEDA8C37B999B141A02.mc.49C62C2A104AFFEDABE37BFD98E01CEC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_personata_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408567> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_personata_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "personata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_personata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_personata>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "personata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408567>
dc:description "Figures 5155. Quichuana right antennae, lateral inner view: 51, Quichuana seiferti sp. nov., male paratype; 52, Quichuana zoricae sp. nov., female paratype; 53, Quichuana melas, male holotype; 54, Quichuana personata sp. nov., female holotype; 55, Quichuana pogonosa sp. nov., male from type locality. Scale bars: 1 mm (lower bar applies to Fig. 55 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408567/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEDA8C37B999B141A02.mc.49C62C2A104AFFEDABE37B2698561C97>
dwc:collectionCode "IVIC, CPB" ;
dwc:eventDate "2007-02-02" ;
dwc:locality "Altos" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1650" ;
trt:httpUri <https://treatment.plazi.org/id/710797611049FFEDA8C37B999B141A02#49C62C2A104AFFEDABE37B2698561C97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEDA8C37B999B141A02.mc.49C62C2A104AFFEDABE37BB8996C1CF2>
dwc:collectionCode "IVIC" ;
dwc:locality "Altos" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1650" ;
trt:httpUri <https://treatment.plazi.org/id/710797611049FFEDA8C37B999B141A02#49C62C2A104AFFEDABE37BB8996C1CF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEDA8C37B999B141A02.mc.49C62C2A104AFFEDABE37BFD98E01CEC>
dwc:collectionCode "CPB" ;
dwc:eventDate "2007-02-02" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611049FFEDA8C37B999B141A02#49C62C2A104AFFEDABE37BFD98E01CEC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,136 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710797611049FFEEAB9878EC9EC31C41>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408561>, <http://dx.doi.org/10.5281/zenodo.5408585> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana parisii Ceresa 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEEAB9878EC9EC31C41.mc.49C62C2A1049FFEEABD77AF59BF61ADF>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEEAB9878EC9EC31C41.mc.49C62C2A1049FFEEA86179D29F571F0B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_parisii_Ceresa_1934> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408561>, <http://dx.doi.org/10.5281/zenodo.5408585> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_parisii_Ceresa_1934>
dwc:authority "CERESA, 1934: 389" ;
dwc:authorityName "Ceresa" ;
dwc:authorityPageNumber "389" ;
dwc:authorityYear "1934" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ceresa, 1934" ;
dwc:species "parisii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_parisii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_parisii>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parisii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408561>
dc:description "Figures 4344. Quichuana right antennae, lateral inner view: 43, Quichuana invenusta sp. nov. male paratype; 44, Quichuana parisii female. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408561/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408585>
dc:description "Figures 8083. Overall appearance of different Quichuana species, dorsal view. 80, Quichuana cincta, female from Mexico; scale bar = 2 mm. 81, Quichuana inca, male holotype; scale bar = 1 mm. 82, Quichuana parisii, female paralectotype, scale bar = 1 mm. 83, Quichuana undulatipila sp. nov., female paratype; scale bar = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408585/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEEAB9878EC9EC31C41.mc.49C62C2A1049FFEEABD77AF59BF61ADF>
dwc:collectionCode "PP" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611049FFEEAB9878EC9EC31C41#49C62C2A1049FFEEABD77AF59BF61ADF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611049FFEEAB9878EC9EC31C41.mc.49C62C2A1049FFEEA86179D29F571F0B>
dwc:locality "BRAZIL" ;
dwc:recordedBy "S. Paulo" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611049FFEEAB9878EC9EC31C41#49C62C2A1049FFEEA86179D29F571F0B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,196 @@
@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/71079761104AFFECAA467D709F441AEB>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408583>, <http://dx.doi.org/10.5281/zenodo.5408539> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana picadoi , Knab 1913" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECAAC07B8598FC1D2D>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECABB97A5D9BE91D8E>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECABD77AD79B651A04>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECAA5E7D1498DD1A04>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECA8787A3E9E831A41>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECAE457D2999891ABD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_picadoi_Knab_1913> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_pogonosa_Fluke_1937> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408583>, <http://dx.doi.org/10.5281/zenodo.5408539> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_picadoi_Knab_1913>
dwc:authority "KNAB, 1913: 14" ;
dwc:authorityName ", Knab" ;
dwc:authorityPageNumber "14" ;
dwc:authorityYear "1913" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Knab, 1913" ;
dwc:species "picadoi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_picadoi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_pogonosa_Fluke_1937>
dwc:authority "FLUKE, 1937" ;
dwc:authorityName "Fluke" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fluke, 1937" ;
dwc:species "pogonosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_pogonosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_picadoi>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "picadoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_pogonosa>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pogonosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408539>
dc:description "Figures 58. Quichuana male genitalia. 57, Quichuana angustiventris: 5, hypandrium, lateral view; 6, epandrium, lateral view; 7, left half of epandrium, anterior view. 8, Quichuana longicauda sp. nov., apical part of hypandrium, lateral view. Scale bars: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408539/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECAAC07B8598FC1D2D>
dwc:catalogNumber "FCT 1978, ENT 00036233, 00036234, 00036236" ;
dwc:collectionCode "USNM, R" ;
dwc:locality "Tropical Science Center Field Station" ;
dwc:recordedBy "Richard P. Seifert & Prov. & Golfito, P. N & Corcovado, S." ;
dwc:verbatimElevation "4" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104AFFECAA467D709F441AEB#49C62C2A104BFFECAAC07B8598FC1D2D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECABB97A5D9BE91D8E>
dwc:catalogNumber "INB0003044705" ;
dwc:collectionCode "INBio" ;
dwc:eventDate "1999-01-11" ;
dwc:recordedBy "M. Lobo" ;
dwc:verbatimElevation "200" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104AFFECAA467D709F441AEB#49C62C2A104BFFECABB97A5D9BE91D8E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECABD77AD79B651A04>
dwc:collectionCode "R" ;
dwc:eventDate "2000-08-22" ;
dwc:locality "Los Tuxtlas" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104AFFECAA467D709F441AEB#49C62C2A104BFFECABD77AD79B651A04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECAA5E7D1498DD1A04>
dwc:collectionCode "CEUA" ;
dwc:recordedBy "M. Louis" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104AFFECAA467D709F441AEB#49C62C2A104BFFECAA5E7D1498DD1A04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECA8787A3E9E831A41>
dwc:locality "Females" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104AFFECAA467D709F441AEB#49C62C2A104BFFECA8787A3E9E831A41> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104AFFECAA467D709F441AEB.mc.49C62C2A104BFFECAE457D2999891ABD>
dwc:locality "Mexican" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104AFFECAA467D709F441AEB#49C62C2A104BFFECAE457D2999891ABD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,180 @@
@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/71079761104BFFEBA8287C109E7F1CD9>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408567> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana pogonosa Fluke 1937" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAE27D4898A71A60>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBABE37DC29BB81B19>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAAC7DE1996C1B3B>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAF57C269BE41B97>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAE47C7B9ABD1BD1>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAA657FB5981318C4>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBA9CE7FD49B361923>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAD77E0F9842197D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_pogonosa_Fluke_1937> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408567> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_pogonosa_Fluke_1937>
dwc:authority "FLUKE, 1937: 11" ;
dwc:authorityName "Fluke" ;
dwc:authorityPageNumber "11" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fluke, 1937" ;
dwc:species "pogonosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_pogonosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_pogonosa>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pogonosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408567>
dc:description "Figures 5155. Quichuana right antennae, lateral inner view: 51, Quichuana seiferti sp. nov., male paratype; 52, Quichuana zoricae sp. nov., female paratype; 53, Quichuana melas, male holotype; 54, Quichuana personata sp. nov., female holotype; 55, Quichuana pogonosa sp. nov., male from type locality. Scale bars: 1 mm (lower bar applies to Fig. 55 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408567/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAE27D4898A71A60>
dwc:locality "BRAZIL" ;
dwc:recordedBy "Nova Teutonia" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBAAE27D4898A71A60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBABE37DC29BB81B19>
dwc:collectionCode "NHM" ;
dwc:eventDate "1939-10-21" ;
dwc:recordedBy "Fritz Plaumann" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBABE37DC29BB81B19> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAAC7DE1996C1B3B>
dwc:catalogNumber "ENT 00036200" ;
dwc:collectionCode "USNM" ;
dwc:eventDate "1975-10" ;
dwc:recordedBy "Fritz Plaumann" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBAAAC7DE1996C1B3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAF57C269BE41B97>
dwc:catalogNumber "ENT 00036199" ;
dwc:collectionCode "FCT, USNM" ;
dwc:eventDate "1971-11" ;
dwc:recordedBy "Fritz Plaumann" ;
dwc:verbatimElevation "400" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBAAF57C269BE41B97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAE47C7B9ABD1BD1>
dwc:eventDate "1955-11-24" ;
dwc:locality "Santa Catarina" ;
dwc:recordedBy "Fritz Plaumann" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBAAE47C7B9ABD1BD1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAA657FB5981318C4>
dwc:collectionCode "NHM" ;
dwc:eventDate "1939-09-28" ;
dwc:recordedBy "Curran" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBAA657FB5981318C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBA9CE7FD49B361923>
dwc:catalogNumber "ENT 00036201" ;
dwc:collectionCode "FCT, USNM" ;
dwc:eventDate "1972-11" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBA9CE7FD49B361923> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104BFFEBA8287C109E7F1CD9.mc.49C62C2A104CFFEBAAD77E0F9842197D>
dwc:catalogNumber "ENT 00036198" ;
dwc:collectionCode "FCT, USNM" ;
dwc:eventDate "1971-11" ;
dwc:recordedBy "Fritz Plaumann" ;
dwc:verbatimElevation "400" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104BFFEBA8287C109E7F1CD9#49C62C2A104CFFEBAAD77E0F9842197D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,146 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71079761104CFFEAA8C57A1198E71BAB>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408547> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana pulverifacies Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_pulverifacies_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_quixotea_Hull_1946> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408547> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_pulverifacies_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "pulverifacies" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_pulverifacies> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_quixotea_Hull_1946>
dwc:authority "HULL, 1946" ;
dwc:authorityName "Hull, CNC" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, Cnc, 1946" ;
dwc:species "quixotea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_quixotea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_pulverifacies>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pulverifacies" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_quixotea>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quixotea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408547>
dc:description "Figures 2022. Quichuana right antennae, lateral inner view: 20, Quichuana pulverifacies sp. nov., female holotype; 21, Quichuana bezzii, male lectotype; 22, Quichuana undulatipila sp. nov., male holotype. Scale bars: 1 mm (top scale bar applies to Fig. 20 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408547/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,127 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71079761104EFFE8AA457F7D9E001BA1>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408545> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana rubicunda Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761104EFFE8AA457F7D9E001BA1.mc.49C62C2A104FFFE8ABD77C2698091BB6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_rubicunda_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408545> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_rubicunda_Ricarte_2012>
dwc:authority "RICARTE & ROTHERAY" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "rubicunda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_rubicunda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_rubicunda>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rubicunda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408545>
dc:description "Figures 1719. Quichuana male genitalia: 1718, Quichuana rubicunda sp. nov.; 17, hypandrium, lateral view; 18, epandrium, lateral view; 19, Quichuana atra sp. nov., hypandrium, lateral view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408545/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104EFFE8AA457F7D9E001BA1.mc.49C62C2A104FFFE8ABD77C2698091BB6>
dwc:collectionCode "INBio" ;
dwc:eventDate "1995-04-03" ;
dwc:locality "Sector Orosilito" ;
dwc:recordedBy "S. Santa Cecilia & E. Alfaro. & Alfaro. L N" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104EFFE8AA457F7D9E001BA1#49C62C2A104FFFE8ABD77C2698091BB6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,131 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71079761104FFFE6A8027CE49A8D1F2A>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408571> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana salvadorensis Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761104FFFE6A8027CE49A8D1F2A.mc.49C62C2A1040FFE7A87D7C8A9FF41BC1>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761104FFFE6A8027CE49A8D1F2A.mc.49C62C2A1040FFE7A87D7F0999CB1863> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_salvadorensis_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408571> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_salvadorensis_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "salvadorensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_salvadorensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_salvadorensis>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "salvadorensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408571>
dc:description "Figures 5859. Quichuana salvadorensis sp. nov. male holotype genitalia, lateral view: 58, hypandrium; 59, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408571/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104FFFE6A8027CE49A8D1F2A.mc.49C62C2A1040FFE7A87D7C8A9FF41BC1>
dwc:locality "El Salvador" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104FFFE6A8027CE49A8D1F2A#49C62C2A1040FFE7A87D7C8A9FF41BC1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761104FFFE6A8027CE49A8D1F2A.mc.49C62C2A1040FFE7A87D7F0999CB1863>
dwc:catalogNumber "ENT 00036213" ;
dwc:collectionCode "CA, USNM" ;
dwc:locality "Monte Cristo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761104FFFE6A8027CE49A8D1F2A#49C62C2A1040FFE7A87D7F0999CB1863> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,163 @@
@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/710797611060FFC6A8CA7D009E1F1DC9>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408547>, <http://dx.doi.org/10.5281/zenodo.5408549>, <http://dx.doi.org/10.5281/zenodo.5408577> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana bezzii Ceresa, N. P. Wyatt 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1060FFC7A87D7D4E99D01B54>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1060FFC6A87D7C9A987D1F67>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1061FFC6ABD778D39BCD1FE9>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1061FFC6A86179D29E941FA0>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1061FFC6AE4C78889ED51C1C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_bezzii_Ceresa_1934> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408547>, <http://dx.doi.org/10.5281/zenodo.5408549>, <http://dx.doi.org/10.5281/zenodo.5408577> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_bezzii_Ceresa_1934>
dwc:authority "CERESA, 1934: 387" ;
dwc:authorityName "Ceresa, N. P. Wyatt" ;
dwc:authorityPageNumber "387" ;
dwc:authorityYear "1934" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ceresa, N. P. Wyatt, 1934" ;
dwc:species "bezzii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78S56> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_bezzii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_bezzii>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bezzii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408547>
dc:description "Figures 2022. Quichuana right antennae, lateral inner view: 20, Quichuana pulverifacies sp. nov., female holotype; 21, Quichuana bezzii, male lectotype; 22, Quichuana undulatipila sp. nov., male holotype. Scale bars: 1 mm (top scale bar applies to Fig. 20 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408547/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408549>
dc:description "Figures 2324. Quichuana bezzii male lectotype genitalia: 23, hypandrium, lateral view; 24, epandrium, lateral view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408549/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408577>
dc:description "Figures 6566. Quichuana undulatipila sp. nov. male genitalia, lateral view: 65, hypandrium; 66, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408577/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1060FFC7A87D7D4E99D01B54>
dwc:collectionCode "MCSN" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611060FFC6A8CA7D009E1F1DC9#49C62C2A1060FFC7A87D7D4E99D01B54> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1060FFC6A87D7C9A987D1F67>
dwc:collectionCode "NP, PAPT, PP, BM, II" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611060FFC6A8CA7D009E1F1DC9#49C62C2A1060FFC6A87D7C9A987D1F67> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1061FFC6ABD778D39BCD1FE9>
dwc:locality "Sao Paulo" ;
dwc:recordedBy "S. Sebastiao & A. A. Barbiellini" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611060FFC6A8CA7D009E1F1DC9#49C62C2A1061FFC6ABD778D39BCD1FE9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1061FFC6A86179D29E941FA0>
dwc:locality "Sao Paulo" ;
dwc:recordedBy "S. Sebastiao & A. A. Barbiellini" ;
dwc:typeStatus "paralectotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611060FFC6A8CA7D009E1F1DC9#49C62C2A1061FFC6A86179D29E941FA0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611060FFC6A8CA7D009E1F1DC9.mc.49C62C2A1061FFC6AE4C78889ED51C1C>
dwc:locality "Brasil" ;
dwc:recordedBy "Est. S. Paulo, S & Sebastiao, A. A" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611060FFC6A8CA7D009E1F1DC9#49C62C2A1061FFC6AE4C78889ED51C1C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,183 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710797611061FFC4A8CD7AEF98831AFF>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408541> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana boliviana Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611061FFC4A8CD7AEF98831AFF.mc.49C62C2A1063FFC4ABD778B098131C07> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_boliviana_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_borgmeieri_Lane_1944>, <http://taxon-concept.plazi.org/id/Animalia/Quichuana_brevicera_Hull_1946> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408541> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_boliviana_Ricarte_2012>
dwc:authority "RICARTE & ROTHERAY" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "boliviana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_boliviana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_borgmeieri_Lane_1944>
dwc:authority "LANE & CARRERA, 1944" ;
dwc:authorityName "LANE & CARRERA" ;
dwc:authorityYear "1944" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lane & Carrera, 1944" ;
dwc:species "borgmeieri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_borgmeieri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_brevicera_Hull_1946>
dwc:authority "HULL, 1946 STAT. PROM." ;
dwc:authorityName "HULL" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, 1946" ;
dwc:species "brevicera" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_brevicera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_boliviana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "boliviana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_borgmeieri>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "borgmeieri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_brevicera>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brevicera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408541>
dc:description "Figures 914. Quichuana right antennae, lateral inner view: 9, Quichuana boliviana sp. nov., female holotype; 10, Quichuana argentea sp. nov., female; 11, Quichuana fasciata, female lectotype; 12, Quichuana solitaria sp. nov., female holotype; 13, Quichuana tica sp. nov., female; 14, Quichuana communis sp. nov., male. Scale bars: 1 mm (top scale bar applies to Fig. 9 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408541/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611061FFC4A8CD7AEF98831AFF.mc.49C62C2A1063FFC4ABD778B098131C07>
dwc:collectionCode "MZUSP" ;
dwc:recordedBy "Carlos J. Einicker-Lamas" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611061FFC4A8CD7AEF98831AFF#49C62C2A1063FFC4ABD778B098131C07> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,192 @@
@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/710797611064FFC2ABB678789F501FBD>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408551>, <http://dx.doi.org/10.5281/zenodo.5408583>, <http://dx.doi.org/10.5281/zenodo.5408557> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana bromeliarum Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77D149A811A82>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77DAC98981AFE>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77DE198981B3B>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77C2698B21BD0> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_bromeliarum_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_calathea_Shannon_1925> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408551>, <http://dx.doi.org/10.5281/zenodo.5408583>, <http://dx.doi.org/10.5281/zenodo.5408557> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_bromeliarum_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "bromeliarum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_bromeliarum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_calathea_Shannon_1925>
dwc:authority "SHANNON, 1925" ;
dwc:authorityName "Shannon" ;
dwc:authorityYear "1925" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Shannon, 1925" ;
dwc:species "calathea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_calathea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_bromeliarum>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bromeliarum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_calathea>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "calathea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408551>
dc:description "Figures 2527. Quichuana bromeliarum sp. nov. male genitalia: 25, hypandrium, lateral view; 26, epandrium, lateral view; 27, left surstylus, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408551/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408557>
dc:description "Figures 3839. Quichuana dissimilis sp. nov. male holotype genitalia: 38, epandrium, lateral view; 39, left half of epandrium, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408557/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77D149A811A82>
dwc:collectionCode "IVIC, CPB" ;
dwc:locality "Altos" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611064FFC2ABB678789F501FBD#49C62C2A1065FFC2ABD77D149A811A82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77DAC98981AFE>
dwc:locality "Aragua" ;
dwc:recordedBy "Edo. & P. N. Henri Pittier & Estacion Biologica Rancho Grande" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611064FFC2ABB678789F501FBD#49C62C2A1065FFC2ABD77DAC98981AFE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77DE198981B3B>
dwc:collectionCode "CPB" ;
dwc:recordedBy "Distrito Federal & Monumento Natural Pico Codazzi" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1183" ;
trt:httpUri <https://treatment.plazi.org/id/710797611064FFC2ABB678789F501FBD#49C62C2A1065FFC2ABD77DE198981B3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611064FFC2ABB678789F501FBD.mc.49C62C2A1065FFC2ABD77C2698B21BD0>
dwc:collectionCode "CPB" ;
dwc:locality "Aragua" ;
dwc:recordedBy "Tinabequi & Edo." ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2260" ;
dwc:verbatimLatitude "10.0" ;
dwc:verbatimLongitude "-67.0" ;
trt:httpUri <https://treatment.plazi.org/id/710797611064FFC2ABB678789F501FBD#49C62C2A1065FFC2ABD77C2698B21BD0> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,168 @@
@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/710797611067FFC0ABB178999F5D1FDA>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408567> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana cestus Hull 1946" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611067FFC0ABB178999F5D1FDA.mc.49C62C2A1067FFC0AA747C0798DD1B74>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611067FFC0ABB178999F5D1FDA.mc.49C62C2A1067FFC0ABEF7E0899DD1EE8>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611067FFC0ABB178999F5D1FDA.mc.49C62C2A1067FFC0A88279F19E631F44> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_cestus_Hull_1946> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_cincta_Bigot_1883> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408567> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_cestus_Hull_1946>
dwc:authority "HULL, 1946: 4" ;
dwc:authorityName "Hull" ;
dwc:authorityPageNumber "4" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, 1946" ;
dwc:species "cestus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_cestus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_cincta_Bigot_1883>
dwc:authority "(BIGOT, 1883)" ;
dwc:baseAuthorityName "BIGOT" ;
dwc:baseAuthorityYear "1883" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bigot, 1883)" ;
dwc:species "cincta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_cincta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_cestus>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cestus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_cincta>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cincta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408567>
dc:description "Figures 5155. Quichuana right antennae, lateral inner view: 51, Quichuana seiferti sp. nov., male paratype; 52, Quichuana zoricae sp. nov., female paratype; 53, Quichuana melas, male holotype; 54, Quichuana personata sp. nov., female holotype; 55, Quichuana pogonosa sp. nov., male from type locality. Scale bars: 1 mm (lower bar applies to Fig. 55 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408567/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611067FFC0ABB178999F5D1FDA.mc.49C62C2A1067FFC0AA747C0798DD1B74>
dwc:collectionCode "AMNH" ;
dwc:eventDate "1929-11-01" ;
dwc:locality "Mt. Duida" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611067FFC0ABB178999F5D1FDA#49C62C2A1067FFC0AA747C0798DD1B74> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611067FFC0ABB178999F5D1FDA.mc.49C62C2A1067FFC0ABEF7E0899DD1EE8>
dwc:locality "Duida" ;
dwc:verbatimElevation "2880" ;
trt:httpUri <https://treatment.plazi.org/id/710797611067FFC0ABB178999F5D1FDA#49C62C2A1067FFC0ABEF7E0899DD1EE8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611067FFC0ABB178999F5D1FDA.mc.49C62C2A1067FFC0A88279F19E631F44>
dwc:locality "Duida" ;
dwc:verbatimElevation "1400" ;
trt:httpUri <https://treatment.plazi.org/id/710797611067FFC0ABB178999F5D1FDA#49C62C2A1067FFC0A88279F19E631F44> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,285 @@
@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/71079761106AFFCAA80D7C3198581B4D>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408539> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Merodon angustiventris MACQUART 1855" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAAE37FCA9BA41901>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAAA47FE998791942>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA9637E2E9BBE197C>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAAA27E4D9E331ECE>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF3779D29FF71F0B>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA87D783699C31F66>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA8F7784B9E491FA0>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF7078889E661FC3>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF5E78AE9F481C1C>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAE7F78EC9E491C3E>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA87D7B409EA81C78>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAE457B4799931D4F>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF407A5C9F291D6E>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAE0E7A73999F1A63>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF437D489E821A82>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA87D7DAC99841B55>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA8BF7C269E3F1B5A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Merodon_angustiventris_Macquart_1855> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Helophilus_auratus_Walker_1857> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408539> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Merodon_angustiventris_Macquart_1855>
dwc:authority "MACQUART, 1855: 110" ;
dwc:authorityName "MACQUART" ;
dwc:authorityYear "1855" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Merodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Macquart, 1855" ;
dwc:species "angustiventris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8CT3C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Merodon_angustiventris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Helophilus_auratus_Walker_1857>
dwc:authority "WALKER, 1857: 153" ;
dwc:authorityName "Walker" ;
dwc:authorityYear "1857" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Helophilus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Walker, 1857" ;
dwc:species "auratus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8CT3C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Helophilus_auratus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Merodon_angustiventris>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Merodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "angustiventris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Merodon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Merodon>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Merodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Helophilus_auratus>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Helophilus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "auratus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Helophilus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Helophilus>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Helophilus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408539>
dc:description "Figures 58. Quichuana male genitalia. 57, Quichuana angustiventris: 5, hypandrium, lateral view; 6, epandrium, lateral view; 7, left half of epandrium, anterior view. 8, Quichuana longicauda sp. nov., apical part of hypandrium, lateral view. Scale bars: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408539/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAAE37FCA9BA41901>
dwc:locality "COSTA RICA" ;
dwc:recordedBy "Braulio Carillo" ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAAE37FCA9BA41901> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAAA47FE998791942>
dwc:catalogNumber "CR87, 88, 91, 93, 97" ;
dwc:collectionCode "CEUA" ;
dwc:eventDate "2006-07-22" ;
dwc:verbatimElevation "550" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAAA47FE998791942> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA9637E2E9BBE197C>
dwc:locality "Cartago" ;
dwc:recordedBy "Tausito Jimenez" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBA9637E2E9BBE197C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAAA27E4D9E331ECE>
dwc:catalogNumber "CR146" ;
dwc:collectionCode "MAM, CEUA" ;
dwc:eventDate "2007-08-20" ;
dwc:verbatimElevation "1300" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAAA27E4D9E331ECE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF3779D29FF71F0B>
dwc:collectionCode "EGH, HM" ;
dwc:eventDate "1999-02-16" ;
dwc:locality "Tapanti forest" ;
dwc:recordedBy "Heliconius" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAF3779D29FF71F0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA87D783699C31F66>
dwc:collectionCode "FCT" ;
dwc:locality "Tropical Sciences Center Field Station" ;
dwc:recordedBy "Richard P. Seifert" ;
dwc:verbatimElevation "10" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBA87D783699C31F66> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA8F7784B9E491FA0>
dwc:catalogNumber "ENT 00036217, 00036221, 00036223, 00036229, 00036231, 00036238, 00036241" ;
dwc:collectionCode "USNM" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBA8F7784B9E491FA0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF7078889E661FC3>
dwc:locality "Prov." ;
dwc:recordedBy "Talamanca & Estacion Gandoca" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAF7078889E661FC3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF5E78AE9F481C1C>
dwc:catalogNumber "INB0003845226" ;
dwc:collectionCode "INBio" ;
dwc:eventDate "2004-05-19" ;
dwc:recordedBy "W. Porras" ;
dwc:verbatimElevation "25" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAF5E78AE9F481C1C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAE7F78EC9E491C3E>
dwc:collectionCode "GER" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAE7F78EC9E491C3E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA87D7B409EA81C78>
dwc:locality "TRINIDAD" ;
dwc:verbatimElevation "56" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBA87D7B409EA81C78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAE457B4799931D4F>
dwc:collectionCode "EGH" ;
dwc:eventDate "2008-07-27" ;
dwc:locality "El Tucuche" ;
dwc:verbatimElevation "15" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAE457B4799931D4F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF407A5C9F291D6E>
dwc:catalogNumber "EGH 2001" ;
dwc:collectionCode "CPB" ;
dwc:locality "Sharon Kennedy" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAF407A5C9F291D6E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAE0E7A73999F1A63>
dwc:collectionCode "EGH, HM" ;
dwc:eventDate "1994-07-25" ;
dwc:locality "Mt St Benedict'" ;
dwc:recordedBy "Hollis Dam & Simla & Trinity" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAE0E7A73999F1A63> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBAF437D489E821A82>
dwc:collectionCode "HM" ;
dwc:locality "Glasgow Univ. Epdtn'" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBAF437D489E821A82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA87D7DAC99841B55>
dwc:collectionCode "CPB" ;
dwc:eventDate "2007-02" ;
dwc:locality "Aragua" ;
dwc:recordedBy "Edo. & P. N. Henri Pittier & Estacion Biologica Rancho Grande & San Felipe & Hacienda Guaquira" ;
dwc:verbatimElevation "39" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBA87D7DAC99841B55> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCAA80D7C3198581B4D.mc.49C62C2A106CFFCBA8BF7C269E3F1B5A>
dwc:collectionCode "CEUA" ;
dwc:eventDate "2007-02" ;
dwc:locality "Aragua" ;
dwc:recordedBy "Edo. & P. N. Henri Pittier & Estacion Biologica Rancho Grande & San Felipe & Hacienda Guaquira" ;
dwc:verbatimElevation "39" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCAA80D7C3198581B4D#49C62C2A106CFFCBA8BF7C269E3F1B5A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,168 @@
@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/71079761106AFFCDAA44780A9FE21B09>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408535>, <http://dx.doi.org/10.5281/zenodo.5408537> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana amazonica Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCDAA44780A9FE21B09.mc.49C62C2A106AFFCDA87D7B229FF41C78>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCDAA44780A9FE21B09.mc.49C62C2A106AFFCDA87D7BA59FE71D16> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_amazonica_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_angustiventris_Macquart_1855> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408535>, <http://dx.doi.org/10.5281/zenodo.5408537> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_amazonica_Ricarte_2012>
dwc:authority "RICARTE & HANCOCK" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "amazonica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_amazonica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_angustiventris_Macquart_1855>
dwc:authority "(MACQUART, 1855)" ;
dwc:baseAuthorityName "Macquart" ;
dwc:baseAuthorityYear "1855" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Macquart, 1855)" ;
dwc:species "angustiventris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_angustiventris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_amazonica>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "amazonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_angustiventris>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "angustiventris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408535>
dc:description "Figures 12. Quichuana right antennae, lateral inner view: 1, Quichuana amazonica sp. nov., male holotype; 2, Quichuana longicauda sp. nov., female paratype; l, distance from top of basoflagellomere and most prominent point of pedicel; w, width of basoflagellomere at the level of the arista base. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408535/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408537>
dc:description "Figures 34. Quichuana amazonica sp. nov. male holotype genitalia, lateral view: 3, hypandrium; 4, epandrium; ce, cercus; sl, superior lobe; sur, surstylus. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408537/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCDAA44780A9FE21B09.mc.49C62C2A106AFFCDA87D7B229FF41C78>
dwc:locality "Upper Amazon" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCDAA44780A9FE21B09#49C62C2A106AFFCDA87D7B229FF41C78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106AFFCDAA44780A9FE21B09.mc.49C62C2A106AFFCDA87D7BA59FE71D16>
dwc:collectionCode "NHM" ;
dwc:eventDate "1913-07-16" ;
dwc:locality "Upper Amazon" ;
dwc:recordedBy "J. J. Mounsey & C. J. Wainwright Collection" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106AFFCDAA44780A9FE21B09#49C62C2A106AFFCDA87D7BA59FE71D16> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71079761106DFFC9AB887C809E2F1DFA>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408543>, <http://dx.doi.org/10.5281/zenodo.5408583> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana argentea Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761106DFFC9AB887C809E2F1DFA.mc.49C62C2A106EFFC9ABE37D659B611AD7>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106DFFC9AB887C809E2F1DFA.mc.49C62C2A106EFFC9ABE37DFB9BC21B31>, <http://tb.plazi.org/GgServer/dwcaRecords/71079761106DFFC9AB887C809E2F1DFA.mc.49C62C2A106EFFC9AAE87C1A984D1B50> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_argentea_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408543>, <http://dx.doi.org/10.5281/zenodo.5408583> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_argentea_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "argentea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_argentea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_argentea>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "argentea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408541>
dc:description "Figures 914. Quichuana right antennae, lateral inner view: 9, Quichuana boliviana sp. nov., female holotype; 10, Quichuana argentea sp. nov., female; 11, Quichuana fasciata, female lectotype; 12, Quichuana solitaria sp. nov., female holotype; 13, Quichuana tica sp. nov., female; 14, Quichuana communis sp. nov., male. Scale bars: 1 mm (top scale bar applies to Fig. 9 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408541/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408543>
dc:description "Figures 1516. Quichuana argentea sp. nov. male holotype genitalia, lateral view: 15, hypandrium; 16, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408543/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106DFFC9AB887C809E2F1DFA.mc.49C62C2A106EFFC9ABE37D659B611AD7>
dwc:catalogNumber "ENT 00036214" ;
dwc:collectionCode "CA, USNM" ;
dwc:locality "Monte Cristo" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106DFFC9AB887C809E2F1DFA#49C62C2A106EFFC9ABE37D659B611AD7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106DFFC9AB887C809E2F1DFA.mc.49C62C2A106EFFC9ABE37DFB9BC21B31>
dwc:collectionCode "CA" ;
dwc:locality "Forest Monte Cristo" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106DFFC9AB887C809E2F1DFA#49C62C2A106EFFC9ABE37DFB9BC21B31> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106DFFC9AB887C809E2F1DFA.mc.49C62C2A106EFFC9AAE87C1A984D1B50>
dwc:catalogNumber "ENT 00036215" ;
dwc:collectionCode "FCT, USNM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106DFFC9AB887C809E2F1DFA#49C62C2A106EFFC9AAE87C1A984D1B50> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,138 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71079761106EFFC7A8F97D569E9A1DAF>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408545>, <http://dx.doi.org/10.5281/zenodo.5408583>, <http://dx.doi.org/10.5281/zenodo.5408555> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana atra Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761106EFFC7A8F97D569E9A1DAF.mc.49C62C2A1060FFC7ABE37BF69B061D46> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_atra_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408545>, <http://dx.doi.org/10.5281/zenodo.5408583>, <http://dx.doi.org/10.5281/zenodo.5408555> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_atra_Ricarte_2012>
dwc:authority "RICARTE" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "atra" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKJV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_atra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_atra>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "atra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408545>
dc:description "Figures 1719. Quichuana male genitalia: 1718, Quichuana rubicunda sp. nov.; 17, hypandrium, lateral view; 18, epandrium, lateral view; 19, Quichuana atra sp. nov., hypandrium, lateral view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408545/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408555>
dc:description "Figures 3037. Morphological variability in Quichuana communis sp. nov. male genitalia: 3031, 37, dominant morphotype in Costa Rica, Estación Barva; 30, hypandrium, anterior view; 31, superior lobe, anterolateral view; 37, epandrium, lateral view; 3233, dominant morphotype in Costa Rica, Estación Cacao; 32, apical part of hypandrium, lateral view; 33, superior lobe, anterolateral view; 3436, morphotype occurring in specimens from Costa Rica, Estación Barva, Estación Cacao, and Sendero el Ripario; 34, hypandrium, anterior view; 35, superior lobe, anterolateral view; 36, apical part of hypandrium, lateral view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408555/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761106EFFC7A8F97D569E9A1DAF.mc.49C62C2A1060FFC7ABE37BF69B061D46>
dwc:catalogNumber "CR185" ;
dwc:collectionCode "MAM, CEUA" ;
dwc:eventDate "2008-02-05" ;
dwc:locality "Costa Rica" ;
dwc:recordedBy "P. N. Tapanti & Macizo de la Muerte & La Esperanza" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761106EFFC7A8F97D569E9A1DAF#49C62C2A1060FFC7ABE37BF69B061D46> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,126 @@
@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/710797611070FFD6A8CA7A719BDC1A34>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408585> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana inca SHANNON 1925" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611070FFD6A8CA7A719BDC1A34.mc.49C62C2A1071FFD6ABD77B489B471D19> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_inca_Shannon_1925> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408585> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_inca_Shannon_1925>
dwc:authority "SHANNON, 1925: 111" ;
dwc:authorityName "SHANNON" ;
dwc:authorityPageNumber "111" ;
dwc:authorityYear "1925" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Shannon, 1925" ;
dwc:species "inca" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R6NR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_inca> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_inca>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "inca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408585>
dc:description "Figures 8083. Overall appearance of different Quichuana species, dorsal view. 80, Quichuana cincta, female from Mexico; scale bar = 2 mm. 81, Quichuana inca, male holotype; scale bar = 1 mm. 82, Quichuana parisii, female paralectotype, scale bar = 1 mm. 83, Quichuana undulatipila sp. nov., female paratype; scale bar = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408585/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611070FFD6A8CA7A719BDC1A34.mc.49C62C2A1071FFD6ABD77B489B471D19>
dwc:collectionCode "USNM" ;
dwc:locality "Huascaray" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611070FFD6A8CA7A719BDC1A34#49C62C2A1071FFD6ABD77B489B471D19> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,152 @@
@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/710797611071FFD5AB8C7D4B98C91B81>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408561>, <http://dx.doi.org/10.5281/zenodo.5408563>, <http://dx.doi.org/10.5281/zenodo.5408585> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana invenusta Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611071FFD5AB8C7D4B98C91B81.mc.49C62C2A1072FFD5ABE37B40983D1CB5>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611071FFD5AB8C7D4B98C91B81.mc.49C62C2A1072FFD5ABE37BDB98F11D11>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611071FFD5AB8C7D4B98C91B81.mc.49C62C2A1072FFD5A9F77BF998AB1D6C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_invenusta_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408561>, <http://dx.doi.org/10.5281/zenodo.5408563>, <http://dx.doi.org/10.5281/zenodo.5408585> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_invenusta_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "invenusta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_invenusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_invenusta>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "invenusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408561>
dc:description "Figures 4344. Quichuana right antennae, lateral inner view: 43, Quichuana invenusta sp. nov. male paratype; 44, Quichuana parisii female. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408561/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408563>
dc:description "Figures 4546. Quichuana invenusta sp. nov. male genitalia, lateral view: 45, hypandrium; 46, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408563/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408585>
dc:description "Figures 8083. Overall appearance of different Quichuana species, dorsal view. 80, Quichuana cincta, female from Mexico; scale bar = 2 mm. 81, Quichuana inca, male holotype; scale bar = 1 mm. 82, Quichuana parisii, female paralectotype, scale bar = 1 mm. 83, Quichuana undulatipila sp. nov., female paratype; scale bar = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408585/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611071FFD5AB8C7D4B98C91B81.mc.49C62C2A1072FFD5ABE37B40983D1CB5>
dwc:catalogNumber "ENT 00036206" ;
dwc:collectionCode "R, USNM" ;
dwc:recordedBy "Alt. & Alto Itatiaia & Janeiro & Marco & C. Shannon & L. Gomes" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611071FFD5AB8C7D4B98C91B81#49C62C2A1072FFD5ABE37B40983D1CB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611071FFD5AB8C7D4B98C91B81.mc.49C62C2A1072FFD5ABE37BDB98F11D11>
dwc:locality "BRAZIL" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611071FFD5AB8C7D4B98C91B81#49C62C2A1072FFD5ABE37BDB98F11D11> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611071FFD5AB8C7D4B98C91B81.mc.49C62C2A1072FFD5A9F77BF998AB1D6C>
dwc:catalogNumber "ENT 00036207, FCT 19" ;
dwc:collectionCode "R, USNM" ;
dwc:recordedBy "Alto Itatiaia & Janeiro & Marco & C. Shannon & L. Gomes" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2000" ;
trt:httpUri <https://treatment.plazi.org/id/710797611071FFD5AB8C7D4B98C91B81#49C62C2A1072FFD5A9F77BF998AB1D6C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,205 @@
@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/710797611072FFD4A8D67DAC999C1825>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408535>, <http://dx.doi.org/10.5281/zenodo.5408539>, <http://dx.doi.org/10.5281/zenodo.5408583> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana longicauda Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A86179F09F5F1F25>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A861784A99CF1FA2>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8F478C399C71C1E>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AE7E7B019F2E1C7A>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8F67B649E301CB7>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AE7B7B9B9F531CD6>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8867BD89F571D13>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8847A1D990A1D4E>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AFDB7A7199331DAA>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AF7A7AB69E7B1DC5> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_longicauda_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408535>, <http://dx.doi.org/10.5281/zenodo.5408539>, <http://dx.doi.org/10.5281/zenodo.5408583> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_longicauda_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "longicauda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_longicauda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_longicauda>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longicauda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408535>
dc:description "Figures 12. Quichuana right antennae, lateral inner view: 1, Quichuana amazonica sp. nov., male holotype; 2, Quichuana longicauda sp. nov., female paratype; l, distance from top of basoflagellomere and most prominent point of pedicel; w, width of basoflagellomere at the level of the arista base. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408535/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408539>
dc:description "Figures 58. Quichuana male genitalia. 57, Quichuana angustiventris: 5, hypandrium, lateral view; 6, epandrium, lateral view; 7, left half of epandrium, anterior view. 8, Quichuana longicauda sp. nov., apical part of hypandrium, lateral view. Scale bars: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408539/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A86179F09F5F1F25>
dwc:catalogNumber "USNMNH 2050003" ;
dwc:collectionCode "USNM" ;
dwc:eventDate "1998-07-22" ;
dwc:locality "Lopinot" ;
dwc:recordedBy "Gl. Univ. Epdtn" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4A86179F09F5F1F25> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A861784A99CF1FA2>
dwc:collectionCode "HM" ;
dwc:eventDate "1998-07-28" ;
dwc:locality "Trinidad" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4A861784A99CF1FA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8F478C399C71C1E>
dwc:eventDate "1998-08-17" ;
dwc:locality "Lopinot" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4A8F478C399C71C1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AE7E7B019F2E1C7A>
dwc:eventDate "1998-07-09" ;
dwc:locality "Hollis Dam" ;
dwc:recordedBy "EG Hancock" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4AE7E7B019F2E1C7A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8F67B649E301CB7>
dwc:eventDate "1998-08-13" ;
dwc:locality "Hollis Dam" ;
dwc:recordedBy "Gl. Univ. Epdtn" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4A8F67B649E301CB7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AE7B7B9B9F531CD6>
dwc:eventDate "1998-08-24" ;
dwc:locality "Lopinot" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4AE7B7B9B9F531CD6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8867BD89F571D13>
dwc:eventDate "1998-07-29" ;
dwc:locality "Mt. Harris" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4A8867BD89F571D13> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4A8847A1D990A1D4E>
dwc:eventDate "1998-07-06" ;
dwc:locality "Lopinot" ;
dwc:recordedBy "Gl. Univ. Epdtn" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4A8847A1D990A1D4E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AFDB7A7199331DAA>
dwc:eventDate "1998-07-06" ;
dwc:locality "Samaan Tru" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4AFDB7A7199331DAA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611072FFD4A8D67DAC999C1825.mc.49C62C2A1073FFD4AF7A7AB69E7B1DC5>
dwc:catalogNumber "USNMNH 2050003" ;
dwc:collectionCode "USNMNH" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611072FFD4A8D67DAC999C1825#49C62C2A1073FFD4AF7A7AB69E7B1DC5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,216 @@
@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/710797611073FFD2A8D67F7D9F691FC3>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408565> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana mariliae Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2ABD77B4098C01CD7>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2ABD77BF998161D4D>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AAD87A739B211DA8>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AA1B7AB0987F1DAB>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2A9617AB098981A04>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2ABD77D0B9B2D1A26>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AA907D0B98581A40>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2A9787D299BEE1B3B>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AAD67C079BC61B97>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AAFC7C7B98F41BD0>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2A9ED7CB99B92180C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_mariliae_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408565> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_mariliae_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "mariliae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_mariliae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_mariliae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mariliae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408565>
dc:description "Figures 4750. Quichuana mariliae sp. nov. 47, female, right antenna, lateral inner view; 48, female, thorax, dorsal view; 49, male, apical half of femur, tibia, and basotarsomere of the left metaleg; 50, male, left metatrochanter. Scale bars: 0.5 mm (Figure 47); 1 mm (Figures 4850)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408565/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2ABD77B4098C01CD7>
dwc:collectionCode "INBio" ;
dwc:eventDate "1998-05-17" ;
dwc:locality "Dos Rios" ;
dwc:recordedBy "Rincon de la Vieja & Dos Rios & F. A. Quesada" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2ABD77B4098C01CD7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2ABD77BF998161D4D>
dwc:catalogNumber "CR170" ;
dwc:collectionCode "MAM" ;
dwc:eventDate "2008-02-02" ;
dwc:locality "Upala" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2ABD77BF998161D4D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AAD87A739B211DA8>
dwc:collectionCode "MAM" ;
dwc:eventDate "2009-07-25" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2AAD87A739B211DA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AA1B7AB0987F1DAB>
dwc:catalogNumber "CEUA00089988" ;
dwc:collectionCode "CEUA" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2AA1B7AB0987F1DAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2A9617AB098981A04>
dwc:collectionCode "MAM" ;
dwc:eventDate "2009-07-02" ;
dwc:locality "Finca Blanco" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2A9617AB098981A04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2ABD77D0B9B2D1A26>
dwc:catalogNumber "CEUA00089987" ;
dwc:collectionCode "CEUA" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2ABD77D0B9B2D1A26> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AA907D0B98581A40>
dwc:collectionCode "MAM" ;
dwc:eventDate "2008-02-02" ;
dwc:locality "Volcan Tenorio" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2AA907D0B98581A40> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2A9787D299BEE1B3B>
dwc:catalogNumber "CEUA00089984" ;
dwc:collectionCode "CEUA, MAM" ;
dwc:eventDate "2008-02-02" ;
dwc:locality "Upala" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2A9787D299BEE1B3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AAD67C079BC61B97>
dwc:catalogNumber "CR162" ;
dwc:collectionCode "MAM, CEUA" ;
dwc:eventDate "2008-02-02" ;
dwc:locality "Upala" ;
dwc:recordedBy "Prov. & P. N. Volcan Tenorio & Sector El Pilon" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2AAD67C079BC61B97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2AAFC7C7B98F41BD0>
dwc:catalogNumber "INB0003743854" ;
dwc:collectionCode "INBio" ;
dwc:eventDate "2003-07-29" ;
dwc:recordedBy "J. Azofeifa & Est. Pitilla" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "750" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2AAFC7C7B98F41BD0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611073FFD2A8D67F7D9F691FC3.mc.49C62C2A1075FFD2A9ED7CB99B92180C>
dwc:collectionCode "INBio" ;
dwc:eventDate "1992-09-01" ;
dwc:locality "Prov." ;
dwc:recordedBy "C. Moraga" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/710797611073FFD2A8D67F7D9F691FC3#49C62C2A1075FFD2A9ED7CB99B92180C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710797611075FFD1A8E57B17985218FC>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408567>, <http://dx.doi.org/10.5281/zenodo.5408553> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana melas Ricarte, Marcos-García, Hancock & Rotheray, 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611075FFD1A8E57B17985218FC.mc.49C62C2A1076FFD1ABE37F68985218FC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_melas_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408567>, <http://dx.doi.org/10.5281/zenodo.5408553> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_melas_Ricarte_2012>
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "melas" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_melas> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_melas>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melas" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408567>
dc:description "Figures 5155. Quichuana right antennae, lateral inner view: 51, Quichuana seiferti sp. nov., male paratype; 52, Quichuana zoricae sp. nov., female paratype; 53, Quichuana melas, male holotype; 54, Quichuana personata sp. nov., female holotype; 55, Quichuana pogonosa sp. nov., male from type locality. Scale bars: 1 mm (lower bar applies to Fig. 55 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408567/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408553>
dc:description "Figures 2829. Quichuana cincta sp. nov. male genitalia, lateral view: 28, hypandrium; 29, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408553/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611075FFD1A8E57B17985218FC.mc.49C62C2A1076FFD1ABE37F68985218FC>
dwc:collectionCode "MAM, GER, EGH, CEUA" ;
dwc:eventDate "2003-07-18" ;
dwc:locality "Boqueron" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/710797611075FFD1A8E57B17985218FC#49C62C2A1076FFD1ABE37F68985218FC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,132 @@
@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/710797611076FFD0A8C97C419E21197D>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408569> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana montana Hull CNC 1951" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710797611076FFD0A8C97C419E21197D.mc.49C62C2A1077FFD0A89A7C5E9F701B8F>, <http://tb.plazi.org/GgServer/dwcaRecords/710797611076FFD0A8C97C419E21197D.mc.49C62C2A1077FFD0AE647C939FE01BC8> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_montana_Cnc_1951> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408569> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_montana_Cnc_1951>
dwc:authority "HULL, 1951: 65" ;
dwc:authorityName "Hull CNC" ;
dwc:authorityPageNumber "65" ;
dwc:authorityYear "1951" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull Cnc, 1951" ;
dwc:species "montana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKKD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_montana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_montana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "montana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408569>
dc:description "Figures 5657. Quichuana montana male holotype genitalia, lateral view: 56, hypandrium; 57, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408569/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611076FFD0A8C97C419E21197D.mc.49C62C2A1077FFD0A89A7C5E9F701B8F>
dwc:locality "Peru" ;
dwc:recordedBy "J. Schunke" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/710797611076FFD0A8C97C419E21197D#49C62C2A1077FFD0A89A7C5E9F701B8F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710797611076FFD0A8C97C419E21197D.mc.49C62C2A1077FFD0AE647C939FE01BC8>
dwc:collectionCode "CNC" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710797611076FFD0A8C97C419E21197D#49C62C2A1077FFD0AE647C939FE01BC8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,121 @@
@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/710797611078FFDDA8D97AB099D91DD9>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408555> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana communis Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_communis_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408555> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_communis_Ricarte_2012>
dwc:authority "RICARTE & ROTHERAY" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "communis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_communis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_communis>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "communis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408541>
dc:description "Figures 914. Quichuana right antennae, lateral inner view: 9, Quichuana boliviana sp. nov., female holotype; 10, Quichuana argentea sp. nov., female; 11, Quichuana fasciata, female lectotype; 12, Quichuana solitaria sp. nov., female holotype; 13, Quichuana tica sp. nov., female; 14, Quichuana communis sp. nov., male. Scale bars: 1 mm (top scale bar applies to Fig. 9 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408541/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408555>
dc:description "Figures 3037. Morphological variability in Quichuana communis sp. nov. male genitalia: 3031, 37, dominant morphotype in Costa Rica, Estación Barva; 30, hypandrium, anterior view; 31, superior lobe, anterolateral view; 37, epandrium, lateral view; 3233, dominant morphotype in Costa Rica, Estación Cacao; 32, apical part of hypandrium, lateral view; 33, superior lobe, anterolateral view; 3436, morphotype occurring in specimens from Costa Rica, Estación Barva, Estación Cacao, and Sendero el Ripario; 34, hypandrium, anterior view; 35, superior lobe, anterolateral view; 36, apical part of hypandrium, lateral view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408555/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,166 @@
@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/71079761107AFFDCA8DA7AE79F4D1B0F>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408557>, <http://dx.doi.org/10.5281/zenodo.5408551>, <http://dx.doi.org/10.5281/zenodo.5408569> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana dissimilis Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761107AFFDCA8DA7AE79F4D1B0F.mc.49C62C2A107BFFDCA861788999961C5E> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_dissimilis_Ricarte_2012> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_dolorosa_Hull_1946> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408557>, <http://dx.doi.org/10.5281/zenodo.5408551>, <http://dx.doi.org/10.5281/zenodo.5408569> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_dissimilis_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "dissimilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_dissimilis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_dolorosa_Hull_1946>
dwc:authority "HULL, 1946" ;
dwc:authorityName "HULL" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull, 1946" ;
dwc:species "dolorosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_dolorosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_dissimilis>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "dissimilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_dolorosa>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "dolorosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408557>
dc:description "Figures 3839. Quichuana dissimilis sp. nov. male holotype genitalia: 38, epandrium, lateral view; 39, left half of epandrium, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408557/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408551>
dc:description "Figures 2527. Quichuana bromeliarum sp. nov. male genitalia: 25, hypandrium, lateral view; 26, epandrium, lateral view; 27, left surstylus, anterior view. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408551/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408569>
dc:description "Figures 5657. Quichuana montana male holotype genitalia, lateral view: 56, hypandrium; 57, epandrium. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408569/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761107AFFDCA8DA7AE79F4D1B0F.mc.49C62C2A107BFFDCA861788999961C5E>
dwc:catalogNumber "ENT 00022385" ;
dwc:collectionCode "II, USNM, SNSD" ;
dwc:recordedBy "Typus & Bolivia-Mapiri & Sarampioni & Coll W Schnuse & Staatl. Museum & Tierkunde & Dresden" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/71079761107AFFDCA8DA7AE79F4D1B0F#49C62C2A107BFFDCA861788999961C5E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,171 @@
@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/71079761107CFFDAA8C978F19F481CAE>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408583> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Myiatropa fasciata SACK 1941" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761107CFFDAA8C978F19F481CAE.mc.49C62C2A107DFFDAA96C7FAC9B0B1919> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Myiatropa_fasciata_Sack_1941> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quichuana_hermosa_Cnc_1951> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408541>, <http://dx.doi.org/10.5281/zenodo.5408583> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Myiatropa_fasciata_Sack_1941>
dwc:authority "SACK, 1941: 115" ;
dwc:authorityName "SACK" ;
dwc:authorityPageNumber "115" ;
dwc:authorityYear "1941" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Myiatropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sack, 1941" ;
dwc:species "fasciata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8CY22> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myiatropa_fasciata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_hermosa_Cnc_1951>
dwc:authority "HULL, 1951" ;
dwc:authorityName "Hull CNC" ;
dwc:authorityYear "1951" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull Cnc, 1951" ;
dwc:species "hermosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8CY22> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_hermosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Myiatropa_fasciata>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Myiatropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fasciata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Myiatropa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myiatropa>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Myiatropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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/Quichuana_hermosa>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hermosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5408541>
dc:description "Figures 914. Quichuana right antennae, lateral inner view: 9, Quichuana boliviana sp. nov., female holotype; 10, Quichuana argentea sp. nov., female; 11, Quichuana fasciata, female lectotype; 12, Quichuana solitaria sp. nov., female holotype; 13, Quichuana tica sp. nov., female; 14, Quichuana communis sp. nov., male. Scale bars: 1 mm (top scale bar applies to Fig. 9 only)." ;
fabio:hasRepresentation <https://zenodo.org/record/5408541/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761107CFFDAA8C978F19F481CAE.mc.49C62C2A107DFFDAA96C7FAC9B0B1919>
dwc:catalogNumber "FCT 96, ENT 00022383" ;
dwc:collectionCode "USNM, SNSD" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761107CFFDAA8C978F19F481CAE#49C62C2A107DFFDAA96C7FAC9B0B1919> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,127 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71079761107DFFD9A83C7BD29BB31A34>
cito:cites <http://dx.doi.org/10.5281/zenodo.5408583> ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana hermosa Hull CNC 1951" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761107DFFD9A83C7BD29BB31A34.mc.49C62C2A107EFFD9AAF57B8D98151D19> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_hermosa_Cnc_1951> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5408583> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_hermosa_Cnc_1951>
dwc:authority "HULL, 1951: 67" ;
dwc:authorityName "Hull CNC" ;
dwc:authorityPageNumber "67" ;
dwc:authorityYear "1951" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hull Cnc, 1951" ;
dwc:species "hermosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_hermosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_hermosa>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hermosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://dx.doi.org/10.5281/zenodo.5408583>
dc:description "Figures 7379. Features of the slender and robust species of Quichuana. 7376, slender species. 73, Quichuana angustiventris, male from Trinidad with attached puparium, overall appearance, dorsal view; scale bar = 2 mm. 74, Quichuana calathea, male from Costa Rica, eye contiguity and vertical triangle; scale bar = 0.5 mm. 7576, Quichuana picadoi, male: 75, anterior view; 76, lateral view; scale bar = 1 mm. 7779, robust species. 77, Quichuana fasciata, female lectotype, overall appearance, dorsal view; scale bar = 2 mm. 78, Quichuana dissimilis sp. nov., male holotype, eye contiguity and vertical triangle; scale bar = 1 mm. 79, Quichuana atra sp. nov., female, anterior view; scale bar = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/5408583/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71079761107DFFD9A83C7BD29BB31A34.mc.49C62C2A107EFFD9AAF57B8D98151D19>
dwc:collectionCode "CNC" ;
dwc:locality "Peru" ;
dwc:recordedBy "J. Schunke" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/71079761107DFFD9A83C7BD29BB31A34#49C62C2A107EFFD9AAF57B8D98151D19> ;
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/71079761107EFFD8AA647D4A98E71F2A>
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:title "Quichuana hulli Ricarte & Marcos-García & Hancock & Rotheray 2012, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71079761107EFFD8AA647D4A98E71F2A.mc.49C62C2A107EFFD9A87D7DE19E6C1B97> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quichuana_hulli_Ricarte_2012> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2012.00842.x>
bibo:endPage "131" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2015-06-02" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "72" ;
bibo:volume "166" ;
dc:creator "Ricarte, Antonio; Marcos-García, M. Ángeles; Hancock, E. G.; Rotheray, Graham E." ;
dc:date "2012" ;
dc:title "Revision of the New World genus Quichuana Knab, 1913 (Diptera: Syrphidae), including descriptions of 24 new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quichuana_hulli_Ricarte_2012>
dwc:authority "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:authorityName "Ricarte & Marcos-García & Hancock & Rotheray" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ricarte & Marcos-García & Hancock & Rotheray, 2012" ;
dwc:species "hulli" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8DKK6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quichuana_hulli> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quichuana_hulli>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hulli" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quichuana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quichuana>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Quichuana" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syrphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syrphidae>
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
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://tb.plazi.org/GgServer/dwcaRecords/71079761107EFFD8AA647D4A98E71F2A.mc.49C62C2A107EFFD9A87D7DE19E6C1B97>
dwc:catalogNumber "CR186" ;
dwc:collectionCode "MAM, CEUA" ;
dwc:eventDate "2007-07-21" ;
dwc:locality "Tausito Jimenez" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/71079761107EFFD8AA647D4A98E71F2A#49C62C2A107EFFD9A87D7DE19E6C1B97> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,141 @@
@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/710E2ECDB1E1545683F67D4D819225FC>
cito:cites <http://dx.doi.org/10.3897/zookeys.1184.106698.figure1>, <http://dx.doi.org/10.3897/zookeys.1184.106698.figure2>, <http://dx.doi.org/10.3897/zookeys.1184.106698.figure5>, <http://dx.doi.org/10.3897/zookeys.1184.106698.figure9> ;
dc:creator "Romero-Ortiz, Catalina; Sarmiento, Carlos E.; Harvey, Mark S." ;
dc:title "Cystowithius florezi Romero-Ortiz & Sarmiento & Harvey 2023, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E2ECDB1E1545683F67D4D819225FC.mc.D39A30ECC632B5851EDA76B78F6070CE> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cystowithius_florezi_Romero-Ortiz_2023> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1184.106698> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1184.106698>
bibo:endPage "326" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2023-11-22" ;
bibo:startPage "301" ;
bibo:volume "1184" ;
dc:creator "Romero-Ortiz, Catalina; Sarmiento, Carlos E.; Harvey, Mark S." ;
dc:date "2023" ;
dc:title "A new genus and five new species of pseudoscorpions (Arachnida, Pseudoscorpiones, Withiidae) from Colombia" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1184.106698.figure1>, <http://dx.doi.org/10.3897/zookeys.1184.106698.figure2>, <http://dx.doi.org/10.3897/zookeys.1184.106698.figure5>, <http://dx.doi.org/10.3897/zookeys.1184.106698.figure9> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cystowithius_florezi_Romero-Ortiz_2023>
dwc:LSID "https://zoobank.org/F2D766B6-215E-40D9-908B-76416F859F85" ;
dwc:authority "Romero-Ortiz & Sarmiento & Harvey, 2023" ;
dwc:authorityName "Romero-Ortiz & Sarmiento & Harvey" ;
dwc:authorityYear "2023" ;
dwc:class "Arachnida" ;
dwc:family "Withiidae" ;
dwc:genus "Cystowithius" ;
dwc:kingdom "Animalia" ;
dwc:order "Pseudoscorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Romero-Ortiz & Sarmiento & Harvey, 2023" ;
dwc:species "florezi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cystowithius_florezi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cystowithius_florezi>
dwc:class "Arachnida" ;
dwc:family "Withiidae" ;
dwc:genus "Cystowithius" ;
dwc:kingdom "Animalia" ;
dwc:order "Pseudoscorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "florezi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cystowithius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cystowithius>
dwc:class "Arachnida" ;
dwc:family "Withiidae" ;
dwc:genus "Cystowithius" ;
dwc:kingdom "Animalia" ;
dwc:order "Pseudoscorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Withiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Withiidae>
dwc:class "Arachnida" ;
dwc:family "Withiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Pseudoscorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoscorpiones> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoscorpiones>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Pseudoscorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.1184.106698.figure1>
dc:description "Figure 1. Habitus of the new species (males) A Paciwithius chimbilacus sp. nov. B Cystowithius florezi sp. nov. C Parawithius bromelicola sp. nov. D Oligowithius achagua sp. nov. Scale bars: 0.5 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/940870> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1184.106698.figure2>
dc:description "Figure 2. Distribution of the new species and the new record of Withiidae from Colombia." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/940871> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1184.106698.figure5>
dc:description "Figure 5. Cystowithius florezi sp. nov. (male holotype, ICN-Aps- 077) A carapace B chelicera C left leg I D abdomen, sternites E right chela F left leg IV G left pedipalp H right chelal fingers (arrows show sense-spots) I rallum. Abbreviations: Pedipalp movable finger: b = basal; sb = sub-basal; st = sub-terminal; t = terminal; fixed finger: eb = exterior basal; esb = exterior sub-basal; est = exterior sub-terminal; et = exterior terminal; ib = interior basal; isb = interior sub-basal; ist = interior sub-terminal; it = interior terminal. Cheliceral setae: b = basal seta; es = exterior seta; is = interior seta; ls = laminal seta. Scale bars: 0.5 mm (G); 0.1 mm (A, C-F, H); 0.05 mm (B); 0.0125 mm (I)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/940874> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1184.106698.figure9>
dc:description "Figure 9. Glandular setae patches of the new species A Paciwithius chimbilacus sp. nov. (holotype, ICN-Aps- 076) B Parawithius bromelicola sp. nov. (holotype, ICN-Aps- 082) C Paciwithius valduparensis sp. nov. (holotype, ICN-Aps- 597) D Cystowithius florezi sp. nov. (holotype, ICN-Aps- 07) E, F Oligowithius achagua sp. nov. E male paratype (ICN-Aps- 388) F male holotype (ICN-Aps- 388). Scale bars: 0.1 mm (A-C, E, F); 0.05 mm (D)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/940878> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E2ECDB1E1545683F67D4D819225FC.mc.D39A30ECC632B5851EDA76B78F6070CE>
dwc:eventDate "2007-02-12" ;
dwc:locality "Reserva Natural Ibanasca" ;
dwc:recordedBy "C. Cortes" ;
dwc:typeStatus "Holotype" ;
dwc:verbatimElevation "1700" ;
dwc:verbatimLatitude "4.5561113" ;
dwc:verbatimLongitude "-75.32144" ;
trt:httpUri <https://treatment.plazi.org/id/710E2ECDB1E1545683F67D4D819225FC#D39A30ECC632B5851EDA76B78F6070CE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,164 @@
@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/710E3237BA6CFFE0FF2D4C085E7CFD72>
cito:cites <http://dx.doi.org/10.5281/zenodo.1290990>, <http://dx.doi.org/10.5281/zenodo.1290996>, <http://dx.doi.org/10.5281/zenodo.1290998>, <http://dx.doi.org/10.5281/zenodo.1291000>, <http://dx.doi.org/10.5281/zenodo.1290992>, <http://dx.doi.org/10.5281/zenodo.1290994> ;
dc:creator "Sibaja-Araya, Fabián; Esquivel, Carlos" ;
dc:title "Camelobaetidius guaycara Sibaja-Araya & Esquivel 2018, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E3237BA6CFFE0FF2D4C085E7CFD72.mc.49CF897CBA6AFFE0FF7D4A4B5E48FE5C>, <http://tb.plazi.org/GgServer/dwcaRecords/710E3237BA6CFFE0FF2D4C085E7CFD72.mc.49CF897CBA6AFFE0FB2B4A9158BFFD0B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Camelobaetidius_guaycara_Sibaja-Araya_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4434.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4434.1.5>
bibo:endPage "98" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2018-06-14" ;
bibo:startPage "89" ;
bibo:volume "4434" ;
dc:creator "Sibaja-Araya, Fabián; Esquivel, Carlos" ;
dc:date "2018" ;
dc:title "Camelobaetidius guaycara, a new species of Baetidae (Ephemeroptera) from Costa Rica, Central America" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.1290990>, <http://dx.doi.org/10.5281/zenodo.1290996>, <http://dx.doi.org/10.5281/zenodo.1290998>, <http://dx.doi.org/10.5281/zenodo.1291000>, <http://dx.doi.org/10.5281/zenodo.1290992>, <http://dx.doi.org/10.5281/zenodo.1290994> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Camelobaetidius_guaycara_Sibaja-Araya_2018>
dwc:authority "Sibaja-Araya & Esquivel" ;
dwc:authorityName "Sibaja-Araya & Esquivel" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sibaja-Araya & Esquivel, 2018" ;
dwc:species "guaycara" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Camelobaetidius_guaycara> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Camelobaetidius_guaycara>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "guaycara" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Camelobaetidius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Camelobaetidius>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baetidae>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ephemeroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ephemeroptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.1290990>
dc:description "FIGURE 1. Geographic distribution of Camelobaetidius guaycara sp. nov. in Costa Rica." ;
fabio:hasRepresentation <https://zenodo.org/record/1290990/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1290996>
dc:description "FIGURE 4. Camelobaetidius guaycara sp. nov., nymph. a) labrum (left d. v., right v. v.), b) left mandible, c) right mandible, d) molar disk of right mandible detail." ;
fabio:hasRepresentation <https://zenodo.org/record/1290996/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1290998>
dc:description "FIGURE 5. Camelobaetidius guaycara sp. nov., nymph. a) hypopharynx (left v. v., right d. v.), b) maxilla, c) labium (left v. v., right d. v.), d), e) labial palp II variations." ;
fabio:hasRepresentation <https://zenodo.org/record/1290998/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1291000>
dc:description "FIGURE 6. Camelobaetidius guaycara sp. nov., nymph. a) midleg, b) claws, c) posterior margin of terga IV, d) gill, e) paraproct." ;
fabio:hasRepresentation <https://zenodo.org/record/1291000/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1290992>
dc:description "FIGURE 2. Variation in body coloration of Camelobaetidius guaycara sp. nov from the Atlantic and Pacific slopes of Costa Rica (males a: Pacific slope, b: Atlantic slope; females c: Pacific slope, d: Atlantic slope)." ;
fabio:hasRepresentation <https://zenodo.org/record/1290992/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1290994>
dc:description "FIGURE 3. Coloration pattern of cerci and central filament of Camelobaetidius guaycara sp. nov. from the Atlantic and Pacific slopes of Costa Rica." ;
fabio:hasRepresentation <https://zenodo.org/record/1290994/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E3237BA6CFFE0FF2D4C085E7CFD72.mc.49CF897CBA6AFFE0FF7D4A4B5E48FE5C>
dwc:collectionCode "MNCR" ;
dwc:eventDate "2017-04-15" ;
dwc:locality "Rio Claro" ;
dwc:recordedBy "F. Sibaja-Araya" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "8.686958" ;
dwc:verbatimLongitude "-83.04688" ;
trt:gbifOccurrenceId "1849198423" ;
trt:httpUri <https://treatment.plazi.org/id/710E3237BA6CFFE0FF2D4C085E7CFD72#49CF897CBA6AFFE0FF7D4A4B5E48FE5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E3237BA6CFFE0FF2D4C085E7CFD72.mc.49CF897CBA6AFFE0FB2B4A9158BFFD0B>
dwc:collectionCode "LEUNA, MZUCR, PERC, MNCR, MNRJ, FAMU" ;
dwc:eventDate "2017-06-15" ;
dwc:locality "Same" ;
dwc:recordedBy "F. Sibaja-Araya & M. Guevara-Mora & D. Romero-Serrano" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "10.301375" ;
dwc:verbatimLongitude "-83.62352" ;
trt:gbifOccurrenceId "1849198422" ;
trt:httpUri <https://treatment.plazi.org/id/710E3237BA6CFFE0FF2D4C085E7CFD72#49CF897CBA6AFFE0FB2B4A9158BFFD0B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/710E37AADE7627364FF1D66BD693E7ED>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Acdemonini>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Mecistocerini>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Derbyiellina>' due to issues with rank ;
# Warning: Could not add treatment taxon because family "" contains invalid characters ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:title "Aedemonini Faust 1898" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Aedemonus>, <http://taxon-name.plazi.org/id/Animalia/Acdemonus>, <http://taxon-name.plazi.org/id/Animalia/Mechistocerus>, <http://taxon-name.plazi.org/id/Animalia/Mecistocerus>, <http://taxon-name.plazi.org/id/Animalia/Derbyiella> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.88.807> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.88.807>
bibo:endPage "972" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "88" ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:date "2011" ;
dc:title "Family-group names in Coleoptera (Insecta)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Aedemonus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Aedemonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acdemonus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Acdemonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mechistocerus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Mechistocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mecistocerus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Mecistocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Derbyiella>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Derbyiella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,90 @@
@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/710E402AAF0350B0B52DAFC7C235BA0C>
dc:creator "Razmi Shah, Raz Shauqeena Batrisyea; Ibrahim, Yusof Shuaib; Villalobos-Guerrero, Tulio F.; Sato, Masanori" ;
dc:title "Namalycastis abiuma" ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.11.e110021> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Namalycastis_abiuma> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.11.e110021>
bibo:endPage "110021" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2023-10-19" ;
bibo:startPage "110021" ;
bibo:volume "11" ;
dc:creator "Razmi Shah, Raz Shauqeena Batrisyea; Ibrahim, Yusof Shuaib; Villalobos-Guerrero, Tulio F.; Sato, Masanori" ;
dc:date "2023" ;
dc:title "Updated checklist of polychaete species (Annelida) recorded from Malaysia, with remarks on the research history" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Namalycastis_abiuma>
dwc:class "Polychaeta" ;
dwc:family "Nereididae" ;
dwc:genus "Namalycastis" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "abiuma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Namalycastis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Namalycastis>
dwc:class "Polychaeta" ;
dwc:family "Nereididae" ;
dwc:genus "Namalycastis" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nereididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nereididae>
dwc:class "Polychaeta" ;
dwc:family "Nereididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phyllodocida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phyllodocida>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phyllodocida" ;
dwc:phylum "Annelida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,192 @@
@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/710E872AFFB21D1BFF1090B4A06370C0>
cito:cites <http://dx.doi.org/10.5281/zenodo.10133103>, <http://dx.doi.org/10.5281/zenodo.10133105>, <http://dx.doi.org/10.5281/zenodo.10133107>, <http://dx.doi.org/10.5281/zenodo.10133095>, <http://dx.doi.org/10.5281/zenodo.10133097> ;
dc:creator "Hemp, Claudia; Voje, Kjetil Lysne; Heller, Klaus-Gerhard; Warchałowska-Śliwa, Elżbieta; Hemp, Andreas" ;
dc:title "Altihoratosphaga hanangensis Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp 2010, SP. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFF7A909EA7A7745D>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFF7A91C4A75974CB>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFD8F91A7A7D57729>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFD029181A5E07767>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFEDB9242A4977745>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFEFB92ECA61377F3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Altihoratosphaga_hanangensis_Hemp_2010> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2009.00542.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2009.00542.x>
bibo:endPage "82" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2010-01-31" ;
bibo:startPage "66" ;
bibo:volume "158" ;
dc:creator "Hemp, Claudia; Voje, Kjetil Lysne; Heller, Klaus-Gerhard; Warchałowska-Śliwa, Elżbieta; Hemp, Andreas" ;
dc:date "2010" ;
dc:title "A new genus of African Acrometopini (Tettigoniidae: Phaneropterinae) based on morphology, chromosomes, acoustics, distribution, and molecular data, and the description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10133103>, <http://dx.doi.org/10.5281/zenodo.10133105>, <http://dx.doi.org/10.5281/zenodo.10133107>, <http://dx.doi.org/10.5281/zenodo.10133095>, <http://dx.doi.org/10.5281/zenodo.10133097> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Altihoratosphaga_hanangensis_Hemp_2010>
dwc:authority "Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp, 2010" ;
dwc:authorityName "Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp, 2010" ;
dwc:species "hanangensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5TXTK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga_hanangensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga_hanangensis>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hanangensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
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:class "Insecta" ;
dwc:family "Tettigoniidae" ;
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/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10133103>
dc:description "Figure 7. A, male Altihoratosphaga hanangensis sp. nov. B, male Altihoratosphaga nou. C, male Altihoratosphaga montivaga. D, habitat of A. hanangensis sp. nov. on Mt Hanang, Tanzania. E, female A. nou. F, female A. montivaga." ;
fabio:hasRepresentation <https://zenodo.org/record/10133103/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10133105>
dc:description "Figure 8. AD, lateral view of the pronotum and dorsal view of the abdominal apex of male Altihoratosphaga species. A, Altihoratosphaga hanangensis sp. nov., paratype. B, Altihoratosphaga nou, paratype. C, Altihoratosphaga montivaga. D, Altihoratosphaga nomima, holotype. EH, dorsal view of abdominal apex of male Altihoratosphaga species. E, A. hanangensis sp. nov., paratype. F, A. nou, paratype. G, A. montivaga. H, A. nomima, holotype I, dorsal aspect of male pronotum of A. hanangensis sp. nov. Note the triangle-shaped posterior part of the pronotum. J, lateral view of abdominal apex of female A. hanangensis sp. nov., paratype. K, reduced alae of female A. montivaga. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10133105/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10133107>
dc:description "Figure 9. AD, left cercus of male Altihoratosphaga species. A, Altihoratosphaga hanangensis sp. nov. B, Altihoratosphaga nou. C, Altihoratosphaga montivaga. D, Altihoratosphaga nomima. All specimens were collected from Ruaha National Park. Scale bar: 2 mm. EH, subgenital plates of male Altihoratosphaga species. E, A. hanangensis sp. nov. F, A. nou. G, A. montivaga. H, A. nomima. All specimens were collected from Ruaha National Park. Scale bar: 2 mm. I, right tegmen of male A. hanangensis sp. nov. Scale bar: 0.5 cm. J, subgenital plate of female A. hanangensis sp. nov. Scale bar: 1 mm. K, ovipositor of A. hanangensis sp. nov. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10133107/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10133095>
dc:description "Figure 3. Oscillograms of the calling song of Altihoratosphaga species. The black lines mark the position of the song details shown in Figure 4." ;
fabio:hasRepresentation <https://zenodo.org/record/10133095/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10133097>
dc:description "Figure 4. Oscillograms of the calling song of Altihoratosphaga species, showing one element A and one element B from each species. See Figure 3 for the position of this song detail." ;
fabio:hasRepresentation <https://zenodo.org/record/10133097/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFF7A909EA7A7745D>
dwc:collectionCode "MNB" ;
dwc:eventDate "2006-05" ;
dwc:locality "Male" ;
dwc:recordedBy "C. Hemp" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1950" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB21D1BFF1090B4A06370C0#49CF3C61FFB21D1BFF7A909EA7A7745D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFF7A91C4A75974CB>
dwc:collectionCode "MNB" ;
dwc:eventDate "2006-05" ;
dwc:locality "All" ;
dwc:recordedBy "C. Hemp" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1950" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB21D1BFF1090B4A06370C0#49CF3C61FFB21D1BFF7A91C4A75974CB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFD8F91A7A7D57729>
dwc:collectionCode "NHML" ;
dwc:eventDate "2006-05" ;
dwc:locality "Male" ;
dwc:recordedBy "C. Hemp" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1950" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB21D1BFF1090B4A06370C0#49CF3C61FFB21D1BFD8F91A7A7D57729> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFD029181A5E07767>
dwc:collectionCode "NHML" ;
dwc:eventDate "2006-05" ;
dwc:locality "One" ;
dwc:recordedBy "C. Hemp" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1950" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB21D1BFF1090B4A06370C0#49CF3C61FFB21D1BFD029181A5E07767> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFEDB9242A4977745>
dwc:collectionCode "EDNMK" ;
dwc:eventDate "2006-05" ;
dwc:locality "One" ;
dwc:recordedBy "C. Hemp" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1950" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB21D1BFF1090B4A06370C0#49CF3C61FFB21D1BFEDB9242A4977745> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB21D1BFF1090B4A06370C0.mc.49CF3C61FFB21D1BFEFB92ECA61377F3>
dwc:recordedBy "C. Hemp" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB21D1BFF1090B4A06370C0#49CF3C61FFB21D1BFEFB92ECA61377F3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,179 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E872AFFB61D1CFF199673A443731B>
cito:cites <http://dx.doi.org/10.5281/zenodo.10133105>, <http://dx.doi.org/10.5281/zenodo.10133107> ;
dc:creator "Hemp, Claudia; Voje, Kjetil Lysne; Heller, Klaus-Gerhard; Warchałowska-Śliwa, Elżbieta; Hemp, Andreas" ;
dc:title "Altihoratosphaga nomima Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp 2010, COMB. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB61D1CFF199673A443731B.mc.49CF3C61FFB61D1FFE4C9635A762737D>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB61D1CFF199673A443731B.mc.49CF3C61FFB61D1FFDFC96ADA5E0724F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Altihoratosphaga_nomima_Karsch_1896> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Peronura_nomima_Karsch_1896> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2009.00542.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2009.00542.x>
bibo:endPage "82" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2010-01-31" ;
bibo:startPage "66" ;
bibo:volume "158" ;
dc:creator "Hemp, Claudia; Voje, Kjetil Lysne; Heller, Klaus-Gerhard; Warchałowska-Śliwa, Elżbieta; Hemp, Andreas" ;
dc:date "2010" ;
dc:title "A new genus of African Acrometopini (Tettigoniidae: Phaneropterinae) based on morphology, chromosomes, acoustics, distribution, and molecular data, and the description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10133105>, <http://dx.doi.org/10.5281/zenodo.10133107> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Altihoratosphaga_nomima_Karsch_1896>
dwc:authority "(KARSCH, 1896)" ;
dwc:authorityName "Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp" ;
dwc:authorityYear "2010" ;
dwc:baseAuthorityName "KARSCH" ;
dwc:baseAuthorityYear "1896" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Karsch, 1896) Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp, 2010" ;
dwc:species "nomima" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65Y5K> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga_nomima> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Peronura_nomima_Karsch_1896>
dwc:authority "Karsch, 1896: 327" ;
dwc:authorityName "Karsch" ;
dwc:authorityPageNumber "327" ;
dwc:authorityYear "1896" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Peronura" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Karsch, 1896" ;
dwc:species "nomima" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65Y5K> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Peronura_nomima> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga_nomima>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nomima" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
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:class "Insecta" ;
dwc:family "Tettigoniidae" ;
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/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/Peronura_nomima>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Peronura" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nomima" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peronura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peronura>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Peronura" ;
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://dx.doi.org/10.5281/zenodo.10133105>
dc:description "Figure 8. AD, lateral view of the pronotum and dorsal view of the abdominal apex of male Altihoratosphaga species. A, Altihoratosphaga hanangensis sp. nov., paratype. B, Altihoratosphaga nou, paratype. C, Altihoratosphaga montivaga. D, Altihoratosphaga nomima, holotype. EH, dorsal view of abdominal apex of male Altihoratosphaga species. E, A. hanangensis sp. nov., paratype. F, A. nou, paratype. G, A. montivaga. H, A. nomima, holotype I, dorsal aspect of male pronotum of A. hanangensis sp. nov. Note the triangle-shaped posterior part of the pronotum. J, lateral view of abdominal apex of female A. hanangensis sp. nov., paratype. K, reduced alae of female A. montivaga. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10133105/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10133107>
dc:description "Figure 9. AD, left cercus of male Altihoratosphaga species. A, Altihoratosphaga hanangensis sp. nov. B, Altihoratosphaga nou. C, Altihoratosphaga montivaga. D, Altihoratosphaga nomima. All specimens were collected from Ruaha National Park. Scale bar: 2 mm. EH, subgenital plates of male Altihoratosphaga species. E, A. hanangensis sp. nov. F, A. nou. G, A. montivaga. H, A. nomima. All specimens were collected from Ruaha National Park. Scale bar: 2 mm. I, right tegmen of male A. hanangensis sp. nov. Scale bar: 0.5 cm. J, subgenital plate of female A. hanangensis sp. nov. Scale bar: 1 mm. K, ovipositor of A. hanangensis sp. nov. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10133107/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB61D1CFF199673A443731B.mc.49CF3C61FFB61D1FFE4C9635A762737D>
dwc:collectionCode "MNB" ;
dwc:eventDate "1890-06-05" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB61D1CFF199673A443731B#49CF3C61FFB61D1FFE4C9635A762737D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB61D1CFF199673A443731B.mc.49CF3C61FFB61D1FFDFC96ADA5E0724F>
dwc:collectionCode "NHML" ;
dwc:eventDate "1966-03-15" ;
dwc:locality "One" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB61D1CFF199673A443731B#49CF3C61FFB61D1FFDFC96ADA5E0724F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,201 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF>
cito:cites <http://dx.doi.org/10.5281/zenodo.10133103> ;
dc:creator "Hemp, Claudia; Voje, Kjetil Lysne; Heller, Klaus-Gerhard; Warchałowska-Śliwa, Elżbieta; Hemp, Andreas" ;
dc:title "Altihoratosphaga montivaga Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp 2010, COMB. NOV." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FCE194BCA6BE7000>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FB0A9538A66670BD>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FAD495F5A0527336>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FC3C9652A0957375>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB61D1FFF7A939EA4CC7161>, <http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB61D1FFE389458A61F717F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Altihoratosphaga_montivaga_Sjostedt_1909> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Peronura_montivaga_Sjostedt_1909> ;
trt:publishedIn <http://dx.doi.org/10.1111/j.1096-3642.2009.00542.x> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/j.1096-3642.2009.00542.x>
bibo:endPage "82" ;
bibo:issue "1" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2010-01-31" ;
bibo:startPage "66" ;
bibo:volume "158" ;
dc:creator "Hemp, Claudia; Voje, Kjetil Lysne; Heller, Klaus-Gerhard; Warchałowska-Śliwa, Elżbieta; Hemp, Andreas" ;
dc:date "2010" ;
dc:title "A new genus of African Acrometopini (Tettigoniidae: Phaneropterinae) based on morphology, chromosomes, acoustics, distribution, and molecular data, and the description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10133103> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Altihoratosphaga_montivaga_Sjostedt_1909>
dwc:authority "(SJOSTEDT, 1909)" ;
dwc:authorityName "Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp" ;
dwc:authorityYear "2010" ;
dwc:baseAuthorityName "Sjostedt" ;
dwc:baseAuthorityYear "1909" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sjostedt, 1909) Hemp & Voje & Heller & Warchałowska-Śliwa & Hemp, 2010" ;
dwc:species "montivaga" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65XTK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga_montivaga> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Peronura_montivaga_Sjostedt_1909>
dwc:authority "Sjostedt, 1909: 129 - 130" ;
dwc:authorityName "Sjostedt" ;
dwc:authorityPageNumber "129 - 130" ;
dwc:authorityYear "1909" ;
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Peronura" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sjostedt, 1909" ;
dwc:species "montivaga" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65XTK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Peronura_montivaga> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga_montivaga>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "montivaga" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Altihoratosphaga>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Altihoratosphaga" ;
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:class "Insecta" ;
dwc:family "Tettigoniidae" ;
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/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/Peronura_montivaga>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Peronura" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "montivaga" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peronura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peronura>
dwc:class "Insecta" ;
dwc:family "Tettigoniidae" ;
dwc:genus "Peronura" ;
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://dx.doi.org/10.5281/zenodo.10133103>
dc:description "Figure 7. A, male Altihoratosphaga hanangensis sp. nov. B, male Altihoratosphaga nou. C, male Altihoratosphaga montivaga. D, habitat of A. hanangensis sp. nov. on Mt Hanang, Tanzania. E, female A. nou. F, female A. montivaga." ;
fabio:hasRepresentation <https://zenodo.org/record/10133103/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FCE194BCA6BE7000>
dwc:eventDate "1906-03" ;
dwc:locality "Kibonoto" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF#49CF3C61FFB91D10FCE194BCA6BE7000> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FB0A9538A66670BD>
dwc:locality "Mt" ;
dwc:recordedBy "Natural History Museum & London" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF#49CF3C61FFB91D10FB0A9538A66670BD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FAD495F5A0527336>
dwc:eventDate "February 2000, February 2002, June 2006" ;
dwc:locality "Universal Transverse Mercator" ;
dwc:verbatimElevation "1500" ;
dwc:verbatimLatitude "-96.91639" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF#49CF3C61FFB91D10FAD495F5A0527336> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB91D10FC3C9652A0957375>
dwc:locality "West" ;
dwc:recordedBy "Kifufu Estate" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF#49CF3C61FFB91D10FC3C9652A0957375> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB61D1FFF7A939EA4CC7161>
dwc:eventDate "2001-02" ;
dwc:locality "Ol Donyo Muruma" ;
dwc:verbatimElevation "1320" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF#49CF3C61FFB61D1FFF7A939EA4CC7161> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E872AFFB91D1FFCF5941AA4E770EF.mc.49CF3C61FFB61D1FFE389458A61F717F>
dwc:eventDate "2006-06" ;
dwc:locality "Mt" ;
dwc:verbatimElevation "1400" ;
trt:httpUri <https://treatment.plazi.org/id/710E872AFFB91D1FFCF5941AA4E770EF#49CF3C61FFB61D1FFE389458A61F717F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,134 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFE1FFC3FF3DF991FDD9F867>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562454>, <http://dx.doi.org/10.5281/zenodo.10562462> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium kawamurai Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE1FFC3FF3DF991FDD9F867.mc.49CF3CD2FFE1FFC2FEE2F920FDC1F8E8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_kawamurai_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562454>, <http://dx.doi.org/10.5281/zenodo.10562462> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_kawamurai_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "kawamurai" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_kawamurai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_kawamurai>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kawamurai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562454>
dc:description "FIGURE 9. Lathrobium kawamurai sp. nov., holotype, male: apical part of abdominal sternites (A); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D); inverted endophallus of aedeagus, ventral view (E); ditto, lateral view (F). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562454/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562462>
dc:description "FIGURE 12. Geographical distribution of Lathrobium kawamurai sp. nov., L. volkeri sp. nov., L. satoi Watanabe and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562462/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE1FFC3FF3DF991FDD9F867.mc.49CF3CD2FFE1FFC2FEE2F920FDC1F8E8>
dwc:eventDate "2020-05-10" ;
dwc:locality "Honshu" ;
dwc:recordedBy "Kohei Kawamura" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "500" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE1FFC3FF3DF991FDD9F867#49CF3CD2FFE1FFC2FEE2F920FDC1F8E8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,160 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFE4FFC1FF3DF991FC4BF866>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562450>, <http://dx.doi.org/10.5281/zenodo.10562452>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium minoccidentale Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE4FFC1FF3DF991FC4BF866.mc.49CF3CD2FFE4FFC7FEFAF933FD99F8F9>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE4FFC1FF3DF991FC4BF866.mc.49CF3CD2FFE4FFC7FD8EF89DFBC8F8F9>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE4FFC1FF3DF991FC4BF866.mc.49CF3CD2FFE4FFC7FBFFF89DFD87F894> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_minoccidentale_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562450>, <http://dx.doi.org/10.5281/zenodo.10562452>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_minoccidentale_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "minoccidentale" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_minoccidentale> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_minoccidentale>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "minoccidentale" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562450>
dc:description "FIGURE 7. Lathrobium minoccidentale sp. nov., male (AD) and female (EF): apical part of abdominal sternites (A, F); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D); apical part of abdominal terga (E). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562450/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562452>
dc:description "FIGURE 8. Geographical distribution of Lathrobium minoccidentale sp. nov., and its related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562452/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562448>
dc:description "FIGURE 6. Geographical distribution of Lathrobium oopikkarianum sp. nov., L. elongatiphallus sp. nov., L. tomohidei sp. nov., L. pegaseion sp. nov. and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562448/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE4FFC1FF3DF991FC4BF866.mc.49CF3CD2FFE4FFC7FEFAF933FD99F8F9>
dwc:eventDate "2020-05-10" ;
dwc:locality "Motosu-shi" ;
dwc:recordedBy "Kohei Kawamura & Des. Y. Senda" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "500" ;
dwc:verbatimLatitude "35.60861" ;
dwc:verbatimLongitude "136.58556" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE4FFC1FF3DF991FC4BF866#49CF3CD2FFE4FFC7FEFAF933FD99F8F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE4FFC1FF3DF991FC4BF866.mc.49CF3CD2FFE4FFC7FD8EF89DFBC8F8F9>
dwc:eventDate "2020-05-10" ;
dwc:locality "Motosu-shi" ;
dwc:recordedBy "Kohei Kawamura & Des. Y. Senda" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "500" ;
dwc:verbatimLatitude "35.60861" ;
dwc:verbatimLongitude "136.58556" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE4FFC1FF3DF991FC4BF866#49CF3CD2FFE4FFC7FD8EF89DFBC8F8F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE4FFC1FF3DF991FC4BF866.mc.49CF3CD2FFE4FFC7FBFFF89DFD87F894>
dwc:eventDate "1983-06-05" ;
dwc:locality "Midori-dani" ;
dwc:recordedBy "M. Sato" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE4FFC1FF3DF991FC4BF866#49CF3CD2FFE4FFC7FBFFF89DFD87F894> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,182 @@
@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/710E8799FFE7FFC6FF3DFB3AFE8DF800>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562446>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium pegaseion Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FEEDFAE8FAA3FA20>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FA82FA75FA18FA21>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FF3DF998FD6CF9FC>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FD57F998FE71F998> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_undetermined> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_pegaseion_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562446>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_pegaseion_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "pegaseion" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_pegaseion> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_pegaseion>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pegaseion" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_undetermined>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562446>
dc:description "FIGURE 5. Lathrobium pegaseion sp. nov., male (AD) and female (EF): apical part of abdominal sternites (A, F); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D); apical part of abdominal terga (E). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562446/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562448>
dc:description "FIGURE 6. Geographical distribution of Lathrobium oopikkarianum sp. nov., L. elongatiphallus sp. nov., L. tomohidei sp. nov., L. pegaseion sp. nov. and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562448/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FEEDFAE8FAA3FA20>
dwc:eventDate "2018-06-03" ;
dwc:locality "Togakushi" ;
dwc:recordedBy "S. Sejima & Des. Y. Senda" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1240" ;
dwc:verbatimLatitude "36.7499" ;
dwc:verbatimLongitude "138.056" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE7FFC6FF3DFB3AFE8DF800#49CF3CD2FFE7FFC4FEEDFAE8FAA3FA20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FA82FA75FA18FA21>
dwc:eventDate "2018-06-03" ;
dwc:locality "Togakushi" ;
dwc:recordedBy "S. Sejima & Des. Y. Senda" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1240" ;
dwc:verbatimLatitude "36.7499" ;
dwc:verbatimLongitude "138.056" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE7FFC6FF3DFB3AFE8DF800#49CF3CD2FFE7FFC4FA82FA75FA18FA21> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FF3DF998FD6CF9FC>
dwc:eventDate "2018-06-03" ;
dwc:locality "Togakushi" ;
dwc:recordedBy "S. Sejima & Des. Y. Senda" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1240" ;
dwc:verbatimLatitude "36.7499" ;
dwc:verbatimLongitude "138.056" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE7FFC6FF3DFB3AFE8DF800#49CF3CD2FFE7FFC4FF3DF998FD6CF9FC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE7FFC6FF3DFB3AFE8DF800.mc.49CF3CD2FFE7FFC4FD57F998FE71F998>
dwc:eventDate "2018-06-03" ;
dwc:locality "Togakushi" ;
dwc:recordedBy "Suginosawa & Myoko-shi" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1240" ;
dwc:verbatimLatitude "36.861668" ;
dwc:verbatimLongitude "138.13667" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE7FFC6FF3DFB3AFE8DF800#49CF3CD2FFE7FFC4FD57F998FE71F998> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFE9FFC4FF3DFCD8FC1DFB87>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562442>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium tomohidei Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE9FFC4FF3DFCD8FC1DFB87.mc.49CF3CD2FFE9FFCAFEFBFC7AFE53FB94> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_tomohidei_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562442>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_tomohidei_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "tomohidei" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_tomohidei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_tomohidei>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tomohidei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562442>
dc:description "FIGURE 4. Lathrobium tomohidei sp. nov., male (AD) and female (EF): apical part of abdominal sternites (A, F); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D); apical part of abdominal terga (E). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562442/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562448>
dc:description "FIGURE 6. Geographical distribution of Lathrobium oopikkarianum sp. nov., L. elongatiphallus sp. nov., L. tomohidei sp. nov., L. pegaseion sp. nov. and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562448/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFE9FFC4FF3DFCD8FC1DFB87.mc.49CF3CD2FFE9FFCAFEFBFC7AFE53FB94>
dwc:eventDate "1968-04-29" ;
dwc:locality "Honshu" ;
dwc:recordedBy "Des. Y. Senda" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFE9FFC4FF3DFCD8FC1DFB87#49CF3CD2FFE9FFCAFEFBFC7AFE53FB94> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFEBFFCAFF3DFE42FEF8FCDA>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562436>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium elongatiphallus Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEBFFCAFF3DFE42FEF8FCDA.mc.49CF3CD2FFEBFFC8FEFBFDE9FBB2FD05>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEBFFCAFF3DFE42FEF8FCDA.mc.49CF3CD2FFEBFFC8FB94FD50FD86FD20>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEBFFCAFF3DFE42FEF8FCDA.mc.49CF3CD2FFEBFFC8FDB8FD74FAC0FD20> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_elongatiphallus_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562436>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_elongatiphallus_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "elongatiphallus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_elongatiphallus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_elongatiphallus>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "elongatiphallus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562436>
dc:description "FIGURE 3. Lathrobium elongatiphallus sp.nov., male (AD) and female (EF):apical part of abdominal sternites(A, F); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D); apical part of abdominal terga (E). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562436/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562448>
dc:description "FIGURE 6. Geographical distribution of Lathrobium oopikkarianum sp. nov., L. elongatiphallus sp. nov., L. tomohidei sp. nov., L. pegaseion sp. nov. and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562448/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEBFFCAFF3DFE42FEF8FCDA.mc.49CF3CD2FFEBFFC8FEFBFDE9FBB2FD05>
dwc:eventDate "1998-10-05" ;
dwc:locality "Honshu" ;
dwc:recordedBy "S. Nomura & Des. Y. Senda" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "930" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFEBFFCAFF3DFE42FEF8FCDA#49CF3CD2FFEBFFC8FEFBFDE9FBB2FD05> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEBFFCAFF3DFE42FEF8FCDA.mc.49CF3CD2FFEBFFC8FB94FD50FD86FD20>
dwc:eventDate "1982-05-19" ;
dwc:locality "Shidara" ;
dwc:recordedBy "M. Sato" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFEBFFCAFF3DFE42FEF8FCDA#49CF3CD2FFEBFFC8FB94FD50FD86FD20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEBFFCAFF3DFE42FEF8FCDA.mc.49CF3CD2FFEBFFC8FDB8FD74FAC0FD20>
dwc:eventDate "2019-11-02" ;
dwc:locality "Shitara-cho" ;
dwc:recordedBy "T. Ono" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFEBFFCAFF3DFE42FEF8FCDA#49CF3CD2FFEBFFC8FDB8FD74FAC0FD20> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFEEFFC8FF3DFC5EFEF8FE57>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562433>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium oopikkarianum Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEEFFC8FF3DFC5EFEF8FE57.mc.49CF3CD2FFEEFFCDFEF8FBEDFAE9FB01> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_oopikkarianum_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562433>, <http://dx.doi.org/10.5281/zenodo.10562448> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_oopikkarianum_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "oopikkarianum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_oopikkarianum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_oopikkarianum>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "oopikkarianum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562433>
dc:description "FIGURE 2. Lathrobium oopikkarianum sp. nov., holotype, male: apical part of abdominal sternites (A); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562433/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562448>
dc:description "FIGURE 6. Geographical distribution of Lathrobium oopikkarianum sp. nov., L. elongatiphallus sp. nov., L. tomohidei sp. nov., L. pegaseion sp. nov. and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562448/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFEEFFC8FF3DFC5EFEF8FE57.mc.49CF3CD2FFEEFFCDFEF8FBEDFAE9FB01>
dwc:eventDate "2007-04-08" ;
dwc:locality "Honshu" ;
dwc:recordedBy "Yugo Sato & Des. Y. Senda" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFEEFFC8FF3DFC5EFEF8FE57#49CF3CD2FFEEFFCDFEF8FBEDFAE9FB01> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,126 @@
@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/710E8799FFF8FFDBFF3DFF07FE44FD89>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562462> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium shinanense Watanabe 2011" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF8FFDBFF3DFF07FE44FD89.mc.49CF3CD2FFF8FFDBFE26FED1FD20FEA1> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_shinanense_Watanabe_2011> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562462> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_shinanense_Watanabe_2011>
dwc:authority "Watanabe, 2011" ;
dwc:authorityName "Watanabe" ;
dwc:authorityYear "2011" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 2011" ;
dwc:species "shinanense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SJKF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_shinanense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_shinanense>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "shinanense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562462>
dc:description "FIGURE 12. Geographical distribution of Lathrobium kawamurai sp. nov., L. volkeri sp. nov., L. satoi Watanabe and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562462/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF8FFDBFF3DFF07FE44FD89.mc.49CF3CD2FFF8FFDBFE26FED1FD20FEA1>
dwc:eventDate "2018-06-02" ;
dwc:locality "Nagiso-machi" ;
dwc:recordedBy "S. Sejima" ;
dwc:verbatimElevation "1050" ;
dwc:verbatimLatitude "35.5407" ;
dwc:verbatimLongitude "137.664" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF8FFDBFF3DFF07FE44FD89#49CF3CD2FFF8FFDBFE26FED1FD20FEA1> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,162 @@
@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/710E8799FFF9FFDAFF3DF91BFE7AF826>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562452> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium shiritakanum Watanabe 1997" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DF91BFE7AF826.mc.49CF3CD2FFF9FFDAFE20F8BCFC22F8B4>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DF91BFE7AF826.mc.49CF3CD2FFF9FFDAFEFEF807FE76F826> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_shiritakanum_Watanabe_1997> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_nabetaniense_Watanabe_1997> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562452> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_shiritakanum_Watanabe_1997>
dwc:authority "Watanabe, 1997" ;
dwc:authorityName "Watanabe" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 1997" ;
dwc:species "shiritakanum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SJKH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_shiritakanum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_nabetaniense_Watanabe_1997>
dwc:authority "Watanabe, 1997: 142" ;
dwc:authorityName "Watanabe" ;
dwc:authorityPageNumber "142" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 1997" ;
dwc:species "nabetaniense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SJKH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_nabetaniense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_shiritakanum>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "shiritakanum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_nabetaniense>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nabetaniense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562452>
dc:description "FIGURE 8. Geographical distribution of Lathrobium minoccidentale sp. nov., and its related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562452/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DF91BFE7AF826.mc.49CF3CD2FFF9FFDAFE20F8BCFC22F8B4>
dwc:eventDate "2021-04-16" ;
dwc:locality "Katsuyama-shi" ;
dwc:recordedBy "R. Okano" ;
dwc:verbatimElevation "398" ;
dwc:verbatimLatitude "36.0628" ;
dwc:verbatimLongitude "136.5521" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DF91BFE7AF826#49CF3CD2FFF9FFDAFE20F8BCFC22F8B4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DF91BFE7AF826.mc.49CF3CD2FFF9FFDAFEFEF807FE76F826>
dwc:locality "Tsurugi-machi" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DF91BFE7AF826#49CF3CD2FFF9FFDAFEFEF807FE76F826> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,131 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFB41FE7AF99F>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562462> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium nabetaniense Watanabe 1997" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFB41FE7AF99F.mc.49CF3CD2FFF9FFDAFE2FFAE3FBA3FA6F>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFB41FE7AF99F.mc.49CF3CD2FFF9FFDAFEF7FA4FFE76F99F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_nabetaniense_Watanabe_1997> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562462> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_nabetaniense_Watanabe_1997>
dwc:authority "Watanabe, 1997" ;
dwc:authorityName "Watanabe" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 1997" ;
dwc:species "nabetaniense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SJHC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_nabetaniense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_nabetaniense>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nabetaniense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562462>
dc:description "FIGURE 12. Geographical distribution of Lathrobium kawamurai sp. nov., L. volkeri sp. nov., L. satoi Watanabe and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562462/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFB41FE7AF99F.mc.49CF3CD2FFF9FFDAFE2FFAE3FBA3FA6F>
dwc:eventDate "2022-09-27" ;
dwc:locality "Ono-shi" ;
dwc:recordedBy "H. Hoshina" ;
dwc:verbatimElevation "320" ;
dwc:verbatimLatitude "35.9672" ;
dwc:verbatimLongitude "136.6249" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFB41FE7AF99F#49CF3CD2FFF9FFDAFE2FFAE3FBA3FA6F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFB41FE7AF99F.mc.49CF3CD2FFF9FFDAFEF7FA4FFE76F99F>
dwc:locality "Tatsunokuchi-machi" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFB41FE7AF99F#49CF3CD2FFF9FFDAFEF7FA4FFE76F99F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,165 @@
@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/710E8799FFF9FFDAFF3DFDDDFB78FB56>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562464> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium kurosawai Watanabe 2001" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFE3CFC9BFC5DFC96>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFC4EFCBEFBD0FCB2>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFBF4FCC2FE7FFC6D>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFDA3FC09FD24FC08>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFD04FC2CFE34FC24>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFE6AFC70FA16FC24> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_kurosawai_Watanabe_2001> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562464> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_kurosawai_Watanabe_2001>
dwc:authority "Watanabe, 2001" ;
dwc:authorityName "Watanabe" ;
dwc:authorityYear "2001" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 2001" ;
dwc:species "kurosawai" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SJG2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_kurosawai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_kurosawai>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kurosawai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562464>
dc:description "FIGURE 13. Geographical distribution of Lathrobium kurosawai Watanabe" ;
fabio:hasRepresentation <https://zenodo.org/record/10562464/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFE3CFC9BFC5DFC96>
dwc:eventDate "2018-12-01" ;
dwc:locality "Daigo-machi" ;
dwc:recordedBy "S. Sejima" ;
dwc:verbatimElevation "1010" ;
dwc:verbatimLatitude "36.93" ;
dwc:verbatimLongitude "140.2736" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFDDDFB78FB56#49CF3CD2FFF9FFDAFE3CFC9BFC5DFC96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFC4EFCBEFBD0FCB2>
dwc:eventDate "1998-08-19" ;
dwc:locality "Sumon-mura" ;
dwc:recordedBy "Ishii & Ito & Sakayori" ;
dwc:verbatimElevation "450" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFDDDFB78FB56#49CF3CD2FFF9FFDAFC4EFCBEFBD0FCB2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFBF4FCC2FE7FFC6D>
dwc:eventDate "1998-08-09" ;
dwc:locality "Hirokami-mura" ;
dwc:recordedBy "Tamura & Ichihara & Matsunaga" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFDDDFB78FB56#49CF3CD2FFF9FFDAFBF4FCC2FE7FFC6D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFDA3FC09FD24FC08>
dwc:eventDate "2018-04-28" ;
dwc:locality "Hokuto-shi" ;
dwc:recordedBy "S. Sejima." ;
dwc:verbatimElevation "1480" ;
dwc:verbatimLatitude "35.9373" ;
dwc:verbatimLongitude "138.4215" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFDDDFB78FB56#49CF3CD2FFF9FFDAFDA3FC09FD24FC08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFD04FC2CFE34FC24>
dwc:eventDate "1979-08-27" ;
dwc:locality "Nagiso-machi" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFDDDFB78FB56#49CF3CD2FFF9FFDAFD04FC2CFE34FC24> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFDDDFB78FB56.mc.49CF3CD2FFF9FFDAFE6AFC70FA16FC24>
dwc:eventDate "1999-11-16" ;
dwc:locality "Iida-shi" ;
dwc:recordedBy "S. Nomura" ;
dwc:verbatimElevation "1400" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFDDDFB78FB56#49CF3CD2FFF9FFDAFE6AFC70FA16FC24> ;
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/710E8799FFF9FFDAFF3DFF4BFAD1FDDD>
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium guts Senda 2022" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFF4BFAD1FDDD.mc.49CF3CD2FFF9FFDAFE3AFECBFCCCFE47> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_guts_Senda_2022> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_guts_Senda_2022>
dwc:authority "Senda, 2022" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2022" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2022" ;
dwc:species "guts" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9GKNW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_guts> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_guts>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "guts" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFF9FFDAFF3DFF4BFAD1FDDD.mc.49CF3CD2FFF9FFDAFE3AFECBFCCCFE47>
dwc:eventDate "2018-05-05" ;
dwc:locality "Izumizakimura" ;
dwc:recordedBy "S. Sejima" ;
dwc:verbatimLatitude "37.1418" ;
dwc:verbatimLongitude "140.2948" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFF9FFDAFF3DFF4BFAD1FDDD#49CF3CD2FFF9FFDAFE3AFECBFCCCFE47> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,169 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562460>, <http://dx.doi.org/10.5281/zenodo.10562462> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium satoi Watanabe 2003" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFE63FBECFDA1FB64>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFD85FB30FA84FB64>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFABEFB30FE65FB00>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFE5BFB54FC04FB00>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFC39FB54FE78FADC>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFDAFFB78FAD2FADC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_satoi_Watanabe_2003> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562460>, <http://dx.doi.org/10.5281/zenodo.10562462> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_satoi_Watanabe_2003>
dwc:authority "Watanabe, 2003" ;
dwc:authorityName "Watanabe" ;
dwc:authorityYear "2003" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Watanabe, 2003" ;
dwc:species "satoi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SJK9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_satoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_satoi>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "satoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562460>
dc:description "FIGURE 11. Lathrobium satoi Watanabe. male (AG) and female (HI): dorsal habitus (A); apical part of abdominal sternites (B, I); aedeagus, ventral view (C); ditto, lateral view (D); ditto, dorsal view (E); inverted endophallus of aedeagus, ventral view (F); ditto, lateral view (G); apical part of abdominal terga (H). Scale bars = 1.0 mm for A, 0.5 mm for BI." ;
fabio:hasRepresentation <https://zenodo.org/record/10562460/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562462>
dc:description "FIGURE 12. Geographical distribution of Lathrobium kawamurai sp. nov., L. volkeri sp. nov., L. satoi Watanabe and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562462/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFE63FBECFDA1FB64>
dwc:eventDate "1978-09-20" ;
dwc:locality "Aichi Pref." ;
dwc:recordedBy "Mennoki-toge & M. Sato" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3#49CF3CD2FFFCFFDFFE63FBECFDA1FB64> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFD85FB30FA84FB64>
dwc:eventDate "2020-08-10" ;
dwc:locality "Aichi Pref." ;
dwc:recordedBy "T. Ono" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3#49CF3CD2FFFCFFDFFD85FB30FA84FB64> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFABEFB30FE65FB00>
dwc:eventDate "2020-09-12" ;
dwc:locality "Aichi Pref." ;
dwc:recordedBy "T. Ono" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3#49CF3CD2FFFCFFDFFABEFB30FE65FB00> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFE5BFB54FC04FB00>
dwc:eventDate "2020-09-14" ;
dwc:locality "Aichi Pref." ;
dwc:recordedBy "T. Ono" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3#49CF3CD2FFFCFFDFFE5BFB54FC04FB00> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFC39FB54FE78FADC>
dwc:eventDate "2022-04-28" ;
dwc:locality "Toyota-shi" ;
dwc:recordedBy "T. Ono" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3#49CF3CD2FFFCFFDFFC39FB54FE78FADC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFCFFD9FF3DFC1AFAD1FDE3.mc.49CF3CD2FFFCFFDFFDAFFB78FAD2FADC>
dwc:eventDate "1978-09-20" ;
dwc:locality "Shitara-cho" ;
dwc:recordedBy "M. Sato" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFCFFD9FF3DFC1AFAD1FDE3#49CF3CD2FFFCFFDFFDAFFB78FAD2FADC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,144 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/710E8799FFFFFFDFFF3DF91CFDDAFCE7>
cito:cites <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562456>, <http://dx.doi.org/10.5281/zenodo.10562462> ;
dc:creator "Senda, Yoshihiro" ;
dc:title "Lathrobium volkeri Senda 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFFFFDFFF3DF91CFDDAFCE7.mc.49CF3CD2FFFFFFDCFEFEF8ABFD13F840>, <http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFFFFDFFF3DF91CFDDAFCE7.mc.49CF3CD2FFFFFFDCFD34F813FB4EF81F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lathrobium_volkeri_Senda_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5403.5.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5403.5.1>
bibo:endPage "529" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-01-24" ;
bibo:startPage "501" ;
bibo:volume "5403" ;
dc:creator "Senda, Yoshihiro" ;
dc:date "2024" ;
dc:title "Seven new species of the genus Lathrobium Gravenhorst (Coleoptera: Staphylinidae: Paederinae) from Central Honshu, Japan, with new distributional records" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10562431>, <http://dx.doi.org/10.5281/zenodo.10562456>, <http://dx.doi.org/10.5281/zenodo.10562462> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lathrobium_volkeri_Senda_2024>
dwc:authority "Senda, 2024" ;
dwc:authorityName "Senda" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senda, 2024" ;
dwc:species "volkeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lathrobium_volkeri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium_volkeri>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "volkeri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lathrobium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lathrobium>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Lathrobium" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10562431>
dc:description "FIGURE 1. Holotypes of Lathrobium spp., dorsal habitus: L. oopikkarianum sp. nov. (A); L. elongatiphallus sp. nov. (B); L. tomohidei sp. nov. (C); L. pegaseion sp. nov. (D); L. minoccidentale sp. nov. (E); L. kawamurai sp. nov. (F); L. volkeri sp. nov. (G). Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562431/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562456>
dc:description "FIGURE 10. Lathrobium volkeri sp. nov., male (AF) and female (GH): apical part of abdominal sternites (A, H); aedeagus, ventral view (B); ditto, lateral view (C); ditto, dorsal view (D); inverted endophallus of aedeagus, ventral view (E); ditto, lateral view (F); apical part of abdominal terga (G). Scale bars = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10562456/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10562462>
dc:description "FIGURE 12. Geographical distribution of Lathrobium kawamurai sp. nov., L. volkeri sp. nov., L. satoi Watanabe and their related congeners in central Honshu, Japan." ;
fabio:hasRepresentation <https://zenodo.org/record/10562462/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFFFFDFFF3DF91CFDDAFCE7.mc.49CF3CD2FFFFFFDCFEFEF8ABFD13F840>
dwc:eventDate "1970-10-24" ;
dwc:locality "Sanage-yama" ;
dwc:recordedBy "K. Yamagishi" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFFFFDFFF3DF91CFDDAFCE7#49CF3CD2FFFFFFDCFEFEF8ABFD13F840> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/710E8799FFFFFFDFFF3DF91CFDDAFCE7.mc.49CF3CD2FFFFFFDCFD34F813FB4EF81F>
dwc:eventDate "2022-12-21" ;
dwc:locality "Toyota-shi" ;
dwc:recordedBy "T. Ono" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "461" ;
dwc:verbatimLatitude "35.1962" ;
dwc:verbatimLongitude "137.1711" ;
trt:httpUri <https://treatment.plazi.org/id/710E8799FFFFFFDFFF3DF91CFDDAFCE7#49CF3CD2FFFFFFDCFD34F813FB4EF81F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,106 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF248141773B5EC3155302FFF>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,137 @@
@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/71140E6CF249141773B5EE7754FF29D5>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783798> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis wittmeri Ruta 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF249141773B5EE7754FF29D5.mc.49D5B527F24914167268EEE4501E2CBC>, <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF249141773B5EE7754FF29D5.mc.49D5B527F24914167766EEE455CF2CD8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_wittmeri_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783798> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_wittmeri_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "wittmeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_wittmeri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_wittmeri>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "wittmeri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783798>
dc:description "FIGURE 26. Calvariopsis wittmeri sp. nov., male. A) penis, lateral view; B) penis, dorsal view; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783798/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF249141773B5EE7754FF29D5.mc.49D5B527F24914167268EEE4501E2CBC>
dwc:collectionCode "ANIC" ;
dwc:locality "Rio" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2239706616" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF249141773B5EE7754FF29D5#49D5B527F24914167268EEE4501E2CBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF249141773B5EE7754FF29D5.mc.49D5B527F24914167766EEE455CF2CD8>
dwc:collectionCode "ANIC" ;
dwc:locality "Brazil" ;
dwc:recordedBy "R. de Janeiro & W. Wittmer" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2239706615" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF249141773B5EE7754FF29D5#49D5B527F24914167766EEE455CF2CD8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF24B141473B5E82955022BCD>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783718>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783718>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783718>
dc:description "FIGURE 7. Calvariopsis gen. nov., group I, females, apical portion of elytra, SEM images of excitators. A) C. borowieci sp. nov.; B) C. sp., Costa Rica; CD) C. sculptipenne (Pic); EF) C. yanayacuense sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/2783718/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF24B141473B5EADD561A2A1D>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783720>
dc:description "FIGURE 8. Calvariopsis gen. nov., group I (A, C, EF) and group II (B, D), females, apical portion of elytra, excitators. A) C. pittieri; B) C. brasiliense, an arrow indicates patch of modified setae; C) C. sp., Colombia, Gorgona Island; D) C. sp., Ecuador, an arrow indicates patch of modified setae; E) C. sp., Paraguay; F) C. sp., Peru." ;
fabio:hasRepresentation <https://zenodo.org/record/2783720/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF24B141473B5EE5957C22D7A>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783802>, <http://dx.doi.org/10.5281/zenodo.2783808> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783802>, <http://dx.doi.org/10.5281/zenodo.2783808> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783808>
dc:description "FIGURE 28. Distribution of Calvariopsis gen. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/2783808/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF24B141473B5EFB555A62F49>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783720>
dc:description "FIGURE 8. Calvariopsis gen. nov., group I (A, C, EF) and group II (B, D), females, apical portion of elytra, excitators. A) C. pittieri; B) C. brasiliense, an arrow indicates patch of modified setae; C) C. sp., Colombia, Gorgona Island; D) C. sp., Ecuador, an arrow indicates patch of modified setae; E) C. sp., Paraguay; F) C. sp., Peru." ;
fabio:hasRepresentation <https://zenodo.org/record/2783720/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,211 @@
@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/71140E6CF24C141373B5EADD573E2B85>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_sculptipenne_Pic_1931>, <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_venezuelense_Ruta_2019>, <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_brasiliense_Pic_1916>, <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_guyanense_Ruta_2019> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_sculptipenne_Pic_1931>
dwc:authority "(Pic, 1931)" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Pic" ;
dwc:baseAuthorityYear "1931" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Pic, 1931) Ruta, 2019" ;
dwc:species "sculptipenne" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_sculptipenne> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_venezuelense_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "venezuelense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_venezuelense> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_brasiliense_Pic_1916>
dwc:authority "(Pic, 1916)" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "Pic" ;
dwc:baseAuthorityYear "1916" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Pic, 1916) Ruta, 2019" ;
dwc:species "brasiliense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_brasiliense> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_guyanense_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "guyanense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_guyanense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_sculptipenne>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sculptipenne" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_venezuelense>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "venezuelense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_brasiliense>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brasiliense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_guyanense>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "guyanense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF24D141273B5E829556A2BF6>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783802>, <http://dx.doi.org/10.5281/zenodo.2783808> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783802>, <http://dx.doi.org/10.5281/zenodo.2783808> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783808>
dc:description "FIGURE 28. Distribution of Calvariopsis gen. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/2783808/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,121 @@
@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/71140E6CF24D141273B5EADD555F2A1A>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783698>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF24D141273B5EADD555F2A1A.mc.49D5B527F24D141272ABEB4154EE2945> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783698>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783698>
dc:description "FIGURE 4. Calvariopsis gen. nov., mouthparts.AC) C. yanayacuense sp. nov.; DF) C. sp., group II, female (French Guiana). A, D) mandible; B, E) maxilla; C, F) labium." ;
fabio:hasRepresentation <https://zenodo.org/record/2783698/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF24D141273B5EADD555F2A1A.mc.49D5B527F24D141272ABEB4154EE2945>
dwc:collectionCode "MNHG" ;
dwc:eventDate "1995-11-10" ;
dwc:locality "Francaise" ;
dwc:recordedBy "M. Kocian" ;
trt:gbifOccurrenceId "2239706653" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF24D141273B5EADD555F2A1A#49D5B527F24D141272ABEB4154EE2945> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF24D141273B5EE05561A2D99>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783720>
dc:description "FIGURE 8. Calvariopsis gen. nov., group I (A, C, EF) and group II (B, D), females, apical portion of elytra, excitators. A) C. pittieri; B) C. brasiliense, an arrow indicates patch of modified setae; C) C. sp., Colombia, Gorgona Island; D) C. sp., Ecuador, an arrow indicates patch of modified setae; E) C. sp., Paraguay; F) C. sp., Peru." ;
fabio:hasRepresentation <https://zenodo.org/record/2783720/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,121 @@
@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/71140E6CF24D141273B5EFB5561A2F91>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF24D141273B5EFB5561A2F91.mc.49D5B527F24D141272A4EC1957DE2E9D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783686>, <http://dx.doi.org/10.5281/zenodo.2783720>, <http://dx.doi.org/10.5281/zenodo.2783802> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783686>
dc:description "FIGURE 2. Calvariopsis gen. nov., females, dorsal view.A) C. sp., Colombia; B) C. sp., Costa Rica; C) C. sp., Ecuador; D) C. sp., Ecuador; E) C. sp., French Guiana; F) C. sp., Panama; G) C. sp., Paraguay; H) C. sp., Peru. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783686/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783720>
dc:description "FIGURE 8. Calvariopsis gen. nov., group I (A, C, EF) and group II (B, D), females, apical portion of elytra, excitators. A) C. pittieri; B) C. brasiliense, an arrow indicates patch of modified setae; C) C. sp., Colombia, Gorgona Island; D) C. sp., Ecuador, an arrow indicates patch of modified setae; E) C. sp., Paraguay; F) C. sp., Peru." ;
fabio:hasRepresentation <https://zenodo.org/record/2783720/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783802>
dc:description "FIGURE 27. Calvariopsis gen. nov., females. AB) C. sp., Bolivia; CD) C. sp., Colombia; EG) C. sp., Costa Rica; H) C. sp., Ecuador; I) C. sp., Ecuador; J) C. sp., French Guiana; K) C. sp., Panama; L) C. sp., Paraguay; M) C. sp., Peru. A, H, IM) genital tract; B, G) bursal sclerite; C), E) ovipositor; D, F) sternite VIII." ;
fabio:hasRepresentation <https://zenodo.org/record/2783802/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF24D141273B5EFB5561A2F91.mc.49D5B527F24D141272A4EC1957DE2E9D>
dwc:collectionCode "SEMC" ;
dwc:eventDate "1993-07-26" ;
dwc:locality "Teniente Lopez" ;
dwc:verbatimElevation "240" ;
trt:gbifOccurrenceId "2239706623" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF24D141273B5EFB5561A2F91#49D5B527F24D141272A4EC1957DE2E9D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,171 @@
@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/71140E6CF24F141173B5EFBD51B92AFF>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783738>, <http://dx.doi.org/10.5281/zenodo.2783778>, <http://dx.doi.org/10.5281/zenodo.2783746>, <http://dx.doi.org/10.5281/zenodo.2783750>, <http://dx.doi.org/10.5281/zenodo.2783740>, <http://dx.doi.org/10.5281/zenodo.2783724>, <http://dx.doi.org/10.5281/zenodo.2783760>, <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783692>, <http://dx.doi.org/10.5281/zenodo.2783774>, <http://dx.doi.org/10.5281/zenodo.2783792>, <http://dx.doi.org/10.5281/zenodo.2783798>, <http://dx.doi.org/10.5281/zenodo.2783782>, <http://dx.doi.org/10.5281/zenodo.3403757>, <http://dx.doi.org/10.5281/zenodo.2783786> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783738>, <http://dx.doi.org/10.5281/zenodo.2783778>, <http://dx.doi.org/10.5281/zenodo.2783746>, <http://dx.doi.org/10.5281/zenodo.2783750>, <http://dx.doi.org/10.5281/zenodo.2783740>, <http://dx.doi.org/10.5281/zenodo.2783724>, <http://dx.doi.org/10.5281/zenodo.2783760>, <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783692>, <http://dx.doi.org/10.5281/zenodo.2783774>, <http://dx.doi.org/10.5281/zenodo.2783792>, <http://dx.doi.org/10.5281/zenodo.2783798>, <http://dx.doi.org/10.5281/zenodo.2783782>, <http://dx.doi.org/10.5281/zenodo.3403757>, <http://dx.doi.org/10.5281/zenodo.2783786> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783738>
dc:description "FIGURE 11. Calvariopsis fourgassiense sp. nov., male. A) penis; B) apex of penis; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783738/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783778>
dc:description "FIGURE 21. Calvariopsis brasiliense (Pic), male, AD), F)—specimen from NMPC; E)—holotype. A) penis; B) tegmen; C) sternite IX; DE) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783778/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783746>
dc:description "FIGURE 14. Calvariopsis picta sp. nov., male.A) penis; B) tegmen; C) sternite IX; D) tergite VIII and sternite VIII; E) tergite IX; F) terminal segments and genitalia, not separated. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783746/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783750>
dc:description "FIGURE 15. Calvariopsis pittieri sp. nov., male. A) penis; B) tegmen; C) sternite IX; D) tergite VIII; E) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783750/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783740>
dc:description "FIGURE 13. Calvariopsis peruviana sp. nov., male. A) penis; B) apex of penis, lateral view; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX; G) tergite VII. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783740/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783724>
dc:description "FIGURE 9. Calvariopsis borowieci sp. nov., male. A) penis; B) apex of penis; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783724/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783760>
dc:description "FIGURE 17. Calvariopsis venezuelense sp. nov., male.A) penis; B) tegmen and sternite IX; C) tergite VIII; D) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783760/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783692>
dc:description "FIGURE 3. Calvariopsis gen. nov., SEM images of morphological details, AC) Calvariopsis yanayacuense sp. nov.; DF) Calvariopsis bituberculata sp. nov. A, D) ventral portion; B, E) head and prosternum; C) mesoventrite, sphaerical cuticular structures are marked with an arrow; F) apical portion of ventrite 5." ;
fabio:hasRepresentation <https://zenodo.org/record/2783692/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783774>
dc:description "FIGURE 20. Calvariopsis bituberculata sp. nov., male. A) penis; B) tegmen and sternite IX; C) tergite VIII; D) tergite IX; E) apex of abdomen. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783774/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783792>
dc:description "FIGURE 25. Calvariopsis saopaulense sp. nov., male.A) penis; B) tegmen and sternite IX; C) tergite VIII; D) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783792/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783798>
dc:description "FIGURE 26. Calvariopsis wittmeri sp. nov., male. A) penis, lateral view; B) penis, dorsal view; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783798/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783782>
dc:description "FIGURE 22. Calvariopsis guyanense sp. nov., male. A) penis; B) tegmen and sternite IX; C) tergite VIII; D) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783782/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3403757>
dc:description "FIGURE 23. Calvariopsis kawense sp. nov., male. A) penis; B) tegmen; C) sternite IX; D) tergite VIII; E) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3403757/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783786>
dc:description "FIGURE 24. Calvariopsis nana sp. nov., male. A) penis; B) tergite VIII; C) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783786/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,175 @@
@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/71140E6CF262143D73B5EAA551AF2F75>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783724>, <http://dx.doi.org/10.5281/zenodo.2783718>, <http://dx.doi.org/10.5281/zenodo.2783730> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis borowieci Ruta 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D7269EB0954ED298D>, <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D73F3EB36571129A9>, <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D701CEBD256EF29F1>, <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D71FAEB9955B32AC9> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_borowieci_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783724>, <http://dx.doi.org/10.5281/zenodo.2783718>, <http://dx.doi.org/10.5281/zenodo.2783730> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_borowieci_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "borowieci" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_borowieci> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_borowieci>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "borowieci" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783724>
dc:description "FIGURE 9. Calvariopsis borowieci sp. nov., male. A) penis; B) apex of penis; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783724/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783718>
dc:description "FIGURE 7. Calvariopsis gen. nov., group I, females, apical portion of elytra, SEM images of excitators. A) C. borowieci sp. nov.; B) C. sp., Costa Rica; CD) C. sculptipenne (Pic); EF) C. yanayacuense sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/2783718/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783730>
dc:description "FIGURE 10. Calvariopsis gen. nov., female genitalia, ascl—anterior portion of bursal sclerite, bsa—bursa, bsl—bursella, gla—gland, oscl—outgrowth of bursal sclerite, pscl—posterior portion of bursal sclerite, scl—bursal sclerite. AC) C. borowieci sp. nov.; D) C. pittieri sp. nov.; EH) C. yanyacuense sp. nov.; IK) C. brasiliense (Pic), specimen from Sao Paulo; LM) C. brasiliense (Pic), specimen from Santo Amaro. A, D, E, L) genital tract; B, C, G, H, M) bursal sclerite; F, K) gonocoxites; I) sternite VIII; J) ovipositor." ;
fabio:hasRepresentation <https://zenodo.org/record/2783730/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D7269EB0954ED298D>
dwc:collectionCode "DBET" ;
dwc:eventDate "2009-11-30" ;
dwc:locality "Yanayacu-Rio" ;
dwc:recordedBy "Lech" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2239706624" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF262143D73B5EAA551AF2F75#49D5B527F262143D7269EB0954ED298D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D73F3EB36571129A9>
dwc:collectionCode "DBET" ;
dwc:eventDate "2009-12-17" ;
dwc:locality "Male" ;
dwc:recordedBy "R. Ruta" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2100" ;
trt:gbifOccurrenceId "2239706610" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF262143D73B5EAA551AF2F75#49D5B527F262143D73F3EB36571129A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D701CEBD256EF29F1>
dwc:collectionCode "DBET" ;
dwc:eventDate "9 XII" ;
dwc:locality "Female" ;
dwc:recordedBy "Rafal Ruta" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2125" ;
dwc:verbatimLatitude "-0.6051111" ;
dwc:verbatimLongitude "-77.88583" ;
trt:gbifOccurrenceId "2239706640" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF262143D73B5EAA551AF2F75#49D5B527F262143D701CEBD256EF29F1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF262143D73B5EAA551AF2F75.mc.49D5B527F262143D71FAEB9955B32AC9>
dwc:collectionCode "DBET, SEMC" ;
dwc:eventDate "1999-11-05" ;
dwc:locality "Female" ;
dwc:recordedBy "L. Borowiec & Rafal Ruta & Z. H. Fallin" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2100" ;
trt:gbifOccurrenceId "2239706633" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF262143D73B5EAA551AF2F75#49D5B527F262143D71FAEB9955B32AC9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,140 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF265143973B5EFFE573A2918>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783738> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis fourgassiense Ruta 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF265143973B5EFFE573A2918.mc.49D5B527F265143A7269EC6255062E62>, <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF265143973B5EFFE573A2918.mc.49D5B527F265143A720CEC0E57682E62> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_fourgassiense_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783738> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_fourgassiense_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "fourgassiense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_fourgassiense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_fourgassiense>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fourgassiense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783738>
dc:description "FIGURE 11. Calvariopsis fourgassiense sp. nov., male. A) penis; B) apex of penis; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783738/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF265143973B5EFFE573A2918.mc.49D5B527F265143A7269EC6255062E62>
dwc:collectionCode "MNHG" ;
dwc:eventDate "1995-01-10" ;
dwc:locality "Francaise" ;
dwc:recordedBy "M. Kocian" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2239706639" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF265143973B5EFFE573A2918#49D5B527F265143A7269EC6255062E62> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF265143973B5EFFE573A2918.mc.49D5B527F265143A720CEC0E57682E62>
dwc:collectionCode "MNHG" ;
dwc:eventDate "1995-01-10" ;
dwc:locality "Francaise" ;
dwc:recordedBy "M. Kocian" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2239706629" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF265143973B5EFFE573A2918#49D5B527F265143A720CEC0E57682E62> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,124 @@
@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/71140E6CF266142673B5EB3450432A39>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783682> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis panamense Ruta 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF266142673B5EB3450432A39.mc.49D5B527F26614397270EB9856172A1D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_panamense_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783682> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_panamense_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "panamense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_panamense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_panamense>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "panamense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF266142673B5EB3450432A39.mc.49D5B527F26614397270EB9856172A1D>
dwc:collectionCode "SEMC" ;
dwc:eventDate "1993-06-10" ;
dwc:locality "Old Gamboa Rd." ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2397829663" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF266142673B5EB3450432A39#49D5B527F26614397270EB9856172A1D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,136 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF26B143E73B5E9BD50332E91>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783760>, <http://dx.doi.org/10.5281/zenodo.2783692>, <http://dx.doi.org/10.5281/zenodo.2783698>, <http://dx.doi.org/10.5281/zenodo.2783704>, <http://dx.doi.org/10.5281/zenodo.2783710>, <http://dx.doi.org/10.5281/zenodo.2783740>, <http://dx.doi.org/10.5281/zenodo.2783730>, <http://dx.doi.org/10.5281/zenodo.2783766> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis Ruta 2019, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783760>, <http://dx.doi.org/10.5281/zenodo.2783692>, <http://dx.doi.org/10.5281/zenodo.2783698>, <http://dx.doi.org/10.5281/zenodo.2783704>, <http://dx.doi.org/10.5281/zenodo.2783710>, <http://dx.doi.org/10.5281/zenodo.2783740>, <http://dx.doi.org/10.5281/zenodo.2783730>, <http://dx.doi.org/10.5281/zenodo.2783766> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783760>
dc:description "FIGURE 17. Calvariopsis venezuelense sp. nov., male.A) penis; B) tegmen and sternite IX; C) tergite VIII; D) tergite IX. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783760/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783692>
dc:description "FIGURE 3. Calvariopsis gen. nov., SEM images of morphological details, AC) Calvariopsis yanayacuense sp. nov.; DF) Calvariopsis bituberculata sp. nov. A, D) ventral portion; B, E) head and prosternum; C) mesoventrite, sphaerical cuticular structures are marked with an arrow; F) apical portion of ventrite 5." ;
fabio:hasRepresentation <https://zenodo.org/record/2783692/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783698>
dc:description "FIGURE 4. Calvariopsis gen. nov., mouthparts.AC) C. yanayacuense sp. nov.; DF) C. sp., group II, female (French Guiana). A, D) mandible; B, E) maxilla; C, F) labium." ;
fabio:hasRepresentation <https://zenodo.org/record/2783698/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783704>
dc:description "FIGURE 5. Calvariopsis gen. nov., wing. A) C. yanayacuense sp. nov.; B) C. bituberculata sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/2783704/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783710>
dc:description "FIGURE 6. Calvariopsis yanayacuense sp. nov., abdomen, tergites and ventrites." ;
fabio:hasRepresentation <https://zenodo.org/record/2783710/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783740>
dc:description "FIGURE 13. Calvariopsis peruviana sp. nov., male. A) penis; B) apex of penis, lateral view; C) tegmen; D) sternite IX; E) tergite VIII; F) tergite IX; G) tergite VII. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783740/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783730>
dc:description "FIGURE 10. Calvariopsis gen. nov., female genitalia, ascl—anterior portion of bursal sclerite, bsa—bursa, bsl—bursella, gla—gland, oscl—outgrowth of bursal sclerite, pscl—posterior portion of bursal sclerite, scl—bursal sclerite. AC) C. borowieci sp. nov.; D) C. pittieri sp. nov.; EH) C. yanyacuense sp. nov.; IK) C. brasiliense (Pic), specimen from Sao Paulo; LM) C. brasiliense (Pic), specimen from Santo Amaro. A, D, E, L) genital tract; B, C, G, H, M) bursal sclerite; F, K) gonocoxites; I) sternite VIII; J) ovipositor." ;
fabio:hasRepresentation <https://zenodo.org/record/2783730/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783766>
dc:description "FIGURE 19. Calvariopsis yanayacuense sp. nov., habitat. A) Ecuador, prov. Napo, road from Yanayacu Biological Station to Rio Aliso, sideroad; B) tree trunk covered with lichens and mosses, where C. yanayacuense was collected in great numbers." ;
fabio:hasRepresentation <https://zenodo.org/record/2783766/files/figure.png> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/71140E6CF270142C73B5EE6550C82944>
cito:cites <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783692>, <http://dx.doi.org/10.5281/zenodo.2783774> ;
dc:creator "Ruta, Rafał" ;
dc:title "Calvariopsis bituberculata Ruta 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF270142C73B5EE6550C82944.mc.49D5B527F270142F726FEEC954EE2CCD>, <http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF270142C73B5EE6550C82944.mc.49D5B527F270142F73F4EEF657052CCD> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_bituberculata_Ruta_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4604.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4604.1.1>
bibo:endPage "41" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-05-13" ;
bibo:startPage "1" ;
bibo:volume "4604" ;
dc:creator "Ruta, Rafał" ;
dc:date "2019" ;
dc:title "Calvariopsis gen. nov., a new genus of Neotropical Scirtidae (Coleoptera: Scirtoidea)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2783682>, <http://dx.doi.org/10.5281/zenodo.2783692>, <http://dx.doi.org/10.5281/zenodo.2783774> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calvariopsis_bituberculata_Ruta_2019>
dwc:authority "Ruta, 2019" ;
dwc:authorityName "Ruta" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruta, 2019" ;
dwc:species "bituberculata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis_bituberculata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis_bituberculata>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bituberculata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calvariopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calvariopsis>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:genus "Calvariopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scirtidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scirtidae>
dwc:class "Insecta" ;
dwc:family "Scirtidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2783682>
dc:description "FIGURE 1. Calvariopsis gen. nov., dorsal view. A) C. borowieci sp. nov., male; B) C. borowieci sp. nov., female; C) C. four- gassiense sp. nov., male; D) C. panamense sp. nov., male; E) C. peruviana sp. nov., Dept. Cusco, male; F) C. peruviana sp. nov., Callanga, male; G) C. peruviana sp. nov., Dept. Junín, male; H) C. picta sp. nov., Callanga, male; I) C. pittieri sp. nov., male; J) C. pittieri sp. nov., female; K) C. sculptipenne (Pic, 1931), female; L) C. venezuelense sp. nov., male; MO) C. yanay- acuense sp. nov., males; P) C. yanayacuense sp. nov., female; Q) C. bituberculata sp. nov., male; R) C. brasiliense (Pic, 1916), male; S) C. brasiliense, female; T) C. guyanense sp. nov., male; U) C. kawense sp. nov., male; V) C. nana sp. nov., male; W) C. saopaulense sp. nov., male; X) C. wittmeri sp. nov., male; Y) C. sp., Bolivia, female. Scale bars = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783682/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783692>
dc:description "FIGURE 3. Calvariopsis gen. nov., SEM images of morphological details, AC) Calvariopsis yanayacuense sp. nov.; DF) Calvariopsis bituberculata sp. nov. A, D) ventral portion; B, E) head and prosternum; C) mesoventrite, sphaerical cuticular structures are marked with an arrow; F) apical portion of ventrite 5." ;
fabio:hasRepresentation <https://zenodo.org/record/2783692/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2783774>
dc:description "FIGURE 20. Calvariopsis bituberculata sp. nov., male. A) penis; B) tegmen and sternite IX; C) tergite VIII; D) tergite IX; E) apex of abdomen. Scale bar = 0.25 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2783774/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF270142C73B5EE6550C82944.mc.49D5B527F270142F726FEEC954EE2CCD>
dwc:collectionCode "MNHG" ;
dwc:eventDate "1995-11-10" ;
dwc:locality "Francaise" ;
dwc:recordedBy "M. Kocian" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2239706636" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF270142C73B5EE6550C82944#49D5B527F270142F726FEEC954EE2CCD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/71140E6CF270142C73B5EE6550C82944.mc.49D5B527F270142F73F4EEF657052CCD>
dwc:collectionCode "MNHG" ;
dwc:eventDate "1995-11-10" ;
dwc:locality "Francaise" ;
dwc:recordedBy "M. Kocian" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2239706620" ;
trt:httpUri <https://treatment.plazi.org/id/71140E6CF270142C73B5EE6550C82944#49D5B527F270142F73F4EEF657052CCD> ;
a dwc:MaterialCitation .

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