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

This commit is contained in:
GG2RDF 2024-07-04 12:27:09 +00:00
parent 3bcde0a99c
commit dbbdeea82f
3000 changed files with 420357 additions and 0 deletions

View file

@ -0,0 +1,91 @@
@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: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/CED6D39711B64AA7FE75C48FAEA0AA97>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptorhynchides>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptorhynchinae>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptorhynchidiini>' due to issues with rank ;
# Warning: Could not add treatment taxon because family "" contains invalid characters ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:title "Cryptorhynchina Schoenherr 1825" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptorhynchus>, <http://taxon-name.plazi.org/id/Animalia/Cryptorhynchidius> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.88.807> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.88.807>
bibo:endPage "972" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "88" ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:date "2011" ;
dc:title "Family-group names in Coleoptera (Insecta)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Cryptorhynchus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptorhynchus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
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/Cryptorhynchidius>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptorhynchidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,156 @@
@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/CED6F2353F3227E952B0A88E5D14165A>
dc:creator "Jarvis, Charlie" ;
dc:title "Cassiope tetragona D. Don" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/CED6F2353F3227E952B0A88E5D14165A.mc.8633573C21B8BBB3F66F75ED480BD1DC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cassiope_tetragona_Linnaeus_1753> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Andromeda_tetragona_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "342" ;
bibo:startPage "252" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part A)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Cassiope_tetragona_Linnaeus_1753>
dwc:ID-ENA "423282" ;
dwc:authority "(L.) D. Don" ;
dwc:authorityName "D. Don" ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:baseAuthorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:genus "Cassiope" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus, 1753) D. Don" ;
dwc:species "tetragona" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/RN9D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cassiope_tetragona> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Andromeda_tetragona_Linnaeus_1753>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:genus "Andromeda" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "tetragona" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/RN9D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andromeda_tetragona> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Cassiope_tetragona>
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:genus "Cassiope" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tetragona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cassiope> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cassiope>
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:genus "Cassiope" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ericaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ericaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ericales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ericales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
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/Andromeda_tetragona>
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:genus "Andromeda" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tetragona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andromeda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Andromeda>
dwc:class "Magnoliopsida" ;
dwc:family "Ericaceae" ;
dwc:genus "Andromeda" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ericaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/CED6F2353F3227E952B0A88E5D14165A.mc.8633573C21B8BBB3F66F75ED480BD1DC>
dwc:catalogNumber "166" ;
dwc:collectionCode "LAPP G" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2612071022" ;
trt:httpUri <https://treatment.plazi.org/id/CED6F2353F3227E952B0A88E5D14165A#8633573C21B8BBB3F66F75ED480BD1DC> ;
a dwc:MaterialCitation .