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

This commit is contained in:
GG2RDF 2024-07-04 11:22:19 +00:00
parent 7460d9ce70
commit 1d1faf427d
3000 changed files with 424241 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@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/A1111CDFD751515B886A1886A46E9C29>
dc:creator "Lee, Jong-Won; Yun, Ho-Geun; Hwang, Tae Young; Kim, Kyungmin; Jung, Se-Hoon; An, Jong Bin" ;
dc:title "Semiaquilegia adoxoides Makino 1902" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Semiaquilegia_adoxoides_DC._1902> ;
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/Semiaquilegia_adoxoides_DC._1902>
dwc:LSID "A1111CDF-D751-515B-886A-1886A46E9C29" ;
dwc:authority "(DC.) Makino, 1902" ;
dwc:authorityName "Makino" ;
dwc:authorityYear "1902" ;
dwc:baseAuthorityName "DC." ;
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:genus "Semiaquilegia" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(DC.) Makino, 1902" ;
dwc:species "adoxoides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Semiaquilegia_adoxoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Semiaquilegia_adoxoides>
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:genus "Semiaquilegia" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "species" ;
dwc:species "adoxoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Semiaquilegia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Semiaquilegia>
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:genus "Semiaquilegia" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ranunculaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
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,85 @@
@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/A111966C76CD8E873D2E9E71141DF211>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:title "Onobrychis viciifolia Scop." ;
trt:publishedIn <https://doi.org/10.5281/zenodo.292251> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Onobrychis_viciifolia> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.292251>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:date "1976" ;
dc:title "Flora der Schweiz und angrenzender Gebiete. Band 2. Nymphaceae bis Primulaceae (2 nd edition) (p. 956): Leguminosae" ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Plantae/Onobrychis_viciifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Onobrychis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "viciifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Onobrychis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Onobrychis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Onobrychis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
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 .