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

This commit is contained in:
GG2RDF 2024-07-04 12:46:20 +00:00
parent d3535421c1
commit 2c6135e87e
3000 changed files with 361933 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/FBED191A356EA7EF657D6F4169605450>
dc:creator "Jarvis, Charlie" ;
dc:title "Chara tomentosa Linnaeus 1753" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2612073046> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Chara_tomentosa_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/Chara_tomentosa_Linnaeus_1753>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Charophyceae" ;
dwc:family "Characeae" ;
dwc:genus "Chara" ;
dwc:kingdom "Plantae" ;
dwc:order "Charales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "tomentosa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chara_tomentosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Chara_tomentosa>
dwc:class "Charophyceae" ;
dwc:family "Characeae" ;
dwc:genus "Chara" ;
dwc:kingdom "Plantae" ;
dwc:order "Charales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "tomentosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chara> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chara>
dwc:class "Charophyceae" ;
dwc:family "Characeae" ;
dwc:genus "Chara" ;
dwc:kingdom "Plantae" ;
dwc:order "Charales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Characeae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Characeae>
dwc:class "Charophyceae" ;
dwc:family "Characeae" ;
dwc:kingdom "Plantae" ;
dwc:order "Charales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charales>
dwc:class "Charophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Charales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyceae>
dwc:class "Charophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/2612073046>
dwc:catalogNumber "1088.1" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2612073046" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,89 @@
@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/FBED7390477307E3515420DC78F8E95F>
dc:creator "Ainsworth, A. Martyn; Cannon, Paul F.; Dentinger, Bryn T. M." ;
dc:title "Gliophorus europerplexus Dentinger, A. M. Ainsw., & P. F. Cannon, sp. nov." ;
trt:publishedIn <http://dx.doi.org/10.3897/mycokeys.7.5860> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Gliophorus_europerplexus> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/mycokeys.7.5860>
bibo:endPage "62" ;
bibo:journal "MycoKeys" ;
bibo:startPage "45" ;
bibo:volume "7" ;
dc:creator "Ainsworth, A. Martyn; Cannon, Paul F.; Dentinger, Bryn T. M." ;
dc:date "2013" ;
dc:title "DNA barcoding and morphological studies reveal two new species of waxcap mushrooms (Hygrophoraceae) in Britain" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Gliophorus_europerplexus>
dwc:class "Agaricomycetes" ;
dwc:family "Hygrophoraceae" ;
dwc:genus "Gliophorus" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "europerplexus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Gliophorus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Gliophorus>
dwc:class "Agaricomycetes" ;
dwc:family "Hygrophoraceae" ;
dwc:genus "Gliophorus" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hygrophoraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hygrophoraceae>
dwc:class "Agaricomycetes" ;
dwc:family "Hygrophoraceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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/FBED7ACAAF0AA7741E1D70985B68AB47>
dc:creator "Santschi, F." ;
dc:title "Monomorium cristatum Santschi, 1912, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Monomorium_cristatum_Santschi_1912> ;
trt:publishedIn <http://publication.plazi.org/id/41E0A0D1D0162D22FD3EC5E85E5DD190> ;
a trt:Treatment .
<http://publication.plazi.org/id/41E0A0D1D0162D22FD3EC5E85E5DD190>
bibo:endPage "167" ;
bibo:journal "Annales de la Societe Entomologique de Belgique" ;
bibo:startPage "150" ;
bibo:volume "56" ;
dc:creator "Santschi, F." ;
dc:date "1912" ;
dc:title "Fourmis d'Afrique et de Madagascar." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Monomorium_cristatum_Santschi_1912>
# Info: authority attributes generated from docAuthor ;
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:136334" ;
dwc:authority "Santschi, 1912" ;
dwc:authorityName "Santschi" ;
dwc:authorityYear "1912" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Santschi, 1912" ;
dwc:species "cristatum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomorium_cristatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Monomorium_cristatum>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cristatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomorium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomorium>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
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,96 @@
@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/FBEDA53153423FCDC931DCA0C3E03183>
cito:cites <https://binary.pensoft.net/fig/391102> ;
dc:creator "Wood, John R. I.; Munoz-Rodriguez, Pablo; Williams, Bethany R. M.; Scotland, Robert W." ;
dc:title "Ipomoea densibracteata O'Donell" ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.143.32821> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ipomoea_densibracteata> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.143.32821>
bibo:endPage "823" ;
bibo:journal "PhytoKeys" ;
bibo:startPage "1" ;
bibo:volume "143" ;
dc:creator "Wood, John R. I.; Munoz-Rodriguez, Pablo; Williams, Bethany R. M.; Scotland, Robert W." ;
dc:date "2020" ;
dc:title "A foundation monograph of Ipomoea (Convolvulaceae) in the New World" ;
fabio:hasPart <https://binary.pensoft.net/fig/391102> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea_densibracteata>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "densibracteata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ipomoea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Convolvulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Convolvulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
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://binary.pensoft.net/fig/391102>
dc:description "Figure 100. Ipomoea densibracteata. A habit with poorly developed inflorescence B well developed inflorescence C adaxial leaf surface D abaxial leaf surface E bracteole F outer sepal G inner sepal H corolla opened up to show stamens. Drawn by Eliana Calzadilla from Wood et al. 28016." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/391102> ;
a fabio:Figure .

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/FBEDE3FBACACBA9F03151963DBEF68BC>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:title "Veronica triloba Opiz" ;
trt:publishedIn <https://doi.org/10.5281/zenodo.292249> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Veronica_triloba> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.292249>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:date "1976" ;
dc:title "Flora der Schweiz und angrenzender Gebiete. Band 3. Plumbaginaceae bis Compositae (2 nd edition): Scrophulariaceae" ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Plantae/Veronica_triloba>
dwc:class "Magnoliopsida" ;
dwc:family "Plantaginaceae" ;
dwc:genus "Veronica" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "triloba" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Veronica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Veronica>
dwc:class "Magnoliopsida" ;
dwc:family "Plantaginaceae" ;
dwc:genus "Veronica" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Plantaginaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Plantaginaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Plantaginaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
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 .