GG2RDF 2024-09-13T10:19:46.328Z full update: 233 of 258 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-09-13 12:50:29 +00:00
parent 9bf029fcee
commit 69267532de
56 changed files with 1180 additions and 140 deletions
data
94
C2

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -47,7 +47,7 @@
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Konow, 1892) *, 1990" ;
dwc:scientificNameAuthorship "(Konow, 1892)" ;
dwc:species "steusloffi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neomessa_steusloffi> ;
a dwcFP:TaxonConcept .

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/9410E013E060FF82FC1CFCD8FC4BFDDB>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164405> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis murzini Wittmer 1997" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E060FF82FC1CFCD8FC4BFDDB.mc.ACD15B58E060FF85FCEFFC9FF97CFC64>, <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E060FF82FC1CFCD8FC4BFDDB.mc.ACD15B58E060FF85FBC5FC70F9D0FC4C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_murzini_Wittmer_1997> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_murzini_Wittmer_1997>
dwc:authority "Wittmer, 1997" ;
dwc:authorityName "Wittmer" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wittmer, 1997" ;
dwc:species "murzini" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_murzini> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_murzini>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "murzini" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164405>
dc:description "Figs 1226. Pronotum and aedeagus of Podosilis species, males: 1219 — P. holzschuhi, sp.n.; 2026 — P. murzini; 12, 20 — pronotum; 21 22 — aedeagus; 1314, 18, 2324 — tegmen; 19, 2526 — laterophyses with median lobe; 1516 — laterophyses; 17 — median lobe; 1217 — holotype; 1819 — paratype; 12, 20, 26 — dorsally; 13, 16, 18, 21, 24 — ventrally; 1415, 17, 19, 2223, 25 — laterally. Scale bars: 0.5 mm. Рис. 1226. Переднеспинка и Эдеагус Podosilis, самцы: 1219 — P. holzschuhi, sp.n.; 2026 — P. murzini; 12, 20 — переднеспинка; 2122 — Эдеагус; 1314, 18, 2324 — тегмен; 19, 2526 — латерофиЗы с медиальной трубкой; 1516 — латерофиЗы; 17 — медиальнаЯ трубка; 1217 — голотип; 1819 — паратип; 12, 20, 26 — сверху; 13, 16, 18, 21, 24 — сниЗу; 1415, 17, 19, 2223, 25 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E060FF82FC1CFCD8FC4BFDDB.mc.ACD15B58E060FF85FCEFFC9FF97CFC64>
dwc:eventDate "1989-01-23" ;
dwc:locality "Chanh" ;
dwc:recordedBy "B. Korotyaev" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E060FF82FC1CFCD8FC4BFDDB#ACD15B58E060FF85FCEFFC9FF97CFC64> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E060FF82FC1CFCD8FC4BFDDB.mc.ACD15B58E060FF85FBC5FC70F9D0FC4C>
dwc:collectionCode "ICM" ;
dwc:eventDate "1990-01-01" ;
dwc:locality "Buon-Loi" ;
dwc:recordedBy "Yu. Zaitsev" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E060FF82FC1CFCD8FC4BFDDB#ACD15B58E060FF85FBC5FC70F9D0FC4C> ;
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/9410E013E061FF85FC38FEC9F801FCEA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164405> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis holzschuhi Kazantsev 2019, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E061FF85FC38FEC9F801FCEA.mc.ACD15B58E061FF84FCEFFE8CFE83FE25>, <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E061FF85FC38FEC9F801FCEA.mc.ACD15B58E060FF85FCEFFD89FE93FD3B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_holzschuhi_Kazantsev_2019> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164405> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_holzschuhi_Kazantsev_2019>
dwc:authority "Kazantsev" ;
dwc:authorityName "Kazantsev" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kazantsev, 2019" ;
dwc:species "holzschuhi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_holzschuhi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_holzschuhi>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "holzschuhi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164405>
dc:description "Figs 1226. Pronotum and aedeagus of Podosilis species, males: 1219 — P. holzschuhi, sp.n.; 2026 — P. murzini; 12, 20 — pronotum; 21 22 — aedeagus; 1314, 18, 2324 — tegmen; 19, 2526 — laterophyses with median lobe; 1516 — laterophyses; 17 — median lobe; 1217 — holotype; 1819 — paratype; 12, 20, 26 — dorsally; 13, 16, 18, 21, 24 — ventrally; 1415, 17, 19, 2223, 25 — laterally. Scale bars: 0.5 mm. Рис. 1226. Переднеспинка и Эдеагус Podosilis, самцы: 1219 — P. holzschuhi, sp.n.; 2026 — P. murzini; 12, 20 — переднеспинка; 2122 — Эдеагус; 1314, 18, 2324 — тегмен; 19, 2526 — латерофиЗы с медиальной трубкой; 1516 — латерофиЗы; 17 — медиальнаЯ трубка; 1217 — голотип; 1819 — паратип; 12, 20, 26 — сверху; 13, 16, 18, 21, 24 — сниЗу; 1415, 17, 19, 2223, 25 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164405/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E061FF85FC38FEC9F801FCEA.mc.ACD15B58E061FF84FCEFFE8CFE83FE25>
dwc:collectionCode "ICM" ;
dwc:eventDate "1990-06-11" ;
dwc:locality "Luang Namtha" ;
dwc:recordedBy "C. Holzschuh & Sa Pa & A. Olexa" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1000" ;
dwc:verbatimLatitude "21.153334" ;
dwc:verbatimLongitude "101.31167" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E061FF85FC38FEC9F801FCEA#ACD15B58E061FF84FCEFFE8CFE83FE25> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E061FF85FC38FEC9F801FCEA.mc.ACD15B58E060FF85FCEFFD89FE93FD3B>
dwc:locality "Villach" ;
dwc:recordedBy "Dr. Carolus Holzschuh" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E061FF85FC38FEC9F801FCEA#ACD15B58E060FF85FCEFFD89FE93FD3B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,135 @@
@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/9410E013E063FF84FC35F8C7FE1BFD6D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164403> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis cinderella Kazantsev 2019, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E063FF84FC35F8C7FE1BFD6D.mc.ACD15B58E063FF86FCEFF88AF865F85F>, <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E063FF84FC35F8C7FE1BFD6D.mc.ACD15B58E062FF87FEF3FECBFF45FE9A> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_cinderella_Kazantsev_2019> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164403> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_cinderella_Kazantsev_2019>
dwc:authority "Kazantsev" ;
dwc:authorityName "Kazantsev" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kazantsev, 2019" ;
dwc:species "cinderella" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_cinderella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_cinderella>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cinderella" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164403>
dc:description "Figs 111. Pronotum and aedeagus of Podosilis cinderella, sp.n.: 12 — pronotum; 35 — aedeagus with abdominal segment 9; 68 — aedeagus without abdominal segment 9; 9 — tegmen; 1011 — laterophyses with median lobe; 1, 311 — male holotype; 2 — female paratype; 12, 5, 89, 11 — dorsally; 3, 6 — ventrally; 4, 7, 10 — laterally. Scale bars: 0.5 mm. Рис. 111. Переднеспинка и Эдеагус Podosilis cinderella, sp.n.: 12 — переднеспинка; 35 — Эдеагус с брюШным сегментом 9; 68 — Эдеагус беЗ брюШного сегмента 9; 9 — тегмен; 1011 — латерофиЗы с медиальной трубкой; 1, 311 — самец, голотип; 2 — самка, паратип; 12, 5, 89, 11 — сверху; 3, 6 — сниЗу; 4, 7, 10 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164403/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E063FF84FC35F8C7FE1BFD6D.mc.ACD15B58E063FF86FCEFF88AF865F85F>
dwc:collectionCode "ICM" ;
dwc:eventDate "2002-07-29" ;
dwc:locality "Xiaguan" ;
dwc:recordedBy "S Dali & S. Murzin" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1370" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E063FF84FC35F8C7FE1BFD6D#ACD15B58E063FF86FCEFF88AF865F85F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E063FF84FC35F8C7FE1BFD6D.mc.ACD15B58E062FF87FEF3FECBFF45FE9A>
dwc:collectionCode "ICM" ;
dwc:locality "Cangshan Mts" ;
dwc:recordedBy "Cangshan Mts, E & V. Kuban" ;
dwc:verbatimElevation "2750" ;
dwc:verbatimLatitude "25.43" ;
dwc:verbatimLongitude "100.06" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E063FF84FC35F8C7FE1BFD6D#ACD15B58E062FF87FEF3FECBFF45FE9A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/9410E013E063FF86FC70F923FE8AF8DD>
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis Wittmer 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_Wittmer_1978> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_Wittmer_1978>
dwc:authority "Wittmer, 1978" ;
dwc:authorityName "Wittmer" ;
dwc:authorityYear "1978" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Wittmer, 1978" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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,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/9410E013E066FF80FC3DFEC9FE7BFDA0>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164409> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis zhongdiana Kazantsev 2019, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E066FF80FC3DFEC9FE7BFDA0.mc.ACD15B58E066FF83FCEFFE8CF997FE3D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_zhongdiana_Kazantsev_2019> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164409> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_zhongdiana_Kazantsev_2019>
dwc:authority "Kazantsev" ;
dwc:authorityName "Kazantsev" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kazantsev, 2019" ;
dwc:species "zhongdiana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_zhongdiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_zhongdiana>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "zhongdiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164409>
dc:description "Figs 3543. Pronotum and aedeagus of Podosilis species: 3538 — P. zaitsevi, sp.n.; 3943 — P. zhongdiana, sp.n.; 35, 3940 — pronotum; 3638, 4143 — aedeagus; 3539, 4143 — male holotypes; 40 — female paratype; 35, 3840, 43 — dorsally; 36, 41 — ventrally; 37, 42 — laterally. Scale bars: 0.5 mm. Рис. 3543. Переднеспинка и Эдеагус Podosilis: 3538 — P. zaitsevi, sp.n.; 3943 — P. zhongdiana, sp.n.; 35, 3940 — переднеспинка; 3638, 4143 — Эдеагус; 3539, 4143 — самцы, голотипы; 40 — самка, паратип; 35, 3840, 43 — сверху; 36, 41 — сниЗу; 37, 42 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164409/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E066FF80FC3DFEC9FE7BFDA0.mc.ACD15B58E066FF83FCEFFE8CF997FE3D>
dwc:collectionCode "ICM" ;
dwc:eventDate "2002-07-04" ;
dwc:locality "Yunnan" ;
dwc:recordedBy "A. Gorodinsky" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3250" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E066FF80FC3DFEC9FE7BFDA0#ACD15B58E066FF83FCEFFE8CF997FE3D> ;
a dwc:MaterialCitation .

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/9410E013E067FF82FEA8F8EEFE6FFAED>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164407> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis putaoensis Kazantsev 2019, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF82FEA8F8EEFE6FFAED.mc.ACD15B58E067FF82FF5FF8ACFFDCF824> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_putaoensis_Kazantsev_2019> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164407> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_putaoensis_Kazantsev_2019>
dwc:authority "Kazantsev" ;
dwc:authorityName "Kazantsev" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kazantsev, 2019" ;
dwc:species "putaoensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_putaoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_putaoensis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "putaoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164407>
dc:description "Figs 2734. Pronotum and aedeagus of Podosilis species, holotype males: 2730 — P. kunmingensis, sp.n.; 3134 — P. putaoensis, sp.n.; 27, 31 — pronotum; 2830, 3234 — aedeagus; 27, 3031, 34 — dorsally; 28, 32, 24 — ventrally; 29, 33 — laterally. Scale bars: 0.5 mm. Рис. 2734. Переднеспинка и Эдеагус Podosilis, самцы, голотипы: 2730 — P. kunmingensis, sp.n.; 3134 — P. putaoensis, sp.n.; 27, 31 — переднеспинка; 2830, 3234 — Эдеагус; 27, 3031, 34 — сверху; 28, 32, 24 — сниЗу; 29, 33 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164407/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF82FEA8F8EEFE6FFAED.mc.ACD15B58E067FF82FF5FF8ACFFDCF824>
dwc:collectionCode "ICM" ;
dwc:eventDate "1998-05-11" ;
dwc:locality "Nan Thi" ;
dwc:recordedBy "S. Murzin & Description. Male. Dark" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "950" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E067FF82FEA8F8EEFE6FFAED#ACD15B58E067FF82FF5FF8ACFFDCF824> ;
a dwc:MaterialCitation .

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/9410E013E067FF82FEBBFDC8FC1EF8F4>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164407> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis kunmingensis Kazantsev 2019, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF82FEBBFDC8FC1EF8F4.mc.ACD15B58E067FF82FF5FFD8FFE1BFD54> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_kunmingensis_Kazantsev_2019> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164407> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_kunmingensis_Kazantsev_2019>
dwc:authority "Kazantsev" ;
dwc:authorityName "Kazantsev" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kazantsev, 2019" ;
dwc:species "kunmingensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_kunmingensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_kunmingensis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kunmingensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164407>
dc:description "Figs 2734. Pronotum and aedeagus of Podosilis species, holotype males: 2730 — P. kunmingensis, sp.n.; 3134 — P. putaoensis, sp.n.; 27, 31 — pronotum; 2830, 3234 — aedeagus; 27, 3031, 34 — dorsally; 28, 32, 24 — ventrally; 29, 33 — laterally. Scale bars: 0.5 mm. Рис. 2734. Переднеспинка и Эдеагус Podosilis, самцы, голотипы: 2730 — P. kunmingensis, sp.n.; 3134 — P. putaoensis, sp.n.; 27, 31 — переднеспинка; 2830, 3234 — Эдеагус; 27, 3031, 34 — сверху; 28, 32, 24 — сниЗу; 29, 33 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164407/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF82FEBBFDC8FC1EF8F4.mc.ACD15B58E067FF82FF5FFD8FFE1BFD54>
dwc:collectionCode "ICM" ;
dwc:eventDate "1996-08-01" ;
dwc:locality "Botanical" ;
dwc:recordedBy "Dickoree" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1900" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E067FF82FEBBFDC8FC1EF8F4#ACD15B58E067FF82FF5FFD8FFE1BFD54> ;
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/9410E013E067FF83FC2AFAD7FE1BFD07>
cito:cites <http://dx.doi.org/10.5281/zenodo.13164409> ;
dc:creator "Kazantsev, S. V." ;
dc:title "Podosilis zaitsevi Kazantsev 2019, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF83FC2AFAD7FE1BFD07.mc.ACD15B58E067FF82FCEFFA95F983FA6E>, <http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF83FC2AFAD7FE1BFD07.mc.ACD15B58E066FF83FF5FFD39FE17FD07> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Podosilis_zaitsevi_Kazantsev_2019> ;
trt:publishedIn <http://dx.doi.org/10.15298/rusentj.28.2.07> ;
a trt:Treatment .
<http://dx.doi.org/10.15298/rusentj.28.2.07>
bibo:endPage "164" ;
bibo:issue "2" ;
bibo:journal "Russian Entomological Journal" ;
bibo:pubDate "2019-09-30" ;
bibo:startPage "158" ;
bibo:volume "28" ;
dc:creator "Kazantsev, S. V." ;
dc:date "2019" ;
dc:title "New species of Podosilis Wittmer, 1978 (Coleoptera: Cantharidae) from China and Indochina" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13164409> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Podosilis_zaitsevi_Kazantsev_2019>
dwc:authority "Kazantsev" ;
dwc:authorityName "Kazantsev" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kazantsev, 2019" ;
dwc:species "zaitsevi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Podosilis_zaitsevi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Podosilis_zaitsevi>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "zaitsevi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Podosilis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Podosilis>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
dwc:genus "Podosilis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cantharidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cantharidae>
dwc:class "Insecta" ;
dwc:family "Cantharidae" ;
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.13164409>
dc:description "Figs 3543. Pronotum and aedeagus of Podosilis species: 3538 — P. zaitsevi, sp.n.; 3943 — P. zhongdiana, sp.n.; 35, 3940 — pronotum; 3638, 4143 — aedeagus; 3539, 4143 — male holotypes; 40 — female paratype; 35, 3840, 43 — dorsally; 36, 41 — ventrally; 37, 42 — laterally. Scale bars: 0.5 mm. Рис. 3543. Переднеспинка и Эдеагус Podosilis: 3538 — P. zaitsevi, sp.n.; 3943 — P. zhongdiana, sp.n.; 35, 3940 — переднеспинка; 3638, 4143 — Эдеагус; 3539, 4143 — самцы, голотипы; 40 — самка, паратип; 35, 3840, 43 — сверху; 36, 41 — сниЗу; 37, 42 — сбоку. МасШтабные линейки: 0,5 мм." ;
fabio:hasRepresentation <https://zenodo.org/record/13164409/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF83FC2AFAD7FE1BFD07.mc.ACD15B58E067FF82FCEFFA95F983FA6E>
dwc:collectionCode "ICM" ;
dwc:eventDate "1990-01-01" ;
dwc:locality "Gialai-Kontum" ;
dwc:recordedBy "Yu. Zaitsev" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E067FF83FC2AFAD7FE1BFD07#ACD15B58E067FF82FCEFFA95F983FA6E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/9410E013E067FF83FC2AFAD7FE1BFD07.mc.ACD15B58E066FF83FF5FFD39FE17FD07>
dwc:locality "Moscow" ;
dwc:recordedBy "Dr. Yurij Zaitsev" ;
trt:httpUri <https://treatment.plazi.org/id/9410E013E067FF83FC2AFAD7FE1BFD07#ACD15B58E066FF83FF5FFD39FE17FD07> ;
a dwc:MaterialCitation .

