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

This commit is contained in:
GG2RDF 2024-07-04 11:00:26 +00:00
parent 3c54e1a163
commit 54b46906db
3000 changed files with 363256 additions and 0 deletions

View file

@ -0,0 +1,115 @@
@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/C3E835020B272E0E48495E5B5828C743>
dc:creator "Brenan, J. P. M" ;
dc:title "Chenopodium fasciculosum var. fasciculosum" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Chenopodium_murale> ;
trt:publishedIn <http://publication.plazi.org/id/CDD696ED727BEBAB937EEA1FEEEC4E82> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Chenopodium_fasciculosum_fasciculosum> ;
a trt:Treatment .
<http://publication.plazi.org/id/CDD696ED727BEBAB937EEA1FEEEC4E82>
bibo:endPage "14" ;
bibo:journal "Flora of Tropical East Africa" ;
bibo:startPage "2" ;
bibo:volume "12" ;
dc:creator "Brenan, J. P. M" ;
dc:date "1954" ;
dc:title "Chenopodiaceae (part: Chenopodium)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Chenopodium_fasciculosum_fasciculosum>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Chenopodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "fasciculosum" ;
dwc:variety "fasciculosum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chenopodium_fasciculosum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chenopodium_fasciculosum>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Chenopodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "fasciculosum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chenopodium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chenopodium>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Chenopodium" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Chenopodium_murale>
dwc:class "Magnoliopsida" ;
dwc:family "Amaranthaceae" ;
dwc:genus "Chenopodium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "murale" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chenopodium> ;
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/C3E8A3382BE8C1A7EF5B9C628EF6143D>
dc:creator "Info Flora" ;
dc:title "Ribes petraeum Wulfen" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Ribes_petraeum> ;
trt:publishedIn <http://publication.plazi.org/id/BD7AF0A2D5EE0C8E2B4C4A783520C5D2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ribes_petraeum> ;
a trt:Treatment .
<http://publication.plazi.org/id/BD7AF0A2D5EE0C8E2B4C4A783520C5D2>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Grossulariaceae" .
<http://taxon-name.plazi.org/id/Plantae/Ribes_petraeum>
# Info: Couldn't generate language tag for "Felsen-Johannisbeere"@undefined ;
dwc:class "Magnoliopsida" ;
dwc:family "Grossulariaceae" ;
dwc:genus "Ribes" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "petraeum" ;
dwc:vernacularName "Felsen-Johannisbeere", "Felsen-Johannisbeere"@de, "Groseillier des rochers"@fr, "Ribes dei sassi"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ribes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ribes>
dwc:class "Magnoliopsida" ;
dwc:family "Grossulariaceae" ;
dwc:genus "Ribes" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Grossulariaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Grossulariaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Grossulariaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saxifragales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saxifragales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
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,114 @@
@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/C3E8BAD8DDF093B073731484FCD2DAEC>
cito:cites <http://dx.doi.org/10.3897/zookeys.1013.55600.figure145> ;
dc:creator "Sharkey, Michael J.; Janzen, Daniel H.; Hallwachs, Winnie; Chapman, Eric G.; Smith, M. Alex; Dapkey, Tanya; Brown, Allison; Ratnasingham, Sujeevan; Naik, Suresh; Manjunath, Ramya; Perez, Kate; Milton, Megan; Hebert, Paul; Shaw, Scott R.; Kittel, Rebecca N.; Solis, M. Alma; Metz, Mark A.; Goldstein, Paul Z.; Brown, John W.; Quicke, Donald L. J.; Achterberg, C. van; Brown, Brian V.; Burns, John M." ;
dc:title "Chelonus pamelacastilloae Sharkey 2021, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chelonus_pamelacastilloae_Sharkey_2021> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1013.55600> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1013.55600>
bibo:endPage "665" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-02-02" ;
bibo:startPage "1" ;
bibo:volume "1013" ;
dc:creator "Sharkey, Michael J.; Janzen, Daniel H.; Hallwachs, Winnie; Chapman, Eric G.; Smith, M. Alex; Dapkey, Tanya; Brown, Allison; Ratnasingham, Sujeevan; Naik, Suresh; Manjunath, Ramya; Perez, Kate; Milton, Megan; Hebert, Paul; Shaw, Scott R.; Kittel, Rebecca N.; Solis, M. Alma; Metz, Mark A.; Goldstein, Paul Z.; Brown, John W.; Quicke, Donald L. J.; Achterberg, C. van; Brown, Brian V.; Burns, John M." ;
dc:date "2021" ;
dc:title "Minimalist revision and description of 403 new species in 11 subfamilies of Costa Rican braconid parasitoid wasps, including host records for 219 species" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1013.55600.figure145> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chelonus_pamelacastilloae_Sharkey_2021>
dwc:LSID "http://zoobank.org/257D7007-E999-4561-AAC0-AADED3913464" ;
dwc:authority "Sharkey" ;
dwc:authorityName "Sharkey" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Chelonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sharkey, 2021" ;
dwc:species "pamelacastilloae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chelonus_pamelacastilloae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chelonus_pamelacastilloae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Chelonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pamelacastilloae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chelonus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chelonus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Chelonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
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://dx.doi.org/10.3897/zookeys.1013.55600.figure145>
dc:description "Figure 145. Chelonus pamelacastilloae, holotype." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/503600> ;
a fabio:Figure .