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

This commit is contained in:
GG2RDF 2024-07-04 10:58:22 +00:00
parent 546b356eed
commit 6ba2c1d5f4
3000 changed files with 401952 additions and 0 deletions

View file

@ -0,0 +1,111 @@
@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/5EDA460C23FBDB79322D956915B98E5B>
dc:creator "Jarvis, Charlie" ;
dc:title "Kleinhovia hospita Linnaeus 1763" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611995310> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Kleinhovia_hospita_Linnaeus_1763> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4370762> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4370762>
bibo:endPage "609" ;
bibo:startPage "608" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part K)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Kleinhovia_hospita_Linnaeus_1763>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1763" ;
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Kleinhovia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1763" ;
dwc:species "hospita" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kleinhovia_hospita> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Kleinhovia_hospita>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Kleinhovia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hospita" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kleinhovia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kleinhovia>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Kleinhovia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malvaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malvales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
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 .
<https://www.gbif.org/occurrence/2611995310>
dwc:catalogNumber "1073.1" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2611995310" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,113 @@
@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/5EDA6A9E2B33A924A595CDE7C558B8D3>
dc:creator "Jarvis, Charlie" ;
dc:title "Carex arenaria Linnaeus 1753" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5EDA6A9E2B33A924A595CDE7C558B8D3.mc.0CDF8E541BE6F3A2ECBB2C9BF1473C8E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Carex_arenaria_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "473" ;
bibo:startPage "370" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part C)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Carex_arenaria_Linnaeus_1753>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "arenaria" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/R84X> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Carex_arenaria> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Carex_arenaria>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arenaria" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Carex>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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 "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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 "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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/5EDA6A9E2B33A924A595CDE7C558B8D3.mc.0CDF8E541BE6F3A2ECBB2C9BF1473C8E>
dwc:catalogNumber "1100.9" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2612072821" ;
trt:httpUri <https://treatment.plazi.org/id/5EDA6A9E2B33A924A595CDE7C558B8D3#0CDF8E541BE6F3A2ECBB2C9BF1473C8E> ;
a dwc:MaterialCitation .

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/5EDAB01B47CCE0ACC35A1464B6776B89>
dc:creator "Smith, F." ;
dc:title "Formica agilis" ;
trt:publishedIn <http://publication.plazi.org/id/913D7CCA2C271185BA478FF390B73E80> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Formica_agilis> ;
a trt:Treatment .
<http://publication.plazi.org/id/913D7CCA2C271185BA478FF390B73E80>
dc:creator "Smith, F." ;
dc:date "1858" ;
dc:title "Catalogue of the hymenopterous insects in the collection of the British Museum. Part VI. Formicidae." ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Animalia/Formica_agilis>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "agilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formica>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
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 .