View file

@ -41,7 +41,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "(Marseul, 1862) tigris " ;
dwc:scientificNameAuthorship "(Marseul, 1862)" ;
dwc:species "tigris" ;
dwc:subGenus "Nessus" ;
dwc:subSpecies "tigris" ;

View file

@ -42,7 +42,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "(Marseul, 1855) blanchei " ;
dwc:scientificNameAuthorship "(Marseul, 1855)" ;
dwc:species "blanchei" ;
dwc:subSpecies "blanchei" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chalcionellus_blanchei_blanchei> ;

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -44,7 +44,7 @@
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1918) Mašán, 2017" ;
dwc:scientificNameAuthorship "(Berlese, 1918)" ;
dwc:species "delicata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/B8BND> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kleemannia_delicata> ;

View file

@ -41,7 +41,7 @@
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Walker, 1858) Ophideres" ;
dwc:scientificNameAuthorship "(Walker, 1858)" ;
dwc:species "apta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eudocima_apta> ;
a dwcFP:TaxonConcept .

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -42,7 +42,7 @@
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Talamas & Bremer & Moore & Bon & Lahey & Roberts & Combee & McGathey & van Noort & Timokhov & Hougardy & Hogg, 2021) Foerster, 2021" ;
dwc:scientificNameAuthorship "(Talamas & Bremer & Moore & Bon & Lahey & Roberts & Combee & McGathey & van Noort & Timokhov & Hougardy & Hogg, 2021)" ;
dwc:species "exsculptus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hadronotus_exsculptus> ;
a dwcFP:TaxonConcept .

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,15 +13,15 @@
# Error: Could not add TaxonConceptCitation
# Error: Could not produce taxonNameURI
# Error: Could not produce taxonNameURI
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1201:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1213:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:901:13)
# at file:///app/src/gg2rdf.ts:306:11
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1236:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1248:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:952:13)
# at file:///app/src/gg2rdf.ts:341:11
# at y.forEach (<anonymous>)
# at makeTreatment (file:///app/src/gg2rdf.ts:291:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:85:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at makeTreatment (file:///app/src/gg2rdf.ts:326:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:96:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7) ;
dc:creator "Info Flora" ;
dc:title "Dianthus carthusianorum subsp. carthusianorum" ;

