GG2RDF 2024-08-03T03:45:07.660Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-03 03:45:20 +00:00
parent 13a052d96a
commit 13ed782d4d
37 changed files with 3533 additions and 0 deletions

View file

@ -0,0 +1,100 @@
@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/061487CBFC0AFFB6E8ECFD232111FAE9>
dc:creator "Přikryl, Tomáš" ;
dc:title "Properca prisca" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/061487CBFC0AFFB6E8ECFD232111FAE9.mc.3ED53C80FC0AFFB6EB4AFC8621E8FCBF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Properca_prisca_Agassiz_1834> ;
trt:publishedIn <http://publication.plazi.org/id/FA2DFFB3FC0FFFB3E817FF85245BFFE3> ;
a trt:Treatment .
<http://publication.plazi.org/id/FA2DFFB3FC0FFFB3E817FF85245BFFE3>
bibo:endPage "156" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "149" ;
bibo:volume "67" ;
dc:creator "Přikryl, Tomáš" ;
dc:date "2011" ;
dc:title "Lepidological Review On The Fish Fauna Of The Kučlín Locality (Upper Eocene, Czech Republic)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Properca_prisca_Agassiz_1834>
dwc:authority "(AGASSIZ, 1834)" ;
dwc:baseAuthorityName "AGASSIZ" ;
dwc:baseAuthorityYear "1834" ;
dwc:family "Serranidae" ;
dwc:genus "Properca" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Agassiz, 1834)" ;
dwc:species "prisca" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Properca_prisca> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Properca_prisca>
dwc:family "Serranidae" ;
dwc:genus "Properca" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "prisca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Properca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Properca>
dwc:family "Serranidae" ;
dwc:genus "Properca" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Serranidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Serranidae>
dwc:family "Serranidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Perciformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Perciformes>
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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://tb.plazi.org/GgServer/dwcaRecords/061487CBFC0AFFB6E8ECFD232111FAE9.mc.3ED53C80FC0AFFB6EB4AFC8621E8FCBF>
dwc:collectionCode "R" ;
trt:httpUri <https://treatment.plazi.org/id/061487CBFC0AFFB6E8ECFD232111FAE9#3ED53C80FC0AFFB6EB4AFC8621E8FCBF> ;
a dwc:MaterialCitation .

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/C64487CCFFC0FF85FC6FFA8331C21B8D>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Hemitrapa pomelii MAI" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Hemitrapa_pomelii> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Hemitrapa_pomelii>
dwc:class "Magnoliopsida" ;
dwc:family "Lythraceae" ;
dwc:genus "Hemitrapa" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pomelii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hemitrapa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hemitrapa>
dwc:class "Magnoliopsida" ;
dwc:family "Lythraceae" ;
dwc:genus "Hemitrapa" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lythraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lythraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lythraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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,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/C64487CCFFC0FF85FF2AF99D30571EC4>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Sterculia labrusca UNGER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Sterculia_labrusca> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Sterculia_labrusca>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Sterculia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "labrusca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sterculia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sterculia>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Sterculia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malvaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malvales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
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,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/C64487CCFFC1FF84FC37FDB4369F1B00>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Acer sotzkianum UNGER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Acer_sotzkianum> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Acer_sotzkianum>
dwc:class "Magnoliopsida" ;
dwc:family "Sapindaceae" ;
dwc:genus "Acer" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sotzkianum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Acer> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Acer>
dwc:class "Magnoliopsida" ;
dwc:family "Sapindaceae" ;
dwc:genus "Acer" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Sapindaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
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,102 @@
@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/C64487CCFFC1FF84FF79FD1237C71B0D>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Cedrelospermum kovacsiae KVACEK et WILDE" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFC1FF84FF79FD1237C71B0D.mc.FE853C87FFC1FF84FF47FD7C34A71F18>, <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFC1FF84FF79FD1237C71B0D.mc.FE853C87FFC1FF84FF47FCA2374F1F5E> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Cedrelospermum_kovacsiae> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Cedrelospermum_kovacsiae>
dwc:class "Magnoliopsida" ;
dwc:family "Meliaceae" ;
dwc:genus "Cedrelospermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kovacsiae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cedrelospermum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cedrelospermum>
dwc:class "Magnoliopsida" ;
dwc:family "Meliaceae" ;
dwc:genus "Cedrelospermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Meliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Meliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Meliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
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://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFC1FF84FF79FD1237C71B0D.mc.FE853C87FFC1FF84FF47FD7C34A71F18>
dwc:collectionCode "I" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFC1FF84FF79FD1237C71B0D#FE853C87FFC1FF84FF47FD7C34A71F18> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFC1FF84FF79FD1237C71B0D.mc.FE853C87FFC1FF84FF47FCA2374F1F5E>
dwc:collectionCode "E" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFC1FF84FF79FD1237C71B0D#FE853C87FFC1FF84FF47FCA2374F1F5E> ;
a dwc:MaterialCitation .

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/C64487CCFFC1FF85FCA6F8FD359619EA>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Sterculia crassinervia PROCHAZKA" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Sterculia_crassinervia> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Sterculia_crassinervia>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Sterculia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "crassinervia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sterculia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sterculia>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:genus "Sterculia" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malvaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Malvaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malvales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malvales" ;
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,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/C64487CCFFC2FF87FCBBFF7531F71A53>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Ficus daphnogenes KVACEK et WILDE" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ficus_daphnogenes> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ficus_daphnogenes>
dwc:class "Magnoliopsida" ;
dwc:family "Moraceae" ;
dwc:genus "Ficus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "daphnogenes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ficus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ficus>
dwc:class "Magnoliopsida" ;
dwc:family "Moraceae" ;
dwc:genus "Ficus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Moraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Moraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Moraceae" ;
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 .

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/C64487CCFFC3FF86FCADFA91305A142D>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Hooleya hermis E. M. REID et CHANDLER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Hooleya_hermis> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Hooleya_hermis>
dwc:class "Insecta" ;
dwc:family "Achilidae" ;
dwc:genus "Hooleya" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hermis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hooleya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hooleya>
dwc:class "Insecta" ;
dwc:family "Achilidae" ;
dwc:genus "Hooleya" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Achilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Achilidae>
dwc:class "Insecta" ;
dwc:family "Achilidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View file

