This commit is contained in:
parent
4002f1f4f0
commit
d116b1dad8
|
@ -43,6 +43,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Xiao, 2016" ;
|
||||
dwc:species "changbaicus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CBGNQ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus_changbaicus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Sun & Xiao, 2016" ;
|
||||
dwc:species "equivenae" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CBGNZ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus_equivenae> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Sun & Xiao, 2016" ;
|
||||
dwc:species "beilingicus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CBGNK> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus_beilingicus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
dc:creator "Xiao, Hui; Sun, Lei; Jiao, Tianyang; Li, Zi" ;
|
||||
dc:title "Mesopolobus Westwood 1833" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mesopolobus_Westwood_1833> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus_fasciiventris> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Platymesopus_Westwood_1833>, <http://taxon-concept.plazi.org/id/Animalia/Platyterma_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Xenocrepis_Forster_1856>, <http://taxon-concept.plazi.org/id/Animalia/Selitrichus_Rondani_1877>, <http://taxon-concept.plazi.org/id/Animalia/Asemantus_Forster_1878>, <http://taxon-concept.plazi.org/id/Animalia/Syntomocera_Forster_1878>, <http://taxon-concept.plazi.org/id/Animalia/Disema_Forster_1878>, <http://taxon-concept.plazi.org/id/Animalia/Zacalochlora_Crawford_1913>, <http://taxon-concept.plazi.org/id/Animalia/Urielloides_Girault_1913>, <http://taxon-concept.plazi.org/id/Animalia/Paranogmus_Girault_1915>, <http://taxon-concept.plazi.org/id/Animalia/Anogmoidea_Girault_1924>, <http://taxon-concept.plazi.org/id/Animalia/Baeoponerus_Masi_1924>, <http://taxon-concept.plazi.org/id/Animalia/Euamblymerus_Hincks_1944>, <http://taxon-concept.plazi.org/id/Animalia/Ahlbergiella_Rosen_1955>, <http://taxon-concept.plazi.org/id/Animalia/Isoptrynea_Szelenyi_1982>, <http://taxon-concept.plazi.org/id/Animalia/Sturovia_Boucek_1961> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11865/zs.201604> ;
|
||||
a trt:Treatment .
|
||||
|
@ -383,6 +384,18 @@
|
|||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Mesopolobus_fasciiventris>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mesopolobus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "fasciiventris" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Platymesopus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
|
|
609
data/03/F5/51/03F55173FF9A105BFF3CF98DFD3B3186.ttl
Normal file
609
data/03/F5/51/03F55173FF9A105BFF3CF98DFD3B3186.ttl
Normal file
|
@ -0,0 +1,609 @@
|
|||
@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/03F55173FF9A105BFF3CF98DFD3B3186>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.4617574> ;
|
||||
dc:creator "Xiao, Hui; Sun, Lei; Jiao, Tianyang; Li, Zi" ;
|
||||
dc:title "Mesopolobus aequus" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE4BF955FEE63745>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFEAEF8B2FB9A3745>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFBCAF8B2FE393726>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE6EF890FACA3726>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFA9AF890FE57370B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE7DF8CDFB73370B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFB11F8CDFE4337ED>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE03F82BFC0637ED>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFC48F82BFE4537CE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE0EF808FC5037CE>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFC7CF808FEF83793>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE95F865FB973790>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFB39F865FD193875>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFD4FF842FF463857>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFF0FF7A0FC713857>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105BFC10F7A0FF553175>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFF7FFF42FCC13175>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFC83FF42FEDA3156>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFE8BFEA0FC7A3156>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFC14FEA0FE14313B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFDBDFE9DFB8A313B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFBDBFE9DFE12311D> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mesopolobus_aequus_Walker_1834> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Eutelus_aequus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Pteromalus_contractus_Walker_1835>, <http://taxon-concept.plazi.org/id/Animalia/Pteromalus_purpureus_Walker_1835>, <http://taxon-concept.plazi.org/id/Animalia/Pteromalus_leogoras_Walker_1839>, <http://taxon-concept.plazi.org/id/Animalia/Pteromalus_odites_Walker_1845>, <http://taxon-concept.plazi.org/id/Animalia/Pteromalus_temesa_Walker_1848>, <http://taxon-concept.plazi.org/id/Animalia/Metastenus_purus_Walker_1872>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_decipiens_Thomson_1878>, <http://taxon-concept.plazi.org/id/Animalia/Mormoniella_oviphaga_Ahlberg_1925> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11865/zs.201604> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11865/zs.201604>
|
||||
bibo:endPage "81" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Zoological Systematics" ;
|
||||
bibo:startPage "64" ;
|
||||
bibo:volume "41" ;
|
||||
dc:creator "Xiao, Hui; Sun, Lei; Jiao, Tianyang; Li, Zi" ;
|
||||
dc:date "2016" ;
|
||||
dc:title "A revision of Chinese species of Mesopolobus Westwood (Hymenoptera: Pteromalidae) with descriptions of four new species from China" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4617574> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Mesopolobus_aequus_Walker_1834>
|
||||
dwc:authority "(Walker, 1834)" ;
|
||||
dwc:baseAuthorityName "Walker" ;
|
||||
dwc:baseAuthorityYear "1834" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mesopolobus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Walker, 1834)" ;
|
||||
dwc:species "aequus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus_aequus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eutelus_aequus_Walker_1834>
|
||||
dwc:authority "Walker, 1834b: 364" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "364" ;
|
||||
dwc:authorityYear "1834" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1834" ;
|
||||
dwc:species "aequus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eutelus_aequus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pteromalus_contractus_Walker_1835>
|
||||
dwc:authority "Walker, 1835 b: 188" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "188" ;
|
||||
dwc:authorityYear "1835" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1835" ;
|
||||
dwc:species "contractus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pteromalus_contractus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pteromalus_purpureus_Walker_1835>
|
||||
dwc:authority "Walker, 1835 a: 493" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "493" ;
|
||||
dwc:authorityYear "1835" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1835" ;
|
||||
dwc:species "purpureus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pteromalus_purpureus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pteromalus_leogoras_Walker_1839>
|
||||
dwc:authority "Walker, 1839: 269" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityYear "1839" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1839" ;
|
||||
dwc:species "leogoras" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pteromalus_leogoras> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pteromalus_odites_Walker_1845>
|
||||
dwc:authority "Walker, 1845: 261" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "261" ;
|
||||
dwc:authorityYear "1845" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1845" ;
|
||||
dwc:species "odites" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pteromalus_odites> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pteromalus_temesa_Walker_1848>
|
||||
dwc:authority "Walker, 1848: 124" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "124" ;
|
||||
dwc:authorityYear "1848" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1848" ;
|
||||
dwc:species "temesa" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pteromalus_temesa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Metastenus_purus_Walker_1872>
|
||||
dwc:authority "Walker, 1872: 118" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "118" ;
|
||||
dwc:authorityYear "1872" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Metastenus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1872" ;
|
||||
dwc:species "purus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metastenus_purus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eutelus_decipiens_Thomson_1878>
|
||||
dwc:authority "Thomson, 1878: 77" ;
|
||||
dwc:authorityName "Thomson" ;
|
||||
dwc:authorityPageNumber "77" ;
|
||||
dwc:authorityYear "1878" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Thomson, 1878" ;
|
||||
dwc:species "decipiens" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eutelus_decipiens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Mormoniella_oviphaga_Ahlberg_1925>
|
||||
dwc:authority "Ahlberg, 1925: 82" ;
|
||||
dwc:authorityName "Ahlberg" ;
|
||||
dwc:authorityPageNumber "82" ;
|
||||
dwc:authorityYear "1925" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mormoniella" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Ahlberg, 1925" ;
|
||||
dwc:species "oviphaga" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4258X> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mormoniella_oviphaga> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Mesopolobus_aequus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mesopolobus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "aequus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesopolobus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Mesopolobus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mesopolobus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eutelus_aequus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "aequus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eutelus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eutelus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus_contractus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "contractus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus_purpureus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "purpureus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus_leogoras>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "leogoras" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus_odites>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "odites" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus_temesa>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "temesa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Metastenus_purus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Metastenus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "purus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metastenus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Metastenus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Metastenus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eutelus_decipiens>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "decipiens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eutelus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Mormoniella_oviphaga>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mormoniella" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "oviphaga" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mormoniella> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Mormoniella>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Mormoniella" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.4617574>
|
||||
dc:description "Figures 1–6. Mesopolobus spp. 1. M. aequus (Walker), body dorsal. 2. M. agropyricola Rosen, body dorsal. 3. M. albitarsus (Walker), body dorsal. 4. M. amaenus (Walker), body laterial. 5. M. anogmoides Graham, body and fore wing. 6. M. aspilus (Walker), body dorsal." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/4617574/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE4BF955FEE63745>
|
||||
dwc:locality "October" ;
|
||||
dwc:recordedBy "W. Fjepson & Oat" ;
|
||||
trt:gbifOccurrenceId "3359631595" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFE4BF955FEE63745> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFEAEF8B2FB9A3745>
|
||||
dwc:eventDate "1978-08-06" ;
|
||||
dwc:locality "Changbai Mountain" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631594" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFEAEF8B2FB9A3745> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFBCAF8B2FE393726>
|
||||
dwc:eventDate "1986-06-18" ;
|
||||
dwc:locality "Shenyang" ;
|
||||
dwc:recordedBy "Dawei Huang" ;
|
||||
trt:gbifOccurrenceId "3359631337" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFBCAF8B2FE393726> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE6EF890FACA3726>
|
||||
dwc:eventDate "1981-08-12" ;
|
||||
dwc:locality "Oroqen Zizhiqi Alihe" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631321" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFE6EF890FACA3726> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFA9AF890FE57370B>
|
||||
dwc:eventDate "1976-06" ;
|
||||
dwc:locality "Beijing" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631356" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFA9AF890FE57370B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE7DF8CDFB73370B>
|
||||
dwc:eventDate "1964-08-16" ;
|
||||
dwc:locality "Xiaowutai Mountain" ;
|
||||
dwc:recordedBy "Tailu Chen" ;
|
||||
trt:gbifOccurrenceId "3359631353" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFE7DF8CDFB73370B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFB11F8CDFE4337ED>
|
||||
dwc:eventDate "1985-05-16" ;
|
||||
dwc:locality "Pingshan" ;
|
||||
dwc:recordedBy "Huafu Mi" ;
|
||||
trt:gbifOccurrenceId "3359631482" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFB11F8CDFE4337ED> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE03F82BFC0637ED>
|
||||
dwc:eventDate "1985-04-08" ;
|
||||
dwc:locality "Weichang" ;
|
||||
dwc:recordedBy "Huafu Mi" ;
|
||||
trt:gbifOccurrenceId "3359631501" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFE03F82BFC0637ED> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFC48F82BFE4537CE>
|
||||
dwc:eventDate "1985-07-27" ;
|
||||
dwc:locality "Xinglong" ;
|
||||
dwc:recordedBy "Huafu Mi" ;
|
||||
dwc:verbatimElevation "800" ;
|
||||
trt:gbifOccurrenceId "3359631443" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFC48F82BFE4537CE> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE0EF808FC5037CE>
|
||||
dwc:eventDate "1976-06-29" ;
|
||||
dwc:locality "Shaanxi" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631455" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFE0EF808FC5037CE> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFC7CF808FEF83793>
|
||||
dwc:eventDate "1982-05-29" ;
|
||||
dwc:locality "Yinchuan" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631568" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFC7CF808FEF83793> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFE95F865FB973790>
|
||||
dwc:eventDate "1982-06-23" ;
|
||||
dwc:locality "Yinchuan Yongning" ;
|
||||
dwc:recordedBy "Yizhong Xu" ;
|
||||
trt:gbifOccurrenceId "3359631351" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFE95F865FB973790> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFB39F865FD193875>
|
||||
dwc:eventDate "2001-09-16" ;
|
||||
dwc:locality "Delingha Bange" ;
|
||||
dwc:recordedBy "Chaodong Zhu" ;
|
||||
dwc:verbatimElevation "900" ;
|
||||
trt:gbifOccurrenceId "3359631423" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFB39F865FD193875> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFD4FF842FF463857>
|
||||
dwc:eventDate "1997-06-24" ;
|
||||
dwc:locality "Xinyuan Narat Prairie" ;
|
||||
dwc:recordedBy "Deying Ma" ;
|
||||
trt:gbifOccurrenceId "3359631357" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFD4FF842FF463857> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105AFF0FF7A0FC713857>
|
||||
dwc:eventDate "2001-07-11" ;
|
||||
dwc:locality "Hutubi Dafeng" ;
|
||||
dwc:recordedBy "Hongying Hu" ;
|
||||
trt:gbifOccurrenceId "3359631530" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105AFF0FF7A0FC713857> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9A105BFC10F7A0FF553175>
|
||||
dwc:eventDate "1965-06-17" ;
|
||||
dwc:locality "Kashi" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631613" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9A105BFC10F7A0FF553175> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFF7FFF42FCC13175>
|
||||
dwc:eventDate "1965-06-25" ;
|
||||
dwc:locality "Kashi" ;
|
||||
dwc:recordedBy "Dingxi Liao" ;
|
||||
trt:gbifOccurrenceId "3359631531" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9B105BFF7FFF42FCC13175> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFC83FF42FEDA3156>
|
||||
dwc:eventDate "1958-09-18" ;
|
||||
dwc:locality "Bachu" ;
|
||||
dwc:recordedBy "Changguang Li" ;
|
||||
dwc:verbatimElevation "350" ;
|
||||
trt:gbifOccurrenceId "3359631574" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9B105BFC83FF42FEDA3156> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFE8BFEA0FC7A3156>
|
||||
dwc:eventDate "1997-07-11" ;
|
||||
dwc:locality "Shihezi" ;
|
||||
dwc:recordedBy "MA Deying" ;
|
||||
trt:gbifOccurrenceId "3359631418" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9B105BFE8BFEA0FC7A3156> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFC14FEA0FE14313B>
|
||||
dwc:eventDate "2001-08-09" ;
|
||||
dwc:locality "Kangding" ;
|
||||
dwc:recordedBy "Chaodong Zhu" ;
|
||||
dwc:verbatimElevation "800" ;
|
||||
trt:gbifOccurrenceId "3359631544" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9B105BFC14FEA0FE14313B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFDBDFE9DFB8A313B>
|
||||
dwc:eventDate "1981-08-11" ;
|
||||
dwc:locality "Qushui" ;
|
||||
dwc:recordedBy "Baohai Wang" ;
|
||||
trt:gbifOccurrenceId "3359631338" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9B105BFDBDFE9DFB8A313B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9A105BFF3CF98DFD3B3186.mc.3B34EA38FF9B105BFBDBFE9DFE12311D>
|
||||
dwc:eventDate "2001-08-27" ;
|
||||
dwc:locality "Lhasa" ;
|
||||
dwc:recordedBy "Chaodong Zhu." ;
|
||||
dwc:verbatimElevation "650" ;
|
||||
trt:gbifOccurrenceId "3359631435" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03F55173FF9A105BFF3CF98DFD3B3186#3B34EA38FF9B105BFBDBFE9DFE12311D> ;
|
||||
a dwc:MaterialCitation .
|
|
@ -14,7 +14,7 @@
|
|||
dc:creator "Xiao, Hui; Sun, Lei; Jiao, Tianyang; Li, Zi" ;
|
||||
dc:title "Mesopolobus albitarsus" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mesopolobus_albitarsus_Walker_1834> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_albitarsus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_pedunculi_Thomson_1878> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_albitarsus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Pteromalus_corion_Walker_1848>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_pedunculi_Thomson_1878> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11865/zs.201604> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -65,6 +65,24 @@
|
|||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Amblymerus_albitarsus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pteromalus_corion_Walker_1848>
|
||||
dwc:authority "Walker, 1848: 124" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "124" ;
|
||||
dwc:authorityYear "1848" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1848" ;
|
||||
dwc:species "corion" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/42592> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pteromalus_corion> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eutelus_pedunculi_Thomson_1878>
|
||||
dwc:authority "Thomson, 1878: 81" ;
|
||||
dwc:authorityName "Thomson" ;
|
||||
|
@ -169,6 +187,29 @@
|
|||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus_corion>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "corion" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pteromalus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Pteromalus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eutelus_pedunculi>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
dc:title "Mesopolobus amaenus" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFDB6F955FA9E3763>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFE46F8B2FC293744>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFF3CF8EFFC6D3729>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFC25F8EFFF1E370B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFEB1F8CDFC9B370B>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFC34F8CDFF5537EC>, <http://tb.plazi.org/GgServer/dwcaRecords/03F55173FF9B105CFF3CF98DFA993174.mc.3B34EA38FF9B105BFF73F82AFCC237EC> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mesopolobus_amaenus_Walker_1834> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_amaenus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_nanus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_dilectus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_immaculatus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_eximius_Walker_1834> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_amaenus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Amblymerus_nanus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_dilectus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_immaculatus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_eximius_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_catenatus_Walker_1834>, <http://taxon-concept.plazi.org/id/Animalia/Eupelmus_cecidomyinus_Rondani_1877>, <http://taxon-concept.plazi.org/id/Animalia/Eupelmus_circinantis_Rondani_1877>, <http://taxon-concept.plazi.org/id/Animalia/Eutelus_collaris_Thomson_1878> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11865/zs.201604> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -138,6 +138,76 @@
|
|||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eutelus_eximius> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eutelus_catenatus_Walker_1834>
|
||||
dwc:authority "Walker, 1834 b: 362 - 363" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityPageNumber "362 - 363" ;
|
||||
dwc:authorityYear "1834" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1834" ;
|
||||
dwc:species "catenatus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/42593> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eutelus_catenatus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eupelmus_cecidomyinus_Rondani_1877>
|
||||
dwc:authority "Rondani, 1877: 177" ;
|
||||
dwc:authorityName "Rondani" ;
|
||||
dwc:authorityPageNumber "177" ;
|
||||
dwc:authorityYear "1877" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Eupelmidae" ;
|
||||
dwc:genus "Eupelmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Rondani, 1877" ;
|
||||
dwc:species "cecidomyinus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eupelmus_cecidomyinus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eupelmus_circinantis_Rondani_1877>
|
||||
dwc:authority "Rondani, 1877: 178" ;
|
||||
dwc:authorityName "Rondani" ;
|
||||
dwc:authorityPageNumber "178" ;
|
||||
dwc:authorityYear "1877" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Eupelmidae" ;
|
||||
dwc:genus "Eupelmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Rondani, 1877" ;
|
||||
dwc:species "circinantis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eupelmus_circinantis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Eutelus_collaris_Thomson_1878>
|
||||
dwc:authority "Thomson, 1878: 74" ;
|
||||
dwc:authorityName "Thomson" ;
|
||||
dwc:authorityPageNumber "74" ;
|
||||
dwc:authorityYear "1878" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Thomson, 1878" ;
|
||||
dwc:species "collaris" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/42593> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eutelus_collaris> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Mesopolobus_amaenus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
|
@ -282,6 +352,75 @@
|
|||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eutelus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eutelus_catenatus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "catenatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eutelus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eupelmus_cecidomyinus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Eupelmidae" ;
|
||||
dwc:genus "Eupelmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "cecidomyinus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eupelmus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eupelmus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Eupelmidae" ;
|
||||
dwc:genus "Eupelmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eupelmidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eupelmidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Eupelmidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eupelmus_circinantis>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Eupelmidae" ;
|
||||
dwc:genus "Eupelmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "circinantis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eupelmus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Eutelus_collaris>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Pteromalidae" ;
|
||||
dwc:genus "Eutelus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "collaris" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eutelus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.4617574>
|
||||
dc:description "Figures 1–6. Mesopolobus spp. 1. M. aequus (Walker), body dorsal. 2. M. agropyricola Rosen, body dorsal. 3. M. albitarsus (Walker), body dorsal. 4. M. amaenus (Walker), body laterial. 5. M. anogmoides Graham, body and fore wing. 6. M. aspilus (Walker), body dorsal." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/4617574/files/figure.png> ;
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Mesopolobus_minutus_Sureshan_2002>
|
||||
dwc:authority "Sureshan & Narendran, 2002: 79 - 85" ;
|
||||
dwc:authority "Sureshan & Narendran, 2002: 79 - 85", "Sureshan & Narendran, 2002" ;
|
||||
dwc:authorityName "Sureshan & Narendran" ;
|
||||
dwc:authorityPageNumber "79 - 85" ;
|
||||
dwc:authorityYear "2002" ;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
cito:cites <http://dx.doi.org/10.5281/zenodo.13215922>, <http://dx.doi.org/10.5281/zenodo.13215924> ;
|
||||
dc:creator "Manogaran, Nivetha; Kayalvizhi, Agnes; Munuswamy, Kumar" ;
|
||||
dc:title "Hysterium madraspatanum Kumar. M, Nivetha. M, & Agnes K. A., sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03FE87B6FF84FFADB498FB4AFAB4FE1E.mc.3B3F3CFDFF84FFAAB4ADF942FD94F8F0> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Hysterium_madraspatanum_M_2024> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.649.1.6> ;
|
||||
a trt:Treatment .
|
||||
|
@ -116,3 +117,15 @@
|
|||
dc:description "FIGURE 2: Hysterium madraspatanum. a–d Ascomata on host surface. e–g Hamathecium. e–g Hamathecium of H. madraspatanum. h young developing ascus. i–j Ascus with biseriate ascospores. k Pseudoparaphyses. l young spore showing single septum. m–p Various stages of ascospores. Scale bars: a–b = 2 mm, c–d = 1 mm, e = 0.2 mm, f–g = 0.1 mm, h = 5 µm, i–j =10 µm, k =5µm, l–p = 10µm." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/13215924/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03FE87B6FF84FFADB498FB4AFAB4FE1E.mc.3B3F3CFDFF84FFAAB4ADF942FD94F8F0>
|
||||
dwc:catalogNumber "MCCHF210111" ;
|
||||
dwc:collectionCode "MCCHF" ;
|
||||
dwc:eventDate "2021-01-11" ;
|
||||
dwc:locality "Madras Christian College Campus" ;
|
||||
dwc:recordedBy "Nivetha" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimLatitude "12.921301" ;
|
||||
dwc:verbatimLongitude "80.12075" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03FE87B6FF84FFADB498FB4AFAB4FE1E#3B3F3CFDFF84FFAAB4ADF942FD94F8F0> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
|
Loading…
Reference in a new issue