This commit is contained in:
treatmentbank 2024-09-09 01:32:27 +00:00
parent a69ed97b15
commit a25e9e4f79
14 changed files with 1901 additions and 0 deletions

View file

@ -0,0 +1,96 @@
@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/054B87EEFFCAFFF28398FB0EFEB8F8EB>
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Gryllacridinae Blanchard 1845" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gryllacridinae_Blanchard_1845> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gryllacridinae_Blanchard_1845>
dwc:authority "Blanchard 1845" ;
dwc:authorityName "Blanchard" ;
dwc:authorityYear "1845" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subFamily" ;
dwc:scientificNameAuthorship "Blanchard, 1845" ;
dwc:subFamily "Gryllacridinae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NKVZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gryllacridinae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gryllacridinae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subFamily" ;
dwc:subFamily "Gryllacridinae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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,22 @@
@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/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -0,0 +1,22 @@
@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/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -0,0 +1,22 @@
@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/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

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/054B87EEFFCDFFF38151FA3AFF1DF855>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220297>, <http://dx.doi.org/10.5281/zenodo.13220299>, <http://dx.doi.org/10.5281/zenodo.13220295>, <http://dx.doi.org/10.5281/zenodo.13220313> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Phryganogryllacris Karny 1937, gen. nov." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Karny_1937> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220297>, <http://dx.doi.org/10.5281/zenodo.13220299>, <http://dx.doi.org/10.5281/zenodo.13220295>, <http://dx.doi.org/10.5281/zenodo.13220313> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Karny_1937>
dwc:authority "Karny 1937" ;
dwc:authorityName "Karny" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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.13220297>
dc:description "Figure 3. Living Gryllacrididae. A, Apt. quadrimaculata; B, Diaphanogryllacris sp.; C, Apt. biloba; D, Microlarnaca sp.; E, Apt. huanglianensis; F, Me. obscurata; G, T. huanglianensis sp.nov.; H, Ni. testaceus." ;
fabio:hasRepresentation <https://zenodo.org/record/13220297/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220299>
dc:description "Figure 4. Lateral hindfoot.A, Apt. quadrimaculata; B, Apt. digitate; C, Apt. huanglianensis; D, Apt. biloba; E, T. huanglianensis sp. nov.; F, Ni. testaceus (arrow in F indicates extremely extended spine in the middle of hind tibia)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220299/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220295>
dc:description "Figure 2. Male abdominal terminal.A, Diaphanogryllacris sp.; B, Mi. dicrana; C, D, Ho. gladiate; E, F, Ho. obtusitubera; G, F. wufengensis (from: Liu et al. 2022b); H, W. lianhua; I, Metriogryllacris sp.; J, Ni. testaceus; K, Si. quadrateprocera; L, Dial. zhoui (from: Shi et al. 2016) (arrows in A and B indicate a pair of dilated and strongly upwards extending whiskers at male abdominal tergite, arrow in G indicates short spines extending at male terminal tergite, arrow in H indicates longer spines extending at male abdominal tergite)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220295/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220313>
dc:description "Figure 10. Male abdominal terminal.A, B, Ph. brevixipha; C, Bi. mellii; D, E, Se. decempunctata; F, Se. laoshanica; G, Se. sichuanensis; H, Bi. subrectis; I, Bi. mellii.(Arrow in A indicates the middle of tergite that bulges sharply caudally, arrow in B indicates the bulge extending caudally from the root on each side of the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220313/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,22 @@
@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/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -0,0 +1,22 @@
@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/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:153:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:95:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:68:28)

View file