@ -0,0 +1,92 @@
@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/C64487CCFFC3FF86FCB8FE56315018D6>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Engelhardia macroptera UNGER" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Engelhardia_macroptera> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Engelhardia_macroptera> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Engelhardia_macroptera>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:genus "Engelhardia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "macroptera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Engelhardia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Engelhardia>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:genus "Engelhardia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juglandaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Juglandaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
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,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/C64487CCFFC3FF86FF7AFC96317B1DA6>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Engelhardia orsbergensis JAHNICHEN, MAI et WALTHER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Engelhardia_orsbergensis> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Engelhardia_orsbergensis>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:genus "Engelhardia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "orsbergensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Engelhardia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Engelhardia>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:genus "Engelhardia" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juglandaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Juglandaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
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,109 @@
@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/C64487CCFFC5FF80FF04FCEA377D1A1D>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Apocynophyllum bilinicum KVACEK et TEODORIDIS 2011, comb. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Apocynophyllum_bilinicum_Kvacek_2011> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Apocynophyllum_bilinicum_Kvacek_2011>
dwc:authority "(ETTINGSHAUSEN) KVACEK et TEODORIDIS" ;
dwc:authorityName "KVACEK et TEODORIDIS" ;
dwc:authorityYear "2011" ;
dwc:baseAuthorityName "KVACEK et TEODORIDIS" ;
dwc:baseAuthorityYear "2011" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Apocynophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kvacek & Teodoridis, 2011)" ;
dwc:species "bilinicum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Apocynophyllum_bilinicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Apocynophyllum_bilinicum>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Apocynophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bilinicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynophyllum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynophyllum>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Apocynophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
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,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/C64487CCFFC5FF80FF5EF9DE306A1EC0>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Apocynospermum striatum E. M. REID et CHANDLER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Apocynospermum_striatum> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Apocynospermum_striatum>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Apocynospermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "striatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynospermum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynospermum>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:genus "Apocynospermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apocynaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apocynaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apocynaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Gentianales" ;
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,110 @@
@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/C64487CCFFC6FF80FC48F97337EB1E47>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Diospyros microcalyx KVACEK et TEODORIDIS 2011, comb. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Diospyros_microcalyx_Kvacek_2011> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Diospyros_microcalyx_Kvacek_2011>
dwc:authority "(ETTINGSHAUSEN) KVACEK et TEODORIDIS" ;
dwc:authorityName "KVACEK et TEODORIDIS" ;
dwc:authorityYear "2011" ;
dwc:baseAuthorityName "KVACEK et TEODORIDIS" ;
dwc:baseAuthorityYear "2011" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ebenaceae" ;
dwc:genus "Diospyros" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kvacek & Teodoridis, 2011)" ;
dwc:species "microcalyx" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WTMS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Diospyros_microcalyx> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Diospyros_microcalyx>
dwc:class "Magnoliopsida" ;
dwc:family "Ebenaceae" ;
dwc:genus "Diospyros" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "microcalyx" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Diospyros> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Diospyros>
dwc:class "Magnoliopsida" ;
dwc:family "Ebenaceae" ;
dwc:genus "Diospyros" ;
dwc:kingdom "Plantae" ;
dwc:order "Ericales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ebenaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ebenaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ebenaceae" ;
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 .

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/C64487CCFFC6FF83FC5DFF7131D51AB5>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Palaeohosiea bilinica KVACEK et BUZEK" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Palaeohosiea_bilinica> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Palaeohosiea_bilinica>
dwc:class "Magnoliopsida" ;
dwc:family "Icacinaceae" ;
dwc:genus "Palaeohosiea" ;
dwc:kingdom "Plantae" ;
dwc:order "Icacinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bilinica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Palaeohosiea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Palaeohosiea>
dwc:class "Magnoliopsida" ;
dwc:family "Icacinaceae" ;
dwc:genus "Palaeohosiea" ;
dwc:kingdom "Plantae" ;
dwc:order "Icacinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Icacinaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Icacinaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Icacinaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Icacinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Icacinales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Icacinales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Icacinales" ;
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,117 @@
@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/C64487CCFFC7FF82FC6FFE4F30C818B2>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Ailanthus palaeorhus KVACEK et TEODORIDIS 2011, comb. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFC7FF82FC6FFE4F30C818B2.mc.FE853C87FFC7FF82FCABFBF930CC18B2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ailanthus_palaeorhus_Kvacek_2011> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ailanthus_palaeorhus_Kvacek_2011>
dwc:authority "(ETTINGSHAUSEN) KVACEK et TEODORIDIS" ;
dwc:authorityName "KVACEK et TEODORIDIS" ;
dwc:authorityYear "2011" ;
dwc:baseAuthorityName "KVACEK et TEODORIDIS" ;
dwc:baseAuthorityYear "2011" ;
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:genus "Ailanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kvacek & Teodoridis, 2011)" ;
dwc:species "palaeorhus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ailanthus_palaeorhus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ailanthus_palaeorhus>
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:genus "Ailanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "palaeorhus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ailanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ailanthus>
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:genus "Ailanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Simaroubaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Simaroubaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
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://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFC7FF82FC6FFE4F30C818B2.mc.FE853C87FFC7FF82FCABFBF930CC18B2>
dwc:catalogNumber "BP 55.2496" ;
dwc:collectionCode "M" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFC7FF82FC6FFE4F30C818B2#FE853C87FFC7FF82FCABFBF930CC18B2> ;
a dwc:MaterialCitation .

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/C64487CCFFC7FF82FEEEFAAF30AF1D85>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Ailanthus tardensis HABLY" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ailanthus_tardensis> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ailanthus_tardensis>
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:genus "Ailanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tardensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ailanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ailanthus>
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:genus "Ailanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Simaroubaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Simaroubaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Simaroubaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
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,97 @@
@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/C64487CCFFCBFF8EFF05FBB237801A63>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Callistemophyllum bilinicum ETTINGSHAUSEN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFCBFF8EFF05FBB237801A63.mc.FE853C87FFCBFF8EFF61FA3337F41A4B> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Callistemophyllum_bilinicum> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Callistemophyllum_bilinicum>
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Callistemophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bilinicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Callistemophyllum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Callistemophyllum>
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:genus "Callistemophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Myrtaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFCBFF8EFF05FBB237801A63.mc.FE853C87FFCBFF8EFF61FA3337F41A4B>
dwc:collectionCode "NM" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFCBFF8EFF05FBB237801A63#FE853C87FFCBFF8EFF61FA3337F41A4B> ;
a dwc:MaterialCitation .

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/C64487CCFFD4FF91FC53FE17312018B1>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Magnolia longipetiolata ETTINGSHAUSEN" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Magnolia_longipetiolata> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Magnolia_longipetiolata>
dwc:class "Magnoliopsida" ;
dwc:family "Magnoliaceae" ;
dwc:genus "Magnolia" ;
dwc:kingdom "Plantae" ;
dwc:order "Magnoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "longipetiolata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnolia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnolia>
dwc:class "Magnoliopsida" ;
dwc:family "Magnoliaceae" ;
dwc:genus "Magnolia" ;
dwc:kingdom "Plantae" ;
dwc:order "Magnoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Magnoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Magnoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Magnoliales" ;
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,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/C64487CCFFD4FF91FECFFCAD340919DD>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Nymphaea polyrhiza SAPORTA" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Nymphaea_polyrhiza> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Nymphaea_polyrhiza>
dwc:class "Magnoliopsida" ;
dwc:family "Nymphaeaceae" ;
dwc:genus "Nymphaea" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "polyrhiza" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nymphaea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nymphaea>
dwc:class "Magnoliopsida" ;
dwc:family "Nymphaeaceae" ;
dwc:genus "Nymphaea" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nymphaeaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nymphaeaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Nymphaeaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nymphaeales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nymphaeales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
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,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/C64487CCFFD4FF91FF20FF1434081EE3>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Anoectomeria brongniartii SAPORTA" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Anoectomeria_brongniartii> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Anoectomeria_brongniartii>
dwc:class "Magnoliopsida" ;
dwc:family "Nymphaeaceae" ;
dwc:genus "Anoectomeria" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "brongniartii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anoectomeria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anoectomeria>
dwc:class "Magnoliopsida" ;
dwc:family "Nymphaeaceae" ;
dwc:genus "Anoectomeria" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nymphaeaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nymphaeaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Nymphaeaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nymphaeales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Nymphaeales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Nymphaeales" ;
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,104 @@
@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/C64487CCFFD5FF90FF79FC9C30FF1A9C>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Doliostrobus taxiformis var. sternbergii KVACEK" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Doliostrobus_taxiformis_sternbergii> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Doliostrobus_taxiformis_sternbergii>
dwc:class "Pinopsida" ;
dwc:family "Araucariaceae" ;
dwc:genus "Doliostrobus" ;
dwc:kingdom "Plantae" ;
dwc:order "Pinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "taxiformis" ;
dwc:variety "sternbergii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Doliostrobus_taxiformis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Doliostrobus_taxiformis>
dwc:class "Pinopsida" ;
dwc:family "Araucariaceae" ;
dwc:genus "Doliostrobus" ;
dwc:kingdom "Plantae" ;
dwc:order "Pinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "taxiformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Doliostrobus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Doliostrobus>
dwc:class "Pinopsida" ;
dwc:family "Araucariaceae" ;
dwc:genus "Doliostrobus" ;
dwc:kingdom "Plantae" ;
dwc:order "Pinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Araucariaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Araucariaceae>
dwc:class "Pinopsida" ;
dwc:family "Araucariaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Pinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pinales>
dwc:class "Pinopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Pinales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pinopsida>
dwc:class "Pinopsida" ;
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,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/C64487CCFFD6FF93FF1CFC2D37691A40>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Rumohra recentior BARTHEL" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Rumohra_recentior> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Rumohra_recentior>
dwc:class "Polypodiopsida" ;
dwc:family "Dryopteridaceae" ;
dwc:genus "Rumohra" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "recentior" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rumohra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rumohra>
dwc:class "Polypodiopsida" ;
dwc:family "Dryopteridaceae" ;
dwc:genus "Rumohra" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dryopteridaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dryopteridaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Dryopteridaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiales>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
dwc:class "Polypodiopsida" ;
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,98 @@
@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/C64487CCFFD7FF92FF44FCE8306E1D7C>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Pronephrium stiriacum E. KNOBLOCH et KVACEK" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFD7FF92FF44FCE8306E1D7C.mc.FE853C87FFD7FF92FB78FE8E303B1D08> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Pronephrium_stiriacum> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Pronephrium_stiriacum>
dwc:class "Polypodiopsida" ;
dwc:family "Thelypteridaceae" ;
dwc:genus "Pronephrium" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "stiriacum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pronephrium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pronephrium>
dwc:class "Polypodiopsida" ;
dwc:family "Thelypteridaceae" ;
dwc:genus "Pronephrium" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thelypteridaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thelypteridaceae>
dwc:class "Polypodiopsida" ;
dwc:family "Thelypteridaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiales>
dwc:class "Polypodiopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
dwc:class "Polypodiopsida" ;
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://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFD7FF92FF44FCE8306E1D7C.mc.FE853C87FFD7FF92FB78FE8E303B1D08>
dwc:catalogNumber "KUC 234" ;
dwc:collectionCode "DB" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFD7FF92FF44FCE8306E1D7C#FE853C87FFD7FF92FB78FE8E303B1D08> ;
a dwc:MaterialCitation .

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/C64487CCFFD9FF9CFC01FDCC31B21A0D>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Butomus heerii ETTINGSHAUSEN" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Butomus_heerii> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Butomus_heerii>
dwc:class "Liliopsida" ;
dwc:family "Butomaceae" ;
dwc:genus "Butomus" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "heerii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Butomus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Butomus>
dwc:class "Liliopsida" ;
dwc:family "Butomaceae" ;
dwc:genus "Butomus" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Butomaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Butomaceae>
dwc:class "Liliopsida" ;
dwc:family "Butomaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alismatales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Alismatales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Alismatales" ;
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,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/C64487CCFFD9FF9CFED2FA44348E1B1B>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Musa bilinica ETTINGSHAUSEN" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Musa_bilinica> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Musa_bilinica>
dwc:class "Liliopsida" ;
dwc:family "Musaceae" ;
dwc:genus "Musa" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bilinica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Musa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Musa>
dwc:class "Liliopsida" ;
dwc:family "Musaceae" ;
dwc:genus "Musa" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Musaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Musaceae>
dwc:class "Liliopsida" ;
dwc:family "Musaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zingiberales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zingiberales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Zingiberales" ;
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,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/C64487CCFFD9FF9CFF0FF8DB31DD1E01>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Chamaerops kutschlinica ETTINGSHAUSEN" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Chamaerops_kutschlinica> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Chamaerops_kutschlinica>
dwc:class "Liliopsida" ;
dwc:family "Arecaceae" ;
dwc:genus "Chamaerops" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kutschlinica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chamaerops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chamaerops>
dwc:class "Liliopsida" ;
dwc:family "Arecaceae" ;
dwc:genus "Chamaerops" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Arecaceae>
dwc:class "Liliopsida" ;
dwc:family "Arecaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Arecales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
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,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/C64487CCFFD9FF9CFF37FBA33491199D>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Poacites acuminatus ETTINGSHAUSEN" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Poacites_acuminatus> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Poacites_acuminatus>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Poacites" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "acuminatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poacites> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poacites>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Poacites" ;
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,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/C64487CCFFDAFF9CFCFFF81E348F1810>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Sabal rhaphifolia E. KNOBLOCH et KVACEK" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Sabal_rhaphifolia> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Sabal_rhaphifolia>
dwc:class "Liliopsida" ;
dwc:family "Arecaceae" ;
dwc:genus "Sabal" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rhaphifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sabal> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sabal>
dwc:class "Liliopsida" ;
dwc:family "Arecaceae" ;
dwc:genus "Sabal" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Arecaceae>
dwc:class "Liliopsida" ;
dwc:family "Arecaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Arecales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Arecales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Arecales" ;
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,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/C64487CCFFDBFF9FFCA2FD5437E61CCD>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Daphnogene cinnamomifolia UNGER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Daphnogene_cinnamomifolia> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Daphnogene_cinnamomifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:genus "Daphnogene" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cinnamomifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Daphnogene> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Daphnogene>
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:genus "Daphnogene" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lauraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lauraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Laurales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Laurales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
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,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/C64487CCFFDCFF86FCFBF823379C1EDA>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Carya fragiliformis KVACEK et WALTHER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Carya_fragiliformis> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Carya_fragiliformis>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:genus "Carya" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "fragiliformis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Carya>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:genus "Carya" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juglandaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Juglandaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Juglandaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
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,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/C64487CCFFDCFF99FCB7FE6B310518DD>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Trigonobalanopsis rhamnoides KVACEK et WALTHER" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Trigonobalanopsis_rhamnoides> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Trigonobalanopsis_rhamnoides>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:genus "Trigonobalanopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rhamnoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trigonobalanopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trigonobalanopsis>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:genus "Trigonobalanopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
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,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/C64487CCFFDCFF99FF75FAE930261D8C>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Eotrigonobalanus furcinervis WALTHER et KVACEK" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Eotrigonobalanus_furcinervis> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Eotrigonobalanus_furcinervis>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:genus "Eotrigonobalanus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "furcinervis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eotrigonobalanus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Eotrigonobalanus>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:genus "Eotrigonobalanus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
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,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/C64487CCFFDDFF98FCB7FEB5361819D5>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Cedrelospermum leptospermum" ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Cedrelospermum_leptospermum> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Cedrelospermum_leptospermum>
dwc:class "Magnoliopsida" ;
dwc:family "Meliaceae" ;
dwc:genus "Cedrelospermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "leptospermum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cedrelospermum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cedrelospermum>
dwc:class "Magnoliopsida" ;
dwc:family "Meliaceae" ;
dwc:genus "Cedrelospermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Meliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Meliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Meliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
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,109 @@
@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/C64487CCFFDDFF99FCB9F97434FB1E74>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Tremophyllum microphyllum KVACEK et TEODORIDIS 2011, comb. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tremophyllum_microphyllum_Kvacek_2011> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tremophyllum_microphyllum_Kvacek_2011>
dwc:authority "(ETTINGSHAUSEN) KVACEK et TEODORIDIS" ;
dwc:authorityName "KVACEK et TEODORIDIS" ;
dwc:authorityYear "2011" ;
dwc:baseAuthorityName "KVACEK et TEODORIDIS" ;
dwc:baseAuthorityYear "2011" ;
dwc:class "Magnoliopsida" ;
dwc:family "Ulmaceae" ;
dwc:genus "Tremophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kvacek & Teodoridis, 2011)" ;
dwc:species "microphyllum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tremophyllum_microphyllum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tremophyllum_microphyllum>
dwc:class "Magnoliopsida" ;
dwc:family "Ulmaceae" ;
dwc:genus "Tremophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "microphyllum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tremophyllum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tremophyllum>
dwc:class "Magnoliopsida" ;
dwc:family "Ulmaceae" ;
dwc:genus "Tremophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ulmaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ulmaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Ulmaceae" ;
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 .

