This commit is contained in:
treatmentbank 2024-11-14 15:57:43 +00:00
parent 9fdd71e08d
commit ec954842f0
7 changed files with 498 additions and 0 deletions

View file

@ -0,0 +1,68 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF93FFB1FF3E5DF4D1DEFADD>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Schoenoplectiella" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Schoenoplectiella> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Schoenoplectiella>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Schoenoplectiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:family "Cyperaceae" ;
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:order "Poales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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,76 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF93FFB1FF3E5F10D06DFC88>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Schoenoplectus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D12815FF93FFB1FF3E5F10D06DFC88.mc.3B10935EFF93FFB1FF3E5F35D378FE65> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Schoenoplectus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Schoenoplectus>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Schoenoplectus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:family "Cyperaceae" ;
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:order "Poales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/03D12815FF93FFB1FF3E5F10D06DFC88.mc.3B10935EFF93FFB1FF3E5F35D378FE65>
dwc:collectionCode "T" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4015707304" ;
trt:httpUri <https://treatment.plazi.org/id/03D12815FF93FFB1FF3E5F10D06DFC88#3B10935EFF93FFB1FF3E5F35D378FE65> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,76 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF94FFB6FF3E587DD011F7C0>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Bolboschoenus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D12815FF94FFB6FF3E587DD011F7C0.mc.3B10935EFF94FFB6FF3E5826D378F990> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Bolboschoenus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Bolboschoenus>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Bolboschoenus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:family "Cyperaceae" ;
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:order "Poales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/03D12815FF94FFB6FF3E587DD011F7C0.mc.3B10935EFF94FFB6FF3E5826D378F990>
dwc:collectionCode "T" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4015707305" ;
trt:httpUri <https://treatment.plazi.org/id/03D12815FF94FFB6FF3E587DD011F7C0#3B10935EFF94FFB6FF3E5826D378F990> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,76 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF95FFB6FF3E582AD0C5FD38>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Eleocharis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D12815FF95FFB6FF3E582AD0C5FD38.mc.3B10935EFF95FFB7FF3E58CED389F948> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Eleocharis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Eleocharis>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Eleocharis" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:family "Cyperaceae" ;
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:order "Poales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/03D12815FF95FFB6FF3E582AD0C5FD38.mc.3B10935EFF95FFB7FF3E58CED389F948>
dwc:collectionCode "T" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "4015707303" ;
trt:httpUri <https://treatment.plazi.org/id/03D12815FF95FFB6FF3E582AD0C5FD38#3B10935EFF95FFB7FF3E58CED389F948> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,50 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF99FFBAFF3E59C0D354FE64>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Mitratae Kuk." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Mitratae_Kuk_> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Mitratae_Kuk_>
dwc:authority "Kuk." ;
dwc:authorityName "Kuk." ;
dwc:genus "Mitratae" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Kuk." ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mitratae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Mitratae>
dwc:genus "Mitratae" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
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,76 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF9BFFB9FF3E5821D07FF8B9>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Trichophorum" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D12815FF9BFFB9FF3E5821D07FF8B9.mc.3B10935EFF9BFFB9FF3E58CAD378F974> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Trichophorum> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Trichophorum>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Trichophorum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:family "Cyperaceae" ;
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:order "Poales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/03D12815FF9BFFB9FF3E5821D07FF8B9.mc.3B10935EFF9BFFB9FF3E58CAD378F974>
dwc:collectionCode "T" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4015707301" ;
trt:httpUri <https://treatment.plazi.org/id/03D12815FF9BFFB9FF3E5821D07FF8B9#3B10935EFF9BFFB9FF3E58CAD378F974> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,76 @@
@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#> .
<http://treatment.plazi.org/id/03D12815FF9BFFB9FF3E5CD5D059FCF0>
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:title "Scirpus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D12815FF9BFFB9FF3E5CD5D059FCF0.mc.3B10935EFF9BFFB9FF3E5CFED378FD38> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.578.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Scirpus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.578.1.5>
bibo:endPage "111" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-01-04" ;
bibo:startPage "93" ;
bibo:volume "578" ;
dc:creator "Danylyk, Ivan M.; Koopman, Jacob" ;
dc:date "2023" ;
dc:title "Cyperaceae of Ukraine: taxonomy and linear classification" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Scirpus>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Scirpus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:family "Cyperaceae" ;
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:order "Poales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
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/03D12815FF9BFFB9FF3E5CD5D059FCF0.mc.3B10935EFF9BFFB9FF3E5CFED378FD38>
dwc:collectionCode "T" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4015707302" ;
trt:httpUri <https://treatment.plazi.org/id/03D12815FF9BFFB9FF3E5CD5D059FCF0#3B10935EFF9BFFB9FF3E5CFED378FD38> ;
a dwc:MaterialCitation .