GG2RDF 2024-08-30T09:35:45.842Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-30 09:35:58 +00:00
parent e83df31845
commit 2249af897a
20 changed files with 4930 additions and 0 deletions

View file

@ -0,0 +1,101 @@
@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/E7093B298362FF9FFEFDFF4CFA9EFA92>
cito:cites <http://dx.doi.org/10.5281/zenodo.13595983> ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa Latreille 1802" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_Latreille_1802> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13595983> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_Latreille_1802>
dwc:authority "Latreille" ;
dwc:authorityName "Latreille" ;
dwc:authorityYear "1802" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Latreille, 1802" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/89GZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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://dx.doi.org/10.5281/zenodo.13595983>
dc:description "Fig. 1. Xylocopa albiceps, femelle et mâle (16 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/13595983/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,128 @@
@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/E7093B298368FF98FD89FD1BFA98FCFD>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa imitator Smith 1854" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FF29FD50FBB7FD23>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FBACFD50FEDCFCC2>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FEF1FD71FC40FCC2>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FF29FC9EFA9DFCFD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_imitator_Smith_1854> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_imitator_Smith_1854>
dwc:authority "Smith, 1854" ;
dwc:authorityName "Smith" ;
dwc:authorityYear "1854" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Smith, 1854" ;
dwc:species "imitator" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7FYL6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_imitator> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_imitator>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "imitator" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FF29FD50FBB7FD23>
dwc:eventDate "2011-04-30" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298368FF98FD89FD1BFA98FCFD#DFC880628368FF98FF29FD50FBB7FD23> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FBACFD50FEDCFCC2>
dwc:eventDate "2011-05-29" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298368FF98FD89FD1BFA98FCFD#DFC880628368FF98FBACFD50FEDCFCC2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FEF1FD71FC40FCC2>
dwc:eventDate "2011-05-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298368FF98FD89FD1BFA98FCFD#DFC880628368FF98FEF1FD71FC40FCC2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298368FF98FD89FD1BFA98FCFD.mc.DFC880628368FF98FF29FC9EFA9DFCFD>
dwc:eventDate "2013-05-29" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298368FF98FD89FD1BFA98FCFD#DFC880628368FF98FF29FC9EFA9DFCFD> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,117 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/E7093B298369FF99FD8DFBA7FAA6FB18>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa isabellae Hurd 1959" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298369FF99FD8DFBA7FAA6FB18.mc.DFC880628369FF99FF29FBFCFEDAFB7E>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298369FF99FD8DFBA7FAA6FB18.mc.DFC880628369FF99FF29FB3AFAAFFB19> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_isabellae_Hurd_1959> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_isabellae_Hurd_1959>
dwc:authority "Hurd, 1959" ;
dwc:authorityName "Hurd" ;
dwc:authorityYear "1959" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hurd, 1959" ;
dwc:species "isabellae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_isabellae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_isabellae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "isabellae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298369FF99FD8DFBA7FAA6FB18.mc.DFC880628369FF99FF29FBFCFEDAFB7E>
dwc:eventDate "2010-06-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298369FF99FD8DFBA7FAA6FB18#DFC880628369FF99FF29FBFCFEDAFB7E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298369FF99FD8DFBA7FAA6FB18.mc.DFC880628369FF99FF29FB3AFAAFFB19>
dwc:eventDate "2010-05-07" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298369FF99FD8DFBA7FAA6FB18#DFC880628369FF99FF29FB3AFAAFFB19> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,132 @@
@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/E7093B29836AFF9AFE07F9B9FE69F91E>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa flavorufa var. combusta Smith 1854" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836AFF9AFE07F9B9FE69F91E.mc.DFC88062836AFF9AFF29F9FEFB37F95D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836AFF9AFE07F9B9FE69F91E.mc.DFC88062836AFF9AFF29F91CFE6DF91E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_flavorufa_combusta_Smith_1854> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_flavorufa_combusta_Smith_1854>
dwc:authority "Smith, 1854" ;
dwc:authorityName "Smith" ;
dwc:authorityYear "1854" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Smith, 1854" ;
dwc:species "flavorufa" ;
dwc:variety "combusta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKRK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_flavorufa_combusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_flavorufa_combusta>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "flavorufa" ;
dwc:variety "combusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_flavorufa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_flavorufa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "flavorufa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B29836AFF9AFE07F9B9FE69F91E.mc.DFC88062836AFF9AFF29F9FEFB37F95D>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836AFF9AFE07F9B9FE69F91E#DFC88062836AFF9AFF29F9FEFB37F95D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836AFF9AFE07F9B9FE69F91E.mc.DFC88062836AFF9AFF29F91CFE6DF91E>
dwc:eventDate "2013-05-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836AFF9AFE07F9B9FE69F91E#DFC88062836AFF9AFF29F91CFE6DF91E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,134 @@
@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/E7093B29836BFF9BFDD1FCFDFC81FBC2>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa gabonica" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFF29FC35FB95FC01>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFB41FC32FAD0FC01>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFA87FC32FC1DFC20>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFC35FC53FB41FC20>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFB71FC52FC89FBC3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_gabonica_Gribodo_1894> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_gabonica_Gribodo_1894>
dwc:authority "(Gribodo, 1894)" ;
dwc:baseAuthorityName "Gribodo" ;
dwc:baseAuthorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Gribodo, 1894)" ;
dwc:species "gabonica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKTD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_gabonica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_gabonica>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gabonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFF29FC35FB95FC01>
dwc:eventDate "2011-01-08" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDD1FCFDFC81FBC2#DFC88062836BFF9BFF29FC35FB95FC01> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFB41FC32FAD0FC01>
dwc:eventDate "2010-11-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDD1FCFDFC81FBC2#DFC88062836BFF9BFB41FC32FAD0FC01> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFA87FC32FC1DFC20>
dwc:eventDate "2010-12-10" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDD1FCFDFC81FBC2#DFC88062836BFF9BFA87FC32FC1DFC20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFC35FC53FB41FC20>
dwc:eventDate "2010-11-26" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDD1FCFDFC81FBC2#DFC88062836BFF9BFC35FC53FB41FC20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDD1FCFDFC81FBC2.mc.DFC88062836BFF9BFB71FC52FC89FBC3>
dwc:collectionCode "IRSNB" ;
dwc:eventDate "2011-11-26" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDD1FCFDFC81FBC2#DFC88062836BFF9BFB71FC52FC89FBC3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,301 @@
@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/E7093B29836BFF9BFDF8FA24FC6AF80A>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa hottentota Smith 1854" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF29FA7DFA9DF9DE>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F99AFDF1F9F9>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDE6F99AFC37F9F9>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC20F99AFA9CF9F9>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F9B8FDF6F99B>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF29F9D9FB73F9BA>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB7CF9D9FEC1F955>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFE86F9E6FE1BF955>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDC6F9E6FB7FF954>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB6DF9E6FE1EF977>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDC2F904FD51F977>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFD18F904FC92F977>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC59F904FAF3F977>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFAFEF904FE12F916>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDC6F925FD56F916>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFD02F925FBBDF916>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB95F925FAEFF916>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFADBF925FCFBF931>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFCE8F942FBC1F931>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB8BF942FDCBF8D3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF29F880FB66F8F2>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB52F881FE83F8ED>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFE48F8AEFDC7F8ED>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDF4F8AEFC02F8ED>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFBCAF8AEFA9DF8ED>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F8CFFDAFF88C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFD98F8CFFC56F88F>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC02F8CFFA9DF88C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F8ECFDBCF8AE>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDAEF8EDFC36F8AE>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC24F8EDFA9DF8AE>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F80AFB82F848>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB4AF80AFAD7F849>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFA87F80AFED5F86B>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFE8FF828FDFBF86B>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDE9F828FC6BF86B>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC59F828FBD2F86B>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB80F82BFEDCF80A>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFEF1F849FC6EF80A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_hottentota_Smith_1854> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_hottentota_Smith_1854>
dwc:authority "Smith, 1854" ;
dwc:authorityName "Smith" ;
dwc:authorityYear "1854" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Smith, 1854" ;
dwc:species "hottentota" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_hottentota> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_hottentota>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hottentota" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF29FA7DFA9DF9DE>
dwc:eventDate "2010-11-04" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF29FA7DFA9DF9DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F99AFDF1F9F9>
dwc:eventDate "2010-11-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF77F99AFDF1F9F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDE6F99AFC37F9F9>
dwc:eventDate "2010-11-04" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDE6F99AFC37F9F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC20F99AFA9CF9F9>
dwc:eventDate "2011-06-22" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFC20F99AFA9CF9F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F9B8FDF6F99B>
dwc:eventDate "2011-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF77F9B8FDF6F99B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF29F9D9FB73F9BA>
dwc:eventDate "2010-04-02" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF29F9D9FB73F9BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB7CF9D9FEC1F955>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB7CF9D9FEC1F955> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFE86F9E6FE1BF955>
dwc:eventDate "2010-05-18" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFE86F9E6FE1BF955> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDC6F9E6FB7FF954>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDC6F9E6FB7FF954> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB6DF9E6FE1EF977>
dwc:eventDate "2010-11-08" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB6DF9E6FE1EF977> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDC2F904FD51F977>
dwc:eventDate "2010-11-08" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDC2F904FD51F977> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFD18F904FC92F977>
dwc:eventDate "2011-05-29" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFD18F904FC92F977> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC59F904FAF3F977>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFC59F904FAF3F977> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFAFEF904FE12F916>
dwc:eventDate "2011-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFAFEF904FE12F916> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDC6F925FD56F916>
dwc:eventDate "2011-04-03" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDC6F925FD56F916> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFD02F925FBBDF916>
dwc:eventDate "2010-11-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFD02F925FBBDF916> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB95F925FAEFF916>
dwc:eventDate "2011-02-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB95F925FAEFF916> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFADBF925FCFBF931>
dwc:eventDate "2010-12-31" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFADBF925FCFBF931> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFCE8F942FBC1F931>
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFCE8F942FBC1F931> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB8BF942FDCBF8D3>
dwc:eventDate "2010-01-07" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB8BF942FDCBF8D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF29F880FB66F8F2>
dwc:eventDate "2011-03-23" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF29F880FB66F8F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB52F881FE83F8ED>
dwc:eventDate "2011-04-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB52F881FE83F8ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFE48F8AEFDC7F8ED>
dwc:eventDate "2011-05-12" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFE48F8AEFDC7F8ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDF4F8AEFC02F8ED>
dwc:eventDate "2011-06-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDF4F8AEFC02F8ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFBCAF8AEFA9DF8ED>
dwc:eventDate "2011-05-26" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFBCAF8AEFA9DF8ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F8CFFDAFF88C>
dwc:eventDate "2013-06-04" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF77F8CFFDAFF88C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFD98F8CFFC56F88F>
dwc:eventDate "2013-06-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFD98F8CFFC56F88F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC02F8CFFA9DF88C>
dwc:eventDate "2011-06-23" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFC02F8CFFA9DF88C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F8ECFDBCF8AE>
dwc:eventDate "2013-05-30" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF77F8ECFDBCF8AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDAEF8EDFC36F8AE>
dwc:eventDate "2013-06-04" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDAEF8EDFC36F8AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC24F8EDFA9DF8AE>
dwc:eventDate "2011-04-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFC24F8EDFA9DF8AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFF77F80AFB82F848>
dwc:eventDate "2011-05-12" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFF77F80AFB82F848> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB4AF80AFAD7F849>
dwc:eventDate "2010-12-29" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB4AF80AFAD7F849> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFA87F80AFED5F86B>
dwc:eventDate "2011-04-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFA87F80AFED5F86B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFE8FF828FDFBF86B>
dwc:eventDate "2011-05-13" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFE8FF828FDFBF86B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFDE9F828FC6BF86B>
dwc:eventDate "2011-05-13" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFDE9F828FC6BF86B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFC59F828FBD2F86B>
dwc:eventDate "2011-06-24" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFC59F828FBD2F86B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFB80F82BFEDCF80A>
dwc:eventDate "2011-05-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFB80F82BFEDCF80A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836BFF9BFDF8FA24FC6AF80A.mc.DFC88062836BFF9BFEF1F849FC6EF80A>
dwc:eventDate "2011-05-13" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836BFF9BFDF8FA24FC6AF80A#DFC88062836BFF9BFEF1F849FC6EF80A> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,123 @@
@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/E7093B29836DFF9DFDC5FF4CFB97FE98>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa calcarata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDC5FF4CFB97FE98.mc.DFC88062836DFF9DFF29FE9AFBB1FEF9>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDC5FF4CFB97FE98.mc.DFC88062836DFF9DFBA3FE9AFEDBFE98>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDC5FF4CFB97FE98.mc.DFC88062836DFF9DFE89FEBBFB9BFE98> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_calcarata_Veque_1928> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_calcarata_Veque_1928>
dwc:authority "(Le Veque, 1928)" ;
dwc:baseAuthorityName "Le Veque" ;
dwc:baseAuthorityYear "1928" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Le Veque, 1928)" ;
dwc:species "calcarata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKQL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_calcarata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_calcarata>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "calcarata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B29836DFF9DFDC5FF4CFB97FE98.mc.DFC88062836DFF9DFF29FE9AFBB1FEF9>
dwc:eventDate "2011-06-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDC5FF4CFB97FE98#DFC88062836DFF9DFF29FE9AFBB1FEF9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDC5FF4CFB97FE98.mc.DFC88062836DFF9DFBA3FE9AFEDBFE98>
dwc:eventDate "2011-03-23" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDC5FF4CFB97FE98#DFC88062836DFF9DFBA3FE9AFEDBFE98> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDC5FF4CFB97FE98.mc.DFC88062836DFF9DFE89FEBBFB9BFE98>
dwc:eventDate "2011-01-15" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDC5FF4CFB97FE98#DFC88062836DFF9DFE89FEBBFB9BFE98> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,250 @@
@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/E7093B29836DFF9DFDEDFC8FFAA8FABC>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa erythrina Gribodo 1894" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FCC4FB66FCB7>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB52FCC7FCE9FC56>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFCDFFCE5FA99FC56>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF77FC02FDAFFC71>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD9CFC02FD1AFC71>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFCC3FC02FB93FC71>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB59FC02FED5FC10>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFE8CFC23FC11FC10>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFBC1FC23FB54FC10>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB0FFC23FA82FC13>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF77FC4EFDDAFC0D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD88FC41FC3BFC0D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFC29FC4EFA9CFC0D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF77FC6FFE99FC2C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFE4EFC6FFDD0FC2C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD81FC6EFC30FC2C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFC21FC6FFE57FBCF>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FBADFAEDFBEE>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFAD8FBADFED6FBAB>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FB09FB3CFB4A>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FB16FAD2FAC1>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFA87FB72FED5FAE3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFE84FA90FE17FAE3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFDDAFA90FD29FAE3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD11FA93FB81FAE3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB49FA90FAD4FAE3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFA87FA90FEDCFA82>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFEF1FABEFC96FA9D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF28FADFFAADFABC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_erythrina_Gribodo_1894> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_erythrina_Gribodo_1894>
dwc:authority "Gribodo, 1894" ;
dwc:authorityName "Gribodo" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gribodo, 1894" ;
dwc:species "erythrina" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKSH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_erythrina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_erythrina>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "erythrina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FCC4FB66FCB7>
dwc:eventDate "2011-05-11" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF29FCC4FB66FCB7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB52FCC7FCE9FC56>
dwc:eventDate "2011-03-23" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFB52FCC7FCE9FC56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFCDFFCE5FA99FC56>
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFCDFFCE5FA99FC56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF77FC02FDAFFC71>
dwc:eventDate "2011-01-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF77FC02FDAFFC71> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD9CFC02FD1AFC71>
dwc:eventDate "2011-01-11" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFD9CFC02FD1AFC71> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFCC3FC02FB93FC71>
dwc:eventDate "2010-12-06" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFCC3FC02FB93FC71> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB59FC02FED5FC10>
dwc:eventDate "2010-11-21" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFB59FC02FED5FC10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFE8CFC23FC11FC10>
dwc:eventDate "2011-01-11" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFE8CFC23FC11FC10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFBC1FC23FB54FC10>
dwc:eventDate "2010-11-24" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFBC1FC23FB54FC10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB0FFC23FA82FC13>
dwc:eventDate "2011-02-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFB0FFC23FA82FC13> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF77FC4EFDDAFC0D>
dwc:eventDate "2010-11-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF77FC4EFDDAFC0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD88FC41FC3BFC0D>
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFD88FC41FC3BFC0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFC29FC4EFA9CFC0D>
dwc:eventDate "2010-12-16" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFC29FC4EFA9CFC0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF77FC6FFE99FC2C>
dwc:eventDate "2010-12-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF77FC6FFE99FC2C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFE4EFC6FFDD0FC2C>
dwc:eventDate "2010-12-29" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFE4EFC6FFDD0FC2C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD81FC6EFC30FC2C>
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFD81FC6EFC30FC2C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFC21FC6FFE57FBCF>
dwc:eventDate "2011-03-03" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFC21FC6FFE57FBCF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FBADFAEDFBEE>
dwc:eventDate "2010-06-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF29FBADFAEDFBEE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFAD8FBADFED6FBAB>
dwc:eventDate "2010-05-18" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFAD8FBADFED6FBAB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FB09FB3CFB4A>
dwc:eventDate "2010-05-01" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF29FB09FB3CFB4A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF29FB16FAD2FAC1>
dwc:eventDate "2013-06-03" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF29FB16FAD2FAC1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFA87FB72FED5FAE3>
dwc:eventDate "2011-04-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFA87FB72FED5FAE3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFE84FA90FE17FAE3>
dwc:eventDate "2011-05-13" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFE84FA90FE17FAE3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFDDAFA90FD29FAE3>
dwc:eventDate "2011-04-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFDDAFA90FD29FAE3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFD11FA93FB81FAE3>
dwc:eventDate "2011-05-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFD11FA93FB81FAE3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFB49FA90FAD4FAE3>
dwc:eventDate "2011-04-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFB49FA90FAD4FAE3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFA87FA90FEDCFA82>
dwc:eventDate "2013-05-29" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFA87FA90FEDCFA82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFEF1FABEFC96FA9D>
dwc:eventDate "2010-11-26" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFEF1FABEFC96FA9D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836DFF9DFDEDFC8FFAA8FABC.mc.DFC88062836DFF9DFF28FADFFAADFABC>
dwc:eventDate "2010-05-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836DFF9DFDEDFC8FFAA8FABC#DFC88062836DFF9DFF28FADFFAADFABC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,268 @@
@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/E7093B29836FFF9FFDE3FA6AFAC0F8A6>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa albiceps Fabricius 1804" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF29F9A3FB81F990>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFBB6F9A3FEDCF9B3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEF4F9C0FEC3F9AD>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF29F90EFB6CF94C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB45F90FFAD2F94C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFA87F90FFEAEF96F>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE98F92CFD36F96F>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD20F92CFB5EF96F>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB0BF92CFA9DF96F>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF77F94DFE81F90E>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEB4F94DFDC3F90E>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD8AF94DFC40F909>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFC77F94DFA9DF90E>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF77F96AFDD7F928>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD81F96BFCE9F928>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFCDEF96AFB7CF928>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB6AF96BFAD1F928>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFA87F96BFEC3F8CB>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEF6F888FE04F8CB>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE39F888FCA9F8CB>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFC98F888FB47F8CB>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB7DF888FE85F8EA>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEBFF8A9FDF1F8EA>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFDE3F8A9FD2FF8EA>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD05F8A9FC9EF8EA>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFCB5F8A9FAACF8EA>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFA87F8A9FEADF885>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE9FF8B6FDFDF885>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFDEEF8B6FED5F8A7>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE8EF8D4FDCAF8A7>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFDF8F8D4FD38F8A7>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD15F8D4FAC9F8A7> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_albiceps_Fabricius_1804> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_albiceps_Fabricius_1804>
dwc:authority "Fabricius, 1804" ;
dwc:authorityName "Fabricius" ;
dwc:authorityYear "1804" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fabricius, 1804" ;
dwc:species "albiceps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKNS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_albiceps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_albiceps>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albiceps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF29F9A3FB81F990>
dwc:eventDate "2010-02-06" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFF29F9A3FB81F990> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFBB6F9A3FEDCF9B3>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFBB6F9A3FEDCF9B3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEF4F9C0FEC3F9AD>
dwc:eventDate "2010-12-12" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFEF4F9C0FEC3F9AD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF29F90EFB6CF94C>
dwc:eventDate "2011-03-23" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFF29F90EFB6CF94C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB45F90FFAD2F94C>
dwc:eventDate "2010-11-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFB45F90FFAD2F94C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFA87F90FFEAEF96F>
dwc:eventDate "2010-12-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFA87F90FFEAEF96F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE98F92CFD36F96F>
dwc:eventDate "2011-06-10" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFE98F92CFD36F96F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD20F92CFB5EF96F>
dwc:eventDate "2010-11-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFD20F92CFB5EF96F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB0BF92CFA9DF96F>
dwc:eventDate "2010-11-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFB0BF92CFA9DF96F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF77F94DFE81F90E>
dwc:eventDate "2010-11-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFF77F94DFE81F90E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEB4F94DFDC3F90E>
dwc:eventDate "2010-11-27" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFEB4F94DFDC3F90E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD8AF94DFC40F909>
dwc:eventDate "2013-06-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFD8AF94DFC40F909> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFC77F94DFA9DF90E>
dwc:eventDate "2012-01-20" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFC77F94DFA9DF90E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFF77F96AFDD7F928>
dwc:eventDate "2011-02-24" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFF77F96AFDD7F928> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD81F96BFCE9F928>
dwc:eventDate "2010-12-28" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFD81F96BFCE9F928> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFCDEF96AFB7CF928>
dwc:eventDate "2011-01-15" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFCDEF96AFB7CF928> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB6AF96BFAD1F928>
dwc:eventDate "2011-01-15" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFB6AF96BFAD1F928> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFA87F96BFEC3F8CB>
dwc:eventDate "2013-05-15" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFA87F96BFEC3F8CB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEF6F888FE04F8CB>
dwc:eventDate "2013-04-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFEF6F888FE04F8CB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE39F888FCA9F8CB>
dwc:eventDate "2013-05-15" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFE39F888FCA9F8CB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFC98F888FB47F8CB>
dwc:eventDate "2013-06-13" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFC98F888FB47F8CB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFB7DF888FE85F8EA>
dwc:eventDate "2010-11-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFB7DF888FE85F8EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFEBFF8A9FDF1F8EA>
dwc:eventDate "2010-12-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFEBFF8A9FDF1F8EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFDE3F8A9FD2FF8EA>
dwc:eventDate "2011-01-20" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFDE3F8A9FD2FF8EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD05F8A9FC9EF8EA>
dwc:eventDate "2011-05-12" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFD05F8A9FC9EF8EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFCB5F8A9FAACF8EA>
dwc:eventDate "2010-12-30" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFCB5F8A9FAACF8EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFA87F8A9FEADF885>
dwc:eventDate "2010-12-31" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFA87F8A9FEADF885> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE9FF8B6FDFDF885>
dwc:eventDate "2010-12-30" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFE9FF8B6FDFDF885> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFDEEF8B6FED5F8A7>
dwc:eventDate "2010-12-31" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFDEEF8B6FED5F8A7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFE8EF8D4FDCAF8A7>
dwc:eventDate "2010-12-10" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFE8EF8D4FDCAF8A7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFDF8F8D4FD38F8A7>
dwc:eventDate "2013-05-16" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFDF8F8D4FD38F8A7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B29836FFF9FFDE3FA6AFAC0F8A6.mc.DFC88062836FFF9FFD15F8D4FAC9F8A7>
dwc:eventDate "2013-04-26" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B29836FFF9FFDE3FA6AFAC0F8A6#DFC88062836FFF9FFD15F8D4FAC9F8A7> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,147 @@
@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/E7093B298372FF82FDD7FECEFBC5FDEC>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa wellmani Cockerell 1906" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FF29FE07FEF5FE17>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FEEFFE24FED6FE31>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FF29FE60FC36FDD3>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FC2FFE60FE54FDF2>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FE0FFD81FCD1FDF2>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FC80FD81FB43FDF2>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FB71FD80FCBFFDED>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FCABFDAEFBCEFDED> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_wellmani_Cockerell_1906> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_wellmani_Cockerell_1906>
dwc:authority "Cockerell, 1906" ;
dwc:authorityName "Cockerell" ;
dwc:authorityYear "1906" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cockerell, 1906" ;
dwc:species "wellmani" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CL3S> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_wellmani> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_wellmani>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "wellmani" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FF29FE07FEF5FE17>
dwc:eventDate "2010-06-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FF29FE07FEF5FE17> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FEEFFE24FED6FE31>
dwc:eventDate "2011-06-22" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FEEFFE24FED6FE31> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FF29FE60FC36FDD3>
dwc:eventDate "2010-06-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FF29FE60FC36FDD3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FC2FFE60FE54FDF2>
dwc:eventDate "2011-04-25" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FC2FFE60FE54FDF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FE0FFD81FCD1FDF2>
dwc:eventDate "2011-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FE0FFD81FCD1FDF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FC80FD81FB43FDF2>
dwc:eventDate "2011-05-18" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FC80FD81FB43FDF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FB71FD80FCBFFDED>
dwc:eventDate "2011-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FB71FD80FCBFFDED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298372FF82FDD7FECEFBC5FDEC.mc.DFC880628372FF82FCABFDAEFBCEFDED>
trt:httpUri <https://treatment.plazi.org/id/E7093B298372FF82FDD7FECEFBC5FDEC#DFC880628372FF82FCABFDAEFBCEFDED> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@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/E7093B298374FF84FDA4FAECFA9FFA11>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa senior Vachal 1899" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298374FF84FDA4FAECFA9FFA11.mc.DFC880628374FF84FF29FA25FA80FA16> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_senior_Vachal_1899> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_senior_Vachal_1899>
dwc:authorityName "Vachal" ;
dwc:authorityYear "1899" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vachal, 1899" ;
dwc:species "senior" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKZ9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_senior> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_senior>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "senior" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298374FF84FDA4FAECFA9FFA11.mc.DFC880628374FF84FF29FA25FA80FA16>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298374FF84FDA4FAECFA9FFA11#DFC880628374FF84FF29FA25FA80FA16> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,225 @@
@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/E7093B298375FF85FDD1FC68FAF9FA87>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa torrida" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FF29FBA1FB68FB92>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB5FFBA1FEA3FB8C>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FE9DFBCEFCF7FB8D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FCE2FBCEFB76FB8D>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB6DFBCEFE80FBAF>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEB7FBEFFC92FBAF>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FC5AFBEFFAE6FBAC>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FAD1FBEFFE3EFB4E>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FE17FB0DFC90FB4E>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FF29FB2AFAACFB69>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FA87FB2AFEC9FB08>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEF8FB4BFE30FB08>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FE22FB4BFD6CFB08>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FD46FB4BFCC8FB08>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FCFBFB4BFB28FB08>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB05FB4BFE88FB2B>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEBCFB68FCA9FB2A>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FC9CFB69FC16FB2A>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FBC1FB68FDE5FAE4>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FDD5FA97FE8DFA87>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEA6FAB4FD0BFA87>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FD38FAB4FC28FA87>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FC05FAB4FBA1FA87>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB90FAB4FAFDFA87> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_torrida_Westwood_1838> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_torrida_Westwood_1838>
dwc:authority "(Westwood, 1838)" ;
dwc:baseAuthorityName "Westwood" ;
dwc:baseAuthorityYear "1838" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Westwood, 1838)" ;
dwc:species "torrida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CL2M> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_torrida> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_torrida>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "torrida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FF29FBA1FB68FB92>
dwc:eventDate "2010-01-21" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FF29FBA1FB68FB92> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB5FFBA1FEA3FB8C>
dwc:eventDate "2010-02-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FB5FFBA1FEA3FB8C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FE9DFBCEFCF7FB8D>
dwc:eventDate "2011-03-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FE9DFBCEFCF7FB8D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FCE2FBCEFB76FB8D>
dwc:eventDate "2011-05-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FCE2FBCEFB76FB8D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB6DFBCEFE80FBAF>
dwc:eventDate "2011-03-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FB6DFBCEFE80FBAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEB7FBEFFC92FBAF>
dwc:eventDate "2011-02-06" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FEB7FBEFFC92FBAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FC5AFBEFFAE6FBAC>
dwc:eventDate "2011-04-03" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FC5AFBEFFAE6FBAC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FAD1FBEFFE3EFB4E>
dwc:eventDate "2010-02-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FAD1FBEFFE3EFB4E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FE17FB0DFC90FB4E>
dwc:eventDate "2011-02-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FE17FB0DFC90FB4E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FF29FB2AFAACFB69>
dwc:eventDate "2010-02-04" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FF29FB2AFAACFB69> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FA87FB2AFEC9FB08>
dwc:eventDate "2010-01-08" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FA87FB2AFEC9FB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEF8FB4BFE30FB08>
dwc:eventDate "2010-03-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FEF8FB4BFE30FB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FE22FB4BFD6CFB08>
dwc:eventDate "2010-01-21" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FE22FB4BFD6CFB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FD46FB4BFCC8FB08>
dwc:eventDate "2010-01-21" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FD46FB4BFCC8FB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FCFBFB4BFB28FB08>
dwc:eventDate "2010-02-05" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FCFBFB4BFB28FB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB05FB4BFE88FB2B>
dwc:eventDate "2010-02-19" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FB05FB4BFE88FB2B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEBCFB68FCA9FB2A>
dwc:eventDate "2010-02-19" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FEBCFB68FCA9FB2A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FC9CFB69FC16FB2A>
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FC9CFB69FC16FB2A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FBC1FB68FDE5FAE4>
dwc:eventDate "2011-06-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FBC1FB68FDE5FAE4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FDD5FA97FE8DFA87>
dwc:eventDate "2010-01-09" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FDD5FA97FE8DFA87> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FEA6FAB4FD0BFA87>
dwc:eventDate "2010-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FEA6FAB4FD0BFA87> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FD38FAB4FC28FA87>
dwc:eventDate "2011-05-17" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FD38FAB4FC28FA87> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FC05FAB4FBA1FA87>
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FC05FAB4FBA1FA87> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDD1FC68FAF9FA87.mc.DFC880628375FF85FB90FAB4FAFDFA87>
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDD1FC68FAF9FA87#DFC880628375FF85FB90FAB4FAFDFA87> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,118 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/E7093B298375FF85FDE6FF4CFE69FE91>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa subjuncta Vachal 1898" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDE6FF4CFE69FE91.mc.DFC880628375FF85FF29FE84FC23FEF7>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDE6FF4CFE69FE91.mc.DFC880628375FF85FC14FE84FE6DFE91> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_subjuncta_Vachal_1898> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_subjuncta_Vachal_1898>
dwc:authority "Vachal, 1898" ;
dwc:authorityName "Vachal" ;
dwc:authorityYear "1898" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vachal, 1898" ;
dwc:species "subjuncta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5CKZW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_subjuncta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_subjuncta>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "subjuncta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298375FF85FDE6FF4CFE69FE91.mc.DFC880628375FF85FF29FE84FC23FEF7>
dwc:eventDate "2011-04-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDE6FF4CFE69FE91#DFC880628375FF85FF29FE84FC23FEF7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298375FF85FDE6FF4CFE69FE91.mc.DFC880628375FF85FC14FE84FE6DFE91>
dwc:eventDate "2011-04-14" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298375FF85FDE6FF4CFE69FE91#DFC880628375FF85FC14FE84FE6DFE91> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,118 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/E7093B298376FF86FDC6FF6DFD0EFEB0>
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:title "Xylocopa kamerunensis Vachal 1899" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298376FF86FDC6FF6DFD0EFEB0.mc.DFC880628376FF86FF29FEA5FB96FE91>, <http://tb.plazi.org/GgServer/dwcaRecords/E7093B298376FF86FDC6FF6DFD0EFEB0.mc.DFC880628376FF86FB47FEA2FD32FEB0> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Xylocopa_kamerunensis_Vachal_1899> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13595925> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13595925>
bibo:endPage "27" ;
bibo:journal "Belgian Journal of Entomology" ;
bibo:pubDate "2015-02-02" ;
bibo:startPage "1" ;
bibo:volume "25" ;
dc:creator "Pauly, Alain; Nzigidahera, Benoît; Eardley, Connal; Ndayikeza, Longin; Mpawenimana, Alexis; Habonimana, Bernadette" ;
dc:date "2015" ;
dc:title "Les abeilles du genre Xylocopa Latreille (Hymenoptera: Apoidea: Apidae) au Burundi, de bons pollinisateurs des légumineuses" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Xylocopa_kamerunensis_Vachal_1899>
dwc:authority "Vachal, 1899" ;
dwc:authorityName "Vachal" ;
dwc:authorityYear "1899" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vachal, 1899" ;
dwc:species "kamerunensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7FYJD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xylocopa_kamerunensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa_kamerunensis>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kamerunensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylocopa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Xylocopa>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Xylocopa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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/E7093B298376FF86FDC6FF6DFD0EFEB0.mc.DFC880628376FF86FF29FEA5FB96FE91>
dwc:eventDate "2013-06-04" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298376FF86FDC6FF6DFD0EFEB0#DFC880628376FF86FF29FEA5FB96FE91> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/E7093B298376FF86FDC6FF6DFD0EFEB0.mc.DFC880628376FF86FB47FEA2FD32FEB0>
dwc:eventDate "2013-06-13" ;
trt:httpUri <https://treatment.plazi.org/id/E7093B298376FF86FDC6FF6DFD0EFEB0#DFC880628376FF86FB47FEA2FD32FEB0> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long