GG2RDF 2024-07-25T07:37:05.602Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-25 07:37:18 +00:00
parent a517e59474
commit 17a0fb8aa9
15 changed files with 1541 additions and 72 deletions

View file

@ -0,0 +1,118 @@
@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/6B50D3317B78FFCFFCB1FADAFAE4FA4C>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Solanum melongena subsp. insanum, comb. nov., stat. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Solanum_insanum>, <http://taxon-name.plazi.org/id/Plantae/Solanum_melongena_insanum> ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Solanum_melongena_insanum> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Solanum_melongena_insanum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies", "variety" ;
dwc:species "melongena" ;
dwc:subSpecies "insanum" ;
dwc:variety "insanum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum_melongena> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanum_melongena>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "melongena" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Solanum_insanum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "insanum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,122 @@
@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/6B50D3317B78FFCFFCB1FB22FB6DFAC7>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Solanum macrocarpon subsp. dasyphyllum Banfi, Galasso & Bartolucci 2018, comb. nov., stat. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Solanum_dasyphyllum> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Solanum_macrocarpon_Schumach._2018> ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Solanum_macrocarpon_Schumach._2018>
dwc:authority "(Schumach. & Thonn.) Banfi, Galasso & Bartolucci" ;
dwc:authorityName "Banfi, Galasso & Bartolucci" ;
dwc:authorityYear "2018" ;
dwc:baseAuthorityName "Schumach. & Thonn." ;
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Schumach. & Thonn.) Banfi, Galasso & Bartolucci, 2018" ;
dwc:species "macrocarpon" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4Y374> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Solanum_macrocarpon> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Solanum_macrocarpon>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "macrocarpon" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Solanum_dasyphyllum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dasyphyllum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,122 @@
@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/6B50D3317B78FFCFFCB1FBADFC02FB3E>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Solanum aethiopicum subsp. anguivi Banfi, Galasso & Bartolucci 2018, comb. nov., stat. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Solanum_anguivi> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Solanum_aethiopicum_Lam._2018> ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Solanum_aethiopicum_Lam._2018>
dwc:authority "(Lam.) Banfi, Galasso & Bartolucci" ;
dwc:authorityName "Banfi, Galasso & Bartolucci" ;
dwc:authorityYear "2018" ;
dwc:baseAuthorityName "Lam." ;
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Lam.) Banfi, Galasso & Bartolucci, 2018" ;
dwc:species "aethiopicum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6YTRH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Solanum_aethiopicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Solanum_aethiopicum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "aethiopicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanum>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Solanum_anguivi>
dwc:class "Magnoliopsida" ;
dwc:family "Solanaceae" ;
dwc:genus "Solanum" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "anguivi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanum> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,200 @@
@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/6B50D3317B78FFCFFCB1FEBDFB64FDB6>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Prunus hybrida Galasso, Banfi" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Amygdalus_hybrida>, <http://taxon-name.plazi.org/id/Plantae/Amygdalus_communis>, <http://taxon-name.plazi.org/id/Plantae/Prunus_amygdalus_persicoides>, <http://taxon-name.plazi.org/id/Plantae/Prunus_persicoides>, <http://taxon-name.plazi.org/id/Plantae/Prunus_dulcis>, <http://taxon-name.plazi.org/id/Plantae/Prunus_persica>, <http://taxon-name.plazi.org/id/Plantae/Amygdalus_amygdalo-persica> ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Prunus_hybrida> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Prunus_hybrida>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hybrida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Prunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Prunus>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
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/Amygdalus_hybrida>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Amygdalus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hybrida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Amygdalus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Amygdalus>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Amygdalus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Amygdalus_communis>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Amygdalus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "communis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Amygdalus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Prunus_amygdalus_persicoides>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "amygdalus" ;
dwc:variety "persicoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Prunus_amygdalus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Prunus_amygdalus>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "amygdalus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Prunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Prunus_persicoides>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "persicoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Prunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Prunus_dulcis>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dulcis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Prunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Prunus_persica>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Prunus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "persica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Prunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Amygdalus_amygdalo-persica>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Amygdalus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "amygdalo-persica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Amygdalus> ;
a dwcFP:TaxonName .

View file

@ -8,15 +8,84 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/6B50D3317B78FFCFFF43FC35FD08FB7B>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Trisetaria argentea Banfi, Galasso & Soldano" ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Trisetaria_argentea> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Trisetaria_argentea>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Trisetaria" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "argentea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trisetaria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trisetaria>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Trisetaria" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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