View file

@ -80,7 +80,7 @@
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hellen, 1948) Panzer, 1803" ;
dwc:scientificNameAuthorship "(Hellen, 1948)" ;
dwc:species "intermedia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cephalcia_intermedia> ;
a dwcFP:TaxonConcept .

View file

@ -42,7 +42,7 @@
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Mineo, 2021) Talamas & Bremer & Moore & Bon & Lahey & Roberts & Combee & McGathey & van Noort & Timokhov & Hougardy & Hogg, 2021" ;
dwc:scientificNameAuthorship "(Mineo, 2021)" ;
dwc:species "giganteus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hadronotus_giganteus> ;
a dwcFP:TaxonConcept .

View file

@ -45,7 +45,7 @@
dwc:order "Enchytraeida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Eisen, 1872) Lu & Xie & Zhang, 2018" ;
dwc:scientificNameAuthorship "(Eisen, 1872)" ;
dwc:sensu "stricto" ;
dwc:species "ratzeli" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6JP4R> ;

View file

@ -94,7 +94,7 @@
dwc:order "Enchytraeida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Rosa, 1887) Rosa" ;
dwc:scientificNameAuthorship "(Rosa, 1887)" ;
dwc:species "bulbosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/852F8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Fridericia_bulbosa> ;

View file

@ -62,7 +62,7 @@
dwc:order "Ostreida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Effinger, 1938) Squires, 1989" ;
dwc:scientificNameAuthorship "(Effinger, 1938)" ;
dwc:species "clarki" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Isognomon_clarki> ;
a dwcFP:TaxonConcept .

View file

@ -42,7 +42,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Crawford, 1911) Halbert & Burckhardt, 2020" ;
dwc:scientificNameAuthorship "(Crawford, 1911)" ;
dwc:species "flori" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/58X2B> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bactericera_flori> ;

View file

@ -43,7 +43,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Crawford, 1911) Halbert & Burckhardt, 2020" ;
dwc:scientificNameAuthorship "(Crawford, 1911)" ;
dwc:species "nigrilla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/58X96> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bactericera_nigrilla> ;

View file

@ -44,7 +44,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Tuthill, 1944) Halbert & Burckhardt, 2020" ;
dwc:scientificNameAuthorship "(Tuthill, 1944)" ;
dwc:species "maritima" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leuronota_maritima> ;
a dwcFP:TaxonConcept .

View file

@ -46,7 +46,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Caldwell, 1936) Halbert & Burckhardt, 2020" ;
dwc:scientificNameAuthorship "(Caldwell, 1936)" ;
dwc:species "bifida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67KNL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Craspedolepta_bifida> ;

