This commit is contained in:
treatmentbank 2024-12-03 18:15:19 +00:00
parent a06c793368
commit 8b15212d70
7 changed files with 950 additions and 105 deletions

View file

@ -0,0 +1,117 @@
@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#> .
<http://treatment.plazi.org/id/03B88790FF82FF839EE7CBAF9ABA4F9A>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Chrysopidia_Navas_1910> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Chrysopidia (Chrysopidia) Navas 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chrysopidia_Chrysopidia_Navas_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5540.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5540.1.1>
bibo:endPage "169" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-22" ;
bibo:startPage "1" ;
bibo:volume "5540" ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopidia_Chrysopidia_Navas_1910>
dwc:ID-ENA "1310340" ;
dwc:authority "Navas, 1910" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "54" ;
dwc:authorityYear "1910" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Navas, 1910" ;
dwc:subGenus "Chrysopidia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3PKV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopidia_Chrysopidia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopidia_Navas_1910>
dwc:authority "Navas, 1910 a: 54" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "54" ;
dwc:authorityYear "1910" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1910" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3PKV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopidia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidia_Chrysopidia>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Chrysopidia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidia>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidae>
dwc:family "Chrysopidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neuroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neuroptera>
dwc:order "Neuroptera" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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,135 @@
@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#> .
<http://treatment.plazi.org/id/03B88790FF90FF9C9EE7CFFC9C894903>
cito:cites <http://dx.doi.org/10.5281/zenodo.14240706> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Chrysopidia (Chrysopidia) sinica Yang & Wang 1990" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03B88790FF90FF9C9EE7CFFC9C894903.mc.3B793CDBFF9EFF9C9F4FCCF59E0A4E06>, <http://tb.plazi.org/GgServer/dwcaRecords/03B88790FF90FF9C9EE7CFFC9C894903.mc.3B793CDBFF9EFF9C9F49CD199C2D4E06>, <http://tb.plazi.org/GgServer/dwcaRecords/03B88790FF90FF9C9EE7CFFC9C894903.mc.3B793CDBFF9EFF9C9D6ACD199E4D4E6B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chrysopidia_sinica_Yang_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5540.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5540.1.1>
bibo:endPage "169" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-22" ;
bibo:startPage "1" ;
bibo:volume "5540" ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14240706> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopidia_sinica_Yang_1990>
dwc:authority "Yang & Wang, 1990", "Yang & Wang, 1990: 155" ;
dwc:authorityName "Yang & Wang" ;
dwc:authorityPageNumber "155" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yang & Wang, 1990" ;
dwc:species "sinica" ;
dwc:subGenus "Chrysopidia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5YQQZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopidia_sinica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidia_sinica>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sinica" ;
dwc:subGenus "Chrysopidia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidia>, <http://taxon-name.plazi.org/id/Animalia/Chrysopidia_Chrysopidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidia_Chrysopidia>
dwc:genus "Chrysopidia" ;
dwc:rank "subGenus" ;
dwc:subGenus "Chrysopidia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidia>
dwc:genus "Chrysopidia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidae>
dwc:family "Chrysopidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neuroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neuroptera>
dwc:order "Neuroptera" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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.14240706>
dc:description "FIGURE 80. Distribution map of species of Chrysopidia from China." ;
fabio:hasRepresentation <https://zenodo.org/record/14240706/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B88790FF90FF9C9EE7CFFC9C894903.mc.3B793CDBFF9EFF9C9F4FCCF59E0A4E06>
dwc:collectionCode "CAU" ;
dwc:eventDate "1984-06-02" ;
dwc:locality "Dayanwu" ;
dwc:recordedBy "Chikun Yang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1700" ;
trt:httpUri <https://treatment.plazi.org/id/03B88790FF90FF9C9EE7CFFC9C894903#3B793CDBFF9EFF9C9F4FCCF59E0A4E06> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B88790FF90FF9C9EE7CFFC9C894903.mc.3B793CDBFF9EFF9C9F49CD199C2D4E06>
dwc:collectionCode "CAU" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03B88790FF90FF9C9EE7CFFC9C894903#3B793CDBFF9EFF9C9F49CD199C2D4E06> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03B88790FF90FF9C9EE7CFFC9C894903.mc.3B793CDBFF9EFF9C9D6ACD199E4D4E6B>
dwc:collectionCode "CAU" ;
dwc:eventDate "1980-08-01" ;
dwc:locality "Mt. Gaoloushan" ;
dwc:recordedBy "Fasehng Li" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/03B88790FF90FF9C9EE7CFFC9C894903#3B793CDBFF9EFF9C9D6ACD199E4D4E6B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,197 @@
@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#> .
<http://treatment.plazi.org/id/03B88790FFAEFFA89EE7CB889DB84C03>
cito:cites <http://dx.doi.org/10.5281/zenodo.14240732>, <http://taxon-concept.plazi.org/id/Animalia/Chrysopa_venusta_Hagen_1853>, <http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_polychlora_Fraser_1952>, <http://taxon-concept.plazi.org/id/Animalia/Sencera_scioneura_Navas_1925> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Ankylopteryx Brauer 1864" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ankylopteryx_Brauer_1864> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_Fraser_1952>, <http://taxon-concept.plazi.org/id/Animalia/Sencera_Navas_1924> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5540.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5540.1.1>
bibo:endPage "169" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-22" ;
bibo:startPage "1" ;
bibo:volume "5540" ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14240732> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ankylopteryx_Brauer_1864>
dwc:ID-ENA "373810" ;
dwc:authority "Brauer, 1864" ;
dwc:authorityName "Brauer" ;
dwc:authorityYear "1864" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ankylopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Brauer, 1864" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/WK8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ankylopteryx> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopa_venusta_Hagen_1853>
dwc:authority "Hagen, 1853: 141" ;
dwc:authorityName "Hagen" ;
dwc:authorityPageNumber "141" ;
dwc:authorityYear "1853" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hagen, 1853" ;
dwc:species "venusta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopa_venusta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_Fraser_1952>
dwc:authority "Fraser, 1952: 57" ;
dwc:authorityName "Fraser" ;
dwc:authorityPageNumber "57" ;
dwc:authorityYear "1952" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ethiochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Fraser, 1952" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethiochrysa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_polychlora_Fraser_1952>
dwc:authority "Fraser, 1952: 57" ;
dwc:authorityName "Fraser" ;
dwc:authorityPageNumber "57" ;
dwc:authorityYear "1952" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ethiochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fraser, 1952" ;
dwc:species "polychlora" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethiochrysa_polychlora> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Sencera_Navas_1924>
dwc:authority "Navas, 1924" ;
dwc:authorityName "Navas" ;
dwc:authorityYear "1924" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Sencera" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1924" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sencera> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Sencera_scioneura_Navas_1925>
dwc:authority "Navas, 1925: 27" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "27" ;
dwc:authorityYear "1925" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Sencera" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Navas, 1925" ;
dwc:species "scioneura" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sencera_scioneura> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ankylopteryx>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ankylopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidae>
dwc:family "Chrysopidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neuroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neuroptera>
dwc:order "Neuroptera" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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/Ethiochrysa>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ethiochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sencera>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Sencera" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14240732>
dc:description "FIGURE 93. ML tree of Ankylopterygini based on COI gene fragments (part). Numbers near each node are bootstrap value (%)." ;
fabio:hasRepresentation <https://zenodo.org/record/14240732/files/figure.png> ;
a fabio:Figure .

