GG2RDF 2024-07-12T01:09:35.164Z (plazi/treatments-xml)
This commit is contained in:
parent
d80aaa862f
commit
201bbc2e69
4030 changed files with 374669 additions and 13705 deletions
|
@ -13,10 +13,10 @@
|
|||
dc:creator "Jarvis, Charlie" ;
|
||||
dc:title "Menais topiaria Linnaeus 1762" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Menais_topiaria_Linnaeus_1762> ;
|
||||
trt:publishedIn <http://doi.org/10.5281/zenodo.4365988> ;
|
||||
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://doi.org/10.5281/zenodo.4365988>
|
||||
<https://doi.org/10.5281/zenodo.291971>
|
||||
bibo:endPage "689" ;
|
||||
bibo:startPage "651" ;
|
||||
dc:creator "Jarvis, Charlie" ;
|
||||
|
@ -28,10 +28,12 @@
|
|||
dwc:authority "L." ;
|
||||
dwc:authorityName "Linnaeus" ;
|
||||
dwc:authorityYear "1762" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Boraginaceae" ;
|
||||
dwc:genus "Menais" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Boraginales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Linnaeus, 1762" ;
|
||||
dwc:species "topiaria" ;
|
||||
|
@ -39,36 +41,59 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Menais_topiaria>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Boraginaceae" ;
|
||||
dwc:genus "Menais" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Boraginales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "topiaria" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menais> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Menais>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Boraginaceae" ;
|
||||
dwc:genus "Menais" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Boraginales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Boraginaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Boraginaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Boraginaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Boraginales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Boraginales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Boraginales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Boraginales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
|
|
458
data/C7/5C/AE/C75CAED3ED915BE5B41513D9F8CBFA3F.ttl
Normal file
458
data/C7/5C/AE/C75CAED3ED915BE5B41513D9F8CBFA3F.ttl
Normal file
|
@ -0,0 +1,458 @@
|
|||
@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/C75CAED3ED915BE5B41513D9F8CBFA3F>
|
||||
cito:cites <http://dx.doi.org/10.3897/zookeys.1205.121928.figure6>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure13>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure14>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure2>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure7>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure5>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure4> ;
|
||||
dc:creator "Lee, Chi-Feng; Chiang, Ming-Yao; Geiser, Michael F.; Chuang, Kuo-Hung" ;
|
||||
dc:title "Nisotra nigripes Jacoby A 1894" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.87C52E9BC8EB8D1B816FA519B4DEE49B>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.49C1A6E4C400E4B45026F22D111AFA50>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.9E99D1B8724A3B9ED439CBA3D7FA1539>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.5E0B9BAB532C393D4FB6316CA0C19871>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.3B8EBFE1FD69ABCCA23A2F16D3391CBE>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.3D933D788E5BB3AA8BE651554CB212BF>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.6010DC71413CB08953701DB9FA57E678>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.8C05B59910FD22CD819AACBD571BFB53>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.85C1B6D17ACA08ABB251742240C7DD15>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.48712347606E742A5CB49EDBBE0199EB>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.F40FA321104F75067049AF2C17A160C3>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.EAD36178A13BE7B5A69B41875F77AD18>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.A4481F455478D31074E69F474E0C6057>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.1A2D2AA7A3D9E89009868CBBEDBF32E5>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.640BEB492112A045E1D5CF1E58E42211>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.FFF96E74257136F93AEB2D5BEE838A5D>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.6897A4FE46265F3BBE76516AD8EE378B>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.6288FB352C72496BD8A23802FEB22960>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.F78640A76A94BC43DBC22E4B67100A21>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.C446CDEAC0B04CD2CCBAF751C1943D2F>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.9BA3FA17B23AF7929E757059A27DF495>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.F6805F2651C2B8737E5CEEFF2EFCE46A>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.810126C58CD0DF765626A93FA44A5315>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.B05B519E96976FBBF971457B67E6EEDD>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.FBE5CAC05661B8E86A1A8B1F434D013C>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.4856632658AB4D8CEE8A847F1849A449>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.9E136CEC6C9FCE5CD61E67445C4B6AFE>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.DDEA55DA61EF23EACFD676F9DEC2C2DF>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.69B2C316C6EC1AA35C2AD0A7F222D408>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.539A1301EF728ADC9B170CB2027413EA>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.E866168A134C5631A8E11214628EB117>, <http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.7BEBFFFF390EBA64E0E9E1A9C4A727F5> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nisotra_nigripes_A_1894> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Nisotra_orbiculata_Kimoto_1970> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1205.121928> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928>
|
||||
bibo:endPage "331" ;
|
||||
bibo:journal "ZooKeys" ;
|
||||
bibo:pubDate "2024-07-01" ;
|
||||
bibo:startPage "299" ;
|
||||
bibo:volume "1205" ;
|
||||
dc:creator "Lee, Chi-Feng; Chiang, Ming-Yao; Geiser, Michael F.; Chuang, Kuo-Hung" ;
|
||||
dc:date "2024" ;
|
||||
dc:title "The genus Nisotra Baly, 1864 (Coleoptera, Chrysomeliae, Galerucinae, Alticini) in Taiwan, with redescriptions of four Asian species and notes on the immature stages of N. gemella (Erichson, 1834)" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1205.121928.figure6>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure13>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure14>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure2>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure7>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure5>, <http://dx.doi.org/10.3897/zookeys.1205.121928.figure4> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Nisotra_nigripes_A_1894>
|
||||
dwc:authority "Jacoby" ;
|
||||
dwc:authorityName "Jacoby A" ;
|
||||
dwc:authorityYear "1894" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Chrysomelidae" ;
|
||||
dwc:genus "Nisotra" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Jacoby A, 1894" ;
|
||||
dwc:species "nigripes" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nisotra_nigripes> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Nisotra_orbiculata_Kimoto_1970>
|
||||
dwc:authority "sensu Kimoto 1970: 215" ;
|
||||
dwc:authorityName "Kimoto" ;
|
||||
dwc:authorityPageNumber "215" ;
|
||||
dwc:authorityYear "1970" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Chrysomelidae" ;
|
||||
dwc:genus "Nisotra" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Kimoto, 1970" ;
|
||||
dwc:species "orbiculata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nisotra_orbiculata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Nisotra_nigripes>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Chrysomelidae" ;
|
||||
dwc:genus "Nisotra" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "nigripes" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nisotra> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Nisotra>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Chrysomelidae" ;
|
||||
dwc:genus "Nisotra" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysomelidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Chrysomelidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Chrysomelidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
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/Nisotra_orbiculata>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Chrysomelidae" ;
|
||||
dwc:genus "Nisotra" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "orbiculata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nisotra> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure6>
|
||||
dc:description "Figure 6. Type specimens and labels A Haltica gemella Erichson, 1834, lectotype B aedeagus dissected from lectotype, left: dorsal view; right: lateral view C labels pinned with lectotype D labels pinned with a paralectotype E Sphaeroderma javana Motschulsky, 1866, lectotype F aedeagus dissected from lectotype, left: dorsal view; right: lateral view G labels pinned with lectotype H Sphaeroderma orbiculata Motschulsky, 1866, lectotype I aedeagus dissected from lectotype, left: dorsal view; right: lateral view J labels pinned with lectotype K Nisotra bowringi Baly, 1876, lectotype L labels pinned with lectotype M Podagrica hibisci Bryant, 1941 N labels pinned with lectotype O Nisotra nigripes Jacoby, 1894, holotype P labels pinned with holotype." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083043> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure13>
|
||||
dc:description "Figure 13. Habitus of Nisotra nigripes Jacoby A female, from Myanmar, dorsal view B ditto, ventral view C ditto, lateral view D male, from Taiwan, dorsal view E ditto, ventral view F ditto, lateral view." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083050> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure14>
|
||||
dc:description "Figure 14. Nisotra nigripes Jacoby, adult A antenna, male B antenna, female C aedeagus, dorsal view D aedeagus, lateral view E abdominal ventrite VIII, female F spermatheca G gonocoxae." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083051> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure2>
|
||||
dc:description "Figure 2. Type specimens and labels A Nisotra chrysomeloides Jacoby, 1885, lectotype B labels pinned with lectotype C Podagrica dohertyi Maulik, 1926, holotype D labels pinned with holotype." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083039> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure7>
|
||||
dc:description "Figure 7. Nisotra gemella (Erichson), adult A antenna, male B antenna, female C aedeagus, dorsal view D aedeagus, lateral view E abdominal ventrite VIII, female F spermatheca G gonocoxae." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083044> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure5>
|
||||
dc:description "Figure 5. Nisotra dohertyi (Maulik), adult A antenna, male B antenna, female C apex of aedeagus, front view D base of aedeagus, dorsal view E aedeagus, lateral view F abdominal ventrite VIII, female, from China (Yunnan) G abdominal ventrite VIII, female, from China (Laos) H spermatheca I gonocoxae." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083042> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.1205.121928.figure4>
|
||||
dc:description "Figure 4. Nisotra chrysomeloides Jacoby, adult A antenna, male B antenna, female C apex of aedeagus, front view D base of aedeagus, dorsal view E aedeagus, lateral view F abdominal ventrite VIII, female G spermatheca H gonocoxae." ;
|
||||
fabio:hasRepresentation <https://binary.pensoft.net/fig/1083041> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.87C52E9BC8EB8D1B816FA519B4DEE49B>
|
||||
dwc:collectionCode "MCZC" ;
|
||||
dwc:locality "Ruby Mines" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
trt:gbifOccurrenceId "4900816500" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#87C52E9BC8EB8D1B816FA519B4DEE49B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.49C1A6E4C400E4B45026F22D111AFA50>
|
||||
dwc:collectionCode "NHMUK" ;
|
||||
dwc:eventDate "2004-08-15" ;
|
||||
dwc:locality "Vang Vieng" ;
|
||||
dwc:recordedBy "M. Geiser" ;
|
||||
trt:gbifOccurrenceId "4900816385" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#49C1A6E4C400E4B45026F22D111AFA50> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.9E99D1B8724A3B9ED439CBA3D7FA1539>
|
||||
dwc:collectionCode "NHMUK" ;
|
||||
dwc:locality "Toungoo" ;
|
||||
dwc:recordedBy "Andrewes" ;
|
||||
trt:gbifOccurrenceId "4900816468" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#9E99D1B8724A3B9ED439CBA3D7FA1539> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.5E0B9BAB532C393D4FB6316CA0C19871>
|
||||
dwc:collectionCode "NHMUK" ;
|
||||
dwc:locality "Ruby Mines" ;
|
||||
dwc:recordedBy "Doherty & Fry" ;
|
||||
trt:gbifOccurrenceId "4900816458" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#5E0B9BAB532C393D4FB6316CA0C19871> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.3B8EBFE1FD69ABCCA23A2F16D3391CBE>
|
||||
dwc:collectionCode "NHMUK" ;
|
||||
dwc:eventDate "1938-08-02" ;
|
||||
dwc:locality "Nam Tamai" ;
|
||||
dwc:recordedBy "R. Kaulback" ;
|
||||
trt:gbifOccurrenceId "4900816380" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#3B8EBFE1FD69ABCCA23A2F16D3391CBE> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.3D933D788E5BB3AA8BE651554CB212BF>
|
||||
dwc:collectionCode "SEHU" ;
|
||||
dwc:eventDate "2005-05-01" ;
|
||||
dwc:locality "Somura" ;
|
||||
dwc:recordedBy "A. Abe" ;
|
||||
trt:gbifOccurrenceId "4900816501" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#3D933D788E5BB3AA8BE651554CB212BF> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.6010DC71413CB08953701DB9FA57E678>
|
||||
dwc:collectionCode "KMNH" ;
|
||||
dwc:eventDate "1965-04-12" ;
|
||||
dwc:locality "Fenchihu" ;
|
||||
dwc:recordedBy "T. Saigusa" ;
|
||||
trt:gbifOccurrenceId "4900816403" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#6010DC71413CB08953701DB9FA57E678> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.8C05B59910FD22CD819AACBD571BFB53>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2009-02-24" ;
|
||||
dwc:locality "Tahunshan" ;
|
||||
dwc:recordedBy "S. - F. Yu" ;
|
||||
trt:gbifOccurrenceId "4900816327" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#8C05B59910FD22CD819AACBD571BFB53> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.85C1B6D17ACA08ABB251742240C7DD15>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2008-10-22" ;
|
||||
dwc:locality "Talu trail" ;
|
||||
dwc:recordedBy "H. - J. Chen" ;
|
||||
trt:gbifOccurrenceId "4900816513" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#85C1B6D17ACA08ABB251742240C7DD15> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.48712347606E742A5CB49EDBBE0199EB>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2012-04-16" ;
|
||||
dwc:locality "Chungchihkuan" ;
|
||||
dwc:recordedBy "L. - P. Hsu" ;
|
||||
trt:gbifOccurrenceId "4900816529" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#48712347606E742A5CB49EDBBE0199EB> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.F40FA321104F75067049AF2C17A160C3>
|
||||
dwc:collectionCode "KMNH" ;
|
||||
dwc:eventDate "1986-03-31" ;
|
||||
dwc:locality "Liu Kui" ;
|
||||
dwc:recordedBy "K. Baba" ;
|
||||
trt:gbifOccurrenceId "4900816465" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#F40FA321104F75067049AF2C17A160C3> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.EAD36178A13BE7B5A69B41875F77AD18>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2012-09-01" ;
|
||||
dwc:locality "Namahsia" ;
|
||||
dwc:recordedBy "Y. - T. Chung" ;
|
||||
trt:gbifOccurrenceId "4900816362" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#EAD36178A13BE7B5A69B41875F77AD18> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.A4481F455478D31074E69F474E0C6057>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2013-05-27" ;
|
||||
dwc:locality "Peitawushan" ;
|
||||
dwc:recordedBy "Y. - T. Chung" ;
|
||||
trt:gbifOccurrenceId "4900816349" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#A4481F455478D31074E69F474E0C6057> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.1A2D2AA7A3D9E89009868CBBEDBF32E5>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2016-09-01" ;
|
||||
dwc:locality "Peitawushan" ;
|
||||
dwc:recordedBy "Y. - T. Chung" ;
|
||||
trt:gbifOccurrenceId "4900816482" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#1A2D2AA7A3D9E89009868CBBEDBF32E5> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.640BEB492112A045E1D5CF1E58E42211>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2008-10-01" ;
|
||||
dwc:locality "Shihshan logging trail" ;
|
||||
dwc:recordedBy "M. - H. Tsao" ;
|
||||
trt:gbifOccurrenceId "4900816544" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#640BEB492112A045E1D5CF1E58E42211> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.FFF96E74257136F93AEB2D5BEE838A5D>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2008-06-02" ;
|
||||
dwc:locality "Tengchih" ;
|
||||
dwc:recordedBy "C. - F. Lee" ;
|
||||
trt:gbifOccurrenceId "4900816394" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#FFF96E74257136F93AEB2D5BEE838A5D> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.6897A4FE46265F3BBE76516AD8EE378B>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2013-06-08" ;
|
||||
dwc:locality "Tengchih" ;
|
||||
dwc:recordedBy "W. - C. Liao" ;
|
||||
trt:gbifOccurrenceId "4900816422" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#6897A4FE46265F3BBE76516AD8EE378B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.6288FB352C72496BD8A23802FEB22960>
|
||||
dwc:collectionCode "NMNS" ;
|
||||
dwc:eventDate "2006-08-21" ;
|
||||
dwc:locality "Hsitou" ;
|
||||
dwc:recordedBy "W. T. Jin" ;
|
||||
trt:gbifOccurrenceId "4900816456" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#6288FB352C72496BD8A23802FEB22960> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.F78640A76A94BC43DBC22E4B67100A21>
|
||||
dwc:collectionCode "KMNH" ;
|
||||
dwc:eventDate "1976-06-06" ;
|
||||
dwc:locality "Lushan Wenchuan" ;
|
||||
dwc:recordedBy "H. Makihara" ;
|
||||
trt:gbifOccurrenceId "4900816369" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#F78640A76A94BC43DBC22E4B67100A21> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.C446CDEAC0B04CD2CCBAF751C1943D2F>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1980-05-27" ;
|
||||
dwc:locality "Lushan Wenchuan" ;
|
||||
dwc:recordedBy "K. S. Lin & L. Y. Chou" ;
|
||||
trt:gbifOccurrenceId "4900816472" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#C446CDEAC0B04CD2CCBAF751C1943D2F> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.9BA3FA17B23AF7929E757059A27DF495>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1981-04-28" ;
|
||||
dwc:locality "Tungpu" ;
|
||||
dwc:recordedBy "T. Lin & C. J. Lee" ;
|
||||
trt:gbifOccurrenceId "4900816416" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#9BA3FA17B23AF7929E757059A27DF495> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.F6805F2651C2B8737E5CEEFF2EFCE46A>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1981-11-18" ;
|
||||
dwc:locality "Tungpu" ;
|
||||
dwc:recordedBy "T. Lin & W. S. Tang" ;
|
||||
trt:gbifOccurrenceId "4900816519" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#F6805F2651C2B8737E5CEEFF2EFCE46A> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.810126C58CD0DF765626A93FA44A5315>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1982-07-19" ;
|
||||
dwc:locality "Tungpu" ;
|
||||
dwc:recordedBy "L. Y. Chou & T. Lin" ;
|
||||
trt:gbifOccurrenceId "4900816437" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#810126C58CD0DF765626A93FA44A5315> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.B05B519E96976FBBF971457B67E6EEDD>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1984-04-16" ;
|
||||
dwc:locality "Tungpu" ;
|
||||
dwc:recordedBy "K. C. Chou & C. H. Yung" ;
|
||||
trt:gbifOccurrenceId "4900816417" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#B05B519E96976FBBF971457B67E6EEDD> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.FBE5CAC05661B8E86A1A8B1F434D013C>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1984-07-23" ;
|
||||
dwc:locality "Tungpu" ;
|
||||
dwc:recordedBy "K. C. Chou & C. H. Yang" ;
|
||||
trt:gbifOccurrenceId "4900816499" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#FBE5CAC05661B8E86A1A8B1F434D013C> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.4856632658AB4D8CEE8A847F1849A449>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2008-04-23" ;
|
||||
dwc:locality "Laii" ;
|
||||
dwc:recordedBy "W. - T. Liu" ;
|
||||
trt:gbifOccurrenceId "4900816486" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#4856632658AB4D8CEE8A847F1849A449> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.9E136CEC6C9FCE5CD61E67445C4B6AFE>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2009-04-12" ;
|
||||
dwc:locality "Wutai" ;
|
||||
dwc:recordedBy "U. Ong" ;
|
||||
trt:gbifOccurrenceId "4900816463" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#9E136CEC6C9FCE5CD61E67445C4B6AFE> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.DDEA55DA61EF23EACFD676F9DEC2C2DF>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "1980-10-14" ;
|
||||
dwc:locality "Chiapotai" ;
|
||||
dwc:recordedBy "K. S. Lin & C. H. Wang" ;
|
||||
trt:gbifOccurrenceId "4900816387" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#DDEA55DA61EF23EACFD676F9DEC2C2DF> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.69B2C316C6EC1AA35C2AD0A7F222D408>
|
||||
dwc:collectionCode "KMNH" ;
|
||||
dwc:eventDate "1966-08-10" ;
|
||||
dwc:locality "Chipen" ;
|
||||
dwc:recordedBy "H. Kamiya" ;
|
||||
trt:gbifOccurrenceId "4900816391" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#69B2C316C6EC1AA35C2AD0A7F222D408> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.539A1301EF728ADC9B170CB2027413EA>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2008-04-24" ;
|
||||
dwc:locality "Lichialintao" ;
|
||||
dwc:recordedBy "C. - L. Hsiao" ;
|
||||
trt:gbifOccurrenceId "4900816389" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#539A1301EF728ADC9B170CB2027413EA> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.E866168A134C5631A8E11214628EB117>
|
||||
dwc:collectionCode "TARI" ;
|
||||
dwc:eventDate "2014-03-28" ;
|
||||
dwc:locality "Liyuan" ;
|
||||
dwc:recordedBy "W. - C. Huang" ;
|
||||
trt:gbifOccurrenceId "4900816510" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#E866168A134C5631A8E11214628EB117> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C75CAED3ED915BE5B41513D9F8CBFA3F.mc.7BEBFFFF390EBA64E0E9E1A9C4A727F5>
|
||||
dwc:collectionCode "KMNH" ;
|
||||
dwc:eventDate "1961-08-20" ;
|
||||
dwc:locality "Siam" ;
|
||||
trt:gbifOccurrenceId "4900816388" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C75CAED3ED915BE5B41513D9F8CBFA3F#7BEBFFFF390EBA64E0E9E1A9C4A727F5> ;
|
||||
a dwc:MaterialCitation .
|
|
@ -8,14 +8,11 @@
|
|||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
# Warning: Failed to output a material citation, could not create identifier
|
||||
# Warning: Failed to output a material citation, could not create identifier
|
||||
# Warning: Failed to output a material citation, could not create identifier
|
||||
# Warning: Failed to output a material citation, could not create identifier
|
||||
|
||||
<http://treatment.plazi.org/id/C76A61DEAAB850DC9B4F4821D7F299D8>
|
||||
dc:creator "Temreshev, Izbasar I.; Makezhanov, Arman M." ;
|
||||
dc:title "Iris polystictica" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.3010B484B53537C0FA3470EDADB61B4D>, <http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.F4AC190117E6236014C89221F3DFE74B>, <http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.75823DAAF152F6D29BEBF4C2EFC24B6E>, <http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.91B99BF749B8A5DDF5AA43A3CB2F6CB9> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Iris_polystictica_Waldheim_1846> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/abs.6.e54139> ;
|
||||
a trt:Treatment .
|
||||
|
@ -109,3 +106,31 @@
|
|||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.3010B484B53537C0FA3470EDADB61B4D>
|
||||
dwc:eventDate "2018-07-13" ;
|
||||
dwc:locality "Shieli" ;
|
||||
dwc:recordedBy "PF Akmaya" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C76A61DEAAB850DC9B4F4821D7F299D8#3010B484B53537C0FA3470EDADB61B4D> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.F4AC190117E6236014C89221F3DFE74B>
|
||||
dwc:eventDate "2019-06-24" ;
|
||||
dwc:locality "Shieli" ;
|
||||
dwc:recordedBy "PF Akmaya" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C76A61DEAAB850DC9B4F4821D7F299D8#F4AC190117E6236014C89221F3DFE74B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.75823DAAF152F6D29BEBF4C2EFC24B6E>
|
||||
dwc:eventDate "2019-08-29" ;
|
||||
dwc:locality "Shieli" ;
|
||||
dwc:recordedBy "PF Akmaya" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C76A61DEAAB850DC9B4F4821D7F299D8#75823DAAF152F6D29BEBF4C2EFC24B6E> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C76A61DEAAB850DC9B4F4821D7F299D8.mc.91B99BF749B8A5DDF5AA43A3CB2F6CB9>
|
||||
dwc:eventDate "2019-08-30" ;
|
||||
dwc:locality "Shieli" ;
|
||||
dwc:recordedBy "PF Akmaya" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C76A61DEAAB850DC9B4F4821D7F299D8#91B99BF749B8A5DDF5AA43A3CB2F6CB9> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
<http://treatment.plazi.org/id/C783349B6AD3B72D702E9EF9C7792A37>
|
||||
dc:creator "Jarvis, Charlie" ;
|
||||
dc:title "Mimosa casta Linnaeus 1753" ;
|
||||
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611895301> ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C783349B6AD3B72D702E9EF9C7792A37.mc.17A552AA020F8DBF84DADB0ED45C7C2A> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Mimosa_casta_Linnaeus_1753> ;
|
||||
trt:publishedIn <http://doi.org/10.5281/zenodo.4366228> ;
|
||||
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://doi.org/10.5281/zenodo.4366228>
|
||||
<https://doi.org/10.5281/zenodo.291971>
|
||||
bibo:endPage "689" ;
|
||||
bibo:startPage "651" ;
|
||||
dc:creator "Jarvis, Charlie" ;
|
||||
|
@ -38,6 +38,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
|
||||
dwc:species "casta" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/43G6C> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mimosa_casta> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
@ -103,9 +104,10 @@
|
|||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<https://www.gbif.org/occurrence/2611895301>
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C783349B6AD3B72D702E9EF9C7792A37.mc.17A552AA020F8DBF84DADB0ED45C7C2A>
|
||||
dwc:catalogNumber "BM-000628750" ;
|
||||
dwc:collectionCode "BM" ;
|
||||
dwc:typeStatus "lectotype" ;
|
||||
trt:gbifOccurrenceId "2611895301" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C783349B6AD3B72D702E9EF9C7792A37#17A552AA020F8DBF84DADB0ED45C7C2A> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
<http://treatment.plazi.org/id/C78D2090E7F13A0181A915891211679E>
|
||||
dc:creator "Jarvis, Charlie" ;
|
||||
dc:title "Juglans regia Linnaeus 1753" ;
|
||||
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611990313> ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C78D2090E7F13A0181A915891211679E.mc.8E50476A592AC4CBF49C724036B4683E> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Juglans_regia_Linnaeus_1753> ;
|
||||
trt:publishedIn <http://doi.org/10.5281/zenodo.4370568> ;
|
||||
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://doi.org/10.5281/zenodo.4370568>
|
||||
<https://doi.org/10.5281/zenodo.291971>
|
||||
bibo:endPage "607" ;
|
||||
bibo:startPage "599" ;
|
||||
dc:creator "Jarvis, Charlie" ;
|
||||
|
@ -38,6 +38,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
|
||||
dwc:species "regia" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NFN8> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Juglans_regia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
@ -103,9 +104,10 @@
|
|||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<https://www.gbif.org/occurrence/2611990313>
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/C78D2090E7F13A0181A915891211679E.mc.8E50476A592AC4CBF49C724036B4683E>
|
||||
dwc:catalogNumber "1129.1" ;
|
||||
dwc:collectionCode "LINN" ;
|
||||
dwc:typeStatus "lectotype" ;
|
||||
trt:gbifOccurrenceId "2611990313" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/C78D2090E7F13A0181A915891211679E#8E50476A592AC4CBF49C724036B4683E> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue