GG2RDF 2024-07-04T10:51:45.858Z full update: 048 of 241 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-07-04 11:08:51 +00:00
parent 11d81b7deb
commit fdea80c9b6
3000 changed files with 381216 additions and 0 deletions

View file

@ -0,0 +1,120 @@
@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/C0ED69D52027AC4EDE632A2A9D935B43>
dc:creator "Dean, David Allen" ;
dc:title "Wulfila saltabundus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Wulfila_saltabundus_Hentz_1847> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Wulfila_saltabunda> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.570.6095> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.570.6095>
bibo:endPage "703" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2016-03-02" ;
bibo:startPage "1" ;
bibo:volume "570" ;
dc:creator "Dean, David Allen" ;
dc:date "2016" ;
dc:title "Catalogue of Texas spiders" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Wulfila_saltabundus_Hentz_1847>
dwc:LSID "C0ED69D5-2027-AC4E-DE63-2A2A9D935B43" ;
dwc:authority "(Hentz, 1847)" ;
dwc:baseAuthorityName "Hentz" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Arachnida" ;
dwc:family "Anyphaenidae" ;
dwc:genus "Wulfila" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hentz, 1847)" ;
dwc:species "saltabundus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Wulfila_saltabundus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Wulfila_saltabundus>
dwc:class "Arachnida" ;
dwc:family "Anyphaenidae" ;
dwc:genus "Wulfila" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "saltabundus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Wulfila> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Wulfila>
dwc:class "Arachnida" ;
dwc:family "Anyphaenidae" ;
dwc:genus "Wulfila" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anyphaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anyphaenidae>
dwc:class "Arachnida" ;
dwc:family "Anyphaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
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/Wulfila_saltabunda>
dwc:class "Arachnida" ;
dwc:family "Anyphaenidae" ;
dwc:genus "Wulfila" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "saltabunda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Wulfila> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,143 @@
@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/C0ED6E961DDD9EA7EF781AA9FA8C446B>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_glabratorius>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_vespertinus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_mesocastanus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_nigrocastaneus>' due to issues with rank ;
dc:creator "Broad, Gavin R." ;
dc:title "Ctenichneumon nitens Christ 1791" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ctenichneumon_nitens_Christ_1791> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumon_nitens>, <http://taxon-name.plazi.org/id/Animalia/Ctenichneumon_nitens>, <http://taxon-name.plazi.org/id/Animalia/Ichneumon>, <http://taxon-name.plazi.org/id/Animalia/Amblyteles> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ctenichneumon_nitens_Christ_1791>
dwc:ID-ENA "2881804" ;
dwc:authority "Christ, 1791" ;
dwc:authorityName "Christ" ;
dwc:authorityYear "1791" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ctenichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Christ, 1791" ;
dwc:species "nitens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/324DW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ctenichneumon_nitens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ctenichneumon_nitens>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ctenichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nitens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ctenichneumon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ctenichneumon>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ctenichneumon" ;
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://taxon-name.plazi.org/id/Animalia/Ichneumon_nitens>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nitens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumon>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumon" ;
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/Amblyteles>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Amblyteles" ;
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 .

View file

@ -0,0 +1,106 @@
@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/C0ED78D10939A00FDC7DE4C0738CFBD3>
dc:creator "Paprocki, Henrique; Franca, Diogo" ;
dc:title "Macronema rubiginosum Guerin-Meneville 1843" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Macronema_rubiginosum_Guerin-Meneville_1843> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1557> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1557>
bibo:endPage "1557" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1557" ;
bibo:volume "2" ;
dc:creator "Paprocki, Henrique; Franca, Diogo" ;
dc:date "2014" ;
dc:title "Brazilian Trichoptera Checklist II" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Macronema_rubiginosum_Guerin-Meneville_1843>
dwc:authority "Guerin-Meneville, 1843" ;
dwc:authorityName "Guerin-Meneville" ;
dwc:authorityYear "1843" ;
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Macronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Guerin-Meneville, 1843" ;
dwc:species "rubiginosum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/734GX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Macronema_rubiginosum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Macronema_rubiginosum>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Macronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rubiginosum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Macronema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Macronema>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Macronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydropsychidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydropsychidae>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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,89 @@
@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/C0EDB8B3FDEADB48A6AD6F1F8A185ECB>
dc:creator "Asenjo, Angelico" ;
dc:title "Neolindus irmleri Asenjo, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.135.1740> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Neolindus_irmleri> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.135.1740>
bibo:endPage "67" ;
bibo:journal "ZooKeys" ;
bibo:startPage "57" ;
bibo:volume "135" ;
dc:creator "Asenjo, Angelico" ;
dc:date "2011" ;
dc:title "First record of Neolindus Scheerpeltz from French Guiana (Coleoptera, Staphylinidae, Paederinae), with a key to males" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Neolindus_irmleri>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Neolindus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "irmleri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neolindus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neolindus>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Neolindus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
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,89 @@
@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/C0EDCB4ACC922F43D636F32BEB7DF40A>
dc:creator "Luo, Xinyu; Cai, Wanzhi; Qiao, Gexia" ;
dc:title "Togepsylla glutinosae Luo, Cai & Qiao, 2017, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.716.13916> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Togepsylla_glutinosae> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.716.13916>
bibo:endPage "93" ;
bibo:journal "ZooKeys" ;
bibo:startPage "63" ;
bibo:volume "716" ;
dc:creator "Luo, Xinyu; Cai, Wanzhi; Qiao, Gexia" ;
dc:date "2017" ;
dc:title "Half-jumping plant lice - a taxonomic revision of the distinctive psyllid genus Togepsylla Kuwayama with a reassessment of morphology (Hemiptera, Psylloidea)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Togepsylla_glutinosae>
dwc:class "Insecta" ;
dwc:family "Psylloidea" ;
dwc:genus "Togepsylla" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "glutinosae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Togepsylla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Togepsylla>
dwc:class "Insecta" ;
dwc:family "Psylloidea" ;
dwc:genus "Togepsylla" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Psylloidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Psylloidea>
dwc:class "Insecta" ;
dwc:family "Psylloidea" ;
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 .