@ -8,15 +8,97 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/6B50D3317B78FFCFFF43FDCBFF0FFC2E>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Calamagrostis arenaria subsp. arundinacea Banfi, Galasso & Bartolucci" ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Calamagrostis_arenaria_arundinacea> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Calamagrostis_arenaria_arundinacea>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Calamagrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:species "arenaria" ;
dwc:subSpecies "arundinacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Calamagrostis_arenaria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Calamagrostis_arenaria>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Calamagrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arenaria" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Calamagrostis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Calamagrostis>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Calamagrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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

@ -8,15 +8,97 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/6B50D3317B78FFCFFF43FEBCFDDCFDD4>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Agrostis linkii subsp. prostrata Banfi, Galasso & Bartolucci" ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Agrostis_linkii_prostrata> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Agrostis_linkii_prostrata>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Agrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:species "linkii" ;
dwc:subSpecies "prostrata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Agrostis_linkii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Agrostis_linkii>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Agrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "linkii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Agrostis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Agrostis>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Agrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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

@ -8,15 +8,84 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/6B50D3317B7BFFCCFCB1F961FA87F8A9>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Achnatherum virescens Banfi, Galasso & Bartolucci" ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Achnatherum_virescens> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Achnatherum_virescens>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Achnatherum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "virescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Achnatherum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Achnatherum>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Achnatherum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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

@ -8,15 +8,84 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/6B50D3317B7BFFCCFCB1FA17FA80F97B>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Achnatherum paradoxum Banfi, Galasso & Bartolucci" ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Achnatherum_paradoxum> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Achnatherum_paradoxum>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Achnatherum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "paradoxum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Achnatherum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Achnatherum>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Achnatherum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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,144 @@
@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/6B50D3317B7BFFCCFF43F8DAFA1EFF41>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Bidens selenactis Banfi, Galasso & Bartolucci 2018, nom. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Coreopsis_verticillata>, <http://taxon-name.plazi.org/id/Plantae/Bidens_verticillata> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Bidens_selenactis_Banfi_2018> ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Bidens_selenactis_Banfi_2018>
dwc:authority "Banfi, Galasso & Bartolucci" ;
dwc:authorityName "Banfi, Galasso & Bartolucci" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Bidens" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Banfi, Galasso & Bartolucci, 2018" ;
dwc:species "selenactis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/LSJY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Bidens_selenactis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Bidens_selenactis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Bidens" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "selenactis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bidens> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bidens>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Bidens" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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/Coreopsis_verticillata>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Coreopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "verticillata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coreopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coreopsis>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Coreopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bidens_verticillata>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Bidens" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "verticillata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bidens> ;
a dwcFP:TaxonName .

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/> .
<http://treatment.plazi.org/id/6B50D3317B7BFFCCFF43F904FEEBF8C7>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Bidens lanceolata, comb. nov." ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Bidens_lanceolata> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Bidens_lanceolata>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Bidens" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lanceolata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bidens> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bidens>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Bidens" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
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

@ -13,6 +13,7 @@
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Bidens formosa Sch. Bip., Bot. Voy. Herald" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Coreopsis_formosa>, <http://taxon-name.plazi.org/id/Plantae/Pisaura_automorpha>, <http://taxon-name.plazi.org/id/Plantae/Cosmos_bipinnatus>, <http://taxon-name.plazi.org/id/Plantae/Bidens_bipinnata>, <http://taxon-name.plazi.org/id/Plantae/Georgia_bipinnata> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Coreopsis_formosa_Pritz._1854> ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Bidens_formosa> ;
a trt:Treatment .
@ -29,6 +30,22 @@
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coreopsis_formosa_Pritz._1854>
dwc:authority "Bonato ex Pritz., 1854" ;
dwc:authorityName "Bonato ex Pritz." ;
dwc:authorityYear "1854" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Coreopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bonato ex Pritz., 1854" ;
dwc:species "formosa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Coreopsis_formosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Bidens_formosa>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;

View file

@ -8,15 +8,84 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/6B50D3317B7BFFCFFCB1F8BDFE6EFEA9>
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:title "Agrostis linkii Banfi, Galasso & Bartolucci" ;
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2018.365> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Agrostis_linkii> ;
a trt:Treatment .
<http://dx.doi.org/10.4081/nhs.2018.365>
bibo:endPage "57" ;
bibo:issue "1" ;
bibo:journal "Natural History Sciences" ;
bibo:pubDate "2017-12-22" ;
bibo:startPage "53" ;
bibo:volume "5" ;
dc:creator "Banfi, Enrico; Galasso, Gabriele; Bartolucci, Fabrizio" ;
dc:date "2018" ;
dc:title "Nomenclatural novelties for the Euro + Med flora" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Agrostis_linkii>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Agrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "linkii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Agrostis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Agrostis>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Agrostis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
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 .