GG2RDF 2024-07-19T16:22:13.162Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-19 16:22:26 +00:00
parent c017b54e9a
commit 7ff9322458
20 changed files with 2997 additions and 0 deletions

View file

@ -0,0 +1,109 @@
@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/73408791FFC4FF9230B2FAA9FE20F6E2>
dc:creator "Eger, J. E." ;
dc:title "Polytes cingulicornis Bergroth" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_cingulicornis_Bergroth_1904> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_cingulicornis> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_cingulicornis_Bergroth_1904>
dwc:authority "Bergroth 1904: 354" ;
dwc:authorityName "Bergroth" ;
dwc:authorityPageNumber "354" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bergroth, 1904" ;
dwc:species "cingulicornis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_cingulicornis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_cingulicornis>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cingulicornis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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,132 @@
@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/73408791FFC5FF923366F201FC9FFBF8>
dc:creator "Eger, J. E." ;
dc:title "Polytes ruth" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachycoris_ruth_Breddin_1903> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_ruth> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachycoris_ruth_Breddin_1903>
dwc:authority "Breddin 1903 b: 366" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "366" ;
dwc:authorityYear "1903" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1903" ;
dwc:species "ruth" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachycoris_ruth> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_ruth>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ruth" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Pachycoris_ruth>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ruth" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachycoris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachycoris>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,109 @@
@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/73408791FFC8FF9D30B0F3B0FB0CF474>
dc:creator "Eger, J. E." ;
dc:title "Polytes rubromaculatus Distant" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_rubromaculatus_Distant_1911> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_rubromaculatus> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_rubromaculatus_Distant_1911>
dwc:authority "Distant 1911: 243" ;
dwc:authorityName "Distant" ;
dwc:authorityPageNumber "243" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1911" ;
dwc:species "rubromaculatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_rubromaculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_rubromaculatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rubromaculatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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,122 @@
@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/73408791FFC9FF9E37DAF9ACFC60F411>
dc:creator "Eger, J. E." ;
dc:title "Polytes leopardinus Distant" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9E37DAF9ACFC60F411.mc.4B813CDAFFC8FF9E336BF746FD5EF615>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9E37DAF9ACFC60F411.mc.4B813CDAFFC8FF9E3278F6F8FD15F5BE> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_leopardinus_Distant_1911> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_leopardinus> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_leopardinus_Distant_1911>
dwc:authority "Distant 1911: 243 - 244" ;
dwc:authorityName "Distant" ;
dwc:authorityPageNumber "243 - 244" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1911" ;
dwc:species "leopardinus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_leopardinus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_leopardinus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "leopardinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9E37DAF9ACFC60F411.mc.4B813CDAFFC8FF9E336BF746FD5EF615>
dwc:locality "Peru" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFC9FF9E37DAF9ACFC60F411#4B813CDAFFC8FF9E336BF746FD5EF615> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9E37DAF9ACFC60F411.mc.4B813CDAFFC8FF9E3278F6F8FD15F5BE>
dwc:locality "Peru" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFC9FF9E37DAF9ACFC60F411#4B813CDAFFC8FF9E3278F6F8FD15F5BE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,134 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/73408791FFC9FF9F3331F8D6F930FA11>
dc:creator "Eger, J. E." ;
dc:title "Polytes lattini Eger 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F3622FDF2F6C9FD73>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F3829FD62F803FCE2>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F36E2FC90F799FC19>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F394BFCC9F65CFC51> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_lattini_Eger_1990> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_lattini_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "lattini" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_lattini> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_lattini>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lattini" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F3622FDF2F6C9FD73>
dwc:collectionCode "FSCA" ;
dwc:locality "Uctubamba" ;
dwc:recordedBy "L. J. Barkley" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFC9FF9F3331F8D6F930FA11#4B813CDAFFC9FF9F3622FDF2F6C9FD73> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F3829FD62F803FCE2>
dwc:collectionCode "LHR, USNM, JEE" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFC9FF9F3331F8D6F930FA11#4B813CDAFFC9FF9F3829FD62F803FCE2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F36E2FC90F799FC19>
dwc:collectionCode "BMNH" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFC9FF9F3331F8D6F930FA11#4B813CDAFFC9FF9F36E2FC90F799FC19> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFC9FF9F3331F8D6F930FA11.mc.4B813CDAFFC9FF9F394BFCC9F65CFC51>
dwc:collectionCode "RISNB" ;
dwc:locality "Iquitos" ;
dwc:recordedBy "Janvier" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFC9FF9F3331F8D6F930FA11#4B813CDAFFC9FF9F394BFCC9F65CFC51> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,160 @@
@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/73408791FFCBFF933367F3CBFE58F2C7>
dc:creator "Eger, J. E." ;
dc:title "Polytes quechuus Eger 1990, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCBFF933367F3CBFE58F2C7.mc.4B813CDAFFC5FF9333C4F77FFB33F6F9>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCBFF933367F3CBFE58F2C7.mc.4B813CDAFFC5FF9335B2F6E9FB87F675>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCBFF933367F3CBFE58F2C7.mc.4B813CDAFFC5FF9335E1F61BFC8CF51E> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_quechuus_Eger_1990> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_quechuus_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "quechuus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_quechuus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903>
dwc:authority "Breddin 1903 a: 122" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "122" ;
dwc:authorityYear "1903" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1903" ;
dwc:species "fenestra" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_fenestra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_quechuus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quechuus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Polytes_fenestra>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCBFF933367F3CBFE58F2C7.mc.4B813CDAFFC5FF9333C4F77FFB33F6F9>
dwc:collectionCode "BMNH" ;
dwc:locality "Machu picchu" ;
dwc:recordedBy "B. V. & J. S. Ridout" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCBFF933367F3CBFE58F2C7#4B813CDAFFC5FF9333C4F77FFB33F6F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCBFF933367F3CBFE58F2C7.mc.4B813CDAFFC5FF9335B2F6E9FB87F675>
dwc:collectionCode "USNM" ;
dwc:locality "Cushi" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCBFF933367F3CBFE58F2C7#4B813CDAFFC5FF9335B2F6E9FB87F675> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCBFF933367F3CBFE58F2C7.mc.4B813CDAFFC5FF9335E1F61BFC8CF51E>
dwc:collectionCode "DEI" ;
dwc:locality "Amazonas" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCBFF933367F3CBFE58F2C7#4B813CDAFFC5FF9335E1F61BFC8CF51E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@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/73408791FFCDFF9937C7F7F9FC16F31C>
dc:creator "Eger, J. E." ;
dc:title "Polytes fenestra Breddin" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_fenestra> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903>
dwc:authority "Breddin 1903 a: 122" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "122" ;
dwc:authorityYear "1903" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1903" ;
dwc:species "fenestra" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_fenestra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_fenestra>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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,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/73408791FFCDFF9B3332F8DAF593F872>
dc:creator "Eger, J. E." ;
dc:title "Polytes similis Eger 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B3632FC8AF9F0FB82>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B37A0FBABF995FBF3>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B3739FBE3F7F5FB60>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B39DDFB10F84CFA9E>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B369BFB49F662FA0F>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B3887FAF6F7CAF9E9> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_similis_Eger_1990> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_similis_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "similis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_similis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_similis>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "similis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B3632FC8AF9F0FB82>
dwc:collectionCode "FSCA" ;
dwc:locality "Cueva de las Luchuzas" ;
dwc:recordedBy "J. Ch. de Vela" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCDFF9B3332F8DAF593F872#4B813CDAFFCDFF9B3632FC8AF9F0FB82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B37A0FBABF995FBF3>
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCDFF9B3332F8DAF593F872#4B813CDAFFCDFF9B37A0FBABF995FBF3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B3739FBE3F7F5FB60>
dwc:locality "Cueva de las Pavas Canyon" ;
dwc:recordedBy "J. Ch. de Vela" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCDFF9B3332F8DAF593F872#4B813CDAFFCDFF9B3739FBE3F7F5FB60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B39DDFB10F84CFA9E>
trt:httpUri <https://treatment.plazi.org/id/73408791FFCDFF9B3332F8DAF593F872#4B813CDAFFCDFF9B39DDFB10F84CFA9E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B369BFB49F662FA0F>
dwc:locality "Tambillo Grande Canyon" ;
dwc:recordedBy "J. Ch. de Vela" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCDFF9B3332F8DAF593F872#4B813CDAFFCDFF9B369BFB49F662FA0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCDFF9B3332F8DAF593F872.mc.4B813CDAFFCDFF9B3887FAF6F7CAF9E9>
dwc:collectionCode "AMNH, BMNH, FSCA, JEE, LHR, RNH, TAMU, USNM" ;
dwc:locality "Tinga Maria" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCDFF9B3332F8DAF593F872#4B813CDAFFCDFF9B3887FAF6F7CAF9E9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,152 @@
@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/73408791FFCFFF99334BF34FF97DF4C5>
dc:creator "Eger, J. E." ;
dc:title "Polytes bullocki Eger 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCFFF99334BF34FF97DF4C5.mc.4B813CDAFFCFFF99360DF90CF8AEF80C>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCFFF99334BF34FF97DF4C5.mc.4B813CDAFFCFFF993634F8F4F844F7AA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_bullocki_Eger_1990> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_bullocki_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "bullocki" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_bullocki> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903>
dwc:authority "Breddin 1903 a: 122" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "122" ;
dwc:authorityYear "1903" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1903" ;
dwc:species "fenestra" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_fenestra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_bullocki>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bullocki" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Polytes_fenestra>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCFFF99334BF34FF97DF4C5.mc.4B813CDAFFCFFF99360DF90CF8AEF80C>
dwc:collectionCode "USNM" ;
dwc:locality "Huancabamba" ;
dwc:recordedBy "H. Rolle & Berlin, S. W." ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCFFF99334BF34FF97DF4C5#4B813CDAFFCFFF99360DF90CF8AEF80C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFCFFF99334BF34FF97DF4C5.mc.4B813CDAFFCFFF993634F8F4F844F7AA>
dwc:collectionCode "DEI" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFCFFF99334BF34FF97DF4C5#4B813CDAFFCFFF993634F8F4F844F7AA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@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/73408791FFCFFF9F37A7F42AFCA5F899>
dc:creator "Eger, J. E." ;
dc:title "Polytes bicolor" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_bicolor_Distant_1911> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_bicolor> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_bicolor_Distant_1911>
dwc:authority "Distant 1911: 244" ;
dwc:authorityName "Distant" ;
dwc:authorityPageNumber "244" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1911" ;
dwc:species "bicolor" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_bicolor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_bicolor>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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,188 @@
@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/73408791FFD1FF853094F296FCD3FD94>
dc:creator "Eger, J. E." ;
dc:title "Polytes granulatus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD1FF853094F296FCD3FD94.mc.4B813CDAFFD0FF863667F542F863F384>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD1FF853094F296FCD3FD94.mc.4B813CDAFFD0FF86397DF46AF773F36D> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_granulatus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Symphylus_granulatus_Walker_1868>, <http://taxon-concept.plazi.org/id/Animalia/Trichothyreus_vitticeps_Stal_1973> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_granulatus> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Symphylus_granulatus_Walker_1868>
dwc:authority "Walker 1868: 516" ;
dwc:authorityName "Walker" ;
dwc:authorityPageNumber "516" ;
dwc:authorityYear "1868" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Symphylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Walker, 1868" ;
dwc:species "granulatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Symphylus_granulatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Trichothyreus_vitticeps_Stal_1973>
dwc:authority "Stal 1870: 12" ;
dwc:authorityName "Stal, C. H. C. Lyal" ;
dwc:authorityPageNumber "12" ;
dwc:authorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Trichothyreus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stal, C. H. C. Lyal, 1973" ;
dwc:species "vitticeps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trichothyreus_vitticeps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_granulatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "granulatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Symphylus_granulatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Symphylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "granulatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Symphylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Symphylus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Symphylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichothyreus_vitticeps>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Trichothyreus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vitticeps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichothyreus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichothyreus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Trichothyreus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD1FF853094F296FCD3FD94.mc.4B813CDAFFD0FF863667F542F863F384>
dwc:locality "Misfer" ;
dwc:recordedBy "C. H. C. Lyal" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD1FF853094F296FCD3FD94#4B813CDAFFD0FF863667F542F863F384> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD1FF853094F296FCD3FD94.mc.4B813CDAFFD0FF86397DF46AF773F36D>
dwc:locality "Antioquia" ;
dwc:recordedBy "C. H. C. Lyal" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD1FF853094F296FCD3FD94#4B813CDAFFD0FF86397DF46AF773F36D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,121 @@
@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/73408791FFD3FF853379FDCAF6CDFD95>
dc:creator "Eger, J. E." ;
dc:title "Polytes bimaculatus Eger 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF853379FDCAF6CDFD95.mc.4B813CDAFFD3FF8533D8F2DDFE50F1A0>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF853379FDCAF6CDFD95.mc.4B813CDAFFD3FF853081F24FFE1BF11C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_bimaculatus_Eger_1990> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_bimaculatus_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "bimaculatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_bimaculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_bimaculatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bimaculatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF853379FDCAF6CDFD95.mc.4B813CDAFFD3FF8533D8F2DDFE50F1A0>
dwc:locality "Rio Charape" ;
dwc:recordedBy "CHTTownsend" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD3FF853379FDCAF6CDFD95#4B813CDAFFD3FF8533D8F2DDFE50F1A0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF853379FDCAF6CDFD95.mc.4B813CDAFFD3FF853081F24FFE1BF11C>
dwc:collectionCode "USNM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD3FF853379FDCAF6CDFD95#4B813CDAFFD3FF853081F24FFE1BF11C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,167 @@
@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/73408791FFD3FF9B37A6FDC2FDC7F890>
dc:creator "Eger, J. E." ;
dc:title "Polytes confusus Eger 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFD2FF8433C8F128F7F1F1CD>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFD2FF8439F2F1B3F6B2F17E>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFCDFF9B344FFE95FEF0FDC2>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFCDFF9B30E9FDB2FAE9FD3D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_confusus_Eger_1990> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_confusus_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "confusus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_confusus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_fenestra_Breddin_1903>
dwc:authority "Breddin 1903 a: 122" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "122" ;
dwc:authorityYear "1903" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1903" ;
dwc:species "fenestra" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_fenestra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_confusus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "confusus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Polytes_fenestra>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFD2FF8433C8F128F7F1F1CD>
dwc:collectionCode "RISNB" ;
dwc:locality "Huancabamba" ;
dwc:recordedBy "H. Rolle & Berlin, S. W." ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD3FF9B37A6FDC2FDC7F890#4B813CDAFFD2FF8433C8F128F7F1F1CD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFD2FF8439F2F1B3F6B2F17E>
dwc:collectionCode "RISNB" ;
dwc:locality "Perou" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD3FF9B37A6FDC2FDC7F890#4B813CDAFFD2FF8439F2F1B3F6B2F17E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFCDFF9B344FFE95FEF0FDC2>
dwc:collectionCode "DEI" ;
dwc:locality "Huancabamba" ;
dwc:recordedBy "H. Rolle & Berlin, S. W." ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD3FF9B37A6FDC2FDC7F890#4B813CDAFFCDFF9B344FFE95FEF0FDC2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD3FF9B37A6FDC2FDC7F890.mc.4B813CDAFFCDFF9B30E9FDB2FAE9FD3D>
dwc:collectionCode "USNM" ;
dwc:locality "Chauchamayo" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD3FF9B37A6FDC2FDC7F890#4B813CDAFFCDFF9B30E9FDB2FAE9FD3D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,258 @@
@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/73408791FFD5FF813703F477FBE2F54B>
dc:creator "Eger, J. E." ;
dc:title "Polytes tigrinus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD5FF813703F477FBE2F54B.mc.4B813CDAFFD7FF8130DEF998FD05F892>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD5FF813703F477FBE2F54B.mc.4B813CDAFFD7FF8133E6F940FD67F845> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_tigrinus>, <http://taxon-name.plazi.org/id/Animalia/Polytes_velutinus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachycoris_tigrinus_Vollenhoven_1868>, <http://taxon-concept.plazi.org/id/Animalia/Polytes_lineosus_Stal_1870>, <http://taxon-concept.plazi.org/id/Animalia/Polytodes_ochraceus_Horvath_1892>, <http://taxon-concept.plazi.org/id/Animalia/Polytes_onca_Breddin_1904> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_tigrinus> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachycoris_tigrinus_Vollenhoven_1868>
dwc:authority "Vollenhoven 1868: 176 - 177" ;
dwc:authorityName "Vollenhoven" ;
dwc:authorityPageNumber "176 - 177" ;
dwc:authorityYear "1868" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vollenhoven, 1868" ;
dwc:species "tigrinus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachycoris_tigrinus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_lineosus_Stal_1870>
dwc:authority "Stal 1870: 8" ;
dwc:authorityName "Stal" ;
dwc:authorityPageNumber "8" ;
dwc:authorityYear "1870" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stal, 1870" ;
dwc:species "lineosus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_lineosus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytodes_ochraceus_Horvath_1892>
dwc:authority "Horvath 1892: 255 - 256" ;
dwc:authorityName "Horvath" ;
dwc:authorityPageNumber "255 - 256" ;
dwc:authorityYear "1892" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Horvath, 1892" ;
dwc:species "ochraceus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytodes_ochraceus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_onca_Breddin_1904>
dwc:authority "Breddin 1904: 49" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "49" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1904" ;
dwc:species "onca" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_onca> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_tigrinus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tigrinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Pachycoris_tigrinus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tigrinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachycoris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachycoris>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_lineosus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lineosus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytodes_ochraceus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ochraceus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytodes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytodes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_velutinus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "velutinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_onca>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "onca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD5FF813703F477FBE2F54B.mc.4B813CDAFFD7FF8130DEF998FD05F892>
dwc:collectionCode "DEI" ;
dwc:locality "Chanchamayo" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD5FF813703F477FBE2F54B#4B813CDAFFD7FF8130DEF998FD05F892> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD5FF813703F477FBE2F54B.mc.4B813CDAFFD7FF8133E6F940FD67F845>
dwc:collectionCode "RISNB" ;
dwc:locality "Perou" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD5FF813703F477FBE2F54B#4B813CDAFFD7FF8133E6F940FD67F845> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,114 @@
@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/73408791FFD5FF833378F321F7A9F4FE>
dc:creator "Eger, J. E." ;
dc:title "Polytes nigrovittatus Eger 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD5FF833378F321F7A9F4FE.mc.4B813CDAFFD5FF83360BF6B1F8D9F6FC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_nigrovittatus_Eger_1990> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_nigrovittatus_Eger_1990>
dwc:authority "Eger" ;
dwc:authorityName "Eger" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eger, 1990" ;
dwc:species "nigrovittatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_nigrovittatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_nigrovittatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigrovittatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://tb.plazi.org/GgServer/dwcaRecords/73408791FFD5FF833378F321F7A9F4FE.mc.4B813CDAFFD5FF83360BF6B1F8D9F6FC>
dwc:locality "Oxapampa" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD5FF833378F321F7A9F4FE#4B813CDAFFD5FF83360BF6B1F8D9F6FC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,176 @@
@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/73408791FFD7FF873369F4C5FD7FF35E>
dc:creator "Eger, J. E." ;
dc:title "Polytes obscurus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD7FF873369F4C5FD7FF35E.mc.4B813CDAFFD7FF8137A1F1C4F5A2F08B>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD7FF873369F4C5FD7FF35E.mc.4B813CDAFFD6FF80307FF1B3FE48F17D> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_obscurus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachycoris_obscurus_Dallas_1851>, <http://taxon-concept.plazi.org/id/Animalia/Polytes_grisescens_Breddin_1904> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_obscurus> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachycoris_obscurus_Dallas_1851>
dwc:authority "Dallas 1851: 34" ;
dwc:authorityName "Dallas" ;
dwc:authorityPageNumber "34" ;
dwc:authorityYear "1851" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dallas, 1851" ;
dwc:species "obscurus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachycoris_obscurus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_grisescens_Breddin_1904>
dwc:authority "Breddin 1904: 49" ;
dwc:authorityName "Breddin" ;
dwc:authorityPageNumber "49" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Breddin, 1904" ;
dwc:species "grisescens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_grisescens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_obscurus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "obscurus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Pachycoris_obscurus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "obscurus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachycoris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachycoris>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_grisescens>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "grisescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD7FF873369F4C5FD7FF35E.mc.4B813CDAFFD7FF8137A1F1C4F5A2F08B>
dwc:collectionCode "DEI" ;
dwc:locality "Amazonas" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD7FF873369F4C5FD7FF35E#4B813CDAFFD7FF8137A1F1C4F5A2F08B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFD7FF873369F4C5FD7FF35E.mc.4B813CDAFFD6FF80307FF1B3FE48F17D>
dwc:collectionCode "RISNB" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFD7FF873369F4C5FD7FF35E#4B813CDAFFD6FF80307FF1B3FE48F17D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@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/73408791FFD8FF8337CEF741FCDDF3A6>
dc:creator "Eger, J. E." ;
dc:title "Polytes velutinus" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_velutinus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachycoris_velutinus_Dallas_1851> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_velutinus> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachycoris_velutinus_Dallas_1851>
dwc:authority "Dallas 1851: 33" ;
dwc:authorityName "Dallas" ;
dwc:authorityPageNumber "33" ;
dwc:authorityYear "1851" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dallas, 1851" ;
dwc:species "velutinus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachycoris_velutinus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_velutinus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "velutinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Pachycoris_velutinus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "velutinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachycoris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachycoris>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,149 @@
@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/73408791FFD8FF8E3098F793F60CF7F4>
dc:creator "Eger, J. E." ;
dc:title "Polytes propinquus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_propinquus_Walker_1867> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_propinquus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachycoris_propinquus_Walker_1867> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_propinquus_Walker_1867>
dwc:authority "(Walker)" ;
dwc:authorityYear "1867" ;
dwc:baseAuthorityName "Walker" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Walker)" ;
dwc:species "propinquus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_propinquus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachycoris_propinquus_Walker_1867>
dwc:authority "Walker 1867: 50" ;
dwc:authorityName "Walker" ;
dwc:authorityPageNumber "50" ;
dwc:authorityYear "1867" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Walker, 1867" ;
dwc:species "propinquus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachycoris_propinquus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_propinquus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "propinquus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Pachycoris_propinquus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "propinquus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachycoris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachycoris>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,150 @@
@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/73408791FFDCFF883324FC4CFAE8F581>
dc:creator "Eger, J. E." ;
dc:title "Polytes Stal" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Polytes_Stal_1867>, <http://taxon-concept.plazi.org/id/Animalia/Polytodes_Horvath_1892>, <http://taxon-concept.plazi.org/id/Animalia/Trichothyreus_Stal_1867> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_Stal_1867>
dwc:authority "Stal 1867: 492" ;
dwc:authorityName "Stal" ;
dwc:authorityPageNumber "492" ;
dwc:authorityYear "1867" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Stal, 1867" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytodes_Horvath_1892>
dwc:authority "Horvath 1892: 254 - 255" ;
dwc:authorityName "Horvath" ;
dwc:authorityPageNumber "254 - 255" ;
dwc:authorityYear "1892" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Horvath, 1892" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytodes> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Trichothyreus_Stal_1867>
dwc:authority "Stal 1867: 493 - 494" ;
dwc:authorityName "Stal" ;
dwc:authorityPageNumber "493 - 494" ;
dwc:authorityYear "1867" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Trichothyreus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Stal, 1867" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trichothyreus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Polytodes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichothyreus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Trichothyreus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,262 @@
@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/73408791FFDEFF8E3085F538FAE8F843>
dc:creator "Eger, J. E." ;
dc:title "Polytes lineolatus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFDEFF883824F27BF89CF17F>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFDEFF8E3647F166FDB9FD91>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFD8FF8E35DFFC8CFB3FFB8F>, <http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFD8FF8E35ABFC75FB42FBC6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polytes_lineolatus_Dallas_1851> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachycoris_lineolatus_Dallas_1851>, <http://taxon-concept.plazi.org/id/Animalia/Polytes_hebraicus_Stal_1867>, <http://taxon-concept.plazi.org/id/Animalia/Polytes_inca_Distant_1899>, <http://taxon-concept.plazi.org/id/Animalia/Polytes_insignis_Schouteden_1904> ;
trt:publishedIn <http://dx.doi.org/10.1093/aesa/83.2.115> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/aesa/83.2.115>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Annals of the Entomological Society of America" ;
bibo:pubDate "1990-03-01" ;
bibo:startPage "115" ;
bibo:volume "83" ;
dc:creator "Eger, J. E." ;
dc:date "1990" ;
dc:title "Revision of the Genus Polytes Stål (Heteroptera: Scutelleridae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_lineolatus_Dallas_1851>
dwc:authority "(Dallas)" ;
dwc:baseAuthorityName "Dallas" ;
dwc:baseAuthorityYear "1851" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Dallas, 1851)" ;
dwc:species "lineolatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_lineolatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachycoris_lineolatus_Dallas_1851>
dwc:authority "Dallas 1851: 33" ;
dwc:authorityName "Dallas" ;
dwc:authorityPageNumber "33" ;
dwc:authorityYear "1851" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dallas, 1851" ;
dwc:species "lineolatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachycoris_lineolatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_hebraicus_Stal_1867>
dwc:authority "Stal 1867: 492" ;
dwc:authorityName "Stal" ;
dwc:authorityPageNumber "492" ;
dwc:authorityYear "1867" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stal, 1867" ;
dwc:species "hebraicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_hebraicus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_inca_Distant_1899>
dwc:authority "Distant 1899: 41 - 42" ;
dwc:authorityName "Distant" ;
dwc:authorityPageNumber "41 - 42" ;
dwc:authorityYear "1899" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1899" ;
dwc:species "inca" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_inca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Polytes_insignis_Schouteden_1904>
dwc:authority "Schouteden 1904 c: 298 - 299" ;
dwc:authorityName "Schouteden" ;
dwc:authorityPageNumber "298 - 299" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schouteden, 1904" ;
dwc:species "insignis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polytes_insignis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polytes_lineolatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lineolatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scutelleridae>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
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://taxon-name.plazi.org/id/Animalia/Pachycoris_lineolatus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lineolatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachycoris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachycoris>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Pachycoris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scutelleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_hebraicus>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hebraicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_inca>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "inca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polytes_insignis>
dwc:class "Insecta" ;
dwc:family "Scutelleridae" ;
dwc:genus "Polytes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "insignis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polytes> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFDEFF883824F27BF89CF17F>
dwc:locality "Columbia" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFDEFF8E3085F538FAE8F843#4B813CDAFFDEFF883824F27BF89CF17F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFDEFF8E3647F166FDB9FD91>
dwc:locality "Columbia" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFDEFF8E3085F538FAE8F843#4B813CDAFFDEFF8E3647F166FDB9FD91> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFD8FF8E35DFFC8CFB3FFB8F>
dwc:locality "Juncas de la Paz" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1000" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFDEFF8E3085F538FAE8F843#4B813CDAFFD8FF8E35DFFC8CFB3FFB8F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/73408791FFDEFF8E3085F538FAE8F843.mc.4B813CDAFFD8FF8E35ABFC75FB42FBC6>
dwc:locality "Juncas de la Paz" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1000" ;
trt:httpUri <https://treatment.plazi.org/id/73408791FFDEFF8E3085F538FAE8F843#4B813CDAFFD8FF8E35ABFC75FB42FBC6> ;
a dwc:MaterialCitation .