View file

@ -0,0 +1,106 @@
@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/C64487CCFFDEFF98FC7BF8FB34961EA7>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Ziziphus bilinica ETTINGSHAUSEN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFDEFF98FC7BF8FB34961EA7.mc.FE853C87FFDDFF98FF61FDC437391E7E>, <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFDEFF98FC7BF8FB34961EA7.mc.FE853C87FFDDFF98FDA7FDC437B31E7E> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ziziphus_bilinica> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ziziphus_bilinica>
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
dwc:genus "Ziziphus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bilinica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ziziphus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ziziphus>
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
dwc:genus "Ziziphus" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhamnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhamnaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rhamnaceae" ;
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://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFDEFF98FC7BF8FB34961EA7.mc.FE853C87FFDDFF98FF61FDC437391E7E>
dwc:catalogNumber "BP 59.1139" ;
dwc:collectionCode "M" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFDEFF98FC7BF8FB34961EA7#FE853C87FFDDFF98FF61FDC437391E7E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFDEFF98FC7BF8FB34961EA7.mc.FE853C87FFDDFF98FDA7FDC437B31E7E>
dwc:catalogNumber "KUC 141" ;
dwc:collectionCode "A" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFDEFF98FC7BF8FB34961EA7#FE853C87FFDDFF98FDA7FDC437B31E7E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@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/C64487CCFFDFFF9AFCADFC9331F619C9>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Sloanea manchesteri KVACEK et TEODORIDIS 2011, sp. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sloanea_manchesteri_Kvacek_2011> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sloanea_manchesteri_Kvacek_2011>
dwc:authority "KVACEK et TEODORIDIS" ;
dwc:authorityName "KVACEK et TEODORIDIS" ;
dwc:authorityYear "2011" ;
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:genus "Sloanea" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kvacek & Teodoridis, 2011" ;
dwc:species "manchesteri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sloanea_manchesteri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sloanea_manchesteri>
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:genus "Sloanea" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "manchesteri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sloanea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sloanea>
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:genus "Sloanea" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Elaeocarpaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Elaeocarpaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalidales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
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,98 @@
@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/C64487CCFFDFFF9BFCB0FA7236D71E25>
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:title "Sloanea olmediifolia HABLY et KVACEK" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFDFFF9BFCB0FA7236D71E25.mc.FE853C87FFDEFF9BFF50FEB434791D6F> ;
trt:publishedIn <http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Sloanea_olmediifolia> ;
a trt:Treatment .
<http://publication.plazi.org/id/3A7DFFB4FFD3FF96FFC7FF8E356D1C1F>
bibo:endPage "144" ;
bibo:issue "3 - 4" ;
bibo:journal "Acta Musei Nationalis Pragae Series B" ;
bibo:pubDate "2011-11-30" ;
bibo:startPage "83" ;
bibo:volume "67" ;
dc:creator "Kvaček, Zlatko; Teodoridis, Vasilis" ;
dc:date "2011" ;
dc:title "The Late Eocene Flora Of Kučlín Near Bílina In North Bohemia Revisited" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Sloanea_olmediifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:genus "Sloanea" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "olmediifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sloanea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sloanea>
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:genus "Sloanea" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Elaeocarpaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Elaeocarpaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Elaeocarpaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxalidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Oxalidales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Oxalidales" ;
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://tb.plazi.org/GgServer/dwcaRecords/C64487CCFFDFFF9BFCB0FA7236D71E25.mc.FE853C87FFDEFF9BFF50FEB434791D6F>
dwc:collectionCode "T" ;
dwc:eventDate "1851-03-23" ;
trt:httpUri <https://treatment.plazi.org/id/C64487CCFFDFFF9BFCB0FA7236D71E25#FE853C87FFDEFF9BFF50FEB434791D6F> ;
a dwc:MaterialCitation .