GG2RDF 2024-07-25T02:23:59.425Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-25 02:24:11 +00:00
parent 9b36d34ca9
commit 71584ee001
5 changed files with 560 additions and 0 deletions

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/03DF87B4E0315D41FCE0FC3C3A1CFCC7>
dc:creator "Soto-Adames, Felipe N.; Anderson, Evan W." ;
dc:title "Seira brasiliana" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Seira_brasiliana_Arle_1939> ;
trt:publishedIn <http://dx.doi.org/10.1653/024.100.0107> ;
a trt:Treatment .
<http://dx.doi.org/10.1653/024.100.0107>
bibo:endPage "32" ;
bibo:issue "1" ;
bibo:journal "Florida Entomologist" ;
bibo:pubDate "2017-03-31" ;
bibo:startPage "32" ;
bibo:volume "100" ;
dc:creator "Soto-Adames, Felipe N.; Anderson, Evan W." ;
dc:date "2017" ;
dc:title "Two new species and new records of springtails (Collembola: Entomobryidae, Paronellidae) from Nevis, Lesser Antilles" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Seira_brasiliana_Arle_1939>
dwc:authority "(Arle)" ;
dwc:baseAuthorityName "Arle" ;
dwc:baseAuthorityYear "1939" ;
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Seira" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Arle, 1939)" ;
dwc:species "brasiliana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6YCCJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Seira_brasiliana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Seira_brasiliana>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Seira" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brasiliana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Seira> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Seira>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Seira" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryidae>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha>
dwc:class "Collembola" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03DF87B4E0315D41FCE0FDEA3B9BFA10>
dc:creator "Soto-Adames, Felipe N.; Anderson, Evan W." ;
dc:title "Entomobrya linda Soto-Adames 2002" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Entomobrya_linda_Soto-Adames_2002> ;
trt:publishedIn <http://dx.doi.org/10.1653/024.100.0107> ;
a trt:Treatment .
<http://dx.doi.org/10.1653/024.100.0107>
bibo:endPage "32" ;
bibo:issue "1" ;
bibo:journal "Florida Entomologist" ;
bibo:pubDate "2017-03-31" ;
bibo:startPage "32" ;
bibo:volume "100" ;
dc:creator "Soto-Adames, Felipe N.; Anderson, Evan W." ;
dc:date "2017" ;
dc:title "Two new species and new records of springtails (Collembola: Entomobryidae, Paronellidae) from Nevis, Lesser Antilles" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Entomobrya_linda_Soto-Adames_2002>
dwc:authority "Soto-Adames" ;
dwc:authorityName "Soto-Adames" ;
dwc:authorityYear "2002" ;
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Entomobrya" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Soto-Adames, 2002" ;
dwc:species "linda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6FF2J> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Entomobrya_linda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Entomobrya_linda>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Entomobrya" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "linda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobrya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobrya>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Entomobrya" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryidae>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha>
dwc:class "Collembola" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
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,91 @@
@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/03DF87B4E03C5D4CFC90FCB93A12FBBA>
dc:creator "Soto-Adames, Felipe N.; Anderson, Evan W." ;
dc:title "Lepidocyrtus nigrosetosus Folsom" ;
trt:publishedIn <http://dx.doi.org/10.1653/024.100.0107> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Lepidocyrtus_nigrosetosus> ;
a trt:Treatment .
<http://dx.doi.org/10.1653/024.100.0107>
bibo:endPage "32" ;
bibo:issue "1" ;
bibo:journal "Florida Entomologist" ;
bibo:pubDate "2017-03-31" ;
bibo:startPage "32" ;
bibo:volume "100" ;
dc:creator "Soto-Adames, Felipe N.; Anderson, Evan W." ;
dc:date "2017" ;
dc:title "Two new species and new records of springtails (Collembola: Entomobryidae, Paronellidae) from Nevis, Lesser Antilles" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Lepidocyrtus_nigrosetosus>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Lepidocyrtus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigrosetosus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidocyrtus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidocyrtus>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:genus "Lepidocyrtus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryidae>
dwc:class "Collembola" ;
dwc:family "Entomobryidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha>
dwc:class "Collembola" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
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,138 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/30475F36FF97FFFA4CD5E10FFAF7A070>
cito:cites <http://dx.doi.org/10.5281/zenodo.12814831> ;
dc:creator "Song, YueHua; Li, ZiZhong; Dai, RenHuai" ;
dc:title "Dentaneura henanensis Song, Li & Dai 2016, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/30475F36FF97FFFA4CD5E10FFAF7A070.mc.0886E47DFF97FFFA4CD5E555FCE2A352>, <http://tb.plazi.org/GgServer/dwcaRecords/30475F36FF97FFFA4CD5E10FFAF7A070.mc.0886E47DFF97FFFA4CF1E50EFDF0A377> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dentaneura_henanensis_Song_2016> ;
trt:publishedIn <http://dx.doi.org/10.1653/024.099.0305> ;
a trt:Treatment .
<http://dx.doi.org/10.1653/024.099.0305>
bibo:endPage "375" ;
bibo:issue "3" ;
bibo:journal "Florida Entomologist" ;
bibo:pubDate "2016-09-30" ;
bibo:startPage "371" ;
bibo:volume "99" ;
dc:creator "Song, YueHua; Li, ZiZhong; Dai, RenHuai" ;
dc:date "2016" ;
dc:title "A remarkable new genus and species of Erythroneurini (Hemiptera: Cicadellidae: Typhlocybinae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12814831> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dentaneura_henanensis_Song_2016>
dwc:authority "Song, Li & Dai" ;
dwc:authorityName "Song, Li & Dai" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Dentaneura" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Song, Li & Dai, 2016" ;
dwc:species "henanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JRNL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dentaneura_henanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dentaneura_henanensis>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Dentaneura" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "henanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dentaneura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dentaneura>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Dentaneura" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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.12814831>
dc:description "Figs. 112. Dentaneura henanensis Song, Li & Dai sp. nov. (male). 1. Habitus, dorsal view; 2. habitus, lateral view; 3. face; 4. wings (forewing and hind wing); 5. abdominal apodemes; 6. head and thorax, dorsal view; 7. pygofer, lateral view; 8. subgenital plate; 9. style; 10. aedeagus, lateral view; 11. aedeagus, ventral view; 12. connective." ;
fabio:hasRepresentation <https://zenodo.org/record/12814831/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/30475F36FF97FFFA4CD5E10FFAF7A070.mc.0886E47DFF97FFFA4CD5E555FCE2A352>
dwc:eventDate "2008-08-17" ;
dwc:locality "Mt. Baiyun" ;
dwc:recordedBy "Yuehua Song & Can Li." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1350" ;
dwc:verbatimLatitude "33.6" ;
dwc:verbatimLongitude "111.83" ;
trt:httpUri <https://treatment.plazi.org/id/30475F36FF97FFFA4CD5E10FFAF7A070#0886E47DFF97FFFA4CD5E555FCE2A352> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/30475F36FF97FFFA4CD5E10FFAF7A070.mc.0886E47DFF97FFFA4CF1E50EFDF0A377>
dwc:eventDate "2008-08-17" ;
dwc:locality "Mt. Baiyun" ;
dwc:recordedBy "Yuehua Song & Can Li." ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1350" ;
dwc:verbatimLatitude "33.6" ;
dwc:verbatimLongitude "111.83" ;
trt:httpUri <https://treatment.plazi.org/id/30475F36FF97FFFA4CD5E10FFAF7A070#0886E47DFF97FFFA4CF1E50EFDF0A377> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/B541710CFFD5290C9B453973FA065FCC>
cito:cites <http://dx.doi.org/10.5281/zenodo.12814925> ;
dc:creator "Myartseva, Svetlana N.; Ruíz-Cancino, Enrique; Coronado-Blanco, Juana María; Lomelí-Flores, José Refugio; Hernández-de, R. C." ;
dc:title "Coccophagus funiculatus Myartseva & Ruíz-Cancino & Coronado-Blanco & Lomelí-Flores & Hernández-de 2016, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Coccophagus_funiculatus_Myartseva_2016> ;
trt:publishedIn <http://dx.doi.org/10.1653/024.099.0434> ;
a trt:Treatment .
<http://dx.doi.org/10.1653/024.099.0434>
bibo:endPage "784" ;
bibo:issue "4" ;
bibo:journal "Florida Entomologist" ;
bibo:pubDate "2016-12-31" ;
bibo:startPage "781" ;
bibo:volume "99" ;
dc:creator "Myartseva, Svetlana N.; Ruíz-Cancino, Enrique; Coronado-Blanco, Juana María; Lomelí-Flores, José Refugio; Hernández-de, R. C." ;
dc:date "2016" ;
dc:title "Parasitoids (Hymenoptera: Chalcidoidea) of Toumeyella scales (Hemiptera: Coccidae) in the New World, with description of a new species from Mexico" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12814925> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Coccophagus_funiculatus_Myartseva_2016>
dwc:authority "Myartseva" ;
dwc:authorityName "Myartseva & Ruíz-Cancino & Coronado-Blanco & Lomelí-Flores & Hernández-de" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Aphelinidae" ;
dwc:genus "Coccophagus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Myartseva & Ruíz-Cancino & Coronado-Blanco & Lomelí-Flores & Hernández-de, 2016" ;
dwc:species "funiculatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C9GN8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Coccophagus_funiculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Coccophagus_funiculatus>
dwc:class "Insecta" ;
dwc:family "Aphelinidae" ;
dwc:genus "Coccophagus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "funiculatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coccophagus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coccophagus>
dwc:class "Insecta" ;
dwc:family "Aphelinidae" ;
dwc:genus "Coccophagus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphelinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphelinidae>
dwc:class "Insecta" ;
dwc:family "Aphelinidae" ;
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.12814925>
dc:description "Figs. 18. Coccophagus funiculatus, sp. nov., female. 1, Lateral view of body; 2, mesoscutum, dorsal view; 3, mandible; 4, antenna; 5, stigmal and postmarginal veins; 6, mid-tarsus and mid-tibial spur; 7, antenna with sensilla; 8, 1st funicular segment." ;
fabio:hasRepresentation <https://zenodo.org/record/12814925/files/figure.png> ;
a fabio:Figure .