@ -0,0 +1,145 @@
@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/054B87EEFFCEFFF18243FDDFFA79FA31>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220295>, <http://dx.doi.org/10.5281/zenodo.13220301>, <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220313>, <http://dx.doi.org/10.5281/zenodo.13220297>, <http://dx.doi.org/10.5281/zenodo.13220299>, <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220309>, <http://dx.doi.org/10.5281/zenodo.13220311>, <http://dx.doi.org/10.5281/zenodo.13220315>, <http://dx.doi.org/10.5281/zenodo.13220317>, <http://dx.doi.org/10.5281/zenodo.13220319> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Gryllacrididae Blanchard 1845" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gryllacrididae_Blanchard_1845> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220295>, <http://dx.doi.org/10.5281/zenodo.13220301>, <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220313>, <http://dx.doi.org/10.5281/zenodo.13220297>, <http://dx.doi.org/10.5281/zenodo.13220299>, <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220309>, <http://dx.doi.org/10.5281/zenodo.13220311>, <http://dx.doi.org/10.5281/zenodo.13220315>, <http://dx.doi.org/10.5281/zenodo.13220317>, <http://dx.doi.org/10.5281/zenodo.13220319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gryllacrididae_Blanchard_1845>
dwc:authorityName "Blanchard" ;
dwc:authorityYear "1845" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Blanchard, 1845" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NKKX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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.13220295>
dc:description "Figure 2. Male abdominal terminal.A, Diaphanogryllacris sp.; B, Mi. dicrana; C, D, Ho. gladiate; E, F, Ho. obtusitubera; G, F. wufengensis (from: Liu et al. 2022b); H, W. lianhua; I, Metriogryllacris sp.; J, Ni. testaceus; K, Si. quadrateprocera; L, Dial. zhoui (from: Shi et al. 2016) (arrows in A and B indicate a pair of dilated and strongly upwards extending whiskers at male abdominal tergite, arrow in G indicates short spines extending at male terminal tergite, arrow in H indicates longer spines extending at male abdominal tergite)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220295/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220301>
dc:description "Figure 5. Abdominal terminal: male (AF), female (GI). A, Glolarnaca sp.; B, Neolarnaca sp.; C, Ha. bilobulata; D, Apt. quadrimaculata; E, Apt. biloba; F, T. huanglianensis sp. nov.. (Arrow in A indicates spines extending downwards from the base in the middle of each valve at the posterior margin of male abdominal tergite, arrow in F indicates styli.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220301/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220305>
dc:description "Figure 7. Male abdominal terminal.A, Marthogryllacris sp.; B, Dracogryllacris spinose; C, U. pulchra rubricapitis; D, C. fumigata; E, Bo. xujuni; F, Mag. guomashan; G, O. fuscotessellata; H, E. ruficeps; I, R. fanjingshanensis; J, Prosopogryllacris sp.; K, G. stylommatoprocera (from:Wang and Liu 2022); L, L. lieyongzhou.(Arrow in A indicates spines extending inwards from the base in the middle of each valve at the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220305/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220313>
dc:description "Figure 10. Male abdominal terminal.A, B, Ph. brevixipha; C, Bi. mellii; D, E, Se. decempunctata; F, Se. laoshanica; G, Se. sichuanensis; H, Bi. subrectis; I, Bi. mellii.(Arrow in A indicates the middle of tergite that bulges sharply caudally, arrow in B indicates the bulge extending caudally from the root on each side of the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220313/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220297>
dc:description "Figure 3. Living Gryllacrididae. A, Apt. quadrimaculata; B, Diaphanogryllacris sp.; C, Apt. biloba; D, Microlarnaca sp.; E, Apt. huanglianensis; F, Me. obscurata; G, T. huanglianensis sp.nov.; H, Ni. testaceus." ;
fabio:hasRepresentation <https://zenodo.org/record/13220297/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220299>
dc:description "Figure 4. Lateral hindfoot.A, Apt. quadrimaculata; B, Apt. digitate; C, Apt. huanglianensis; D, Apt. biloba; E, T. huanglianensis sp. nov.; F, Ni. testaceus (arrow in F indicates extremely extended spine in the middle of hind tibia)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220299/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220303>
dc:description "Figure 6. Wings. A, Mar. sequestris; B, Dr. spinose; C, Dr. melanocrania; D, U. pulchra rubricapitis; E, Capnogryllacris sp.; F, Bo. xujuni." ;
fabio:hasRepresentation <https://zenodo.org/record/13220303/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220309>
dc:description "Figure 8. Wings. A, Mag. hainanensis; B, Mag. guomashan; C, Ocellarnaca sp.; D, E. ruficeps; E, R. xiei; F, R. fanjingshanensis; G, Pr. silacea; H, G. stylommatoprocera; I, L. lieyongzhou." ;
fabio:hasRepresentation <https://zenodo.org/record/13220309/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220311>
dc:description "Figure 9. Living Gryllacrididae.A, Mar. sequestris; B, Dr. spinose; C, Capnogryllacris sp.; D, Mag. hainanensis; E, Ocellarnaca sp.; F, E. ruficeps; G, R. xiei; H, Prosopogryllacris sp.." ;
fabio:hasRepresentation <https://zenodo.org/record/13220311/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220315>
dc:description "Figure 11. Living Gryllacrididae.A, Se. decempunctata; B, Se. sichuanensis; C, Ph. brevixipha; D, Ph. sp.; E, Bi. subrectis; F, Bi. mellii." ;
fabio:hasRepresentation <https://zenodo.org/record/13220315/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220317>
dc:description "Figure 12. Head in frontal view.A, Ho. gladiate; B, Ho. obtusitubera; C, F. chirurga; D, W. procera; E, Se. decempunctata; F, Met. permodesta; G, Bi. subrectis; H, Ph. brevixipha; I, Ni. testaceus." ;
fabio:hasRepresentation <https://zenodo.org/record/13220317/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220319>
dc:description "Figure 13. Head in frontal view (AC), pronotum (DF). A, Pr. silacea; B, Ne. longipenna; C, Ha. bilobulata; D, Mar. sequestris; E, Dr. spinose; F, Dr. melanocrania.(The horizontal line at B, C indicates the width of fastigium verticis.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220319/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,326 @@
@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/054B87EEFFCFFFE580F5F9CCFEE1F9EE>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Bianigryllacris_Cadena-Castaneda_2019>, <http://dx.doi.org/10.5281/zenodo.13220297>, <http://dx.doi.org/10.5281/zenodo.13220299>, <http://dx.doi.org/10.5281/zenodo.13220301>, <http://dx.doi.org/10.5281/zenodo.13220321>, <http://dx.doi.org/10.5281/zenodo.13220323> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Apterolarnaca Gorochov 2004" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/054B87EEFFCFFFE580F5F9CCFEE1F9EE.mc.3D8A3CA5FFC7FFF9813DF916FD83F8A9>, <http://tb.plazi.org/GgServer/dwcaRecords/054B87EEFFCFFFE580F5F9CCFEE1F9EE.mc.3D8A3CA5FFC7FFF980B4F8B0FD5FF889>, <http://tb.plazi.org/GgServer/dwcaRecords/054B87EEFFCFFFE580F5F9CCFEE1F9EE.mc.3D8A3CA5FFD9FFE7811BF8EBFE29F8BD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Gorochov_2004> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bian_2015>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bian_2016>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Tan_2018>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Ingrisch_2018>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Cadena-Castaneda_2019>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bian_2021>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris_Lu_2022>, <http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris_Zhang_2023> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220297>, <http://dx.doi.org/10.5281/zenodo.13220299>, <http://dx.doi.org/10.5281/zenodo.13220301>, <http://dx.doi.org/10.5281/zenodo.13220321>, <http://dx.doi.org/10.5281/zenodo.13220323> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Gorochov_2004>
dwc:authority "Gorochov 2004" ;
dwc:authorityName "Gorochov" ;
dwc:authorityYear "2004" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gorochov, 2004" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bian_2015>
dwc:authority "Bian and Shi 2015: 6 - 10" ;
dwc:authorityName "Bian and Shi" ;
dwc:authorityPageNumber "6 - 10" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bian & Shi, 2015" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bian_2016>
dwc:authority "Bian et al. 2016: 358" ;
dwc:authorityName "Bian" ;
dwc:authorityPageNumber "358" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bian, 2016" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Tan_2018>
dwc:authority "Tan and Wahab 2018: 582" ;
dwc:authorityName "Tan and Wahab" ;
dwc:authorityPageNumber "582" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tan & Wahab, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Ingrisch_2018>
dwc:authority "Ingrisch 2018: 117" ;
dwc:authorityName "Ingrisch" ;
dwc:authorityPageNumber "117" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ingrisch, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Cadena-Castaneda_2019>
dwc:authority "Cadena-Castaneda 2019: 83" ;
dwc:authorityName "Cadena-Castaneda" ;
dwc:authorityPageNumber "83" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cadena-Castaneda, 2019" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bian_2021>
dwc:authority "Bian et al. 2021: 205" ;
dwc:authorityName "Bian" ;
dwc:authorityPageNumber "205" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bian, 2021" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NMGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bianigryllacris_Cadena-Castaneda_2019>
dwc:authority "Cadena-Castaneda 2019: 38" ;
dwc:authorityName "Cadena-Castaneda" ;
dwc:authorityYear "2019" ;
dwc:kingdom "Animalia" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Cadena-Castaneda, 2019" ;
dwc:subGenus "Bianigryllacris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bianigryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris_Lu_2022>
dwc:authority "Lu et al. 2022: 385" ;
dwc:authorityName "Lu" ;
dwc:authorityPageNumber "385" ;
dwc:authorityYear "2022" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Lu, 2022" ;
dwc:subGenus "Bianigryllacris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris_Zhang_2023>
dwc:authority "Zhang et al. 2023 a: 501" ;
dwc:authorityName "Zhang" ;
dwc:authorityPageNumber "501" ;
dwc:authorityYear "2023" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Zhang, 2023" ;
dwc:subGenus "Bianigryllacris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Apterolarnaca>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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/Bianigryllacris>
dwc:kingdom "Animalia" ;
dwc:rank "subGenus" ;
dwc:subGenus "Bianigryllacris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apterolarnaca_Bianigryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Apterolarnaca" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Bianigryllacris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apterolarnaca> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13220297>
dc:description "Figure 3. Living Gryllacrididae. A, Apt. quadrimaculata; B, Diaphanogryllacris sp.; C, Apt. biloba; D, Microlarnaca sp.; E, Apt. huanglianensis; F, Me. obscurata; G, T. huanglianensis sp.nov.; H, Ni. testaceus." ;
fabio:hasRepresentation <https://zenodo.org/record/13220297/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220299>
dc:description "Figure 4. Lateral hindfoot.A, Apt. quadrimaculata; B, Apt. digitate; C, Apt. huanglianensis; D, Apt. biloba; E, T. huanglianensis sp. nov.; F, Ni. testaceus (arrow in F indicates extremely extended spine in the middle of hind tibia)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220299/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220301>
dc:description "Figure 5. Abdominal terminal: male (AF), female (GI). A, Glolarnaca sp.; B, Neolarnaca sp.; C, Ha. bilobulata; D, Apt. quadrimaculata; E, Apt. biloba; F, T. huanglianensis sp. nov.. (Arrow in A indicates spines extending downwards from the base in the middle of each valve at the posterior margin of male abdominal tergite, arrow in F indicates styli.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220301/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220321>
dc:description "Figure 14. Tenuigryllacris huanglianensis sp. nov.. A, head in frontal view; B, pronotum in dorsal view; C, ovipositor in lateral view; D, living female individual." ;
fabio:hasRepresentation <https://zenodo.org/record/13220321/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220323>
dc:description "Figure 15. Male T. yingjiangensis sp. nov.. A, face; B, abdominal terminal; C, subgenital plate; D, holotype in dorsal view; E, living male individual in lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/13220323/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/054B87EEFFCFFFE580F5F9CCFEE1F9EE.mc.3D8A3CA5FFC7FFF9813DF916FD83F8A9>
dwc:collectionCode "ECNU" ;
dwc:eventDate "2021-07-12" ;
dwc:locality "Huanglian Mountain" ;
dwc:recordedBy "Zhu-Qing He" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1951" ;
dwc:verbatimLatitude "22.893167" ;
dwc:verbatimLongitude "102.30283" ;
trt:httpUri <https://treatment.plazi.org/id/054B87EEFFCFFFE580F5F9CCFEE1F9EE#3D8A3CA5FFC7FFF9813DF916FD83F8A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/054B87EEFFCFFFE580F5F9CCFEE1F9EE.mc.3D8A3CA5FFC7FFF980B4F8B0FD5FF889>
dwc:collectionCode "ECNU" ;
dwc:eventDate "2021-07-12" ;
dwc:locality "Huanglian Mountain" ;
dwc:recordedBy "Zhu-Qing He" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1951" ;
dwc:verbatimLatitude "22.893167" ;
dwc:verbatimLongitude "102.30283" ;
trt:httpUri <https://treatment.plazi.org/id/054B87EEFFCFFFE580F5F9CCFEE1F9EE#3D8A3CA5FFC7FFF980B4F8B0FD5FF889> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/054B87EEFFCFFFE580F5F9CCFEE1F9EE.mc.3D8A3CA5FFD9FFE7811BF8EBFE29F8BD>
dwc:collectionCode "ECNU" ;
dwc:eventDate "2022-06-11" ;
dwc:locality "Xima" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1700" ;
dwc:verbatimLatitude "24.753166" ;
dwc:verbatimLongitude "97.7005" ;
trt:httpUri <https://treatment.plazi.org/id/054B87EEFFCFFFE580F5F9CCFEE1F9EE#3D8A3CA5FFD9FFE7811BF8EBFE29F8BD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,284 @@
@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/054B87EEFFD2FFEA80CFFC6BFA49FAE7>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220313>, <http://dx.doi.org/10.5281/zenodo.13220315>, <http://dx.doi.org/10.5281/zenodo.13220317> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Phryganogryllacris Karny 1937" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Karny_1937> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Jin_1994>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Liu_1999>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Otte_2000>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Gorochov_2005>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Tan_2012>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Li_2014>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Li_2016>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Ingrisch_2018>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Cadena-Castaneda_2019>, <http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Zhao_2022> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220313>, <http://dx.doi.org/10.5281/zenodo.13220315>, <http://dx.doi.org/10.5281/zenodo.13220317> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Karny_1937>
dwc:authority "Karny 1937" ;
dwc:authorityName "Karny" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Jin_1994>
dwc:authority "Jin and Xia 1994: 17" ;
dwc:authorityName "Jin and Xia" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1994" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Jin & Xia, 1994" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Liu_1999>
dwc:authority "Liu 1999: 178" ;
dwc:authorityName "Liu" ;
dwc:authorityPageNumber "178" ;
dwc:authorityYear "1999" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Liu, 1999" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Otte_2000>
dwc:authority "Otte 2000: 28" ;
dwc:authorityName "Otte" ;
dwc:authorityPageNumber "28" ;
dwc:authorityYear "2000" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Otte, 2000" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Gorochov_2005>
dwc:authority "Gorochov 2005: 806" ;
dwc:authorityName "Gorochov" ;
dwc:authorityPageNumber "806" ;
dwc:authorityYear "2005" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gorochov, 2005" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Tan_2012>
dwc:authority "Tan 2012: 39" ;
dwc:authorityName "Tan" ;
dwc:authorityPageNumber "39" ;
dwc:authorityYear "2012" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tan, 2012" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Li_2014>
dwc:authority "Li et al. 2014 b: 508" ;
dwc:authorityName "Li" ;
dwc:authorityPageNumber "508" ;
dwc:authorityYear "2014" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Li, 2014" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Li_2016>
dwc:authority "Li et al. 2016: 376" ;
dwc:authorityName "Li" ;
dwc:authorityPageNumber "376" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Li, 2016" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Ingrisch_2018>
dwc:authority "Ingrisch 2018: 231" ;
dwc:authorityName "Ingrisch" ;
dwc:authorityPageNumber "231" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ingrisch, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Cadena-Castaneda_2019>
dwc:authority "Cadena-Castaneda 2019: 89" ;
dwc:authorityName "Cadena-Castaneda" ;
dwc:authorityPageNumber "89" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cadena-Castaneda, 2019" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Phryganogryllacris_Zhao_2022>
dwc:authority "Zhao et al. 2022: 157" ;
dwc:authorityName "Zhao" ;
dwc:authorityPageNumber "157" ;
dwc:authorityYear "2022" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Zhao, 2022" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NXK3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phryganogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Phryganogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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.13220313>
dc:description "Figure 10. Male abdominal terminal.A, B, Ph. brevixipha; C, Bi. mellii; D, E, Se. decempunctata; F, Se. laoshanica; G, Se. sichuanensis; H, Bi. subrectis; I, Bi. mellii.(Arrow in A indicates the middle of tergite that bulges sharply caudally, arrow in B indicates the bulge extending caudally from the root on each side of the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220313/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220315>
dc:description "Figure 11. Living Gryllacrididae.A, Se. decempunctata; B, Se. sichuanensis; C, Ph. brevixipha; D, Ph. sp.; E, Bi. subrectis; F, Bi. mellii." ;
fabio:hasRepresentation <https://zenodo.org/record/13220315/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220317>
dc:description "Figure 12. Head in frontal view.A, Ho. gladiate; B, Ho. obtusitubera; C, F. chirurga; D, W. procera; E, Se. decempunctata; F, Met. permodesta; G, Bi. subrectis; H, Ph. brevixipha; I, Ni. testaceus." ;
fabio:hasRepresentation <https://zenodo.org/record/13220317/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,238 @@
@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/054B87EEFFDBFFE080CFF9CFFED6FD7F>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220311>, <http://dx.doi.org/10.5281/zenodo.13220319> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Capnogryllacris Karny 1937" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Karny_1937> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Otte_2000>, <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Gorochov_2003>, <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Gorochov_2015>, <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Ingrisch_2018>, <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Cadena-Castaneda_2019>, <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Bian_2021>, <http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Peng_2021> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220311>, <http://dx.doi.org/10.5281/zenodo.13220319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Karny_1937>
dwc:authority "Karny 1937 Oiaea" ;
dwc:authorityName "Karny" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Otte_2000>
dwc:authority "Otte 2000: 8" ;
dwc:authorityName "Otte" ;
dwc:authorityPageNumber "8" ;
dwc:authorityYear "2000" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Otte, 2000" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Gorochov_2003>
dwc:authority "Gorochov 2003: 629" ;
dwc:authorityName "Gorochov" ;
dwc:authorityPageNumber "629" ;
dwc:authorityYear "2003" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gorochov, 2003" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Gorochov_2015>
dwc:authority "Gorochov et al. 2015: 567" ;
dwc:authorityName "Gorochov" ;
dwc:authorityPageNumber "567" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gorochov, 2015" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Ingrisch_2018>
dwc:authority "Ingrisch 2018: 135" ;
dwc:authorityName "Ingrisch" ;
dwc:authorityPageNumber "135" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ingrisch, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Cadena-Castaneda_2019>
dwc:authority "Cadena-Castaneda 2019: 93" ;
dwc:authorityName "Cadena-Castaneda" ;
dwc:authorityPageNumber "93" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cadena-Castaneda, 2019" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Bian_2021>
dwc:authority "Bian et al. 2021: 231" ;
dwc:authorityName "Bian" ;
dwc:authorityPageNumber "231" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bian, 2021" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Capnogryllacris_Peng_2021>
dwc:authority "Peng et al. 2021: 391" ;
dwc:authorityName "Peng" ;
dwc:authorityPageNumber "391" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Peng, 2021" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NNYF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Capnogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Capnogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Capnogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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.13220303>
dc:description "Figure 6. Wings. A, Mar. sequestris; B, Dr. spinose; C, Dr. melanocrania; D, U. pulchra rubricapitis; E, Capnogryllacris sp.; F, Bo. xujuni." ;
fabio:hasRepresentation <https://zenodo.org/record/13220303/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220305>
dc:description "Figure 7. Male abdominal terminal.A, Marthogryllacris sp.; B, Dracogryllacris spinose; C, U. pulchra rubricapitis; D, C. fumigata; E, Bo. xujuni; F, Mag. guomashan; G, O. fuscotessellata; H, E. ruficeps; I, R. fanjingshanensis; J, Prosopogryllacris sp.; K, G. stylommatoprocera (from:Wang and Liu 2022); L, L. lieyongzhou.(Arrow in A indicates spines extending inwards from the base in the middle of each valve at the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220305/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220311>
dc:description "Figure 9. Living Gryllacrididae.A, Mar. sequestris; B, Dr. spinose; C, Capnogryllacris sp.; D, Mag. hainanensis; E, Ocellarnaca sp.; F, E. ruficeps; G, R. xiei; H, Prosopogryllacris sp.." ;
fabio:hasRepresentation <https://zenodo.org/record/13220311/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220319>
dc:description "Figure 13. Head in frontal view (AC), pronotum (DF). A, Pr. silacea; B, Ne. longipenna; C, Ha. bilobulata; D, Mar. sequestris; E, Dr. spinose; F, Dr. melanocrania.(The horizontal line at B, C indicates the width of fastigium verticis.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220319/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,201 @@
@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/054B87EEFFDEFFE080FFFD5BFD43F85D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220305> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Borneogryllacris Karny 1937" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Karny_1937> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Jin_1994>, <http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Otte_2000>, <http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Gorochov_2003>, <http://taxon-concept.plazi.org/id/Animalia/Marthogryllacris_Borneogryllacris_Liu_2010> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220305> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Karny_1937>
dwc:authority "Karny 1937" ;
dwc:authorityName "Karny" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Borneogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PNGG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Borneogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Jin_1994>
dwc:authority "Jin and Xia 1994: 16" ;
dwc:authorityName "Jin and Xia" ;
dwc:authorityPageNumber "16" ;
dwc:authorityYear "1994" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Borneogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Jin & Xia, 1994" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PNGG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Borneogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Otte_2000>
dwc:authority "Otte 2000: 6" ;
dwc:authorityName "Otte" ;
dwc:authorityPageNumber "6" ;
dwc:authorityYear "2000" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Borneogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Otte, 2000" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PNGG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Borneogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Borneogryllacris_Gorochov_2003>
dwc:authority "Gorochov 2003: 639" ;
dwc:authorityName "Gorochov" ;
dwc:authorityPageNumber "639" ;
dwc:authorityYear "2003" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Borneogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gorochov, 2003" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PNGG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Borneogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Marthogryllacris_Borneogryllacris_Liu_2010>
dwc:authority "Liu et al. 2010: 58" ;
dwc:authorityName "Liu" ;
dwc:authorityPageNumber "58" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Liu, 2010" ;
dwc:subGenus "Borneogryllacris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PNGG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Marthogryllacris_Borneogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Borneogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Borneogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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/Marthogryllacris_Borneogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Borneogryllacris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Marthogryllacris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Marthogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13220303>
dc:description "Figure 6. Wings. A, Mar. sequestris; B, Dr. spinose; C, Dr. melanocrania; D, U. pulchra rubricapitis; E, Capnogryllacris sp.; F, Bo. xujuni." ;
fabio:hasRepresentation <https://zenodo.org/record/13220303/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220305>
dc:description "Figure 7. Male abdominal terminal.A, Marthogryllacris sp.; B, Dracogryllacris spinose; C, U. pulchra rubricapitis; D, C. fumigata; E, Bo. xujuni; F, Mag. guomashan; G, O. fuscotessellata; H, E. ruficeps; I, R. fanjingshanensis; J, Prosopogryllacris sp.; K, G. stylommatoprocera (from:Wang and Liu 2022); L, L. lieyongzhou.(Arrow in A indicates spines extending inwards from the base in the middle of each valve at the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220305/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,149 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/054B87EEFFDEFFE18354FF70FA79F997>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220311>, <http://dx.doi.org/10.5281/zenodo.13220319> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Marthogryllacris Karny 1937" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Marthogryllacris_Karny_1937> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Marthogryllacris_Marthogryllacris_Liu_2010> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220303>, <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220311>, <http://dx.doi.org/10.5281/zenodo.13220319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Marthogryllacris_Karny_1937>
dwc:authority "Karny 1937" ;
dwc:authorityName "Karny" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PQ2L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Marthogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Marthogryllacris_Marthogryllacris_Liu_2010>
dwc:authority "Liu et al. 2010: 58" ;
dwc:authorityName "Liu" ;
dwc:authorityPageNumber "58" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Liu, 2010" ;
dwc:subGenus "Marthogryllacris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PQ2L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Marthogryllacris_Marthogryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Marthogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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/Marthogryllacris_Marthogryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Marthogryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Marthogryllacris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Marthogryllacris> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13220303>
dc:description "Figure 6. Wings. A, Mar. sequestris; B, Dr. spinose; C, Dr. melanocrania; D, U. pulchra rubricapitis; E, Capnogryllacris sp.; F, Bo. xujuni." ;
fabio:hasRepresentation <https://zenodo.org/record/13220303/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220305>
dc:description "Figure 7. Male abdominal terminal.A, Marthogryllacris sp.; B, Dracogryllacris spinose; C, U. pulchra rubricapitis; D, C. fumigata; E, Bo. xujuni; F, Mag. guomashan; G, O. fuscotessellata; H, E. ruficeps; I, R. fanjingshanensis; J, Prosopogryllacris sp.; K, G. stylommatoprocera (from:Wang and Liu 2022); L, L. lieyongzhou.(Arrow in A indicates spines extending inwards from the base in the middle of each valve at the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220305/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220311>
dc:description "Figure 9. Living Gryllacrididae.A, Mar. sequestris; B, Dr. spinose; C, Capnogryllacris sp.; D, Mag. hainanensis; E, Ocellarnaca sp.; F, E. ruficeps; G, R. xiei; H, Prosopogryllacris sp.." ;
fabio:hasRepresentation <https://zenodo.org/record/13220311/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220319>
dc:description "Figure 13. Head in frontal view (AC), pronotum (DF). A, Pr. silacea; B, Ne. longipenna; C, Ha. bilobulata; D, Mar. sequestris; E, Dr. spinose; F, Dr. melanocrania.(The horizontal line at B, C indicates the width of fastigium verticis.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220319/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,234 @@
@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/054B87EEFFDFFFEC8133F946FA46FCB9>
cito:cites <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220309>, <http://dx.doi.org/10.5281/zenodo.13220311> ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:title "Eugryllacris Karny 1937" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Karny_1937> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Jin_1994>, <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Gorochov_1995>, <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Otte_2000>, <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Taewoo_2014>, <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Bian_2016>, <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Cadena-Castaneda_2019>, <http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Bian_2021> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae051> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae051>
bibo:endPage "31" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-01" ;
bibo:series "Zool. J. Linn. Soc." ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Li, Shi-Yu; Liu, Yi-Jiao; Xu, Jing-Yi; Yin, Zi-Xu; He, Zhu-Qing" ;
dc:date "2024" ;
dc:title "Molecular phylogeny of Chinese raspy crickets (Orthoptera: Gryllacrididae) reveals incongruences in current classification" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13220305>, <http://dx.doi.org/10.5281/zenodo.13220309>, <http://dx.doi.org/10.5281/zenodo.13220311> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Karny_1937>
dwc:authority "Karny 1937 Daea" ;
dwc:authorityName "Karny" ;
dwc:authorityYear "1937" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Karny, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Jin_1994>
dwc:authority "Jin and Xia 1994: 17" ;
dwc:authorityName "Jin and Xia" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1994" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Jin & Xia, 1994" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Gorochov_1995>
dwc:authority "Gorochov 1995: 212" ;
dwc:authorityName "Gorochov" ;
dwc:authorityPageNumber "212" ;
dwc:authorityYear "1995" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gorochov, 1995" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Otte_2000>
dwc:authority "Otte 2000: 13" ;
dwc:authorityName "Otte" ;
dwc:authorityPageNumber "13" ;
dwc:authorityYear "2000" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Otte, 2000" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Taewoo_2014>
dwc:authority "Taewoo et al. 2014: 96" ;
dwc:authorityName "Taewoo" ;
dwc:authorityPageNumber "96" ;
dwc:authorityYear "2014" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Taewoo, 2014" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Bian_2016>
dwc:authority "Bian and Shi 2016 a: 439" ;
dwc:authorityName "Bian and Shi" ;
dwc:authorityPageNumber "439" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bian & Shi, 2016" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Cadena-Castaneda_2019>
dwc:authority "Cadena-Castaneda 2019: 67" ;
dwc:authorityName "Cadena-Castaneda" ;
dwc:authorityPageNumber "67" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cadena-Castaneda, 2019" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Eugryllacris_Bian_2021>
dwc:authority "Bian et al. 2021: 209" ;
dwc:authorityName "Bian" ;
dwc:authorityPageNumber "209" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bian, 2021" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NRKS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eugryllacris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Eugryllacris>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:genus "Eugryllacris" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllacrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gryllacrididae>
dwc:class "Insecta" ;
dwc:family "Gryllacrididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
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.13220305>
dc:description "Figure 7. Male abdominal terminal.A, Marthogryllacris sp.; B, Dracogryllacris spinose; C, U. pulchra rubricapitis; D, C. fumigata; E, Bo. xujuni; F, Mag. guomashan; G, O. fuscotessellata; H, E. ruficeps; I, R. fanjingshanensis; J, Prosopogryllacris sp.; K, G. stylommatoprocera (from:Wang and Liu 2022); L, L. lieyongzhou.(Arrow in A indicates spines extending inwards from the base in the middle of each valve at the posterior margin of male abdominal tergite.)." ;
fabio:hasRepresentation <https://zenodo.org/record/13220305/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220309>
dc:description "Figure 8. Wings. A, Mag. hainanensis; B, Mag. guomashan; C, Ocellarnaca sp.; D, E. ruficeps; E, R. xiei; F, R. fanjingshanensis; G, Pr. silacea; H, G. stylommatoprocera; I, L. lieyongzhou." ;
fabio:hasRepresentation <https://zenodo.org/record/13220309/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13220311>
dc:description "Figure 9. Living Gryllacrididae.A, Mar. sequestris; B, Dr. spinose; C, Capnogryllacris sp.; D, Mag. hainanensis; E, Ocellarnaca sp.; F, E. ruficeps; G, R. xiei; H, Prosopogryllacris sp.." ;
fabio:hasRepresentation <https://zenodo.org/record/13220311/files/figure.png> ;
a fabio:Figure .