GG2RDF 2024-07-27T17:26:43.674Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-27 17:26:56 +00:00
parent a00ba20693
commit 5cdff346b5
3 changed files with 360 additions and 24 deletions

View file

@ -8,15 +8,87 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - 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 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)
<http://treatment.plazi.org/id/03B71833FF93B31E2CA19772FD96FA78>
dc:creator "Selis, Marco; Carpenter, James M." ;
dc:title "Afrepipona Giordani Soika 1965" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Afrepipona_Soika_1965> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.944.2607> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.944.2607>
bibo:endPage "80" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "1" ;
bibo:volume "944" ;
dc:creator "Selis, Marco; Carpenter, James M." ;
dc:date "2024" ;
dc:title "Revision of the Afrotropical genus Afrepipona Giordani Soika, 1965 and description of Afrepsilon gen. nov. (Hymenoptera: Vespidae: Eumeninae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Afrepipona_Soika_1965>
dwc:authority "Giordani Soika, 1965" ;
dwc:authorityName "Giordani Soika" ;
dwc:authorityYear "1965" ;
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Afrepipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Giordani Soika, 1965" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/PZW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Afrepipona> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Afrepipona>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Afrepipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eumenidae>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,194 @@
@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/03B71833FFBFB33C2E0B9112FB13FD32>
cito:cites <http://dx.doi.org/10.5281/zenodo.12808591>, <http://dx.doi.org/10.5281/zenodo.12808640> ;
dc:creator "Selis, Marco; Carpenter, James M." ;
dc:title "Afrepipona macrocephala" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B71833FFBFB33C2E0B9112FB13FD32.mc.3B76A378FFBFB33E2CA193B0FB9CF87D>, <http://tb.plazi.org/GgServer/dwcaRecords/03B71833FFBFB33C2E0B9112FB13FD32.mc.3B76A378FFBDB33C2CA19512FC4EFE9C>, <http://tb.plazi.org/GgServer/dwcaRecords/03B71833FFBFB33C2E0B9112FB13FD32.mc.3B76A378FFBDB33C2FB09512FAABFE9C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Afrepipona_macrocephala_Gribodo_1894> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Odynerus_macrocephalus_Gribodo_1894> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.944.2607> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.944.2607>
bibo:endPage "80" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "1" ;
bibo:volume "944" ;
dc:creator "Selis, Marco; Carpenter, James M." ;
dc:date "2024" ;
dc:title "Revision of the Afrotropical genus Afrepipona Giordani Soika, 1965 and description of Afrepsilon gen. nov. (Hymenoptera: Vespidae: Eumeninae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12808591>, <http://dx.doi.org/10.5281/zenodo.12808640> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Afrepipona_macrocephala_Gribodo_1894>
dwc:authority "(Gribodo, 1894)" ;
dwc:baseAuthorityName "Gribodo" ;
dwc:baseAuthorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Afrepipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Gribodo, 1894)" ;
dwc:species "macrocephala" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65DFD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Afrepipona_macrocephala> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Odynerus_macrocephalus_Gribodo_1894>
dwc:authority "Gribodo" ;
dwc:authorityName "Gribodo" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gribodo, 1894" ;
dwc:species "macrocephalus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65DFD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odynerus_macrocephalus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Afrepipona_macrocephala>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Afrepipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "macrocephala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Afrepipona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Afrepipona>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Afrepipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eumenidae>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odynerus_macrocephalus>
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "macrocephalus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odynerus>
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vespidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vespidae>
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.12808591>
dc:description "Fig. 11. Afrepipona macrocephala (Gribodo, 1894). A, C, EF. ♀ from Mozambique (MSNVE). B, D. ♂ from Delagoa (MSNVE). A. Habitus, dorsal view. BC. Head, frontal view. D. Flagellum, lateral view. E. Head, dorsal view. F. T23. dorsal view. Scale bars: AC, EF = 1 mm; D = 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/12808591/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12808640>
dc:description "Fig. 27. Male genitalia: aedeagus in ventral view, aedeagus in lateral view, digitus. A. Afrepipona angusta (de Saussure, 1863) from Adi Keyh (MSVI). B. Afrepipona cellularis sp. nov., holotype from Nyamandhlovu (MSNVE). C. Afrepipona clonata sp. nov., holotype from Nairobi (MSNVE). D. Afrepipona cuprea sp. nov., paratype from Malindi (MSVI). E. Afrepipona lamptoensis Giordani Soika, 1965 from Lamto (AMNH).F. Afrepipona lobulata sp. nov.,holotype from Lubumbashi (AMNH). G. Afrepipona macrocephala (Gribodo, 1894) from Delagoa (MSNVE). H. Afrepipona meridionalis sp. nov., holotype from Durban (MSNVE). I. Afrepipona occidentalis sp. nov., paratype from Lamto (MSNVE).J. Afrepipona punctatissima sp. nov.,holotype from Maralal (MSNVE).K. Afrepipona scabra sp. nov., paratype from Kabongo (MSNVE). L. Afrepipona segregata sp. nov., holotype from Tulear (NHMW). M. Afrepipona tertia Gusenleitner, 2011, holotype from Bangui (OLML). N. Afrepipona ulterior sp. nov., paratype from Pretoria (MSVI). O. Afrepipona vulcanica sp. nov., paratype from Mount Kilimanjaro (MSVI). P. Afrepsilon ferrugineoaureum gen. et sp. nov., paratype from Berea (MSVI). Q. Afrepsilon minor gen. et gen. et sp. nov., holotype from Mount Kilimanjaro (OLML)." ;
fabio:hasRepresentation <https://zenodo.org/record/12808640/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B71833FFBFB33C2E0B9112FB13FD32.mc.3B76A378FFBFB33E2CA193B0FB9CF87D>
dwc:collectionCode "MZUB" ;
dwc:eventDate "1848-01-31" ;
dwc:locality "Magnarra river" ;
dwc:recordedBy "Fornasini" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03B71833FFBFB33C2E0B9112FB13FD32#3B76A378FFBFB33E2CA193B0FB9CF87D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B71833FFBFB33C2E0B9112FB13FD32.mc.3B76A378FFBDB33C2CA19512FC4EFE9C>
dwc:collectionCode "MSNVE" ;
dwc:locality "Rikatla" ;
dwc:recordedBy "Junod" ;
trt:httpUri <https://treatment.plazi.org/id/03B71833FFBFB33C2E0B9112FB13FD32#3B76A378FFBDB33C2CA19512FC4EFE9C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B71833FFBFB33C2E0B9112FB13FD32.mc.3B76A378FFBDB33C2FB09512FAABFE9C>
dwc:collectionCode "MSNVE" ;
dwc:locality "Mozambique" ;
dwc:recordedBy "Muir" ;
trt:httpUri <https://treatment.plazi.org/id/03B71833FFBFB33C2E0B9112FB13FD32#3B76A378FFBDB33C2FB09512FAABFE9C> ;
a dwc:MaterialCitation .

View file

@ -8,15 +8,85 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - 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 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)
<http://treatment.plazi.org/id/03B71833FFEDB36B2CA191D9FDBDFA7C>
dc:creator "Selis, Marco; Carpenter, James M." ;
dc:title "Afrepsilon Selis & Carpenter, 2024, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Afrepsilon_Selis_2024> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.944.2607> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.944.2607>
bibo:endPage "80" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "1" ;
bibo:volume "944" ;
dc:creator "Selis, Marco; Carpenter, James M." ;
dc:date "2024" ;
dc:title "Revision of the Afrotropical genus Afrepipona Giordani Soika, 1965 and description of Afrepsilon gen. nov. (Hymenoptera: Vespidae: Eumeninae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Afrepsilon_Selis_2024>
dwc:authorityName "Selis & Carpenter" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:genus "Afrepsilon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Selis & Carpenter, 2024" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Afrepsilon> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Afrepsilon>
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:genus "Afrepsilon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vespidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vespidae>
dwc:class "Insecta" ;
dwc:family "Vespidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .