GG2RDF 2024-07-04T10:51:45.858Z full update: 007 of 241 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-07-04 10:54:20 +00:00
parent 0ef21f79bf
commit cf81522f95
3000 changed files with 394997 additions and 0 deletions

View file

@ -0,0 +1,104 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/4B8C1DD099284280ECCF6B760CB8FEE3>
dc:creator "Linnaeus, Carolus" ;
dc:title "Nautilus spirula Linnaeus, 1758, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nautilus_spirula_Linnaeus_1758> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.542> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.542>
dc:creator "Linnaeus, Carolus" ;
dc:date "1758" ;
dc:title "Systema Naturae per regna tria naturae: secundum classes, ordines, genera, species, cum characteribus, differentiis, synonymis, locis" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Animalia/Nautilus_spirula_Linnaeus_1758>
dwc:LSID "urn:lsid:zoobank.org:act:40B1EECD-B250-4181-8AB1-69445E1D2DA6" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1758" ;
dwc:class "Cephalopoda" ;
dwc:family "Nautilidae" ;
dwc:genus "Nautilus" ;
dwc:kingdom "Animalia" ;
dwc:order "Nautilida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
dwc:species "spirula" ;
dwc:zbkClass "Vermes" ;
dwc:zbkKingdom "Animalia" ;
dwc:zbkOrder "Testacea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nautilus_spirula> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nautilus_spirula>
dwc:class "Cephalopoda" ;
dwc:family "Nautilidae" ;
dwc:genus "Nautilus" ;
dwc:kingdom "Animalia" ;
dwc:order "Nautilida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "spirula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nautilus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nautilus>
dwc:class "Cephalopoda" ;
dwc:family "Nautilidae" ;
dwc:genus "Nautilus" ;
dwc:kingdom "Animalia" ;
dwc:order "Nautilida" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nautilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nautilidae>
dwc:class "Cephalopoda" ;
dwc:family "Nautilidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Nautilida" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nautilida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nautilida>
dwc:class "Cephalopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Nautilida" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cephalopoda>
dwc:class "Cephalopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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,122 @@
@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/> .
# 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/4B8C2ACF1CDF5A65950A2C1B83C9FD35>
cito:cites <http://dx.doi.org/10.3897/zookeys.1027.54888.figure15>, <http://dx.doi.org/10.3897/zookeys.1027.54888.map3> ;
dc:creator "Godwin, Rebecca L.; Bond, Jason E." ;
dc:title "Ummidia richmond Godwin & Bond 2021, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ummidia_richmond_Godwin_2021> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1027.54888> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1027.54888>
bibo:endPage "165" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-04-02" ;
bibo:startPage "1" ;
bibo:volume "1027" ;
dc:creator "Godwin, Rebecca L.; Bond, Jason E." ;
dc:date "2021" ;
dc:title "Taxonomic revision of the New World members of the trapdoor spider genus Ummidia Thorell (Araneae, Mygalomorphae, Halonoproctidae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1027.54888.figure15>, <http://dx.doi.org/10.3897/zookeys.1027.54888.map3> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ummidia_richmond_Godwin_2021>
dwc:LSID "http://zoobank.org/3792FE9A-475D-4EEE-9DE8-F27CA03F326D" ;
dwc:authority "Godwin & Bond, 2021" ;
dwc:authorityName "Godwin & Bond" ;
dwc:authorityYear "2021" ;
dwc:class "Arachnida" ;
dwc:family "Halonoproctidae" ;
dwc:genus "Ummidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Godwin & Bond, 2021" ;
dwc:species "richmond" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ummidia_richmond> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ummidia_richmond>
dwc:class "Arachnida" ;
dwc:family "Halonoproctidae" ;
dwc:genus "Ummidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "richmond" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ummidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ummidia>
dwc:class "Arachnida" ;
dwc:family "Halonoproctidae" ;
dwc:genus "Ummidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Halonoproctidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Halonoproctidae>
dwc:class "Arachnida" ;
dwc:family "Halonoproctidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.1027.54888.figure15>
dc:description "Figure 15. Ummidia richmond sp. nov. male holotype (UMM 159) from Perrine, Florida A retrolateral aspect, leg I B prolateral aspect, leg I C line drawings, leg I retrolateral and prolateral aspects D retrolateral aspect, pedipalp E habitus illustration. Scale bars: 1.0 mm (A-D), 4.0 mm (E)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/527477> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1027.54888.map3>
dc:description "Map 3. Locality records for eastern United States species." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/527467> ;
a fabio:Figure .

View file

@ -0,0 +1,80 @@
@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/> .
# 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/4B8C5BB49A06554AA3EC6AB0A76F4E03>
dc:creator "Fassbender, Nico; Stefanoudis, Paris V; Filander, Zoleka Nontlantla; Gendron, Gilberte; Mah, Christopher L; Mattio, Lydiane; Mortimer, Jeanne A; Moura, Carlos J; Samaai, Toufiek; Samimi-Namin, Kaveh; Wagner, Daniel; Walton, Rowana; Woodall, Lucy C" ;
dc:title "Lobophora sp. indet." ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.9.e65970> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Lobophora> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.9.e65970>
bibo:endPage "65970" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2021-08-27" ;
bibo:startPage "65970" ;
bibo:volume "9" ;
dc:creator "Fassbender, Nico; Stefanoudis, Paris V; Filander, Zoleka Nontlantla; Gendron, Gilberte; Mah, Christopher L; Mattio, Lydiane; Mortimer, Jeanne A; Moura, Carlos J; Samaai, Toufiek; Samimi-Namin, Kaveh; Wagner, Daniel; Walton, Rowana; Woodall, Lucy C" ;
dc:date "2021" ;
dc:title "Reef benthos of Seychelles - A field guide" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Lobophora>
dwc:class "Florideophyceae" ;
dwc:family "Dasyaceae" ;
dwc:genus "Lobophora" ;
dwc:kingdom "Plantae" ;
dwc:order "Ceramiales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dasyaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dasyaceae>
dwc:class "Florideophyceae" ;
dwc:family "Dasyaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ceramiales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ceramiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ceramiales>
dwc:class "Florideophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ceramiales" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Florideophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Florideophyceae>
dwc:class "Florideophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhodophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhodophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Rhodophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,302 @@
@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/4B8CA3398EF340B9FD128EC5C2352B55>
dc:creator "Shattuck, S. O.; Barnett, N. J." ;
dc:title "Mayriella transfuga Baroni" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.F7428C2D2620C3EF26F6324B0EC1F562>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D3752B6BD48307FFD4411BF2260CAC14>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.FCFB7D2307B9EC6EC26475F094E2BE05>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.731E44FDC4B89A2CA1017959807A8477>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.89E4DA6A80FAC8227DEB9139931A48ED>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.BB7E23CD18C3FB26815592C4E6CE6412>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.06CEA2C3E2F8471A355B0D48AAF40F0F>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.2C8C0F22B580AA8AB521AFEC4BDE8BF1>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.AF410D55E95336E909F8A63C2DCAFE97>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D8C6131392E776EC12F4301C9F8DE752>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.6BD771F0ED6A52CBABF8BDADDD1AFD98>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.6F42DCC34D2242B4F552B38183711573>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.60F6DBEC67EDA1365DB510277DD6CDD0>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.5117C08C66CF2746327C7344A02AB468>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.46C64A3987E1406A06FF28E7FFDCFA63>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.211CD68F6980AFE4E53EC1ED1F1E67ED>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D5BC2EA07231A7C632D52AAE87CAC327>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.F81B247E5916ADA2FEEDFBA7C6D6F7F2>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.BD6128FDDA07272BA0AFBBFA45AC87D3>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.8577C598D58B4EBC5CA1CDCFAE6F07D0>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.C382BD833C1A4934FC4FA65F49135B1D>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.6066C63C57CAB0EDFDDA68F7CA507FEE>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.B1547A58EF77736E65964AD55588081C>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.9BE95FFC26ADEC6ADDF965CF857B4F1E>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D14F0B1923312CE1FB1ED23493727A9A>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.EEB6CBAE2F0F6CA7791C1729EA733AAF>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D592AC337BB06DA02B74E91B5DF6DE96>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.8B1D8FFEB01059EE7B777ED8DDB54DB3>, <http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.03A76EC3B56AA25A282DD0971308D01B> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Mayriella_transfuga> ;
trt:publishedIn <http://publication.plazi.org/id/29C718861879C0029CE80BF6C35F6FB2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Mayriella_transfuga> ;
a trt:Treatment .
<http://publication.plazi.org/id/29C718861879C0029CE80BF6C35F6FB2>
bibo:endPage "458" ;
bibo:journal "Memoirs of the American Entomological Institute" ;
bibo:startPage "437" ;
bibo:title "Advances in ant systematics (Hymenoptera: Formicidae): Homage to E. O. Wilson - 50 years of contributions." ;
bibo:volume "80" ;
dc:creator "Shattuck, S. O.; Barnett, N. J." ;
dc:date "2007" ;
dc:title "Revision of the ant genus Mayriella." ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Mayriella_transfuga>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Mayriella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "transfuga" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mayriella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mayriella>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Mayriella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
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://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.F7428C2D2620C3EF26F6324B0EC1F562>
dwc:collectionCode "NHMB, BMNH" ;
dwc:locality "Narainghat" ;
trt:gbifOccurrenceId "1058481635" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#F7428C2D2620C3EF26F6324B0EC1F562> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D3752B6BD48307FFD4411BF2260CAC14>
dwc:collectionCode "BMNH" ;
dwc:locality "Tai" ;
dwc:recordedBy "Winney, R." ;
trt:gbifOccurrenceId "1058481622" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#D3752B6BD48307FFD4411BF2260CAC14> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.FCFB7D2307B9EC6EC26475F094E2BE05>
dwc:locality "Lachiwala" ;
trt:gbifOccurrenceId "1058481614" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#FCFB7D2307B9EC6EC26475F094E2BE05> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.731E44FDC4B89A2CA1017959807A8477>
dwc:collectionCode "BMNH, MCZC" ;
dwc:locality "Batulitjin" ;
dwc:recordedBy "Brown, W. L." ;
trt:gbifOccurrenceId "1058481619" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#731E44FDC4B89A2CA1017959807A8477> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.89E4DA6A80FAC8227DEB9139931A48ED>
dwc:collectionCode "BMNH" ;
dwc:locality "Bogor" ;
dwc:recordedBy "Imadate, G." ;
trt:gbifOccurrenceId "1058481617" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#89E4DA6A80FAC8227DEB9139931A48ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.BB7E23CD18C3FB26815592C4E6CE6412>
dwc:locality "Liwa" ;
dwc:recordedBy "Harvey, M. S." ;
dwc:verbatimLatitude "-5.0666666" ;
dwc:verbatimLongitude "104.05" ;
trt:gbifOccurrenceId "1058481641" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#BB7E23CD18C3FB26815592C4E6CE6412> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.06CEA2C3E2F8471A355B0D48AAF40F0F>
dwc:locality "Kota Tinggi" ;
dwc:recordedBy "Murphy, D. H." ;
trt:gbifOccurrenceId "1058481620" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#06CEA2C3E2F8471A355B0D48AAF40F0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.2C8C0F22B580AA8AB521AFEC4BDE8BF1>
dwc:locality "Tanjong Bunga" ;
dwc:recordedBy "Murphy, D. H." ;
trt:gbifOccurrenceId "1058481649" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#2C8C0F22B580AA8AB521AFEC4BDE8BF1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.AF410D55E95336E909F8A63C2DCAFE97>
dwc:locality "Sungei Simei Falls" ;
dwc:recordedBy "(Jaccoud, T" ;
trt:gbifOccurrenceId "1058481658" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#AF410D55E95336E909F8A63C2DCAFE97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D8C6131392E776EC12F4301C9F8DE752>
dwc:recordedBy "Marcuard, P." ;
trt:gbifOccurrenceId "1058481647" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#D8C6131392E776EC12F4301C9F8DE752> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.6BD771F0ED6A52CBABF8BDADDD1AFD98>
dwc:locality "George Town Botanic Gardens" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481656" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#6BD771F0ED6A52CBABF8BDADDD1AFD98> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.6F42DCC34D2242B4F552B38183711573>
dwc:collectionCode "BMNH" ;
dwc:locality "Poring Hot Springs" ;
trt:gbifOccurrenceId "1058481637" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#6F42DCC34D2242B4F552B38183711573> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.60F6DBEC67EDA1365DB510277DD6CDD0>
dwc:locality "Sandakan" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481648" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#60F6DBEC67EDA1365DB510277DD6CDD0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.5117C08C66CF2746327C7344A02AB468>
dwc:locality "Umas Umas nr. Tawau" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481638" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#5117C08C66CF2746327C7344A02AB468> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.46C64A3987E1406A06FF28E7FFDCFA63>
dwc:locality "Kampong Segu" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481678" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#46C64A3987E1406A06FF28E7FFDCFA63> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.211CD68F6980AFE4E53EC1ED1F1E67ED>
dwc:locality "Kuching" ;
dwc:recordedBy "Taylor, R. W" ;
trt:gbifOccurrenceId "1058481672" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#211CD68F6980AFE4E53EC1ED1F1E67ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D5BC2EA07231A7C632D52AAE87CAC327>
dwc:collectionCode "BMNH" ;
dwc:locality "Miri" ;
dwc:recordedBy "Hammond, P." ;
trt:gbifOccurrenceId "1058481657" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#D5BC2EA07231A7C632D52AAE87CAC327> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.F81B247E5916ADA2FEEDFBA7C6D6F7F2>
dwc:collectionCode "BMNH" ;
dwc:locality "Expd Long Pala" ;
dwc:recordedBy "Bolton, B." ;
trt:gbifOccurrenceId "1058481670" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#F81B247E5916ADA2FEEDFBA7C6D6F7F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.BD6128FDDA07272BA0AFBBFA45AC87D3>
dwc:collectionCode "BMNH" ;
dwc:recordedBy "Hammond, P." ;
trt:gbifOccurrenceId "1058481660" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#BD6128FDDA07272BA0AFBBFA45AC87D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.8577C598D58B4EBC5CA1CDCFAE6F07D0>
dwc:locality "Gombak" ;
dwc:recordedBy "Murphy, D. H." ;
trt:gbifOccurrenceId "1058481650" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#8577C598D58B4EBC5CA1CDCFAE6F07D0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.C382BD833C1A4934FC4FA65F49135B1D>
dwc:locality "Ulu Gombak" ;
trt:gbifOccurrenceId "1058481667" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#C382BD833C1A4934FC4FA65F49135B1D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.6066C63C57CAB0EDFDDA68F7CA507FEE>
dwc:collectionCode "MCZC" ;
dwc:recordedBy "Crozier, R." ;
trt:gbifOccurrenceId "1058481683" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#6066C63C57CAB0EDFDDA68F7CA507FEE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.B1547A58EF77736E65964AD55588081C>
dwc:locality "Ulu Gombak" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481664" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#B1547A58EF77736E65964AD55588081C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.9BE95FFC26ADEC6ADDF965CF857B4F1E>
dwc:collectionCode "MCZC" ;
dwc:locality "Gombak Valley" ;
dwc:recordedBy "Murphy, D. H." ;
trt:gbifOccurrenceId "1058481659" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#9BE95FFC26ADEC6ADDF965CF857B4F1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D14F0B1923312CE1FB1ED23493727A9A>
dwc:locality "Gombak Valley" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481645" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#D14F0B1923312CE1FB1ED23493727A9A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.EEB6CBAE2F0F6CA7791C1729EA733AAF>
dwc:collectionCode "BMNH" ;
dwc:locality "Narainghat" ;
dwc:recordedBy "Wittmer, W." ;
trt:gbifOccurrenceId "1058481671" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#EEB6CBAE2F0F6CA7791C1729EA733AAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.D592AC337BB06DA02B74E91B5DF6DE96>
dwc:collectionCode "MCZC" ;
dwc:locality "Mt. Makiling" ;
dwc:recordedBy "(Dumont, K" ;
trt:gbifOccurrenceId "1058481642" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#D592AC337BB06DA02B74E91B5DF6DE96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.8B1D8FFEB01059EE7B777ED8DDB54DB3>
dwc:locality "Nee Soon" ;
dwc:recordedBy "Taylor, R. W." ;
trt:gbifOccurrenceId "1058481630" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#8B1D8FFEB01059EE7B777ED8DDB54DB3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/4B8CA3398EF340B9FD128EC5C2352B55.mc.03A76EC3B56AA25A282DD0971308D01B>
dwc:collectionCode "BMNH" ;
dwc:locality "Loebl & Burckhardt" ;
trt:gbifOccurrenceId "1058481652" ;
trt:httpUri <https://treatment.plazi.org/id/4B8CA3398EF340B9FD128EC5C2352B55#03A76EC3B56AA25A282DD0971308D01B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,104 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/4B8CDD375C9A245965FD16CF5E1135FC>
dc:creator "Linnaeus, Carolus" ;
dc:title "Cassida lateralis Linnaeus, 1758, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cassida_lateralis_Linnaeus_1758> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.542> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.542>
dc:creator "Linnaeus, Carolus" ;
dc:date "1758" ;
dc:title "Systema Naturae per regna tria naturae: secundum classes, ordines, genera, species, cum characteribus, differentiis, synonymis, locis" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Animalia/Cassida_lateralis_Linnaeus_1758>
dwc:LSID "urn:lsid:zoobank.org:act:AD8517BB-218D-4459-A6C0-218C349EB9BE" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1758" ;
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:genus "Cassida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
dwc:species "lateralis" ;
dwc:zbkClass "Insecta" ;
dwc:zbkKingdom "Animalia" ;
dwc:zbkOrder "Coleoptera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cassida_lateralis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cassida_lateralis>
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:genus "Cassida" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lateralis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cassida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cassida>
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:genus "Cassida" ;
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 .

View file

@ -0,0 +1,130 @@
@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/4B8CFE9C9D07E1C3D2BD800A730270D9>
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:title "Apanteles metacarpalis Thomson 1895" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Apanteles_metacarpalis_Thomson_1895> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Microgaster_metacarpalis> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8151> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8151>
bibo:endPage "8151" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8151" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Braconidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Apanteles_metacarpalis_Thomson_1895>
dwc:authority "Thomson, 1895" ;
dwc:authorityName "Thomson" ;
dwc:authorityYear "1895" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Apanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thomson, 1895" ;
dwc:species "metacarpalis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/F7PB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Apanteles_metacarpalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Apanteles_metacarpalis>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Apanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "metacarpalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apanteles> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apanteles>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Apanteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
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/Microgaster_metacarpalis>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Microgaster" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "metacarpalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microgaster> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microgaster>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Microgaster" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .