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

This commit is contained in:
GG2RDF 2024-07-04 11:09:15 +00:00
parent fdea80c9b6
commit 9d021a196d
3000 changed files with 400853 additions and 0 deletions

View file

@ -0,0 +1,101 @@
@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/95DC4B3126AE88876BB5139758E62268>
dc:creator "Linnaeus, Carolus" ;
dc:title "Valeriana sibirica Linnaeus, 1753, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Valeriana_sibirica_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.669> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.669>
dc:creator "Linnaeus, Carolus" ;
dc:date "1753" ;
dc:title "Species plantarum: exhibentes plantas rite cognitas, ad genera relatas, cum differentiis specificis, nominibus trivialibus, synonymis selectis, locis natalibus, secundum systema sexuale digestas" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Plantae/Valeriana_sibirica_Linnaeus_1753>
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:genus "Valeriana" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "sibirica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7FC87> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Valeriana_sibirica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Valeriana_sibirica>
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:genus "Valeriana" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sibirica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Valeriana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Valeriana>
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:genus "Valeriana" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caprifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caprifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dipsacales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dipsacales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
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 .

View file

@ -0,0 +1,152 @@
@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/95DCAAC3A5F9F102604538C1679B6EB5>
dc:creator "Jarvis, Charlie" ;
dc:title "Hyptis pectinata Poit." ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611994321> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hyptis_pectinata_Linnaeus_1759> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Nepeta_pectinata_Linnaeus_1759> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4367299> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4367299>
bibo:endPage "695" ;
bibo:startPage "690" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part N)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Hyptis_pectinata_Linnaeus_1759>
dwc:authority "(L.) Poit." ;
dwc:authorityName "Poit." ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:baseAuthorityYear "1759" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Hyptis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus, 1759) Poit." ;
dwc:species "pectinata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hyptis_pectinata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Nepeta_pectinata_Linnaeus_1759>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1759" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1759" ;
dwc:species "pectinata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Nepeta_pectinata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Hyptis_pectinata>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Hyptis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pectinata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyptis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyptis>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Hyptis" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Nepeta_pectinata>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pectinata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nepeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nepeta>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Nepeta" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<https://www.gbif.org/occurrence/2611994321>
dwc:catalogNumber "726.31" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2611994321" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,116 @@
@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/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/95DCD953A7CA50F6BD3741C2BF00246E>
cito:cites <http://dx.doi.org/10.3897/zookeys.1021.63147.figure1> ;
dc:creator "Skarzynski, Dariusz; Smolis, Adrian; Kovac, Ľubomir; Porco, David" ;
dc:title "Ceratophysella granulata Stach 1949" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ceratophysella_granulata_Stach_1949> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1021.63147> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1021.63147>
bibo:endPage "18" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-03-01" ;
bibo:startPage "1" ;
bibo:volume "1021" ;
dc:creator "Skarzynski, Dariusz; Smolis, Adrian; Kovac, Ľubomir; Porco, David" ;
dc:date "2021" ;
dc:title "A new European species of Ceratophysella (Collembola, Hypogastruridae) revealed by morphological data and DNA barcodes" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1021.63147.figure1> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ceratophysella_granulata_Stach_1949>
dwc:LSID "95DCD953-A7CA-50F6-BD37-41C2BF00246E" ;
dwc:authority "Stach, 1949" ;
dwc:authorityName "Stach" ;
dwc:authorityYear "1949" ;
dwc:class "Collembola" ;
dwc:family "Hypogastruridae" ;
dwc:genus "Ceratophysella" ;
dwc:kingdom "Animalia" ;
dwc:order "Poduromorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stach, 1949" ;
dwc:species "granulata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ceratophysella_granulata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ceratophysella_granulata>
dwc:class "Collembola" ;
dwc:family "Hypogastruridae" ;
dwc:genus "Ceratophysella" ;
dwc:kingdom "Animalia" ;
dwc:order "Poduromorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "granulata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceratophysella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceratophysella>
dwc:class "Collembola" ;
dwc:family "Hypogastruridae" ;
dwc:genus "Ceratophysella" ;
dwc:kingdom "Animalia" ;
dwc:order "Poduromorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hypogastruridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hypogastruridae>
dwc:class "Collembola" ;
dwc:family "Hypogastruridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Poduromorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Poduromorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Poduromorpha>
dwc:class "Collembola" ;
dwc:kingdom "Animalia" ;
dwc:order "Poduromorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
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://dx.doi.org/10.3897/zookeys.1021.63147.figure1>
dc:description "Figure 1. Distribution of Ceratophysella stachi sp. nov. (black circles) and C. granulata (empty circles). Abbreviations: AKE - Akershus, B - Bieszczady Mts, BM - Beskid Maly Mts, BN - Beskid Niski Mts, BRA - Brandenburg, BS - Beskid Sadecki Mts, BW - Beskid Wyspowy Mts, BZ - Beskid Zywiecki Mts, CH - Cierna hora Mts, FUN - Funen, HES - Hesse, JUT - Jutland, L - Levocske vrchy Mts, LD - Lviv District, LT - Low Tatra Mts, LUX - Luxembourg, M - Muranska planina Plateau, MEC - Mecklenburg-West Pomerania, P - Pieniny Mts, S - Slovak Paradise, SAX - Saxony, SK - Slovak Karst, T - Tatra Mts, VES - Vestfold, VF - Veľka Fatra Mts." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/515253> ;
a fabio:Figure .