View file

@ -9,7 +9,6 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03B88790FFAFFFAC9EE7C8109ABA4804>
cito:cites <http://dx.doi.org/10.5281/zenodo.14240732>, <http://taxon-concept.plazi.org/id/Animalia/Ankylopteryx_Brauer_1864>, <http://taxon-concept.plazi.org/id/Animalia/Chrysopa_venusta_Hagen_1853>, <http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_Fraser_1952>, <http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_polychlora_Fraser_1952>, <http://taxon-concept.plazi.org/id/Animalia/Sencera_Navas_1924>, <http://taxon-concept.plazi.org/id/Animalia/Sencera_scioneura_Navas_1925> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Ankylopterygini Navas 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ankylopterygini_Navas_1910> ;
@ -26,7 +25,6 @@
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14240732> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ankylopterygini_Navas_1910>
@ -44,104 +42,6 @@
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ankylopterygini> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ankylopteryx_Brauer_1864>
dwc:authority "Brauer, 1864: 899" ;
dwc:authorityName "Brauer" ;
dwc:authorityPageNumber "899" ;
dwc:authorityYear "1864" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ankylopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Brauer, 1864" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ankylopteryx> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopa_venusta_Hagen_1853>
dwc:authority "Hagen, 1853: 141" ;
dwc:authorityName "Hagen" ;
dwc:authorityPageNumber "141" ;
dwc:authorityYear "1853" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hagen, 1853" ;
dwc:species "venusta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopa_venusta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_Fraser_1952>
dwc:authority "Fraser, 1952: 57" ;
dwc:authorityName "Fraser" ;
dwc:authorityPageNumber "57" ;
dwc:authorityYear "1952" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ethiochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Fraser, 1952" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethiochrysa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ethiochrysa_polychlora_Fraser_1952>
dwc:authority "Fraser, 1952: 57" ;
dwc:authorityName "Fraser" ;
dwc:authorityPageNumber "57" ;
dwc:authorityYear "1952" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Ethiochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fraser, 1952" ;
dwc:species "polychlora" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethiochrysa_polychlora> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Sencera_Navas_1924>
dwc:authority "Navas, 1924" ;
dwc:authorityName "Navas" ;
dwc:authorityYear "1924" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Sencera" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1924" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sencera> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Sencera_scioneura_Navas_1925>
dwc:authority "Navas, 1925: 27" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "27" ;
dwc:authorityYear "1925" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Sencera" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Navas, 1925" ;
dwc:species "scioneura" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sencera_scioneura> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ankylopterygini>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
@ -181,8 +81,3 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14240732>
dc:description "FIGURE 93. ML tree of Ankylopterygini based on COI gene fragments (part). Numbers near each node are bootstrap value (%)." ;
fabio:hasRepresentation <https://zenodo.org/record/14240732/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,194 @@
@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#> .
<http://treatment.plazi.org/id/03B88790FFCCFFCE9EE7CE959CDE4E9D>
cito:cites <http://dx.doi.org/10.5281/zenodo.14240720> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Retipenna grahami" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Retipenna_grahami_Banks_1940> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Chrysopa_chione_Banks_1942>, <http://taxon-concept.plazi.org/id/Animalia/Chrysopa_grahami_Banks_1942>, <http://taxon-concept.plazi.org/id/Animalia/Retipenna_chione_Banks_1940> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5540.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5540.1.1>
bibo:endPage "169" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-22" ;
bibo:startPage "1" ;
bibo:volume "5540" ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14240720> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Retipenna_grahami_Banks_1940>
dwc:authority "(Banks, 1942)" ;
dwc:baseAuthorityName "Banks" ;
dwc:baseAuthorityYear "1940" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Retipenna" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Banks, 1940)" ;
dwc:species "grahami" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78S94> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Retipenna_grahami> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopa_grahami_Banks_1942>
dwc:authority "Banks, 1942: 189" ;
dwc:authorityName "Banks" ;
dwc:authorityPageNumber "189" ;
dwc:authorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Banks, 1942" ;
dwc:species "grahami" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5YQZS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopa_grahami> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chrysopa_chione_Banks_1942>
dwc:authority "Banks, 1942: 189" ;
dwc:authorityName "Banks" ;
dwc:authorityPageNumber "189" ;
dwc:authorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Banks, 1942" ;
dwc:species "chione" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5Z3GP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysopa_chione> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Retipenna_chione_Banks_1940>
dwc:baseAuthorityName "Banks" ;
dwc:baseAuthorityYear "1940" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Retipenna" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Banks, 1940)" ;
dwc:species "chione" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/78RWS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Retipenna_chione> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Retipenna_grahami>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Retipenna" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "grahami" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Retipenna> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Retipenna>
dwc:genus "Retipenna" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidae>
dwc:family "Chrysopidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neuroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neuroptera>
dwc:order "Neuroptera" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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/Chrysopa_grahami>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "grahami" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopa>
dwc:genus "Chrysopa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopa_chione>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "chione" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Retipenna_chione>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Retipenna" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "chione" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Retipenna> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14240720>
dc:description "FIGURE 87. Distribution map of species of Retipenna from China." ;
fabio:hasRepresentation <https://zenodo.org/record/14240720/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,162 @@
@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#> .
<http://treatment.plazi.org/id/03B88790FFE7FFE49EE7C8C29C144801>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Nineta_Navas_1912>, <http://taxon-concept.plazi.org/id/Animalia/Tumeochrysa_abunda_Yang_1989> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Nineta (Nineta) Navas 1912, stat. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nineta_Nineta_Navas_1912> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Parachrysa_Nakahara_1915> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5540.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5540.1.1>
bibo:endPage "169" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-22" ;
bibo:startPage "1" ;
bibo:volume "5540" ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nineta_Nineta_Navas_1912>
dwc:authority "Navas, 1912" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "98" ;
dwc:authorityYear "1912" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Nineta" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Navas, 1912" ;
dwc:subGenus "Nineta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/647L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nineta_Nineta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Nineta_Navas_1912>
dwc:authority "Navas, 1912: 98" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "98" ;
dwc:authorityYear "1912" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Nineta" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1912" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/647L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nineta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Parachrysa_Nakahara_1915>
dwc:authority "Nakahara, 1915: 121" ;
dwc:authorityName "Nakahara" ;
dwc:authorityPageNumber "121" ;
dwc:authorityYear "1915" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Parachrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Nakahara, 1915" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Parachrysa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Tumeochrysa_abunda_Yang_1989>
dwc:authority "(Yang & Yang, 1989)" ;
dwc:authorityName "Wu & Liu" ;
dwc:authorityYear "2024" ;
dwc:baseAuthorityName "Yang & Yang" ;
dwc:baseAuthorityYear "1989" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Tumeochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Yang & Yang, 1989)" ;
dwc:species "abunda" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tumeochrysa_abunda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nineta_Nineta>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Nineta" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Nineta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nineta>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Nineta" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidae>
dwc:family "Chrysopidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neuroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neuroptera>
dwc:order "Neuroptera" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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/Parachrysa>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Parachrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .

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#> .
<http://treatment.plazi.org/id/03B88790FFE8FFF59EE7CD1C9C294CF0>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Tumeochrysa_Needham_1909> ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:title "Tumeochrysa (Tumeochrysa) Needham 1909, stat. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tumeochrysa_Tumeochrysa_Needham_1909> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Chrysoplecta_Navas_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5540.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5540.1.1>
bibo:endPage "169" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-22" ;
bibo:startPage "1" ;
bibo:volume "5540" ;
dc:creator "Wu, Jingyu; Liu, Xingyue" ;
dc:date "2024" ;
dc:title "Systematics of the green lacewing tribe Ankylopterygini Navás, 1910 (Neuroptera: Chrysopidae: Chrysopinae) from China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tumeochrysa_Tumeochrysa_Needham_1909>
dwc:ID-ENA "2307262" ;
dwc:authority "Needham, 1909" ;
dwc:authorityName "Needham" ;
dwc:authorityPageNumber "204" ;
dwc:authorityYear "1909" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Tumeochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Needham, 1909" ;
dwc:subGenus "Tumeochrysa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/83NV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tumeochrysa_Tumeochrysa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Tumeochrysa_Needham_1909>
dwc:authority "Needham, 1909: 204" ;
dwc:authorityName "Needham" ;
dwc:authorityPageNumber "204" ;
dwc:authorityYear "1909" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Tumeochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Needham, 1909" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/83NV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tumeochrysa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chrysoplecta_Navas_1910>
dwc:authority "Navas, 1910 a: 55" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "55" ;
dwc:authorityYear "1910" ;
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysoplecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1910" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysoplecta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tumeochrysa_Tumeochrysa>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Tumeochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Tumeochrysa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tumeochrysa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tumeochrysa>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Tumeochrysa" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysopidae>
dwc:family "Chrysopidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neuroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neuroptera>
dwc:order "Neuroptera" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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/Chrysoplecta>
dwc:class "Insecta" ;
dwc:family "Chrysopidae" ;
dwc:genus "Chrysoplecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Neuroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysopidae> ;
a dwcFP:TaxonName .