GG2RDF 2024-08-02T20:03:08.401Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-02 20:03:21 +00:00
parent 7bbe020250
commit 3e7cdc69c0
3 changed files with 366 additions and 0 deletions

View file

@ -0,0 +1,107 @@
@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/996287E5FF88EE1AFF3750B0FD77E2F5>
dc:creator "Marulanda-Lopez, Jhon Faber; Salles, Frederico Falcão" ;
dc:title "Americabaetis itatiaia Marulanda-Lopez & Salles 2023, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Americabaetis_itatiaia_Marulanda-Lopez_2023> ;
trt:publishedIn <http://dx.doi.org/10.1590/s1984-4689.v40.e22054> ;
a trt:Treatment .
<http://dx.doi.org/10.1590/s1984-4689.v40.e22054>
bibo:endPage "10" ;
bibo:journal "Zoologia" ;
bibo:pubDate "2023-12-08" ;
bibo:series "e 22054" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Marulanda-Lopez, Jhon Faber; Salles, Frederico Falcão" ;
dc:date "2023" ;
dc:title "A new species of Americabaetis (Ephemeroptera: Baetidae) from Itatiaia National Park, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Americabaetis_itatiaia_Marulanda-Lopez_2023>
dwc:authority "Marulanda-Lopez & Salles" ;
dwc:authorityName "Marulanda-Lopez & Salles" ;
dwc:authorityYear "2023" ;
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Americabaetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Marulanda-Lopez & Salles, 2023" ;
dwc:species "itatiaia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Americabaetis_itatiaia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Americabaetis_itatiaia>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Americabaetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "itatiaia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Americabaetis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Americabaetis>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Americabaetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baetidae>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ephemeroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ephemeroptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/D83CBC14FFD0F25E53A630EBFC4AFEEF>
dc:creator "Bertani, Rogério" ;
dc:title "Vitalius restinga Bertani, 2023, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD0F25E53A630EBFC4AFEEF.mc.E0FD075FFFD0F25B546E32FFFAF2FA9B>, <http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD0F25E53A630EBFC4AFEEF.mc.E0FD075FFFDCF25850BC32DFFAE6F90A>, <http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD0F25E53A630EBFC4AFEEF.mc.E0FD075FFFDAF25E50BC3758FCD0FC2B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vitalius_restinga_Bertani_2023> ;
trt:publishedIn <http://dx.doi.org/10.1590/s1984-4689.v40.e23001> ;
a trt:Treatment .
<http://dx.doi.org/10.1590/s1984-4689.v40.e23001>
bibo:endPage "17" ;
bibo:journal "Zoologia" ;
bibo:pubDate "2023-09-18" ;
bibo:series "e 23001" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Bertani, Rogério" ;
dc:date "2023" ;
dc:title "Two new species of Vitalius (Araneae: Theraphosidae) from the restingas of the states of Rio de Janeiro, Bahia and Sergipe, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vitalius_restinga_Bertani_2023>
dwc:authorityName "Bertani" ;
dwc:authorityYear "2023" ;
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:genus "Vitalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bertani, 2023" ;
dwc:species "restinga" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C8LTT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vitalius_restinga> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vitalius_restinga>
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:genus "Vitalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "restinga" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vitalius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vitalius>
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:genus "Vitalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Theraphosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Theraphosidae>
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD0F25E53A630EBFC4AFEEF.mc.E0FD075FFFD0F25B546E32FFFAF2FA9B>
dwc:catalogNumber "T09, MNRJ 12939, IBSP 8057, MNRJ 13716, T56, MNRJ 07723, MNRJ 12948, MNRJ 13551, MNRJ 13735, MNRJ 13718, IBSP 300870" ;
dwc:collectionCode "R, APA, SANA" ;
dwc:eventDate "1972-04-20" ;
dwc:locality "Buzios" ;
dwc:recordedBy "L. C. Baptista & J. Batista & Prof. B. Manchal & A. Chagas Jr. & Jr. and B. Segal & B. Segal & Marica & Itaipuacu & Ponta Negra & Equipe & Saquarema & L. N. Garcia-Neto & de Massambaba" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-22.916666" ;
dwc:verbatimLongitude "-42.033333" ;
trt:httpUri <https://treatment.plazi.org/id/D83CBC14FFD0F25E53A630EBFC4AFEEF#E0FD075FFFD0F25B546E32FFFAF2FA9B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD0F25E53A630EBFC4AFEEF.mc.E0FD075FFFDCF25850BC32DFFAE6F90A>
dwc:catalogNumber "IBSP 8057" ;
dwc:collectionCode "II, III, IV, PMS" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/D83CBC14FFD0F25E53A630EBFC4AFEEF#E0FD075FFFDCF25850BC32DFFAE6F90A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD0F25E53A630EBFC4AFEEF.mc.E0FD075FFFDAF25E50BC3758FCD0FC2B>
dwc:collectionCode "MM, MP, LP" ;
trt:httpUri <https://treatment.plazi.org/id/D83CBC14FFD0F25E53A630EBFC4AFEEF#E0FD075FFFDAF25E50BC3758FCD0FC2B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,127 @@
@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/D83CBC14FFD6F25453AA307DFF37F90B>
dc:creator "Bertani, Rogério" ;
dc:title "Vitalius sapiranga Bertani, 2023, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD6F25453AA307DFF37F90B.mc.E0FD075FFFD6F251546431E1FD9CF91F>, <http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD6F25453AA307DFF37F90B.mc.E0FD075FFFD2F256530D3142FA5FF90B> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vitalius_sapiranga_Bertani_2023> ;
trt:publishedIn <http://dx.doi.org/10.1590/s1984-4689.v40.e23001> ;
a trt:Treatment .
<http://dx.doi.org/10.1590/s1984-4689.v40.e23001>
bibo:endPage "17" ;
bibo:journal "Zoologia" ;
bibo:pubDate "2023-09-18" ;
bibo:series "e 23001" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Bertani, Rogério" ;
dc:date "2023" ;
dc:title "Two new species of Vitalius (Araneae: Theraphosidae) from the restingas of the states of Rio de Janeiro, Bahia and Sergipe, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vitalius_sapiranga_Bertani_2023>
dwc:authorityName "Bertani" ;
dwc:authorityYear "2023" ;
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:genus "Vitalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bertani, 2023" ;
dwc:species "sapiranga" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C8LTV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vitalius_sapiranga> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vitalius_sapiranga>
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:genus "Vitalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sapiranga" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vitalius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vitalius>
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:genus "Vitalius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Theraphosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Theraphosidae>
dwc:class "Arachnida" ;
dwc:family "Theraphosidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD6F25453AA307DFF37F90B.mc.E0FD075FFFD6F251546431E1FD9CF91F>
dwc:catalogNumber "IBSP 6449, IBSP 8534, MZUSP 77912, IBSP 6448, IBSP 6450, MNRJ 07724, MNRJ 07725, MNRJ 07726" ;
dwc:collectionCode "RPPN, R" ;
dwc:eventDate "1978-03-23" ;
dwc:locality "Santa Luzia do Itanhy" ;
dwc:recordedBy "I. Grantsau & A. D. Brescovit & Santo Amaro das Brotas & Sapiranga & Bertani, C. S & H. Nagahama" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-12.566667" ;
dwc:verbatimLongitude "-38.033333" ;
trt:httpUri <https://treatment.plazi.org/id/D83CBC14FFD6F25453AA307DFF37F90B#E0FD075FFFD6F251546431E1FD9CF91F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D83CBC14FFD6F25453AA307DFF37F90B.mc.E0FD075FFFD2F256530D3142FA5FF90B>
dwc:catalogNumber "IBSP 8534" ;
dwc:collectionCode "II, III, IV, PMS" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/D83CBC14FFD6F25453AA307DFF37F90B#E0FD075FFFD2F256530D3142FA5FF90B> ;
a dwc:MaterialCitation .