View file

@ -45,7 +45,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Crawford, 1911) Halbert & Burckhardt, 2020" ;
dwc:scientificNameAuthorship "(Crawford, 1911)" ;
dwc:species "nigrilla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/58X96> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bactericera_nigrilla> ;

View file

@ -42,7 +42,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Tuthill, 1944) Halbert & Burckhardt, 2020" ;
dwc:scientificNameAuthorship "(Tuthill, 1944)" ;
dwc:species "caldwelli" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kuwayama_caldwelli> ;
a dwcFP:TaxonConcept .

View file

@ -13,15 +13,15 @@
# Error: Could not add TaxonConceptCitation
# Error: Could not produce taxonNameURI
# Error: Could not produce taxonNameURI
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1201:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1213:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:901:13)
# at file:///app/src/gg2rdf.ts:306:11
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1236:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1248:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:952:13)
# at file:///app/src/gg2rdf.ts:341:11
# at y.forEach (<anonymous>)
# at makeTreatment (file:///app/src/gg2rdf.ts:291:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:85:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at makeTreatment (file:///app/src/gg2rdf.ts:326:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:96:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7) ;
dc:creator "Info Flora" ;
dc:title "Bidens tripartita L." ;

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -88,7 +88,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:scientificNameAuthorship "(Cassis & Schuh, 2012) Bergroth" ;
dwc:scientificNameAuthorship "(Cassis & Schuh, 2012)" ;
dwc:tribe "Myiommini" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myiommini> ;
a dwcFP:TaxonConcept .

