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

This commit is contained in:
GG2RDF 2024-07-04 12:32:15 +00:00
parent 4674aaab6a
commit 6f8f387b6d
3000 changed files with 400045 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/C722107BADB55A0DAE01D23B6416AFE4>
dc:creator "Lee, Jong-Won; Yun, Ho-Geun; Hwang, Tae Young; Kim, Kyungmin; Jung, Se-Hoon; An, Jong Bin" ;
dc:title "Cyperus microiria Steud. 1854" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cyperus_microiria_Steud._1854> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.11.e113952> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.11.e113952>
bibo:endPage "113952" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2023-12-18" ;
bibo:startPage "113952" ;
bibo:volume "11" ;
dc:creator "Lee, Jong-Won; Yun, Ho-Geun; Hwang, Tae Young; Kim, Kyungmin; Jung, Se-Hoon; An, Jong Bin" ;
dc:date "2023" ;
dc:title "Floristic inventory and distribution characteristics of algific talus slopes in a specific area of forest biodiversity in South Korea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Cyperus_microiria_Steud._1854>
dwc:LSID "C722107B-ADB5-5A0D-AE01-D23B6416AFE4" ;
dwc:authority "Steud., 1854" ;
dwc:authorityName "Steud." ;
dwc:authorityYear "1854" ;
dwc:class "Equisetopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Cyperus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Steud., 1854" ;
dwc:species "microiria" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cyperus_microiria> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Cyperus_microiria>
dwc:class "Equisetopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Cyperus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "species" ;
dwc:species "microiria" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperus>
dwc:class "Equisetopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Cyperus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:class "Equisetopsida" ;
dwc:family "Cyperaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Equisetopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Equisetopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Equisetopsida>
dwc:class "Equisetopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,104 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/C7224A3EB855171ECBB825557D02A9AA>
dc:creator "Longino, John T" ;
dc:title "Octostruma convallis Longino, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Octostruma_convallis_Longino_2013> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.6160153> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.6160153>
bibo:endPage "61" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "3699" ;
dc:creator "Longino, John T" ;
dc:date "2013" ;
dc:title "A revision of the ant genus Octostruma Forel 1912 (Hymenoptera, Formicidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Octostruma_convallis_Longino_2013>
dwc:authority "Longino" ;
dwc:authorityName "Longino" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Octostruma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Longino" ;
dwc:species "convallis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Octostruma_convallis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Octostruma_convallis>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Octostruma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "convallis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Octostruma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Octostruma>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Octostruma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,102 @@
@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/C7227C748116A9D8AB6756F334539B60>
dc:creator "Abotsi, Komla Elikplim; Kokou, Kouami; Dubuisson, Jean-Yves; Rouhan, Germinal" ;
dc:title "Lygodium microphyllum R. Br." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C7227C748116A9D8AB6756F334539B60.mc.8D114E6E38DE58157393AB2692ACAF64> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.6.e24137> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Lygodium_microphyllum> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.6.e24137>
bibo:endPage "24137" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "24137" ;
bibo:volume "6" ;
dc:creator "Abotsi, Komla Elikplim; Kokou, Kouami; Dubuisson, Jean-Yves; Rouhan, Germinal" ;
dc:date "2018" ;
dc:title "A first checklist of the Pteridophytes of Togo (West Africa)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Lygodium_microphyllum>
dwc:class "Polypodiopsida" ;
dwc:family "Lygodiaceae" ;
dwc:genus "Lygodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Schizaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "microphyllum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lygodium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lygodium>
dwc:class "Polypodiopsida" ;
dwc:family "Lygodiaceae" ;
dwc:genus "Lygodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Schizaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lygodiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lygodiaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Lygodiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Schizaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Schizaeales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Schizaeales>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Schizaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/C7227C748116A9D8AB6756F334539B60.mc.8D114E6E38DE58157393AB2692ACAF64>
dwc:catalogNumber "12410" ;
dwc:collectionCode "TOGO" ;
dwc:eventDate "/ 06 / 1983" ;
dwc:locality "Danyi Dzogbegan" ;
dwc:recordedBy "Brunel, J. - F." ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "7.236561" ;
dwc:verbatimLongitude "0.6881951" ;
trt:httpUri <https://treatment.plazi.org/id/C7227C748116A9D8AB6756F334539B60#8D114E6E38DE58157393AB2692ACAF64> ;
a dwc:MaterialCitation .