This commit is contained in:
treatmentbank 2024-12-03 19:55:45 +00:00
parent 49207c6e71
commit 3bb367e1c0
7 changed files with 393 additions and 109 deletions

View file

@ -8,10 +8,10 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/0389BB46EE55DD09D492FA94FA21FACC>
<http://treatment.plazi.org/id/0389BB46EE55DD09D492FD62FA21FACC>
cito:cites <http://dx.doi.org/10.5281/zenodo.14239927>, <http://dx.doi.org/10.5281/zenodo.14239933>, <http://dx.doi.org/10.5281/zenodo.14239935>, <http://dx.doi.org/10.5281/zenodo.14239929>, <http://dx.doi.org/10.5281/zenodo.14239931> ;
dc:creator "Yao, Junli; Achterberg, Cornelis Van; Zhao, Qingyan; Zhou, Jin-Jin; Peng, Yanqiong" ;
dc:title "Siniphanerotomella He, Chen et van Achterberg 1994" ;
dc:title "Siniphanerotomella He, Chen & van Achterberg 1994" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Siniphanerotomella_He_1994> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5537.2.6> ;
a trt:Treatment .
@ -30,8 +30,8 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Siniphanerotomella_He_1994>
dwc:authority "He, Chen et van Achterberg" ;
dwc:authorityName "He, Chen et van Achterberg" ;
dwc:authority "He, Chen & van Achterberg, 1994" ;
dwc:authorityName "He, Chen & van Achterberg" ;
dwc:authorityYear "1994" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;

View file

@ -1,84 +0,0 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/0389BB46EE55DD0AD492FD62FBE5FB25>
dc:creator "Yao, Junli; Achterberg, Cornelis Van; Zhao, Qingyan; Zhou, Jin-Jin; Peng, Yanqiong" ;
dc:title "Siniphanerotomella He, Chen & van Achterberg 1994" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Siniphanerotomella_He_1994> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5537.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5537.2.6>
bibo:endPage "269" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-08" ;
bibo:startPage "259" ;
bibo:volume "5537" ;
dc:creator "Yao, Junli; Achterberg, Cornelis Van; Zhao, Qingyan; Zhou, Jin-Jin; Peng, Yanqiong" ;
dc:date "2024" ;
dc:title "Revisional notes on Siniphanerotomella He et al. (Hymenoptera Braconidae Cheloninae) with description of a new species from China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Siniphanerotomella_He_1994>
dwc:authority "He, Chen & van Achterberg, 1994" ;
dwc:authorityName "He, Chen & van Achterberg" ;
dwc:authorityYear "1994" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Siniphanerotomella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "He, Chen & van Achterberg, 1994" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/63SRN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Siniphanerotomella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Siniphanerotomella>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Siniphanerotomella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:family "Braconidae" ;
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:order "Hymenoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -29,6 +29,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Festucula_lineata_Simon_1901>
dwc:authority "Simon, 1901" ;
dwc:authorityName "Simon" ;
dwc:authorityYear "1901" ;
dwc:class "Arachnida" ;

View file

@ -0,0 +1,72 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/3358E365FFA810067BB7FAACFA0E166B>
# Warning: Could not add treatment taxon because genus "" contains invalid characters ;
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Acanthostroblia_Roman_1925>, <http://taxon-concept.plazi.org/id/Animalia/Cymodusoides_Viereck_1925>, <http://taxon-concept.plazi.org/id/Animalia/Stroblia_Schmiedeknecht_1911> ;
dc:creator "Humala, Andrei E." ;
dc:title "(Ischyracis) Forster 1869" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5537.2.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5537.2.8>
bibo:endPage "287" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-08" ;
bibo:startPage "281" ;
bibo:volume "5537" ;
dc:creator "Humala, Andrei E." ;
dc:date "2024" ;
dc:title "First record of the genus Eusterinx Förster (Hymenoptera: Ichneumonidae: Orthocentrinae) from the Afrotropical Region, with description of a new species from South Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acanthostroblia_Roman_1925>
dwc:authority "Roman, 1925" ;
dwc:authorityName "Roman" ;
dwc:authorityYear "1925" ;
dwc:class "Insecta" ;
dwc:genus "Acanthostroblia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Roman, 1925" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acanthostroblia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cymodusoides_Viereck_1925>
dwc:authority "Viereck, 1925" ;
dwc:authorityName "Viereck" ;
dwc:authorityYear "1925" ;
dwc:class "Insecta" ;
dwc:genus "Cymodusoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Viereck, 1925" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cymodusoides> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Stroblia_Schmiedeknecht_1911>
dwc:authority "Schmiedeknecht, 1911" ;
dwc:authorityName "Schmiedeknecht" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Muscidae" ;
dwc:genus "Stroblia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Schmiedeknecht, 1911" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stroblia> ;
a dwcFP:TaxonConcept .

View file

@ -108,10 +108,12 @@
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/3358E365FFAB10017BB7F982FCD217E0.mc.0B99582EFFAB10067AA9F92EFD93174B>
dwc:catalogNumber "SAM-HYM-P103720" ;
dwc:collectionCode "SAMC" ;
dwc:eventDate "2006-05-29" ;
dwc:locality "Gudu Forest" ;
dwc:recordedBy "M. Mostovski" ;
dwc:samplingProtocol "Malaise trap" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1705" ;
dwc:verbatimLatitude "-28.681667" ;

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#> .
<http://treatment.plazi.org/id/686B87B5FF8EFFB95785ABC145214B4E>
cito:cites <http://dx.doi.org/10.5281/zenodo.14239520>, <http://dx.doi.org/10.5281/zenodo.14239522>, <http://dx.doi.org/10.5281/zenodo.14239524>, <http://dx.doi.org/10.5281/zenodo.14239526>, <http://dx.doi.org/10.5281/zenodo.14239528>, <http://dx.doi.org/10.5281/zenodo.14239530> ;
dc:creator "Garavello, Julio C.; Britski, Heraldo A.; Oliveira, Alexandre K.; Melo, Bruno F." ;
dc:title "Schizodon unimaculatus Garavello, Britski, Oliveira & Melo, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB25785A834471148CA>, <http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB25785A8E8448D48E4>, <http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB255ACA8D7422F48E4>, <http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB2530DA8E847E24885>, <http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB256F6A8C9450648A7> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Schizodon_unimaculatus_Garavello_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5537.2.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5537.2.5>
bibo:endPage "258" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-08" ;
bibo:startPage "245" ;
bibo:volume "5537" ;
dc:creator "Garavello, Julio C.; Britski, Heraldo A.; Oliveira, Alexandre K.; Melo, Bruno F." ;
dc:date "2024" ;
dc:title "Schizodon unimaculatus, a new species from the lower Rio São Francisco with a reappraisal of the Schizodon species presenting a caudal-peduncle blotch (Teleostei: Anostomidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14239520>, <http://dx.doi.org/10.5281/zenodo.14239522>, <http://dx.doi.org/10.5281/zenodo.14239524>, <http://dx.doi.org/10.5281/zenodo.14239526>, <http://dx.doi.org/10.5281/zenodo.14239528>, <http://dx.doi.org/10.5281/zenodo.14239530> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Schizodon_unimaculatus_Garavello_2024>
dwc:authorityName "Garavello & Britski & Oliveira & Melo" ;
dwc:authorityYear "2024" ;
dwc:family "Anostomidae" ;
dwc:genus "Schizodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Garavello, Britski, Oliveira & Melo, 2024" ;
dwc:species "unimaculatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Schizodon_unimaculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Schizodon_unimaculatus>
dwc:family "Anostomidae" ;
dwc:genus "Schizodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "unimaculatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Schizodon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Schizodon>
dwc:genus "Schizodon" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anostomidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anostomidae>
dwc:family "Anostomidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Characiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Characiformes>
dwc:order "Characiformes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14239520>
dc:description "FIGURE 1. Schizodon unimaculatus, MZUSP 129259, holotype, 265 mm SL, Rio São Francisco, Canindé do São Francisco, Sergipe, Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/14239520/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14239522>
dc:description "FIGURE 2. Geographic distribution of Schizodon unimaculatus (red stars) and related species of Schizodon. Symbols may represent more than one sampling site." ;
fabio:hasRepresentation <https://zenodo.org/record/14239522/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14239524>
dc:description "FIGURE 3. Principal component analysis (PCA) on samples of Schizodon altoparanae (black circles) and S. unimaculatus (white squares) along PC1 and PC2 axis." ;
fabio:hasRepresentation <https://zenodo.org/record/14239524/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14239526>
dc:description "FIGURE 4. Principal component analysis (PCA) on samples of Schizodon nasutus (black circles) and S. unimaculatus (white squares) along PC1 and PC2 axis." ;
fabio:hasRepresentation <https://zenodo.org/record/14239526/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14239528>
dc:description "FIGURE 5. Principal component analysis (PCA) on samples of Schizodon knerii (black dots) and Schizodon unimaculatus (white squares) along PC1 and PC2 axis." ;
fabio:hasRepresentation <https://zenodo.org/record/14239528/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14239530>
dc:description "FIGURE 6. Canonical discriminate component analysis of Schizodon nasutus (black dots), S. unimaculatus (white squares), and S. altoparanae (crosses) along CV1 and CV2 axis." ;
fabio:hasRepresentation <https://zenodo.org/record/14239530/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB25785A834471148CA>
dwc:catalogNumber "MZUSP 129259" ;
dwc:collectionCode "MZUSP" ;
dwc:eventDate "1997-06-17" ;
dwc:locality "Xingo" ;
dwc:recordedBy "J. C. Garavello & A. S. Abe & Y. Sato & A. S. Soares" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-9.639722" ;
dwc:verbatimLongitude "-37.78722" ;
trt:httpUri <https://treatment.plazi.org/id/686B87B5FF8EFFB95785ABC145214B4E#50AA3CFEFF8EFFB25785A834471148CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB25785A8E8448D48E4>
dwc:catalogNumber "LISDEBE 7902" ;
dwc:collectionCode "MZUEL" ;
dwc:eventDate "1997-06-17" ;
dwc:locality "Xingo" ;
dwc:recordedBy "J. C. Garavello & A. S. Abe & Y. Sato & A. S. Soares" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-9.639722" ;
dwc:verbatimLongitude "-37.78722" ;
trt:httpUri <https://treatment.plazi.org/id/686B87B5FF8EFFB95785ABC145214B4E#50AA3CFEFF8EFFB25785A8E8448D48E4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB255ACA8D7422F48E4>
dwc:catalogNumber "MZUEL 23334" ;
dwc:collectionCode "MZUEL" ;
dwc:eventDate "1997-06-17" ;
dwc:locality "Xingo" ;
dwc:recordedBy "J. C. Garavello & A. S. Abe & Y. Sato & A. S. Soares" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-9.639722" ;
dwc:verbatimLongitude "-37.78722" ;
trt:httpUri <https://treatment.plazi.org/id/686B87B5FF8EFFB95785ABC145214B4E#50AA3CFEFF8EFFB255ACA8D7422F48E4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB2530DA8E847E24885>
dwc:catalogNumber "MZUSP 129260" ;
dwc:collectionCode "MZUSP" ;
dwc:eventDate "1997-06-17" ;
dwc:locality "Xingo" ;
dwc:recordedBy "J. C. Garavello & A. S. Abe & Y. Sato & A. S. Soares" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-9.639722" ;
dwc:verbatimLongitude "-37.78722" ;
trt:httpUri <https://treatment.plazi.org/id/686B87B5FF8EFFB95785ABC145214B4E#50AA3CFEFF8EFFB2530DA8E847E24885> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/686B87B5FF8EFFB95785ABC145214B4E.mc.50AA3CFEFF8EFFB256F6A8C9450648A7>
dwc:catalogNumber "MZUSP 62723" ;
dwc:collectionCode "MZUSP" ;
dwc:eventDate "1975-11-06" ;
dwc:locality "Rio Sao Francisco" ;
dwc:recordedBy "V. Alcantara Cardoso" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "-10.208333" ;
dwc:verbatimLongitude "-36.816666" ;
trt:httpUri <https://treatment.plazi.org/id/686B87B5FF8EFFB95785ABC145214B4E#50AA3CFEFF8EFFB256F6A8C9450648A7> ;
a dwc:MaterialCitation .

