From 693e1a80b7b92f8f317a16b6b04280b00ea416d6 Mon Sep 17 00:00:00 2001
From: treatmentbank <treatmentbank@noreply.git.ld.plazi.org>
Date: Mon, 9 Sep 2024 13:58:05 +0000
Subject: [PATCH] GG2RDF
 plazi/treatments-xml@d94bbb691f697221652e602276ae338f8dff3d7c

---
 .../87/03BC87B0FFAAFFDBCCEEFA2D4EECFD15.ttl   |  79 ++++++++++
 .../87/03BC87B0FFABFFE7CCEEFE2748D9FBE6.ttl   | 141 ++++++++++++++++++
 2 files changed, 220 insertions(+)
 create mode 100644 data/03/BC/87/03BC87B0FFAAFFDBCCEEFA2D4EECFD15.ttl
 create mode 100644 data/03/BC/87/03BC87B0FFABFFE7CCEEFE2748D9FBE6.ttl

diff --git a/data/03/BC/87/03BC87B0FFAAFFDBCCEEFA2D4EECFD15.ttl b/data/03/BC/87/03BC87B0FFAAFFDBCCEEFA2D4EECFD15.ttl
new file mode 100644
index 000000000000..b98af4b0608f
--- /dev/null
+++ b/data/03/BC/87/03BC87B0FFAAFFDBCCEEFA2D4EECFD15.ttl
@@ -0,0 +1,79 @@
+@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/03BC87B0FFAAFFDBCCEEFA2D4EECFD15>
+    dc:creator "Brito, Samanta; Oliveira, Marcio L.; Carpenter, James M.; Somavilla, Alexandre" ;
+    dc:title "Polistes" ;
+    trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5496.4.3> ;
+    trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Polistes> ;
+    a trt:Treatment .
+
+<http://dx.doi.org/10.11646/zootaxa.5496.4.3>
+    bibo:endPage "545" ;
+    bibo:issue "4" ;
+    bibo:journal "Zootaxa" ;
+    bibo:pubDate "2024-08-21" ;
+    bibo:startPage "509" ;
+    bibo:volume "5496" ;
+    dc:creator "Brito, Samanta; Oliveira, Marcio L.; Carpenter, James M.; Somavilla, Alexandre" ;
+    dc:date "2024" ;
+    dc:title "The genus Polistes Latreille, 1802 (Hymenoptera: Vespidae) of Brazil: morphological diagnoses, identification key, and geographical distribution" ;
+    a fabio:JournalArticle .
+
+<http://taxon-name.plazi.org/id/Animalia/Polistes>
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    dwc:genus "Polistes" ;
+    dwc:kingdom "Animalia" ;
+    dwc:order "Hymenoptera" ;
+    dwc:phylum "Arthropoda" ;
+    dwc:rank "genus" ;
+    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
+    a dwcFP:TaxonName .
+
+<http://taxon-name.plazi.org/id/Animalia/Eumenidae>
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    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 .
diff --git a/data/03/BC/87/03BC87B0FFABFFE7CCEEFE2748D9FBE6.ttl b/data/03/BC/87/03BC87B0FFABFFE7CCEEFE2748D9FBE6.ttl
new file mode 100644
index 000000000000..f03e4d50b9c8
--- /dev/null
+++ b/data/03/BC/87/03BC87B0FFABFFE7CCEEFE2748D9FBE6.ttl
@@ -0,0 +1,141 @@
+@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/03BC87B0FFABFFE7CCEEFE2748D9FBE6>
+    cito:cites <http://dx.doi.org/10.5281/zenodo.13617551> ;
+    dc:creator "Brito, Samanta; Oliveira, Marcio L.; Carpenter, James M.; Somavilla, Alexandre" ;
+    dc:title "Polistes (Palisotius) paraguayensis Bertoni 1921" ;
+    dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BC87B0FFABFFE7CCEEFE2748D9FBE6.mc.3B7D3CFBFFABFFE7CFF5FBE84FFAFB9A>, <http://tb.plazi.org/GgServer/dwcaRecords/03BC87B0FFABFFE7CCEEFE2748D9FBE6.mc.3B7D3CFBFFABFFE7C8ECFBE84E2CFB9A> ;
+    trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polistes_paraguayensis_Bertoni_1921> ;
+    trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5496.4.3> ;
+    a trt:Treatment .
+
+<http://dx.doi.org/10.11646/zootaxa.5496.4.3>
+    bibo:endPage "545" ;
+    bibo:issue "4" ;
+    bibo:journal "Zootaxa" ;
+    bibo:pubDate "2024-08-21" ;
+    bibo:startPage "509" ;
+    bibo:volume "5496" ;
+    dc:creator "Brito, Samanta; Oliveira, Marcio L.; Carpenter, James M.; Somavilla, Alexandre" ;
+    dc:date "2024" ;
+    dc:title "The genus Polistes Latreille, 1802 (Hymenoptera: Vespidae) of Brazil: morphological diagnoses, identification key, and geographical distribution" ;
+    fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13617551> ;
+    a fabio:JournalArticle .
+
+<http://taxon-concept.plazi.org/id/Animalia/Polistes_paraguayensis_Bertoni_1921>
+    dwc:authority "Bertoni, 1921", "Bertoni, 1921: 12" ;
+    dwc:authorityName "Bertoni" ;
+    dwc:authorityPageNumber "12" ;
+    dwc:authorityYear "1921" ;
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    dwc:genus "Polistes" ;
+    dwc:kingdom "Animalia" ;
+    dwc:order "Hymenoptera" ;
+    dwc:phylum "Arthropoda" ;
+    dwc:rank "species" ;
+    dwc:scientificNameAuthorship "Bertoni, 1921" ;
+    dwc:species "paraguayensis" ;
+    dwc:subGenus "Palisotius" ;
+    rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4KYG7> ;
+    trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polistes_paraguayensis> ;
+    a dwcFP:TaxonConcept .
+
+<http://taxon-name.plazi.org/id/Animalia/Polistes_paraguayensis>
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    dwc:genus "Polistes" ;
+    dwc:kingdom "Animalia" ;
+    dwc:order "Hymenoptera" ;
+    dwc:phylum "Arthropoda" ;
+    dwc:rank "species" ;
+    dwc:species "paraguayensis" ;
+    dwc:subGenus "Palisotius" ;
+    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polistes_Palisotius>, <http://taxon-name.plazi.org/id/Animalia/Polistes> ;
+    a dwcFP:TaxonName .
+
+<http://taxon-name.plazi.org/id/Animalia/Polistes_Palisotius>
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    dwc:genus "Polistes" ;
+    dwc:kingdom "Animalia" ;
+    dwc:order "Hymenoptera" ;
+    dwc:phylum "Arthropoda" ;
+    dwc:rank "subGenus" ;
+    dwc:subGenus "Palisotius" ;
+    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polistes> ;
+    a dwcFP:TaxonName .
+
+<http://taxon-name.plazi.org/id/Animalia/Polistes>
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    dwc:genus "Polistes" ;
+    dwc:kingdom "Animalia" ;
+    dwc:order "Hymenoptera" ;
+    dwc:phylum "Arthropoda" ;
+    dwc:rank "genus" ;
+    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
+    a dwcFP:TaxonName .
+
+<http://taxon-name.plazi.org/id/Animalia/Eumenidae>
+    dwc:class "Insecta" ;
+    dwc:family "Eumenidae" ;
+    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.13617551>
+    dc:description "FIGURES 77–86. Polistes spp. 77, 78. P. (Epicnemius) thoracicus Fox. 79, 80. P. (E.) torresae Silveira. 81, 82. P. (Onerarius) carnifex (Fabricius). 83, 84. P. (Palisotius) major Palisot de Beauvois. 85, 86. P. (P.) paraguayensis Bertoni. 77, 79, 81, 83, 85. Dorsal view.78, 80, 82, 84, 86. Lateral view. Scale bars: 5 mm." ;
+    fabio:hasRepresentation <https://zenodo.org/record/13617551/files/figure.png> ;
+    a fabio:Figure .
+
+<http://tb.plazi.org/GgServer/dwcaRecords/03BC87B0FFABFFE7CCEEFE2748D9FBE6.mc.3B7D3CFBFFABFFE7CFF5FBE84FFAFB9A>
+    dwc:collectionCode "IBNP" ;
+    trt:httpUri <https://treatment.plazi.org/id/03BC87B0FFABFFE7CCEEFE2748D9FBE6#3B7D3CFBFFABFFE7CFF5FBE84FFAFB9A> ;
+    a dwc:MaterialCitation .
+
+<http://tb.plazi.org/GgServer/dwcaRecords/03BC87B0FFABFFE7CCEEFE2748D9FBE6.mc.3B7D3CFBFFABFFE7C8ECFBE84E2CFB9A>
+    dwc:collectionCode "AMNH" ;
+    trt:httpUri <https://treatment.plazi.org/id/03BC87B0FFABFFE7CCEEFE2748D9FBE6#3B7D3CFBFFABFFE7C8ECFBE84E2CFB9A> ;
+    a dwc:MaterialCitation .