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

This commit is contained in:
GG2RDF 2024-07-04 11:05:52 +00:00
parent 6d3908830e
commit 55f89efe8d
3000 changed files with 419266 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/7E930940602DA85B86E2DB5A02DD54CA>
dc:creator "Linnaeus, Carolus" ;
dc:title "Salicornia caspica Linnaeus, 1753, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Salicornia_caspica_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/Salicornia_caspica_Linnaeus_1753>
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Salicornia" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "caspica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6XB3G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Salicornia_caspica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Salicornia_caspica>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Salicornia" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "caspica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Salicornia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Salicornia>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Salicornia" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Amaranthaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Amaranthaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
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,87 @@
@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/7E937615447D9A0F66063490DE30FD76>
dc:creator "Info Flora" ;
dc:title "Sambucus ebulus L." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Sambucus_ebulus> ;
trt:publishedIn <http://publication.plazi.org/id/62E19DAC0ADAC6361792BD2876832EA0> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Sambucus_ebulus> ;
a trt:Treatment .
<http://publication.plazi.org/id/62E19DAC0ADAC6361792BD2876832EA0>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Adoxaceae" .
<http://taxon-name.plazi.org/id/Plantae/Sambucus_ebulus>
# Info: Couldn't generate language tag for "Zwerg-Holunder"@undefined ;
dwc:class "Magnoliopsida" ;
dwc:family "Viburnaceae" ;
dwc:genus "Sambucus" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ebulus" ;
dwc:vernacularName "Zwerg-Holunder", "Zwerg-Holunder"@de, "Attich"@de, "Krautiger Holunder"@de, "Sureau yeble"@fr, "Petit sureau"@fr, "Sambuco lebbio"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sambucus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sambucus>
dwc:class "Magnoliopsida" ;
dwc:family "Viburnaceae" ;
dwc:genus "Sambucus" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Viburnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Viburnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Viburnaceae" ;
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,143 @@
@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/7E93782FD909281DCDA77DD97A48F694>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Chalcidoidea_platoni>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Chalcidoidea_nigra>' due to issues with rank ;
dc:creator "Dale-Skey, Natalie; Askew, Richard R.; Noyes, John S.; Livermore, Laurence; Broad, Gavin R." ;
dc:title "Chaetostrichella pungens Mayr 1904" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chaetostrichella_pungens_Mayr_1904> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachystira_pungens>, <http://taxon-name.plazi.org/id/Animalia/Brachista> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8013> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8013>
bibo:endPage "8013" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8013" ;
bibo:volume "4" ;
dc:creator "Dale-Skey, Natalie; Askew, Richard R.; Noyes, John S.; Livermore, Laurence; Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Chalcidoidea and Mymarommatoidea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chaetostrichella_pungens_Mayr_1904>
dwc:ID-ENA "296499" ;
dwc:authority "Mayr, 1904" ;
dwc:authorityName "Mayr" ;
dwc:authorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
dwc:genus "Chaetostrichella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mayr, 1904" ;
dwc:species "pungens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5Y2FZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chaetostrichella_pungens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chaetostrichella_pungens>
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
dwc:genus "Chaetostrichella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pungens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chaetostrichella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chaetostrichella>
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
dwc:genus "Chaetostrichella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichogrammatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichogrammatidae>
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
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 .
<http://taxon-name.plazi.org/id/Animalia/Brachystira_pungens>
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
dwc:genus "Brachystira" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pungens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachystira> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachystira>
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
dwc:genus "Brachystira" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichogrammatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachista>
dwc:class "Insecta" ;
dwc:family "Trichogrammatidae" ;
dwc:genus "Brachista" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichogrammatidae> ;
a dwcFP:TaxonName .