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

This commit is contained in:
GG2RDF 2024-07-04 10:54:39 +00:00
parent cf81522f95
commit d0eb4a9472
3000 changed files with 408282 additions and 0 deletions

View file

@ -0,0 +1,105 @@
@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/9F7B03FB03D6D1A37002441198F534A3>
dc:creator "Forshage, Mattias; Bowdrey, Jeremy; Broad, Gavin R.; Spooner, Brian M.; van Veen, Frank" ;
dc:title "Kleidotoma truncata Cameron 1889" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Kleidotoma_truncata_Cameron_1889> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.5.e8049> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.5.e8049>
bibo:endPage "8049" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8049" ;
bibo:volume "5" ;
dc:creator "Forshage, Mattias; Bowdrey, Jeremy; Broad, Gavin R.; Spooner, Brian M.; van Veen, Frank" ;
dc:date "2017" ;
dc:title "Checklist of British and Irish Hymenoptera - Cynipoidea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Kleidotoma_truncata_Cameron_1889>
dwc:authority "Cameron, 1889" ;
dwc:authorityName "Cameron" ;
dwc:authorityYear "1889" ;
dwc:class "Insecta" ;
dwc:family "Figitidae" ;
dwc:genus "Kleidotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cameron, 1889" ;
dwc:species "truncata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kleidotoma_truncata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Kleidotoma_truncata>
dwc:class "Insecta" ;
dwc:family "Figitidae" ;
dwc:genus "Kleidotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "truncata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kleidotoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kleidotoma>
dwc:class "Insecta" ;
dwc:family "Figitidae" ;
dwc:genus "Kleidotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Figitidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Figitidae>
dwc:class "Insecta" ;
dwc:family "Figitidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,129 @@
@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/9F7B87E14349FFACE2AE670FFE8EFC38>
cito:cites <http://dx.doi.org/10.5281/zenodo.185805>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia virgea Hennemann & Conle, 2009, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_virgea_Hennemann_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185805>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_virgea_Hennemann_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Hennemann & Conle, 2009" ;
dwc:authorityName "Hennemann & Conle" ;
dwc:authorityYear "2009" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann & Conle, 2009" ;
dwc:species "virgea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_virgea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_virgea>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "virgea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185805>
dc:description "FIGURES 41 47. Phasmotaenia virgea n. sp. 41. Habitus of Ƥ HT (BMNH, No. 845349). [Photo by P. D. Brock, © BMNH]; 42. Habitus of 3 PT (BMNH, No. 845350). [Photo by P. D. Brock, © BMNH]; 43. Ƥ apex of abdomen (lateral view); 44. Ƥ apex of abdomen (dorsal view); 45. 3 apex of abdomen (lateral view); 46. 3 apex of abdomen (dorsal view); 47. Mid leg of Ƥ HT (anterolateral view)." ;
fabio:hasRepresentation <https://zenodo.org/record/185805/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,77 @@
@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/9F7B87E1434EFFA0E2AE6530FB3DFE15>
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/9F7B87E14367FF98E2AE634AFC31FA7A>
cito:cites <http://dx.doi.org/10.5281/zenodo.185800>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia bukaense Hennemann & Conle, 2009, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_bukaense_Hennemann_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185800>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_bukaense_Hennemann_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Hennemann & Conle, 2009" ;
dwc:authorityName "Hennemann & Conle" ;
dwc:authorityYear "2009" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann & Conle, 2009" ;
dwc:species "bukaense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3H> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_bukaense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_bukaense>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bukaense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185800>
dc:description "FIGURES 16 20. Phasmotaenia bukaense n. sp. 16. Habitus of Ƥ HT (SMFM); 17. Apex of abdomen of Ƥ from Central Malaita Id., Kwaraae Province (lateral view) [scale = 5 mm]; 18. Apex of abdomen of Ƥ from Central Malaita Id., Kwaraae Province (dorsal view) [scale = 5 mm]; 19. Egg (dorsal view) [scale = 1 mm]; 20. Egg (lateral view) [scale = 1 mm]." ;
fabio:hasRepresentation <https://zenodo.org/record/185800/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,370 @@
@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/9F7B87E1436BFF8CE2AE633AFE2BF87D>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Taeniosoma_sanchezi_Bolivar_1897>, <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis_Huang_2001>, <http://dx.doi.org/10.5281/zenodo.185797>, <http://dx.doi.org/10.5281/zenodo.185811>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia Navas 1907" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_Navas_1907> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmatodea> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenionema_Karny_1923>, <http://taxon-concept.plazi.org/id/Animalia/Taeniosoma_Bolivar_1897>, <http://taxon-concept.plazi.org/id/Animalia/Taenionema_Bolivar_1906>, <http://taxon-concept.plazi.org/id/Animalia/Taeniophasma_Uvarov_1940>, <http://taxon-concept.plazi.org/id/Animalia/Hermarchus_Redtenbacher_1908>, <http://taxon-concept.plazi.org/id/Animalia/Stephanacris_Gunther_1936> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185797>, <http://dx.doi.org/10.5281/zenodo.185811>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_Navas_1907>
dwc:authority "Navas, 1907" ;
dwc:authorityName "Navas" ;
dwc:authorityYear "1907" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1907" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenionema_Karny_1923>
dwc:authority "Karny, 1923: 240" ;
dwc:authorityName "Karny" ;
dwc:authorityPageNumber "240" ;
dwc:authorityYear "1923" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1923" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Taeniosoma_Bolivar_1897>
dwc:authority "Bolivar, 1897: 30" ;
dwc:authorityName "Bolivar" ;
dwc:authorityPageNumber "30" ;
dwc:authorityYear "1897" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bolivar, 1897" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Taeniosoma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Taenionema_Bolivar_1906>
dwc:authority "Bolivar, 1906: 393" ;
dwc:authorityName "Bolivar" ;
dwc:authorityPageNumber "393" ;
dwc:authorityYear "1906" ;
dwc:class "Insecta" ;
dwc:family "Taeniopterygidae" ;
dwc:genus "Taenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bolivar, 1906" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Taenionema> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Taeniophasma_Uvarov_1940>
dwc:authority "Uvarov, 1940: 379" ;
dwc:authorityName "Uvarov" ;
dwc:authorityPageNumber "379" ;
dwc:authorityYear "1940" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniophasma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Uvarov, 1940" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Taeniophasma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hermarchus_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908: 444" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityPageNumber "444" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hermarchus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Stephanacris_Gunther_1936>
dwc:authority "Gunther, 1936: 339" ;
dwc:authorityName "Gunther" ;
dwc:authorityPageNumber "339" ;
dwc:authorityYear "1936" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Stephanacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gunther, 1936" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stephanacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Taeniosoma_sanchezi_Bolivar_1897>
dwc:authority "Bolivar, 1897" ;
dwc:authorityName "Bolivar" ;
dwc:authorityYear "1897" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bolivar, 1897" ;
dwc:species "sanchezi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Taeniosoma_sanchezi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis_Huang_2001>
dwc:authority "Huang & Brock, 2001" ;
dwc:authorityName "Huang & Brock" ;
dwc:authorityYear "2001" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Huang & Brock, 2001" ;
dwc:species "lanyuhensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NP68> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Phasmotaenionema>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Taeniosoma>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Taenionema>
dwc:class "Insecta" ;
dwc:family "Taeniopterygidae" ;
dwc:genus "Taenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Taeniopterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Taeniopterygidae>
dwc:class "Insecta" ;
dwc:family "Taeniopterygidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plecoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plecoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
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/Taeniophasma>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniophasma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hermarchus>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stephanacris>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Stephanacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Taeniosoma_sanchezi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sanchezi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Taeniosoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lanyuhensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmatodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185797>
dc:description "FIGURE 1. Geographical distribution of Phasmotaenia Navás, 1907. The dotted line indicates the still fractional knowledge on the distribution of the genus and its borders indicate the known limits of its distribution." ;
fabio:hasRepresentation <https://zenodo.org/record/185797/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185811>
dc:description "FIGURES 62 64. Live captive reared specimens of Phasmotaenia spinosa n. sp.: 62. adult 3, 63. Defensive reaction of Ƥ displaying its bright red and black wings (© R. Krijns), 64. adult Ƥ (© R. Krijns)." ;
fabio:hasRepresentation <https://zenodo.org/record/185811/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,246 @@
@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/9F7B87E1436EFF86E2AE66FEFB70FD27>
cito:cites <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185809>, <http://dx.doi.org/10.5281/zenodo.185798>, <http://dx.doi.org/10.5281/zenodo.185799>, <http://dx.doi.org/10.5281/zenodo.185810> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia australe Gunther 1933" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_australe_Gunther_1933> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenionema_australe_Gunther_1933>, <http://taxon-concept.plazi.org/id/Animalia/Hermarchus_godeffroyi_Gunther_1937>, <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_godeffroyi_Bresseel_2008> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185809>, <http://dx.doi.org/10.5281/zenodo.185798>, <http://dx.doi.org/10.5281/zenodo.185799>, <http://dx.doi.org/10.5281/zenodo.185810> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_australe_Gunther_1933>
dwc:authority "Gunther, 1933" ;
dwc:authorityName "Gunther" ;
dwc:authorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1933" ;
dwc:species "australe" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_australe> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenionema_australe_Gunther_1933>
dwc:authority "Gunther, 1933: 155" ;
dwc:authorityName "Gunther" ;
dwc:authorityPageNumber "155" ;
dwc:authorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1933" ;
dwc:species "australe" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema_australe> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hermarchus_godeffroyi_Gunther_1937>
dwc:authority "Gunther, 1937: 8" ;
dwc:authorityName "Gunther" ;
dwc:authorityPageNumber "8" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1937" ;
dwc:species "godeffroyi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hermarchus_godeffroyi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_godeffroyi_Bresseel_2008>
dwc:authority "Bresseel & Hennemann, 2008: 18" ;
dwc:authorityName "Bresseel & Hennemann" ;
dwc:authorityPageNumber "18" ;
dwc:authorityYear "2008" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bresseel & Hennemann, 2008" ;
dwc:species "godeffroyi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_godeffroyi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_australe>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "australe" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Phasmotaenionema_australe>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "australe" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hermarchus_godeffroyi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "godeffroyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hermarchus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hermarchus>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_godeffroyi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "godeffroyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185798>
dc:description "FIGURES 2 9. Phasmotaenia australe (Günther, 1933). 2. Habitus of Ƥ captive reared from Central Malaita Id.: Kwaraae Province (coll. FH, No. 0513 - 7); 3. Habitus of Ƥ from Maramasike Id. (coll. FH, No. 0513 - 1); 4. Habitus of 3 captive reared from Central Malaita Id.: Kwaraae Province (coll. FH, No. 0513 - 5); 5. Lateral view of head and thorax of Ƥ from Central Malaita Id.: Kwaraae Province (coll. FH, No. 0513 - 7); 6. Lateral view of head and thorax of Ƥ from Maramasike Id. (coll. FH, No. 0513 - 1); 7. Lateral view of head and thorax of 3 from Central Malaita Id.: Kwaraae Province (coll. FH, No. 0513 - 5); 8. Tegmina and alae of Ƥ from Maramasike Id. (coll. FH, No. 0513 - 1); 9. Tegmina and alae of Ƥ from Central Malaita Id.: Kwaraae Province (coll. FH, No. 0513 - 3)." ;
fabio:hasRepresentation <https://zenodo.org/record/185798/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185799>
dc:description "FIGURES 10 15. Phasmotaenia australe (Günther, 1933). 10. Apex of abdomen of Ƥ from Central Malaita Id., Kwaraae Province (lateral view); 11. Apex of abdomen of Ƥ from Central Malaita Id., Kwaraae Province (dorsal view); 12. Apex of abdomen of Ƥ from Maramasike Id. (lateral view); 13. Apex of abdomen of Ƥ from Savo Id. (lateral view); 14. Apex of abdomen of 3 from Central Malaita Id., Kwaraae Province (lateral view); 15. Apex of abdomen of 3 from Central Malaita Id., Kwaraae Province (dorsal view)" ;
fabio:hasRepresentation <https://zenodo.org/record/185799/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185810>
dc:description "FIGURES 61. Mating captive reared couple of Phasmotaenia australe (Günther, 1933), the enlargement in the lower left corner shows the genitalia during copulation with the extremely elongated, gonapophyses of the Ƥ well seen." ;
fabio:hasRepresentation <https://zenodo.org/record/185810/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,267 @@
@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/9F7B87E14370FF94E2AE66FCFB71FD40>
cito:cites <http://dx.doi.org/10.5281/zenodo.185803>, <http://dx.doi.org/10.5281/zenodo.185808> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia sanchezi Bolivar 1897" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_sanchezi_Bolivar_1897> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Taeniosoma_sanchezi> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Taeniosoma_sanchezi_Bolivar_1897>, <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_sanchezi_Otte_2005>, <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_elongata_Zompro_2000>, <http://taxon-concept.plazi.org/id/Animalia/Pharnacia_ponderosa_Kirby_1896>, <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_sanchezi_Eusebio_2004> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185803>, <http://dx.doi.org/10.5281/zenodo.185808> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_sanchezi_Bolivar_1897>
dwc:authority "Bolivar, 1897" ;
dwc:authorityName "Bolivar" ;
dwc:authorityYear "1897" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bolivar, 1897" ;
dwc:species "sanchezi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_sanchezi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Taeniosoma_sanchezi_Bolivar_1897>
dwc:authority "Bolivar, 1897: 31" ;
dwc:authorityName "Bolivar" ;
dwc:authorityPageNumber "31" ;
dwc:authorityYear "1897" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bolivar, 1897" ;
dwc:species "sanchezi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Taeniosoma_sanchezi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_sanchezi_Otte_2005>
dwc:authority "Otte & Brock, 2005: 266" ;
dwc:authorityName "Otte & Brock" ;
dwc:authorityPageNumber "266" ;
dwc:authorityYear "2005" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Otte & Brock, 2005" ;
dwc:species "sanchezi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_sanchezi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_elongata_Zompro_2000>
dwc:authority "Zompro & Eusebio, 2000: 61" ;
dwc:authorityName "Zompro & Eusebio" ;
dwc:authorityPageNumber "61" ;
dwc:authorityYear "2000" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zompro & Eusebio, 2000" ;
dwc:species "elongata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_elongata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pharnacia_ponderosa_Kirby_1896>
dwc:authority "Kirby, 1896: 451" ;
dwc:authorityName "Kirby" ;
dwc:authorityPageNumber "451" ;
dwc:authorityYear "1896" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Pharnacia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kirby, 1896" ;
dwc:species "ponderosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pharnacia_ponderosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_sanchezi_Eusebio_2004>
dwc:authority "Eusebio, Lit & Vorkel, 2004: 192" ;
dwc:authorityName "Eusebio, Lit & Vorkel" ;
dwc:authorityPageNumber "192" ;
dwc:authorityYear "2004" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eusebio, Lit & Vorkel, 2004" ;
dwc:species "sanchezi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_sanchezi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_sanchezi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sanchezi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Taeniosoma_sanchezi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sanchezi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Taeniosoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Taeniosoma>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Taeniosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_elongata>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "elongata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pharnacia_ponderosa>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Pharnacia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ponderosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pharnacia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pharnacia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Pharnacia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185803>
dc:description "FIGURES 31 32. Phasmotaenia sanchezi (Bolívar, 1897). 31. Habitus of Ƥ HT (MNCN, Type No. 1604); 32. Tegmina and alae of Ƥ HT [scale = 5 mm]." ;
fabio:hasRepresentation <https://zenodo.org/record/185803/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,139 @@
@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/9F7B87E14375FFA8E2AE6361FBEAFC38>
cito:cites <http://dx.doi.org/10.5281/zenodo.185804>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809>, <http://dx.doi.org/10.5281/zenodo.185811>, <http://dx.doi.org/10.5281/zenodo.185805> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia spinosa Hennemann & Conle, 2009, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_spinosa_Hennemann_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185804>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809>, <http://dx.doi.org/10.5281/zenodo.185811>, <http://dx.doi.org/10.5281/zenodo.185805> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_spinosa_Hennemann_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Hennemann & Conle, 2009" ;
dwc:authorityName "Hennemann & Conle" ;
dwc:authorityYear "2009" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann & Conle, 2009" ;
dwc:species "spinosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/76X3J> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_spinosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_spinosa>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spinosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185804>
dc:description "FIGURES 33 40. Phasmotaenia spinosa n. sp. 33. Habitus of Ƥ PT (coll. FH, No. 0602 - 3); 34. Habitus of 3 PT (coll. FH, No. 0602 - 6); 35. Head and thorax of Ƥ PT (BMNH); 36. Ƥ apex of abdomen (lateral view); 37. Ƥ apex of abdomen (dorsal view); 38. 3 apex of abdomen (lateral view); 39. 3 apex of abdomen (dorsal view); 40. Mid leg of Ƥ (anterolateral view)." ;
fabio:hasRepresentation <https://zenodo.org/record/185804/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185811>
dc:description "FIGURES 62 64. Live captive reared specimens of Phasmotaenia spinosa n. sp.: 62. adult 3, 63. Defensive reaction of Ƥ displaying its bright red and black wings (© R. Krijns), 64. adult Ƥ (© R. Krijns)." ;
fabio:hasRepresentation <https://zenodo.org/record/185811/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185805>
dc:description "FIGURES 41 47. Phasmotaenia virgea n. sp. 41. Habitus of Ƥ HT (BMNH, No. 845349). [Photo by P. D. Brock, © BMNH]; 42. Habitus of 3 PT (BMNH, No. 845350). [Photo by P. D. Brock, © BMNH]; 43. Ƥ apex of abdomen (lateral view); 44. Ƥ apex of abdomen (dorsal view); 45. 3 apex of abdomen (lateral view); 46. 3 apex of abdomen (dorsal view); 47. Mid leg of Ƥ HT (anterolateral view)." ;
fabio:hasRepresentation <https://zenodo.org/record/185805/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,172 @@
@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/9F7B87E14378FF9CE2AE6484FE12FC51>
cito:cites <http://dx.doi.org/10.5281/zenodo.185801>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia guentheri Hennemann & Conle, 2009, n. sp." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema_australe> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_guentheri_Hennemann_2009> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenionema_australe_Gunther_1933> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185801>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_guentheri_Hennemann_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Hennemann & Conle, 2009" ;
dwc:authorityName "Hennemann & Conle" ;
dwc:authorityYear "2009" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann & Conle, 2009" ;
dwc:species "guentheri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_guentheri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenionema_australe_Gunther_1933>
dwc:authority "Gunther, 1933: 155", "Gunther, 1933" ;
dwc:authorityName "Gunther" ;
dwc:authorityPageNumber "155" ;
dwc:authorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1933" ;
dwc:species "australe" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema_australe> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_guentheri>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "guentheri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Phasmotaenionema_australe>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "australe" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185801>
dc:description "FIGURES 21 26. Phasmotaenia guentheri n. sp. 21. Habitus of Ƥ HT (MNHU); 22. Habitus of Ƥ PT (BMNH, No. 845038) [Photo by P. D. Brock, © BMNH]; 23. Tegmina and alae of Ƥ PT (BMNH, No. 845039); 24. Tegmina and alae of Ƥ PT (BMNH, No. 845038); 25. Ƥ apex of abdomen (lateral view); 26. Ƥ apex of abdomen (dorsal view)" ;
fabio:hasRepresentation <https://zenodo.org/record/185801/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,155 @@
@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/9F7B87E14379FF99E2AE6616FB99FBFD>
cito:cites <http://dx.doi.org/10.5281/zenodo.185808> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia godeffroyi Redtenbacher 1908, n. comb." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_godeffroyi_Redtenbacher_1908> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Hermarchus_godeffroyi_Redtenbacher_1908> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185808> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_godeffroyi_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
dwc:species "godeffroyi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3K> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_godeffroyi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hermarchus_godeffroyi_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908: 447" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityPageNumber "447" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
dwc:species "godeffroyi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3K> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hermarchus_godeffroyi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_godeffroyi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "godeffroyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Hermarchus_godeffroyi>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "godeffroyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hermarchus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hermarchus>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,161 @@
@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/9F7B87E1437CFF9EE2AE66C7FB28FE68>
cito:cites <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia laeviceps Hennemann & Conle 2006, n. comb." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Stephanacris> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_laeviceps_Hennemann_2006> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Stephanacris_laeviceps_Hennenmann_2006> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_laeviceps_Hennemann_2006>
dwc:authority "Hennemann & Conle, 2006" ;
dwc:authorityName "Hennemann & Conle" ;
dwc:authorityYear "2006" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann & Conle, 2006" ;
dwc:species "laeviceps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_laeviceps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Stephanacris_laeviceps_Hennenmann_2006>
dwc:authority "Hennenmann & Conle, 2006: 19" ;
dwc:authorityName "Hennenmann & Conle" ;
dwc:authorityPageNumber "19" ;
dwc:authorityYear "2006" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Stephanacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennenmann & Conle, 2006" ;
dwc:species "laeviceps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stephanacris_laeviceps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_laeviceps>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "laeviceps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Stephanacris_laeviceps>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Stephanacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "laeviceps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stephanacris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stephanacris>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Stephanacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,179 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/9F7B87E1437DFF9DE2AE6755FD94F9B5>
cito:cites <http://dx.doi.org/10.5281/zenodo.185797> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia inermis Redtenbacher 1908, n. comb." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema_godeffroy>, <http://taxon-name.plazi.org/id/Animalia/Hermarchus_inermis>, <http://taxon-name.plazi.org/id/Animalia/Hermarchus> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_inermis_Redtenbacher_1908> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Hermarchus_inermis_Redtenbacher_1908> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185797> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_inermis_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
dwc:species "inermis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_inermis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hermarchus_inermis_Redtenbacher_1908>
dwc:authority "Redtenbacher, 1908: 448" ;
dwc:authorityName "Redtenbacher" ;
dwc:authorityPageNumber "448" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Redtenbacher, 1908" ;
dwc:species "inermis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hermarchus_inermis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_inermis>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "inermis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
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/Hermarchus_inermis>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "inermis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hermarchus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hermarchus>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Hermarchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema_godeffroy>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "godeffroy" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenionema>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185797>
dc:description "FIGURE 1. Geographical distribution of Phasmotaenia Navás, 1907. The dotted line indicates the still fractional knowledge on the distribution of the genus and its borders indicate the known limits of its distribution." ;
fabio:hasRepresentation <https://zenodo.org/record/185797/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,129 @@
@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/9F7B87E1437FFF91E2AE659DFE16FD79>
cito:cites <http://dx.doi.org/10.5281/zenodo.185802>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia salomonense Hennemann & Conle, 2009, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_salomonense_Hennemann_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185802>, <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808>, <http://dx.doi.org/10.5281/zenodo.185809> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_salomonense_Hennemann_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Hennemann & Conle, 2009" ;
dwc:authorityName "Hennemann & Conle" ;
dwc:authorityYear "2009" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hennemann & Conle, 2009" ;
dwc:species "salomonense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3S> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_salomonense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_salomonense>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "salomonense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185802>
dc:description "FIGURES 27 30. Phasmotaenia salomonense n. sp. 27. Habitus of Ƥ HT (NHMW); 28. Habitus of Ƥ PT (SMTD); 29. Ƥ apex of abdomen (lateral view); 30. Mid leg of Ƥ PT in SMTD (posterolateral view)." ;
fabio:hasRepresentation <https://zenodo.org/record/185802/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185809>
dc:description "FIGURE 60. Distribution of Phasmotaenia spp. in the Solomon Islands." ;
fabio:hasRepresentation <https://zenodo.org/record/185809/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,118 @@
@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/9F7B87E1437FFF9EE2AE6209FB15FAF4>
cito:cites <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808> ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:title "Phasmotaenia lanyuhensis Huang & Brock 2001" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis_Huang_2001> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.185796> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.185796>
bibo:endPage "46" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "2011" ;
dc:creator "Hennemann, Frank H.; Conle, Oskar V." ;
dc:date "2009" ;
dc:title "Studies on the genus Phasmotaenia Navás, 1907, with the descriptions of five new species from the Solomon Islands, a revised key to the species and notes on its geographic distribution (Phasmatodea: “ Anareolatae ”: Phasmatidae s. l.: Stephanacridini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.185806>, <http://dx.doi.org/10.5281/zenodo.185808> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis_Huang_2001>
dwc:authority "Huang & Brock, 2001" ;
dwc:authorityName "Huang & Brock" ;
dwc:authorityYear "2001" ;
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Huang & Brock, 2001" ;
dwc:species "lanyuhensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4FX3Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia_lanyuhensis>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lanyuhensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmotaenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmotaenia>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:genus "Phasmotaenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmatidae>
dwc:class "Insecta" ;
dwc:family "Phasmatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phasmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phasmida>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.185806>
dc:description "FIGURES 48 58. Eggs of Phasmotaenia spp. in dorsolateral view. 48. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 49. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 50. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock); 51. Phasmotaenia australe (Günther, 1933), Central Malaita Id., Kwaraae Province (culture-stock, after incubation on damp vermiculite); 52. Phasmotaenia australe (Günther, 1933), from Maramasike (coll. FH, No. 0513 - E 1); 53. Phasmotaenia virgea n. sp., PT (BMNH); 54. Phasmotaenia guentheri n. sp., PT (BMNH); 55. Phasmotaenia lanyuhensis (Huang & Brock, 2001) (coll. FH, No. 0610 - E); 56. Phasmotaenia laeviceps (Hennemann & Conle, 2006), PT (RMNH); 57. Phasmotaenia salomonense n. sp., PT (SMTD); 58. Phasmotaenia spinosa n. sp., PT (coll. FH, No. 0602 - E)." ;
fabio:hasRepresentation <https://zenodo.org/record/185806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.185808>
dc:description "FIGURE 59. Geographic distribution of Phasmotaenia Navás, 1907 with the concrete records indicated by red spots." ;
fabio:hasRepresentation <https://zenodo.org/record/185808/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,347 @@
@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/9F7B97AC07775E6F89B32DF79DFB11C0>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Carabus_cyanocephalus_Linnaeus_1758>, <http://taxon-concept.plazi.org/id/Animalia/Lebida_pilosella_Motschulsky_1862> ;
dc:creator "Bousquet, Yves" ;
dc:title "Lebia (Lamprias) Bonelli 1810" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lebia_Lamprias_Bonelli_1810> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Lamprias>, <http://taxon-name.plazi.org/id/Animalia/Lamprus>, <http://taxon-name.plazi.org/id/Animalia/Lebia_punctata>, <http://taxon-name.plazi.org/id/Animalia/Homalops> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Echimuthus_Leach_1815>, <http://taxon-concept.plazi.org/id/Animalia/Omalomorpha_Motschoulsky_1844>, <http://taxon-concept.plazi.org/id/Animalia/Rhopalostyla_Chaudoir_1850>, <http://taxon-concept.plazi.org/id/Animalia/Lebida_Motschoulsky_1862> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.245.3416> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.245.3416>
bibo:endPage "1722" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2012-11-28" ;
bibo:startPage "1" ;
bibo:volume "245" ;
dc:creator "Bousquet, Yves" ;
dc:date "2012" ;
dc:title "Catalogue of Geadephaga (Coleoptera, Adephaga) of America, north of Mexico" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lebia_Lamprias_Bonelli_1810>
dwc:LSID "9F7B97AC-0777-5E6F-89B3-2DF79DFB11C0" ;
dwc:authority "Bonelli, 1810" ;
dwc:authorityName "Bonelli" ;
dwc:authorityYear "1810" ;
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Lebia" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Bonelli, 1810" ;
dwc:subGenus "Lamprias" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lebia_Lamprias> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Carabus_cyanocephalus_Linnaeus_1758>
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1758" ;
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Carabus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
dwc:species "cyanocephalus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Carabus_cyanocephalus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Echimuthus_Leach_1815>
dwc:authorityName "Leach" ;
dwc:authorityYear "1815" ;
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Echimuthus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Leach, 1815" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Echimuthus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Omalomorpha_Motschoulsky_1844>
dwc:authorityName "Motschoulsky" ;
dwc:authorityYear "1844" ;
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Omalomorpha" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Motschoulsky, 1844" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Omalomorpha> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Rhopalostyla_Chaudoir_1850>
dwc:authorityName "Chaudoir" ;
dwc:authorityYear "1850" ;
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Rhopalostyla" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Chaudoir, 1850" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhopalostyla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Lebida_Motschoulsky_1862>
dwc:authorityName "Motschoulsky" ;
dwc:authorityYear "1862" ;
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Lebida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Motschoulsky, 1862" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lebida> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Lebida_pilosella_Motschulsky_1862>
dwc:authorityName "Motschulsky" ;
dwc:authorityYear "1862" ;
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Lebida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Motschulsky, 1862" ;
dwc:species "pilosella" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lebida_pilosella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lebia_Lamprias>
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Lebia" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Lamprias" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lebia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lebia>
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Lebia" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carabidae>
dwc:class "Hexapoda", "Insecta" ;
dwc:family "Carabidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Hexapoda", "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hexapoda>, <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hexapoda>
dwc:class "Hexapoda" ;
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/Lamprias>
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Lamprias" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carabus_cyanocephalus>
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Carabus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cyanocephalus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carabus>
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Carabus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echimuthus>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Echimuthus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
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/Lamprus>
dwc:class "Insecta" ;
dwc:family "Elachistidae" ;
dwc:genus "Lamprus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elachistidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elachistidae>
dwc:class "Insecta" ;
dwc:family "Elachistidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
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/Omalomorpha>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Omalomorpha" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lebia_punctata>
dwc:class "Hexapoda" ;
dwc:family "Carabidae" ;
dwc:genus "Lebia" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "punctata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lebia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Homalops>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Homalops" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhopalostyla>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Rhopalostyla" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lebida>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Lebida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lebida_pilosella>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Lebida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pilosella" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lebida> ;
a dwcFP:TaxonName .