GG2RDF 2024-07-12T01:09:35.164Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-12 01:10:16 +00:00
parent d80aaa862f
commit 201bbc2e69
4030 changed files with 374669 additions and 13705 deletions

View file

@ -0,0 +1,113 @@
@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/03F07C01D620C26EFE98E146FDC52DD5>
dc:creator "Vas, Zoltán" ;
dc:title "Charops lucianae Santos et Onody 2019" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D620C26EFE98E146FDC52DD5.mc.3B31C74AD620C26EFEC2E10EFB932D5A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_lucianae_Santos_2019> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_lucianae_Santos_2019>
dwc:authority "Santos et Onody, 2019" ;
dwc:authorityName "Santos et Onody" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santos & Onody, 2019" ;
dwc:species "lucianae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_lucianae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_lucianae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lucianae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D620C26EFE98E146FDC52DD5.mc.3B31C74AD620C26EFEC2E10EFB932D5A>
dwc:locality "San Jose de Metan" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D620C26EFE98E146FDC52DD5#3B31C74AD620C26EFEC2E10EFB932D5A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F07C01D621C26CFE32E17DFE042982>
dc:creator "Vas, Zoltán" ;
dc:title "Charops cantator" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_cantator_DeGeer_1778> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_cantator_DeGeer_1778>
dwc:authority "(DeGeer, 1778)" ;
dwc:baseAuthorityName "DeGeer" ;
dwc:baseAuthorityYear "1778" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(DeGeer, 1778)" ;
dwc:species "cantator" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TPK6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_cantator> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_cantator>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cantator" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,116 @@
@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/03F07C01D621C26FFE20E623FDAB2B3D>
dc:creator "Vas, Zoltán" ;
dc:title "Charops armatus Seyrig 1935" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D621C26FFE20E623FDAB2B3D.mc.3B31C74AD621C26FFEA7E6EBFBC82ABF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_armatus_Seyrig_1935> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_armatus_Seyrig_1935>
dwc:authority "Seyrig, 1935" ;
dwc:authorityName "Seyrig" ;
dwc:authorityYear "1935" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Seyrig, 1935" ;
dwc:species "armatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TPJX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_armatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_armatus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "armatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D621C26FFE20E623FDAB2B3D.mc.3B31C74AD621C26FFEA7E6EBFBC82ABF>
dwc:eventDate "1912-03" ;
dwc:locality "Marako" ;
dwc:verbatimElevation "1" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D621C26FFE20E623FDAB2B3D#3B31C74AD621C26FFEA7E6EBFBC82ABF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F07C01D621C26FFE24E73BFBC92CFA>
dc:creator "Vas, Zoltán" ;
dc:title "Charops ater Szepligeti 1908" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_ater_Szepligeti_1908> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_ater_Szepligeti_1908>
dwc:authority "Szepligeti, 1908" ;
dwc:authorityName "Szepligeti" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Szepligeti, 1908" ;
dwc:species "ater" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TPJZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_ater> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_ater>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ater" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,119 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F07C01D621C26FFE32E568FDE429F3>
dc:creator "Vas, Zoltán" ;
dc:title "Charops cantator" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D621C26FFE32E568FDE429F3.mc.3B31C74AD621C26FFEA0E550FCB6294C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_cantator_DeGeer_1778> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_cantator_DeGeer_1778>
dwc:authority "(DeGeer, 1778)" ;
dwc:baseAuthorityName "DeGeer" ;
dwc:baseAuthorityYear "1778" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(DeGeer, 1778)" ;
dwc:species "cantator" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TPK6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_cantator> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_cantator>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cantator" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D621C26FFE32E568FDE429F3.mc.3B31C74AD621C26FFEA0E550FCB6294C>
dwc:eventDate "2005-04-26" ;
dwc:locality "An Nasra" ;
dwc:recordedBy "N. Rahme & Rahme, A & Markus, A & A. Podlussany" ;
dwc:verbatimElevation "1" ;
dwc:verbatimLatitude "34.754265" ;
dwc:verbatimLongitude "36.295433" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D621C26FFE32E568FDE429F3#3B31C74AD621C26FFEA0E550FCB6294C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F07C01D622C262FE33E68CFEE22E22>
cito:cites <http://dx.doi.org/10.5281/zenodo.12626389> ;
dc:creator "Vas, Zoltán" ;
dc:title "Charops electrinus Vas, 2020, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D622C262FE33E68CFEE22E22.mc.3B31C74AD622C26CFE94E751FC5D2BA8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_electrinus_Vas_2020> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12626389> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_electrinus_Vas_2020>
dwc:authorityName "Vas" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vas, 2020" ;
dwc:species "electrinus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_electrinus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_electrinus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "electrinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.12626389>
dc:description "Figs 46. Charops electrinus sp. n., holotype: 4 = lateral habitus, 5 = head, frontal view, 6 = fore wing, distal abscissa of Rs (scale bar on Fig. 4 = 1 mm)" ;
fabio:hasRepresentation <https://zenodo.org/record/12626389/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D622C262FE33E68CFEE22E22.mc.3B31C74AD622C26CFE94E751FC5D2BA8>
dwc:catalogNumber "HNHM-HYM 153213" ;
dwc:collectionCode "HNHM" ;
dwc:eventDate "1913-08" ;
dwc:locality "Budapest" ;
dwc:recordedBy "Mujenje & Katona & K. Kittenberger & Id. No. & The" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D622C262FE33E68CFEE22E22#3B31C74AD622C26CFE94E751FC5D2BA8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,116 @@
@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/03F07C01D622C26CFE6DE5B4FCFE2A8A>
dc:creator "Vas, Zoltán" ;
dc:title "Charops diversipes Roman 1910" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D622C26CFE6DE5B4FCFE2A8A.mc.3B31C74AD622C26CFEC2E67CFB9A2A04> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_diversipes_Roman_1910> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_diversipes_Roman_1910>
dwc:authority "Roman, 1910" ;
dwc:authorityName "Roman" ;
dwc:authorityYear "1910" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Roman, 1910" ;
dwc:species "diversipes" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TPKB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_diversipes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_diversipes>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "diversipes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D622C26CFE6DE5B4FCFE2A8A.mc.3B31C74AD622C26CFEC2E67CFB9A2A04>
dwc:eventDate "1913-07" ;
dwc:locality "Mujenje" ;
dwc:recordedBy "Katona & K. Kittenberger" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D622C26CFE6DE5B4FCFE2A8A#3B31C74AD622C26CFEC2E67CFB9A2A04> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F07C01D626C26EFE42E568FCB22C8D>
cito:cites <http://dx.doi.org/10.5281/zenodo.12626387> ;
dc:creator "Vas, Zoltán" ;
dc:title "Charops aeruginosus Vas, 2020, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D626C26EFE42E568FCB22C8D.mc.3B31C74AD626C268FE93E50DFC0E29CA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_aeruginosus_Vas_2020> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12626387> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_aeruginosus_Vas_2020>
dwc:authorityName "Vas" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vas, 2020" ;
dwc:species "aeruginosus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_aeruginosus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_aeruginosus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "aeruginosus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.12626387>
dc:description "Figs 13. Charops aeruginosus sp. n., holotype: 1 = lateral habitus, 2 = head, frontal view, 3 = fore wing, distal abscissa of Rs (scale bar on Fig. 1 = 1 mm)" ;
fabio:hasRepresentation <https://zenodo.org/record/12626387/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D626C26EFE42E568FCB22C8D.mc.3B31C74AD626C268FE93E50DFC0E29CA>
dwc:catalogNumber "HNHM-HYM 153211, HNHM-HYM 153212" ;
dwc:collectionCode "HNHM" ;
dwc:eventDate "1909-02" ;
dwc:locality "Collection" ;
dwc:recordedBy "Formosa & Kosempo & Jiasianpu & Jiasian & Sauter & Id. No. & Teraso & Manchoutsun & The" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D626C26EFE42E568FCB22C8D#3B31C74AD626C268FE93E50DFC0E29CA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F07C01D62DC261FE1BE4D3FE762CD6>
cito:cites <http://dx.doi.org/10.5281/zenodo.12626391> ;
dc:creator "Vas, Zoltán" ;
dc:title "Charops juliannae Vas, 2020, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D62DC261FE1BE4D3FE762CD6.mc.3B31C74AD62DC263FE63E577FD5A29A6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Charops_juliannae_Vas_2020> ;
trt:publishedIn <http://dx.doi.org/10.17109/azh.66.3.247.2020> ;
a trt:Treatment .
<http://dx.doi.org/10.17109/azh.66.3.247.2020>
bibo:endPage "264" ;
bibo:issue "3" ;
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
bibo:pubDate "2020-08-14" ;
bibo:startPage "247" ;
bibo:volume "66" ;
dc:creator "Vas, Zoltán" ;
dc:date "2020" ;
dc:title "New Species And Records Of Charops Holmgren, 1859 (Hymenoptera: Ichneumonidae: Campopleginae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12626391> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Charops_juliannae_Vas_2020>
dwc:authorityName "Vas" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vas, 2020" ;
dwc:species "juliannae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Charops_juliannae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Charops_juliannae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "juliannae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Charops>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Charops" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.12626391>
dc:description "Figs 79. Charops juliannae sp. n., holotype: 7 = lateral habitus, 8 = head, frontal view, 9 = fore wing, distal abscissa of Rs (scale bar on Fig. 7 = 1 mm)" ;
fabio:hasRepresentation <https://zenodo.org/record/12626391/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F07C01D62DC261FE1BE4D3FE762CD6.mc.3B31C74AD62DC263FE63E577FD5A29A6>
dwc:catalogNumber "HNHM-HYM 153214" ;
dwc:collectionCode "HNHM" ;
dwc:eventDate "1905-11" ;
dwc:locality "Budapest" ;
dwc:recordedBy "Africa & Katona & K. Kittenberger & Id. No. & The" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F07C01D62DC261FE1BE4D3FE762CD6#3B31C74AD62DC263FE63E577FD5A29A6> ;
a dwc:MaterialCitation .