GG2RDF 2024-08-29T08:46:33.387Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-29 08:46:46 +00:00
parent c182b1cf03
commit 8349a2f863
4 changed files with 575 additions and 0 deletions

View file

@ -0,0 +1,104 @@
@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/186F87C1FFC42A1DD81F9A7AFBDEFBE6>
cito:cites <http://dx.doi.org/10.5281/zenodo.13271673>, <http://dx.doi.org/10.5281/zenodo.13271675> ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:title "Microrestes Bresseel & Constant, 1877, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microrestes_Bresseel_1877> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13271320> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13271320>
bibo:endPage "19" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:startPage "1" ;
bibo:volume "106" ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:date "1877" ;
dc:title "Fig. 5 in The first record of the genus Olcinia Stål, 1877 from Cambodia and Vietnam with the description of two new species (Orthoptera: Tettigoniidae: Pseudophyllinae: Cymatomerini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13271673>, <http://dx.doi.org/10.5281/zenodo.13271675> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microrestes_Bresseel_1877>
dwc:authorityName "Bresseel & Constant" ;
dwc:authorityYear "1877" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bresseel & Constant, 1877" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQQZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microrestes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microrestes>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heteropterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heteropterygidae>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
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.13271673>
dc:description "Fig. 2. Microrestes robustus sp. nov., prosternal sensory organs. A, paratype ♂. B, holotype ♀." ;
fabio:hasRepresentation <https://zenodo.org/record/13271673/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13271675>
dc:description "Fig. 3. Microrestes spp. distribution map." ;
fabio:hasRepresentation <https://zenodo.org/record/13271675/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,184 @@
@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/186F87C1FFC62A14D81B9B4FFD8FFDA4>
cito:cites <http://dx.doi.org/10.5281/zenodo.13271673>, <http://dx.doi.org/10.5281/zenodo.13271677>, <http://dx.doi.org/10.5281/zenodo.13271685>, <http://dx.doi.org/10.5281/zenodo.13271671>, <http://dx.doi.org/10.5281/zenodo.13271687> ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:title "Microrestes robustus Bresseel & Constant, 1877, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDA959865FED0F904>, <http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DD853989AFAD9F975>, <http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDA9598FEFB9BF959>, <http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDE4D98FEFB31F8BA>, <http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDA959911FAD2F8EB> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microrestes_robustus_Bresseel_1877> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13271320> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13271320>
bibo:endPage "19" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:startPage "1" ;
bibo:volume "106" ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:date "1877" ;
dc:title "Fig. 5 in The first record of the genus Olcinia Stål, 1877 from Cambodia and Vietnam with the description of two new species (Orthoptera: Tettigoniidae: Pseudophyllinae: Cymatomerini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13271673>, <http://dx.doi.org/10.5281/zenodo.13271677>, <http://dx.doi.org/10.5281/zenodo.13271685>, <http://dx.doi.org/10.5281/zenodo.13271671>, <http://dx.doi.org/10.5281/zenodo.13271687> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microrestes_robustus_Bresseel_1877>
dwc:authorityName "Bresseel & Constant" ;
dwc:authorityYear "1877" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bresseel & Constant, 1877" ;
dwc:species "robustus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQC2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microrestes_robustus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microrestes_robustus>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "robustus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microrestes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microrestes>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heteropterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heteropterygidae>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
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.13271673>
dc:description "Fig. 2. Microrestes robustus sp. nov., prosternal sensory organs. A, paratype ♂. B, holotype ♀." ;
fabio:hasRepresentation <https://zenodo.org/record/13271673/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13271677>
dc:description "Fig. 4. Microrestes robustus sp. nov., paratype ♂ (RBINS). A, habitus, dorsal view. B, habitus, ventral view. C, head and thorax, dorsal view. D, head and thorax, ventral view. E, terminalia, lateral view. F, terminalia, dorsal view. G, habitus, lateral view. H, habitus, dorsolateral view. I, terminalia, ventral view. J, head and thorax, lateral view. K, area apicalis and tarsi." ;
fabio:hasRepresentation <https://zenodo.org/record/13271677/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13271685>
dc:description "Fig. 7. Microrestes robustus sp. nov., living specimens. A, newly hatched nymph, lateral view. B, newly hatched nymph, dorsal view. C, female nymph colour variation, dorsal view. D, adult females and nymphs at different stages. E, mating pair, lateral view. F, male and female, dorsal view. G, female, dorsolateral view. AE, © R. Krijns, FG, © D. Dittmar." ;
fabio:hasRepresentation <https://zenodo.org/record/13271685/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13271671>
dc:description "Fig. 1. Microrestes gen. nov., nomenclature of cephalic armature." ;
fabio:hasRepresentation <https://zenodo.org/record/13271671/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13271687>
dc:description "Fig. 8. Microrestes robustus sp. nov., egg. A, lateral view. B, dorsolateral view. C, dorsal view. D, operculum. E, anterodorsal view. F, polar area." ;
fabio:hasRepresentation <https://zenodo.org/record/13271687/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDA959865FED0F904>
dwc:collectionCode "RBINS" ;
dwc:eventDate "2016-07-25" ;
dwc:locality "Hoa Binh prov." ;
dwc:recordedBy "Project & Leg. J. Constant & J. Bresseel" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "20.437777" ;
dwc:verbatimLongitude "105.3375" ;
trt:httpUri <https://treatment.plazi.org/id/186F87C1FFC62A14D81B9B4FFD8FFDA4#20AE3C8AFFC62A1DDA959865FED0F904> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DD853989AFAD9F975>
dwc:collectionCode "MNHN" ;
dwc:locality "Region de Hoa-Binh" ;
dwc:recordedBy "A. De Cooman" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/186F87C1FFC62A14D81B9B4FFD8FFDA4#20AE3C8AFFC62A1DD853989AFAD9F975> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDA9598FEFB9BF959>
dwc:collectionCode "RBINS" ;
dwc:eventDate "2016-07-25" ;
dwc:locality "Hoa Binh prov." ;
dwc:recordedBy "R. Krijns" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "20.437777" ;
dwc:verbatimLongitude "105.3375" ;
trt:httpUri <https://treatment.plazi.org/id/186F87C1FFC62A14D81B9B4FFD8FFDA4#20AE3C8AFFC62A1DDA9598FEFB9BF959> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDE4D98FEFB31F8BA>
dwc:collectionCode "RBINS, VNMN" ;
dwc:eventDate "2016-07-25" ;
dwc:locality "Hoa Binh prov." ;
dwc:recordedBy "D. Dittmar" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "20.437777" ;
dwc:verbatimLongitude "105.3375" ;
trt:httpUri <https://treatment.plazi.org/id/186F87C1FFC62A14D81B9B4FFD8FFDA4#20AE3C8AFFC62A1DDE4D98FEFB31F8BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/186F87C1FFC62A14D81B9B4FFD8FFDA4.mc.20AE3C8AFFC62A1DDA959911FAD2F8EB>
dwc:collectionCode "RBINS" ;
dwc:eventDate "2016-07-25" ;
dwc:locality "Hoa Binh prov." ;
dwc:recordedBy "D. Dittmar" ;
dwc:verbatimLatitude "20.437777" ;
dwc:verbatimLongitude "105.3375" ;
trt:httpUri <https://treatment.plazi.org/id/186F87C1FFC62A14D81B9B4FFD8FFDA4#20AE3C8AFFC62A1DDA959911FAD2F8EB> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,92 @@
@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/186F87C1FFC62A1DD8469A92FAD1FA8A>
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:title "Microrestes Bresseel & Constant, 1877, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microrestes_Bresseel_1877> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13271320> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13271320>
bibo:endPage "19" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:startPage "1" ;
bibo:volume "106" ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:date "1877" ;
dc:title "Fig. 5 in The first record of the genus Olcinia Stål, 1877 from Cambodia and Vietnam with the description of two new species (Orthoptera: Tettigoniidae: Pseudophyllinae: Cymatomerini)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microrestes_Bresseel_1877>
dwc:authorityName "Bresseel & Constant" ;
dwc:authorityYear "1877" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bresseel & Constant, 1877" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQQZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microrestes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microrestes>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heteropterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heteropterygidae>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
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,195 @@
@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/186F87C1FFCF2A14D8799C07FC00FBF4>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pylaemenes_Stal_1875> ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:title "Microrestes trapezius Bresseel & Constant 1877, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microrestes_trapezius_Ho_2016> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pylaemenes_trapezius_Ho_2016>, <http://taxon-concept.plazi.org/id/Animalia/Pylaemenes_abramovi_Ho_2018> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13271320> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13271320>
bibo:endPage "19" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:startPage "1" ;
bibo:volume "106" ;
dc:creator "Bresseel, Joachim; Constant, Jérôme" ;
dc:date "1877" ;
dc:title "Fig. 5 in The first record of the genus Olcinia Stål, 1877 from Cambodia and Vietnam with the description of two new species (Orthoptera: Tettigoniidae: Pseudophyllinae: Cymatomerini)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microrestes_trapezius_Ho_2016>
dwc:authority "(Ho, 2016)" ;
dwc:authorityName "Bresseel & Constant" ;
dwc:authorityYear "1877" ;
dwc:baseAuthorityName "Ho" ;
dwc:baseAuthorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ho, 2016) Bresseel & Constant, 1877" ;
dwc:species "trapezius" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQSB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microrestes_trapezius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pylaemenes_trapezius_Ho_2016>
dwc:authority "HO, 2016: 3" ;
dwc:authorityName "Ho" ;
dwc:authorityPageNumber "3" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Pylaemenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ho, 2016" ;
dwc:species "trapezius" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQSB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pylaemenes_trapezius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pylaemenes_Stal_1875>
dwc:authorityName "Stal" ;
dwc:authorityYear "1875" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Pylaemenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Stal, 1875" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQSB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pylaemenes> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pylaemenes_abramovi_Ho_2018>
dwc:authority "Ho, 2018" ;
dwc:authorityName "Ho" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Pylaemenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ho, 2018" ;
dwc:species "abramovi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QQSB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pylaemenes_abramovi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microrestes_trapezius>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "trapezius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microrestes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microrestes>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Microrestes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heteropterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heteropterygidae>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
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/Pylaemenes_trapezius>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Pylaemenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "trapezius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pylaemenes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pylaemenes>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Pylaemenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heteropterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pylaemenes_abramovi>
dwc:class "Insecta" ;
dwc:family "Heteropterygidae" ;
dwc:genus "Pylaemenes" ;
dwc:kingdom "Animalia" ;
dwc:order "Phasmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "abramovi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pylaemenes> ;
a dwcFP:TaxonName .