View file

@ -38,7 +38,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:scientificNameAuthorship "(Cassis & Schuh, 2012) Bergroth" ;
dwc:scientificNameAuthorship "(Cassis & Schuh, 2012)" ;
dwc:tribe "Myiommini" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myiommini> ;
a dwcFP:TaxonConcept .

View file

@ -42,7 +42,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:scientificNameAuthorship "(Cassis & Schuh, 2012) Bergroth, 1924", "(Cassis & Schuh, 2012) Bergroth" ;
dwc:scientificNameAuthorship "(Cassis & Schuh, 2012)" ;
dwc:tribe "Myiommini" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myiommini> ;
a dwcFP:TaxonConcept .

View file

@ -44,7 +44,7 @@
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Chhapgar, 1957) Trivedi & Gosavi & Vachhrajani & Mitra & Ravinesh & Ng, 2020" ;
dwc:scientificNameAuthorship "(Chhapgar, 1957)" ;
dwc:species "vicajii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/84GQ2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arcotheres_vicajii> ;

View file

@ -45,7 +45,7 @@
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wood-Mason, 1871) Mitra & Monica & Waikhom, 2020" ;
dwc:scientificNameAuthorship "(Wood-Mason, 1871)" ;
dwc:species "pealianus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/84GQB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Badistemon_pealianus> ;