View file

@ -8,12 +8,13 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853>
cito:cites <http://dx.doi.org/10.5281/zenodo.14239539>, <http://dx.doi.org/10.5281/zenodo.14239545>, <http://dx.doi.org/10.5281/zenodo.14239541>, <http://dx.doi.org/10.5281/zenodo.14239543>, <http://dx.doi.org/10.5281/zenodo.14239547> ;
<http://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27>
cito:cites <http://dx.doi.org/10.5281/zenodo.14239539>, <http://dx.doi.org/10.5281/zenodo.14239545>, <http://dx.doi.org/10.5281/zenodo.14239541>, <http://dx.doi.org/10.5281/zenodo.14239543>, <http://dx.doi.org/10.5281/zenodo.14239547>, <http://dx.doi.org/10.5281/zenodo.14239549> ;
dc:creator "Yunakov, Nikolai; Bollino, Maurizio; Pancini, Lorenzo; Anderson, Robert" ;
dc:title "Exophthalmida elytrodon Yunakov, Bollino, Pancini and Anderson 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF128990FA401F9F>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF4289B4FB9A1843>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FB8589B4FDC4182F>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FDF28E00FBD918D3>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FBDF8E25FF2A189B>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF298EECFF0018BF>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF318EB0FA4018BF>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF428F54FACE1963> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF128990FA401F9F>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF4289B4FB9A1843>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FB8589B4FDC4182F>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FDF28E00FBD918D3>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FBDF8E25FF2A189B>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF298EECFF0018BF>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF318EB0FA4018BF>, <http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF428F54FACE1963> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_elytrodon_Yunakov_2024> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_coerulescens_Gunther_1938>, <http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_glauca_Faust_1892>, <http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_laticollis_Heller_1915>, <http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_planirostris_Heller_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5537.2.7> ;
a trt:Treatment .
@ -27,12 +28,12 @@
dc:creator "Yunakov, Nikolai; Bollino, Maurizio; Pancini, Lorenzo; Anderson, Robert" ;
dc:date "2024" ;
dc:title "Discovery of Elytrurini in Wallacea with a description of Exophthalmida elytrodon sp. nov. from Morotai Island (Coleoptera: Curculionidae: Entiminae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14239539>, <http://dx.doi.org/10.5281/zenodo.14239545>, <http://dx.doi.org/10.5281/zenodo.14239541>, <http://dx.doi.org/10.5281/zenodo.14239543>, <http://dx.doi.org/10.5281/zenodo.14239547> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14239539>, <http://dx.doi.org/10.5281/zenodo.14239545>, <http://dx.doi.org/10.5281/zenodo.14239541>, <http://dx.doi.org/10.5281/zenodo.14239543>, <http://dx.doi.org/10.5281/zenodo.14239547>, <http://dx.doi.org/10.5281/zenodo.14239549> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_elytrodon_Yunakov_2024>
dwc:authority "Yunakov, Bollino, Pancini and Anderson" ;
dwc:authorityName "Yunakov, Bollino, Pancini and Anderson" ;
dwc:authorityName "Yunakov & Bollino & Pancini & Anderson", "Yunakov, Bollino, Pancini and Anderson" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
@ -47,6 +48,70 @@
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida_elytrodon> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_planirostris_Heller_1910>
dwc:authority "Heller, 1910" ;
dwc:authorityName "Heller" ;
dwc:authorityYear "1910" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Heller, 1910" ;
dwc:species "planirostris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida_planirostris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_glauca_Faust_1892>
dwc:authority "Faust, 1892" ;
dwc:authorityName "Faust" ;
dwc:authorityYear "1892" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Faust, 1892" ;
dwc:species "glauca" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida_glauca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_coerulescens_Gunther_1938>
dwc:authority "Gunther, 1938" ;
dwc:authorityName "Gunther" ;
dwc:authorityYear "1938" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1938" ;
dwc:species "coerulescens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida_coerulescens> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Exophthalmida_laticollis_Heller_1915>
dwc:authority "Heller, 1915" ;
dwc:authorityName "Heller" ;
dwc:authorityYear "1915" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Heller, 1915" ;
dwc:species "laticollis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida_laticollis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Exophthalmida_elytrodon>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
@ -94,6 +159,54 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exophthalmida_planirostris>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "planirostris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exophthalmida_glauca>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "glauca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exophthalmida_coerulescens>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "coerulescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exophthalmida_laticollis>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Exophthalmida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "laticollis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exophthalmida> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14239539>
dc:description "FIGURE 1. Exophthalmida elytrodon sp.n., morphology. A. Dorsal and B. Lateral habitus of female, holotype; C. Dorsal, and D. Lateral habitus of male, paratype." ;
fabio:hasRepresentation <https://zenodo.org/record/14239539/files/figure.png> ;
@ -119,72 +232,77 @@
fabio:hasRepresentation <https://zenodo.org/record/14239547/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF128990FA401F9F>
<http://dx.doi.org/10.5281/zenodo.14239549>
dc:description "FIGURE 6. Exophthalmida elytrodon sp.n., fragment of the habitat with groves of pili nut tree, Canarium ovatum Engl. (Burseraceae) and feeding weevils. Lateral leaf chewing notches are visible." ;
fabio:hasRepresentation <https://zenodo.org/record/14239549/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF128990FA401F9F>
dwc:collectionCode "CMNC" ;
dwc:eventDate "2018-11" ;
dwc:locality "Alim Yasin" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FF128990FA401F9F> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FF128990FA401F9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF4289B4FB9A1843>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF4289B4FB9A1843>
dwc:collectionCode "CMNC, FCSA, NHMUK, USNM" ;
dwc:eventDate "2018-11" ;
dwc:locality "Alim Yasin" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FF4289B4FB9A1843> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FF4289B4FB9A1843> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FB8589B4FDC4182F>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FB8589B4FDC4182F>
dwc:collectionCode "NYC" ;
dwc:eventDate "2019-12" ;
dwc:locality "South Morotai - Morotai" ;
dwc:recordedBy "L. A. Yasin & Bollino" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FB8589B4FDC4182F> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FB8589B4FDC4182F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FDF28E00FBD918D3>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FDF28E00FBD918D3>
dwc:collectionCode "MBLI" ;
dwc:eventDate "2019-10" ;
dwc:locality "South Morotai - Morotai" ;
dwc:recordedBy "L. A. Yasin & Bollino" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FDF28E00FBD918D3> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FDF28E00FBD918D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FBDF8E25FF2A189B>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FBDF8E25FF2A189B>
dwc:collectionCode "MBLI" ;
dwc:eventDate "2019-12" ;
dwc:locality "South Morotai - Morotai" ;
dwc:recordedBy "L. A. Yasin & Bollino." ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FBDF8E25FF2A189B> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FBDF8E25FF2A189B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF298EECFF0018BF>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF298EECFF0018BF>
dwc:collectionCode "MSNG" ;
dwc:eventDate "2020-12" ;
dwc:locality "Daeo village" ;
dwc:recordedBy "L. A. Yasin" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FF298EECFF0018BF> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FF298EECFF0018BF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF318EB0FA4018BF>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF318EB0FA4018BF>
dwc:collectionCode "NHMUK" ;
dwc:eventDate "2020-12" ;
dwc:locality "Daeo village" ;
dwc:recordedBy "L. A. Yasin" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FF318EB0FA4018BF> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FF318EB0FA4018BF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7133FF4288BCFCCA1853.mc.A2A8BC5BFFAB7139FF428F54FACE1963>
<http://tb.plazi.org/GgServer/dwcaRecords/9A690710FFAB7132FF4288BCFDBC1D27.mc.A2A8BC5BFFAB7139FF428F54FACE1963>
dwc:collectionCode "LPPC" ;
dwc:eventDate "2020-12" ;
dwc:locality "Daeo village" ;
dwc:recordedBy "L. A. Yasin" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7133FF4288BCFCCA1853#A2A8BC5BFFAB7139FF428F54FACE1963> ;
trt:httpUri <https://treatment.plazi.org/id/9A690710FFAB7132FF4288BCFDBC1D27#A2A8BC5BFFAB7139FF428F54FACE1963> ;
a dwc:MaterialCitation .