View file

@ -0,0 +1,128 @@
@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/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/C0EDD993FE435681AE39BB9DCF4D08F7>
cito:cites <http://dx.doi.org/10.3897/zookeys.1147.93824.figure49>, <http://dx.doi.org/10.3897/zookeys.1147.93824.figure50>, <http://dx.doi.org/10.3897/zookeys.1147.93824.figure22> ;
dc:creator "Pall-Gergely, Barna; Hunyadi, Andras; Vermeulen, Jaap J.; Grego, Jozef; Sutcharit, Chirasak; Reischuetz, Alexander; Dumrongrojwattana, Pongrat; Botta-Dukat, Zoltan; Oerstan, Aydin; Fekete, Judit; Jochum, Adrienne" ;
dc:title "Angustopila megastoma Pall-Gergely & Vermeulen 2023, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Angustopila_megastoma_Pall-Gergely_2023> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1147.93824> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1147.93824>
bibo:endPage "177" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2023-02-13" ;
bibo:startPage "1" ;
bibo:volume "1147" ;
dc:creator "Pall-Gergely, Barna; Hunyadi, Andras; Vermeulen, Jaap J.; Grego, Jozef; Sutcharit, Chirasak; Reischuetz, Alexander; Dumrongrojwattana, Pongrat; Botta-Dukat, Zoltan; Oerstan, Aydin; Fekete, Judit; Jochum, Adrienne" ;
dc:date "2023" ;
dc:title "Five times over: 42 new Angustopila species highlight Southeast Asia's rich biodiversity (Gastropoda, Stylommatophora, Hypselostomatidae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1147.93824.figure49>, <http://dx.doi.org/10.3897/zookeys.1147.93824.figure50>, <http://dx.doi.org/10.3897/zookeys.1147.93824.figure22> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Angustopila_megastoma_Pall-Gergely_2023>
dwc:LSID "https://zoobank.org/EA43A4A3-021A-4005-8428-57553F41D5FB" ;
dwc:authority "Páll-Gergely & Vermeulen" ;
dwc:authorityName "Pall-Gergely & Vermeulen" ;
dwc:authorityYear "2023" ;
dwc:class "Gastropoda" ;
dwc:family "Gastrocoptidae" ;
dwc:genus "Angustopila" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pall-Gergely & Vermeulen, 2023" ;
dwc:species "megastoma" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Angustopila_megastoma> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Angustopila_megastoma>
dwc:class "Gastropoda" ;
dwc:family "Gastrocoptidae" ;
dwc:genus "Angustopila" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "megastoma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Angustopila> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Angustopila>
dwc:class "Gastropoda" ;
dwc:family "Gastrocoptidae" ;
dwc:genus "Angustopila" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastrocoptidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastrocoptidae>
dwc:class "Gastropoda" ;
dwc:family "Gastrocoptidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stylommatophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stylommatophora>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Stylommatophora" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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.3897/zookeys.1147.93824.figure49>
dc:description "Figure 49. Angustopila megastoma Pall-Gergely & Vermeulen, sp. nov., (holotype, RMNH 347770). Lateral (A), apical (B), apertural (C) and ventral (D) sides of the shell; sculpture on the protoconch (E), ventral (F) and frontal (G) surface of the body whorl." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/808858> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1147.93824.figure50>
dc:description "Figure 50. Angustopila megastoma Pall-Gergely & Vermeulen, sp. nov., JJV 16596. Lateral (A), apical (B), apertural (C) and ventral (D) sides of the shell; sculpture on the protoconch (E), ventral (F) and frontal (G) surface of the body whorl." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/808859> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1147.93824.figure22>
dc:description "Figure 22. Distribution of Angustopila species." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/808831> ;
a fabio:Figure .

View file

@ -0,0 +1,179 @@
@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/C0EDDAB27E03284A9EBF4FEC823EA06C>
dc:creator "Broad, Gavin R." ;
dc:title "Probles (Probles) erythrostomus Gravenhorst 1829" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Probles_erythrostomus_Gravenhorst_1829> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Porizon_erythrostomus>, <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_minator>, <http://taxon-name.plazi.org/id/Animalia/Porizon>, <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_melanarius> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Probles_erythrostomus_Gravenhorst_1829>
dwc:authority "Gravenhorst, 1829" ;
dwc:authorityName "Gravenhorst" ;
dwc:authorityYear "1829" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Probles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gravenhorst, 1829" ;
dwc:species "erythrostomus" ;
dwc:subGenus "Probles" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4MLWH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Probles_erythrostomus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Probles_erythrostomus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Probles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "erythrostomus" ;
dwc:subGenus "Probles" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Probles_Probles> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Probles_Probles>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Probles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Probles" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Probles> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Probles>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Probles" ;
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://taxon-name.plazi.org/id/Animalia/Porizon_erythrostomus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Porizon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "erythrostomus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Porizon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Porizon>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Porizon" ;
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/Ichneumonoidea_minator>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumonoidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "minator" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumonoidea" ;
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/Ichneumonoidea_melanarius>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumonoidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melanarius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea> ;
a dwcFP:TaxonName .