View file

@ -47,7 +47,7 @@
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ashmead, 1893) Förster" ;
dwc:scientificNameAuthorship "(Ashmead, 1893)" ;
dwc:species "annulicornis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trimorus_annulicornis> ;
a dwcFP:TaxonConcept .

View file

@ -13,10 +13,13 @@
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.gatherJobsForFullUpdate (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:180:7)
# at async GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:99:11)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -124,7 +124,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Waterhouse, 1875) Arrow, 1941" ;
dwc:scientificNameAuthorship "(Waterhouse, 1875)" ;
dwc:species "albohirtum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dermolepida_albohirtum> ;
a dwcFP:TaxonConcept .

View file

@ -43,7 +43,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Germar, 1848) Burmeister, 1855" ;
dwc:scientificNameAuthorship "(Germar, 1848)" ;
dwc:species "heterodactyla" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhopaea_heterodactyla> ;
a dwcFP:TaxonConcept .

View file

@ -42,7 +42,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Burmeister, 1855) Blackburn, 1911" ;
dwc:scientificNameAuthorship "(Burmeister, 1855)" ;
dwc:species "tasmanicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Antitrogus_tasmanicus> ;
a dwcFP:TaxonConcept .

View file

@ -45,7 +45,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Waterhouse, 1875) Arrow, 1941" ;
dwc:scientificNameAuthorship "(Waterhouse, 1875)" ;
dwc:species "albohirtum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dermolepida_albohirtum> ;
a dwcFP:TaxonConcept .
@ -147,7 +147,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Type) Waterhouse, 1875" ;
dwc:scientificNameAuthorship "(Type)" ;
dwc:species "albohirtum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lepidioderma_albohirtum> ;
a dwcFP:TaxonConcept .

View file

@ -46,7 +46,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Nonfried, 1894) Arrow, 1941" ;
dwc:scientificNameAuthorship "(Nonfried, 1894)" ;
dwc:species "lixi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dermolepida_lixi> ;
a dwcFP:TaxonConcept .

View file

@ -44,7 +44,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Blackburn, 1892) Britton, 1978" ;
dwc:scientificNameAuthorship "(Blackburn, 1892)" ;
dwc:species "mussoni" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Antitrogus_mussoni> ;
a dwcFP:TaxonConcept .

View file

@ -43,7 +43,7 @@
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Blackburn, 1898) Britton, 1978" ;
dwc:scientificNameAuthorship "(Blackburn, 1898)" ;
dwc:species "morbillosus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Antitrogus_morbillosus> ;
a dwcFP:TaxonConcept .

View file

@ -44,7 +44,7 @@
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Quate, 1996) Cordeiro & Bravo & Chagas, 2015" ;
dwc:scientificNameAuthorship "(Quate, 1996)" ;
dwc:species "pollicaris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9HWFL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Feuerborniella_pollicaris> ;

View file

@ -13,15 +13,15 @@
# Error: Could not add TaxonConceptCitation
# Error: Could not produce taxonNameURI
# Error: Could not produce taxonNameURI
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1201:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1213:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:901:13)
# at file:///app/src/gg2rdf.ts:306:11
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1236:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1248:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:952:13)
# at file:///app/src/gg2rdf.ts:341:11
# at y.forEach (<anonymous>)
# at makeTreatment (file:///app/src/gg2rdf.ts:291:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:85:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at makeTreatment (file:///app/src/gg2rdf.ts:326:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:96:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7) ;
dc:creator "Info Flora" ;
dc:title "Sanguisorba minor subsp. minor" ;