This commit is contained in:
treatmentbank 2024-09-05 02:21:52 +00:00
parent 44d62aa1d6
commit 88440822be
74 changed files with 8882 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@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/03A887B13474FFB5C89D44D4FDBCBCB2>
dc:creator "Aybeke, Mehmet; Dane, Feruzan" ;
dc:title "Onobrychis mehmetchiquii Aybeke & Dane 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Onobrychis_mehmetchiquii_Aybeke_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.1.11> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.1.11>
bibo:endPage "100" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-07" ;
bibo:startPage "96" ;
bibo:volume "298" ;
dc:creator "Aybeke, Mehmet; Dane, Feruzan" ;
dc:date "2017" ;
dc:title "Onobrychis mehmetchiquii (Fabaceae) sp. nov, a new species from European Turkey" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Onobrychis_mehmetchiquii_Aybeke_2017>
dwc:authority "Aybeke & Dane" ;
dwc:authorityName "Aybeke & Dane" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Onobrychis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Aybeke & Dane, 2017" ;
dwc:species "mehmetchiquii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9DF73> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Onobrychis_mehmetchiquii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Onobrychis_mehmetchiquii>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Onobrychis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mehmetchiquii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Onobrychis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Onobrychis>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Onobrychis" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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/03F008399C50BC0A7EEAF89CFEA3F852>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania officinarum H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_officinarum> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_officinarum>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "officinarum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,150 @@
@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/03F008399C50BC0A7EEAF998FDC2F89E>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania oblata Craib 1922" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C50BC0A7EEAF998FDC2F89E.mc.3B31B3729C50BC0A7F53F92DFE35F90D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_oblata_Craib_1922> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_kerrii_Craib_1922> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_oblata_Craib_1922>
dwc:authority "Craib (1922: 230)" ;
dwc:authorityName "Craib" ;
dwc:authorityPageNumber "230" ;
dwc:authorityYear "1922" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Craib, 1922" ;
dwc:species "oblata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_oblata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_kerrii_Craib_1922>
dwc:authority "Craib (1922: 229)" ;
dwc:authorityName "Craib" ;
dwc:authorityPageNumber "229" ;
dwc:authorityYear "1922" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Craib, 1922" ;
dwc:species "kerrii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_kerrii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_oblata>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "oblata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_kerrii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kerrii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C50BC0A7EEAF998FDC2F89E.mc.3B31B3729C50BC0A7F53F92DFE35F90D>
dwc:catalogNumber "K000644768, K000644770, BM000554381" ;
dwc:collectionCode "K, BM" ;
dwc:eventDate "1914-07-05" ;
dwc:locality "Doi Suthep" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C50BC0A7EEAF998FDC2F89E#3B31B3729C50BC0A7F53F92DFE35F90D> ;
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/03F008399C50BC0A7EEAFA2CFEA3F982>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania novenanthera Heng C. Wang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_novenanthera> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_novenanthera>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "novenanthera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0A7EEAFBCCFF3CFACE>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania neoguineensis Kundu & S. Guha 1976" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_neoguineensis_Kundu_1976> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_neoguineensis_Kundu_1976>
dwc:authority "Kundu & Guha (1976: 257)" ;
dwc:authorityName "Kundu & S. Guha" ;
dwc:authorityPageNumber "257" ;
dwc:authorityYear "1976" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kundu & S. Guha, 1976" ;
dwc:species "neoguineensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BST> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_neoguineensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_neoguineensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "neoguineensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0A7EEAFC34FD42FBAE>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania montana Diels 1915" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_montana_Diels_1915> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_montana_Diels_1915>
dwc:authority "Diels (1915: 189)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "189" ;
dwc:authorityYear "1915" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1915" ;
dwc:species "montana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_montana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_montana>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "montana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0A7EEAFD78FE75FCF6>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania moluccana Forman 1956" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_moluccana_Forman_1956> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_moluccana_Forman_1956>
dwc:authority "Forman (1956: 68)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "68" ;
dwc:authorityYear "1956" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 1956" ;
dwc:species "moluccana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_moluccana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_moluccana>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "moluccana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0A7EEAFD8CFEA3FD22>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania miyiensis S. Y. Zhao & H. S. Lo 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_miyiensis_Zhao_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_miyiensis_Zhao_1990>
dwc:authority "Zhao & Lo (1990: 183)" ;
dwc:authorityName "S. Y. Zhao & H. S. Lo" ;
dwc:authorityPageNumber "183" ;
dwc:authorityYear "1990" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "S. Y. Zhao & H. S. Lo, 1990" ;
dwc:species "miyiensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_miyiensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_miyiensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "miyiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0A7EEAFED0FD1EFE6E>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania mildbraedii Diels 1909" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_mildbraedii_Diels_1909> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_mildbraedii_Diels_1909>
dwc:authority "Diels (1909: 326)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "326" ;
dwc:authorityYear "1909" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1909" ;
dwc:species "mildbraedii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_mildbraedii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_mildbraedii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mildbraedii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0A7EEAFF38FEA3FEDA>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania micrantha H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_micrantha> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_micrantha>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "micrantha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C50BC0B7EEAF848FE42FF2B>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania papillosa Craib 1923" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_papillosa_Craib_1923> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_papillosa_Craib_1923>
dwc:authority "Craib (1923: 45)" ;
dwc:authorityName "Craib" ;
dwc:authorityPageNumber "45" ;
dwc:authorityYear "1923" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Craib, 1923" ;
dwc:species "papillosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_papillosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_papillosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "papillosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C51BC087EEAF80FFE05FE93>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania suberosa Forman 1980" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_suberosa_Forman_1980> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_suberosa_Forman_1980>
dwc:authority "Forman (1980: 563)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "563" ;
dwc:authorityYear "1980" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 1980" ;
dwc:species "suberosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_suberosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_suberosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "suberosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,119 @@
@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/03F008399C51BC0B7EEAF977FDF2F8EB>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania sinica Diels 1910" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C51BC0B7EEAF977FDF2F8EB.mc.3B31B3729C51BC0B7EEAF951FAA5F8BD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_sinica_Diels_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_sinica_Diels_1910>
dwc:authority "Diels (1910: 272)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "272" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "sinica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_sinica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_sinica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sinica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C51BC0B7EEAF977FDF2F8EB.mc.3B31B3729C51BC0B7EEAF951FAA5F8BD>
dwc:catalogNumber "K000644635, SYS00052731, SYS00052732" ;
dwc:collectionCode "K, SYS" ;
dwc:eventDate "1989-03" ;
dwc:locality "Hubei" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C51BC0B7EEAF977FDF2F8EB#3B31B3729C51BC0B7EEAF951FAA5F8BD> ;
a dwc:MaterialCitation .

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/03F008399C51BC0B7EEAF9BBFCD1F933>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania salomonum Diels 1914" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_salomonum_Diels_1914> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_salomonum_Diels_1914>
dwc:authority "Diels (1914: 552)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "552" ;
dwc:authorityYear "1914" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1914" ;
dwc:species "salomonum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_salomonum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_salomonum>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "salomonum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C51BC0B7EEAFC7BFD4EFB17>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania reticulata Forman 1956" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_reticulata_Forman_1956> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_reticulata_Forman_1956>
dwc:authority "Forman (1956: 65)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "65" ;
dwc:authorityYear "1956" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 1956" ;
dwc:species "reticulata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_reticulata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_reticulata>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "reticulata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C51BC0B7EEAFCA3FE7FFC3F>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania renifolia Forman 2007" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_renifolia_Forman_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_renifolia_Forman_2007>
dwc:authority "Forman (2007: 463)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "463" ;
dwc:authorityYear "2007" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 2007" ;
dwc:species "renifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_renifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_renifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "renifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,159 @@
@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/03F008399C51BC0B7EEAFD8BFE64FD47>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania psilophylla Forman 1956" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C51BC0B7EEAFD8BFE64FD47.mc.3B31B3729C51BC0B7EEAFDF5FCCCFD19> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_psilophylla_Presl_1956> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Cissampelos_psilophylla_Presl_1835> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_psilophylla_Presl_1956>
dwc:authority "(C. Presl) Forman (1956: 63)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "63" ;
dwc:authorityYear "1956" ;
dwc:baseAuthorityName "C. Presl" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(C. Presl) Forman, 1956" ;
dwc:species "psilophylla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_psilophylla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Cissampelos_psilophylla_Presl_1835>
dwc:authority "Presl (1835: 80)" ;
dwc:authorityName "C. Presl" ;
dwc:authorityPageNumber "80" ;
dwc:authorityYear "1835" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "C. Presl, 1835" ;
dwc:species "psilophylla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cissampelos_psilophylla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_psilophylla>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "psilophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cissampelos_psilophylla>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "psilophylla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cissampelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cissampelos>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C51BC0B7EEAFD8BFE64FD47.mc.3B31B3729C51BC0B7EEAFDF5FCCCFD19>
dwc:locality "PHILIPPINES" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C51BC0B7EEAFD8BFE64FD47#3B31B3729C51BC0B7EEAFDF5FCCCFD19> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,199 @@
@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/03F008399C51BC0B7EEAFF4FFD0DFE6F>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania pierrei Diels 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_pierrei_Diels_1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_erecta_Craib_1922>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_Loureiro_1790>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_lapacaea_Gagnepain_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_pierrei_Diels_1910>
dwc:authority "Diels (1910: 276)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "276" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "pierrei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_pierrei> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_erecta_Craib_1922>
dwc:authority "Craib (1922: 229)" ;
dwc:authorityName "Craib" ;
dwc:authorityPageNumber "229" ;
dwc:authorityYear "1922" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Craib, 1922" ;
dwc:species "erecta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_erecta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_Loureiro_1790>
dwc:authorityName "Loureiro" ;
dwc:authorityYear "1790" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Loureiro, 1790" ;
dwc:species "rotunda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BT2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_lapacaea_Gagnepain_1908>
dwc:authority "Gagnepain (1908 b: 149)" ;
dwc:authorityName "Gagnepain" ;
dwc:authorityPageNumber "149" ;
dwc:authorityYear "1908" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Gagnepain, 1908" ;
dwc:species "rotunda" ;
dwc:variety "lapacaea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda_lapacaea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_pierrei>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pierrei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_erecta>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "erecta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rotunda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda_lapacaea>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "rotunda" ;
dwc:variety "lapacaea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda> ;
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/03F008399C52BC087EEAF8BFFEA3F853>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania viridiflavens H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_viridiflavens> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_viridiflavens>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "viridiflavens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,220 @@
@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/03F008399C52BC087EEAFA73FAD0F97B>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania venosa Sprengel 1827" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C52BC087EEAFA73FAD0F97B.mc.3B31B3729C52BC087F0AF9E5FD93F9C5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_venosa_Blume_1827> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Clypea_venosa_Blume_1825>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_prapatensis_Yamamoto_1944>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_Loureiro_1790> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_venosa_Blume_1827>
dwc:authority "(Blume) Sprengel (1827: 316)" ;
dwc:authorityName "Sprengel" ;
dwc:authorityPageNumber "316" ;
dwc:authorityYear "1827" ;
dwc:baseAuthorityName "Blume" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Blume) Sprengel, 1827" ;
dwc:species "venosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_venosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Clypea_venosa_Blume_1825>
dwc:authority "Blume (1825: 27)" ;
dwc:authorityName "Blume" ;
dwc:authorityPageNumber "27" ;
dwc:authorityYear "1825" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Blume, 1825" ;
dwc:species "venosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Clypea_venosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_prapatensis_Yamamoto_1944>
dwc:authority "Yamamoto (1944: 143)" ;
dwc:authorityName "Yamamoto" ;
dwc:authorityPageNumber "143" ;
dwc:authorityYear "1944" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yamamoto, 1944" ;
dwc:species "prapatensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_prapatensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_Loureiro_1790>
dwc:authorityName "Loureiro" ;
dwc:authorityYear "1790" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Loureiro, 1790" ;
dwc:species "rotunda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_venosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "venosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clypea_venosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "venosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Clypea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clypea>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_prapatensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "prapatensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rotunda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C52BC087EEAFA73FAD0F97B.mc.3B31B3729C52BC087F0AF9E5FD93F9C5>
dwc:collectionCode "SBT" ;
dwc:eventDate "1939-07-21" ;
dwc:locality "Samosir Island" ;
dwc:recordedBy "Yamamoto & Narusawa & Seki" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C52BC087EEAFA73FAD0F97B#3B31B3729C52BC087F0AF9E5FD93F9C5> ;
a dwc:MaterialCitation .

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/03F008399C52BC087EEAFB5BFE7FFA37>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania tuberosa Forman 2007" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_tuberosa_Forman_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_tuberosa_Forman_2007>
dwc:authority "Forman (2007: 463)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "463" ;
dwc:authorityYear "2007" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 2007" ;
dwc:species "tuberosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_tuberosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_tuberosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tuberosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C52BC087EEAFB83FE42FB5F>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania tomentella Forman 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_tomentella_Forman_1988> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_tomentella_Forman_1988>
dwc:authority "Forman (1988: 378)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "378" ;
dwc:authorityYear "1988" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 1988" ;
dwc:species "tomentella" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_tomentella> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_tomentella>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tomentella" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C52BC087EEAFCEBFEA3FC67>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania tetrandra S. Moore 1875" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_tetrandra_Moore_1875> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_tetrandra_Moore_1875>
dwc:authority "Moore (1875: 225)" ;
dwc:authorityName "S. Moore" ;
dwc:authorityPageNumber "225" ;
dwc:authorityYear "1875" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "S. Moore, 1875" ;
dwc:species "tetrandra" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_tetrandra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_tetrandra>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tetrandra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C52BC087EEAFD3FFEA3FC8F>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania sutchuenensis H. S. Lo 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_sutchuenensis_Lo_1978> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_sutchuenensis_Lo_1978>
dwc:authority "Lo (1978: 25)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "25" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1978" ;
dwc:species "sutchuenensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_sutchuenensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_sutchuenensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sutchuenensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C52BC087EEAFE43FEA3FDFB>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania succifera H. S. Lo & Y. Tsoong" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_succifera> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_succifera>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "succifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C52BC087EEAFE97FD86FE27>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania subpeltata H. S. Lo 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_subpeltata_Lo_1978> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_subpeltata_Lo_1978>
dwc:authority "Lo (1978: 22)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "22" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1978" ;
dwc:species "subpeltata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_subpeltata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_subpeltata>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "subpeltata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,160 @@
@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/03F008399C53BC097EEAFCEBFCA8FBF3>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania zippeliana Miquel 1868" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C53BC097EEAFCEBFCA8FBF3.mc.3B31B3729C53BC097F3CFC31FDF0FC39> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_zippeliana_Miquel_1868> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_valvata> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_florulenta_Beccari_1877> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_zippeliana_Miquel_1868>
dwc:authority "Miquel (1868: 86)" ;
dwc:authorityName "Miquel" ;
dwc:authorityPageNumber "86" ;
dwc:authorityYear "1868" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Miquel, 1868" ;
dwc:species "zippeliana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_zippeliana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_florulenta_Beccari_1877>
dwc:authority "Beccari (1877: 153)" ;
dwc:authorityName "Beccari" ;
dwc:authorityPageNumber "153" ;
dwc:authorityYear "1877" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Beccari, 1877" ;
dwc:species "florulenta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_florulenta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_zippeliana>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "zippeliana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_florulenta>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "florulenta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_valvata>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "valvata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C53BC097EEAFCEBFCA8FBF3.mc.3B31B3729C53BC097F3CFC31FDF0FC39>
dwc:locality "GUINEA" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C53BC097EEAFCEBFCA8FBF3#3B31B3729C53BC097F3CFC31FDF0FC39> ;
a dwc:MaterialCitation .

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/03F008399C53BC097EEAFD3FFEA3FC8F>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania yunnanensis var. trichocalyx H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis_trichocalyx> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis_trichocalyx>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "yunnanensis" ;
dwc:variety "trichocalyx" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yunnanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C53BC097EEAFDAFFEA3FDFB>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania yunnanensis var. yunnanensis var. yunnanensis" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis_yunnanensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis_yunnanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "yunnanensis" ;
dwc:variety "yunnanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yunnanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C53BC097EEAFEDFFB97FE45>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania yunnanensis H. S. Lo 1982" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_yunnanensis_Lo_1982> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_yunnanensis_Lo_1982>
dwc:authority "Lo (1982: 45)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "45" ;
dwc:authorityYear "1982" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1982" ;
dwc:species "yunnanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6ZQ8N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_yunnanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yunnanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,159 @@
@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/03F008399C53BC097EEAFF07FEA8FEDB>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania wightii Dunn 1915" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C53BC097EEAFF07FEA8FEDB.mc.3B31B3729C53BC097EEAFF61FDD1FF6D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_wightii_Wight_1915> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Clypea_wightii_Wight_1840> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_wightii_Wight_1915>
dwc:authority "(Arn. ex Wight) Dunn (1915: 30)" ;
dwc:authorityName "Dunn" ;
dwc:authorityPageNumber "30" ;
dwc:authorityYear "1915" ;
dwc:baseAuthorityName "Wight" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wight) Dunn, 1915" ;
dwc:species "wightii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_wightii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Clypea_wightii_Wight_1840>
dwc:authority "Arn. ex Wight (1840: 22)" ;
dwc:authorityName "Arn. ex Wight" ;
dwc:authorityPageNumber "22" ;
dwc:authorityYear "1840" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Arn. ex Wight, 1840" ;
dwc:species "wightii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BTT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Clypea_wightii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_wightii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "wightii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clypea_wightii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "wightii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Clypea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clypea>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C53BC097EEAFF07FEA8FEDB.mc.3B31B3729C53BC097EEAFF61FDD1FF6D>
dwc:locality "INDIA" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C53BC097EEAFF07FEA8FEDB#3B31B3729C53BC097EEAFF61FDD1FF6D> ;
a dwc:MaterialCitation .

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/03F008399C5ABC007EEAF826FDC7F7B8>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania cambodica Gagnepain 1938" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_cambodica_Gagnepain_1938> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_cambodica_Gagnepain_1938>
dwc:authority "Gagnepain (1938: 131)" ;
dwc:authorityName "Gagnepain" ;
dwc:authorityPageNumber "131" ;
dwc:authorityYear "1938" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gagnepain, 1938" ;
dwc:species "cambodica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_cambodica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_cambodica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cambodica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5ABC007EEAF96AFE42F8C0>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania brevipes Craib 1922" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_brevipes_Craib_1922> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_brevipes_Craib_1922>
dwc:authority "Craib (1922: 228)" ;
dwc:authorityName "Craib" ;
dwc:authorityPageNumber "228" ;
dwc:authorityYear "1922" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Craib, 1922" ;
dwc:species "brevipes" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_brevipes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_brevipes>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "brevipes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5ABC007EEAFA52FEA3F90C>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania brevipedunculata C. Y. Wu & D. D. Tao" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_brevipedunculata> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_brevipedunculata>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "brevipedunculata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,119 @@
@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/03F008399C5ABC007EEAFABAFDB9FA54>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania brachyandra Diels 1910" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5ABC007EEAFABAFDB9FA54.mc.3B31B3729C5ABC007EEAFAE3FBBEFAEF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_brachyandra_Diels_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_brachyandra_Diels_1910>
dwc:authority "Diels (1910: 275)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "275" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "brachyandra" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6ZPYD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_brachyandra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_brachyandra>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "brachyandra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5ABC007EEAFABAFDB9FA54.mc.3B31B3729C5ABC007EEAFAE3FBBEFAEF>
dwc:catalogNumber "K000644642, K000939055" ;
dwc:collectionCode "K" ;
dwc:eventDate "2969-01-01" ;
dwc:locality "Henry" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5ABC007EEAFABAFDB9FA54#3B31B3729C5ABC007EEAFAE3FBBEFAEF> ;
a dwc:MaterialCitation .

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/03F008399C5ABC007EEAFBCEFE7FFB7C>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania bancroftii F. M. Bailey 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_bancroftii_Bailey_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_bancroftii_Bailey_1910>
dwc:authority "Bailey (1910: 221)" ;
dwc:authorityName "F. M. Bailey" ;
dwc:authorityPageNumber "221" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "F. M. Bailey, 1910" ;
dwc:species "bancroftii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_bancroftii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_bancroftii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bancroftii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5ABC007EEAFC12FEA8FBA8>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania andamanica Diels 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_andamanica_Diels_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_andamanica_Diels_1910>
dwc:authority "Diels (1910: 266)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "266" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "andamanica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQ9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_andamanica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_andamanica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "andamanica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5BBC017EEAF90BFE42F8C7>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania crebra Forman 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_crebra_Forman_1988> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_crebra_Forman_1988>
dwc:authority "Forman (1988: 383)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "383" ;
dwc:authorityYear "1988" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 1988" ;
dwc:species "crebra" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_crebra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_crebra>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "crebra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,311 @@
@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/03F008399C5BBC017EEAFBCBFD75F9EF>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania corymbosa Walpers 1842" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5BBC017EEAFBCBFD75F9EF.mc.3B31B3729C5BBC017EEAFB35FCE5FB59>, <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5BBC017EEAFBCBFD75F9EF.mc.3B31B3729C5BBC017F0CFB7DFDF5FB7D>, <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5BBC017EEAFBCBFD75F9EF.mc.3B31B3729C5BBC017F00FACDFDCEFAED> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_corymbosa_Blume_1842> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_ramosii> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Clypea_corymbosa_Blume_1825>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_ramuliflora_Miers_1871>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_cauliflora_Beccari_1877>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_catosepala_Diels_1910>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_borneensis_Yamamoto_1944> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_corymbosa_Blume_1842>
dwc:authority "(Blume) Walpers (1842: 96)" ;
dwc:authorityName "Walpers" ;
dwc:authorityPageNumber "96" ;
dwc:authorityYear "1842" ;
dwc:baseAuthorityName "Blume" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Blume) Walpers, 1842" ;
dwc:species "corymbosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_corymbosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Clypea_corymbosa_Blume_1825>
dwc:authority "Blume (1825: 27)" ;
dwc:authorityName "Blume" ;
dwc:authorityPageNumber "27" ;
dwc:authorityYear "1825" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Blume, 1825" ;
dwc:species "corymbosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Clypea_corymbosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_ramuliflora_Miers_1871>
dwc:authority "Miers (1871: 232)" ;
dwc:authorityName "Miers" ;
dwc:authorityPageNumber "232" ;
dwc:authorityYear "1871" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Miers, 1871" ;
dwc:species "ramuliflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_ramuliflora> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_cauliflora_Beccari_1877>
dwc:authority "Beccari (1877: 155)" ;
dwc:authorityName "Beccari" ;
dwc:authorityPageNumber "155" ;
dwc:authorityYear "1877" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Beccari, 1877" ;
dwc:species "cauliflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_cauliflora> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_catosepala_Diels_1910>
dwc:authority "Diels (1910: 268)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "268" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "catosepala" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_catosepala> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_borneensis_Yamamoto_1944>
dwc:authority "Yamamoto (1944: 137)" ;
dwc:authorityName "Yamamoto" ;
dwc:authorityPageNumber "137" ;
dwc:authorityYear "1944" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yamamoto, 1944" ;
dwc:species "borneensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_borneensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_corymbosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "corymbosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clypea_corymbosa>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "corymbosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Clypea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Clypea>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Clypea" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_ramuliflora>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ramuliflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_cauliflora>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cauliflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_catosepala>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "catosepala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_ramosii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ramosii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_borneensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "borneensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5BBC017EEAFBCBFD75F9EF.mc.3B31B3729C5BBC017EEAFB35FCE5FB59>
dwc:catalogNumber "K000644764" ;
dwc:collectionCode "K" ;
dwc:locality "Blume" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5BBC017EEAFBCBFD75F9EF#3B31B3729C5BBC017EEAFB35FCE5FB59> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5BBC017EEAFBCBFD75F9EF.mc.3B31B3729C5BBC017F0CFB7DFDF5FB7D>
dwc:catalogNumber "K000644765, BM000554384" ;
dwc:collectionCode "K, BM" ;
dwc:locality "INDONESIA" ;
dwc:recordedBy "S. E. Borneo" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5BBC017EEAFBCBFD75F9EF#3B31B3729C5BBC017F0CFB7DFDF5FB7D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5BBC017EEAFBCBFD75F9EF.mc.3B31B3729C5BBC017F00FACDFDCEFAED>
dwc:catalogNumber "K000644759" ;
dwc:collectionCode "K" ;
dwc:eventDate "1904-03" ;
dwc:locality "Luzon" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5BBC017EEAFBCBFD75F9EF#3B31B3729C5BBC017F00FACDFDCEFAED> ;
a dwc:MaterialCitation .

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/03F008399C5BBC017EEAFC33FEA3FBAF>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania chingtungensis H. S. Lo 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_chingtungensis_Lo_1978> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_chingtungensis_Lo_1978>
dwc:authority "Lo (1978: 25)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "25" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1978" ;
dwc:species "chingtungensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_chingtungensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_chingtungensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "chingtungensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,184 @@
@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/03F008399C5BBC017EEAFDF7FE37FCF7>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania cephalantha Hayata 1913" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_cephalantha_Hayata_1913> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_disciflora_Handel-Mazzetti_1931>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_tetrandra_glabra_Maximowicz_1883> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_cephalantha_Hayata_1913>
dwc:authority "Hayata (1913: 12)" ;
dwc:authorityName "Hayata" ;
dwc:authorityPageNumber "12" ;
dwc:authorityYear "1913" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hayata, 1913" ;
dwc:species "cephalantha" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_cephalantha> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_disciflora_Handel-Mazzetti_1931>
dwc:authority "Handel-Mazzetti (1931: 261)" ;
dwc:authorityName "Handel-Mazzetti" ;
dwc:authorityPageNumber "261" ;
dwc:authorityYear "1931" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Handel-Mazzetti, 1931" ;
dwc:species "disciflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_disciflora> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_tetrandra_glabra_Maximowicz_1883>
dwc:authority "Maximowicz (1883: 647)" ;
dwc:authorityName "Maximowicz" ;
dwc:authorityPageNumber "647" ;
dwc:authorityYear "1883" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Maximowicz, 1883" ;
dwc:species "tetrandra" ;
dwc:variety "glabra" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_tetrandra_glabra> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_cephalantha>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cephalantha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_disciflora>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "disciflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_tetrandra_glabra>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "tetrandra" ;
dwc:variety "glabra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania_tetrandra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_tetrandra>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tetrandra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
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/03F008399C5BBC067EEAF823FD87FF4F>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania cyanantha Welw. ex Hiern 1896" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_cyanantha_Hiern_1896> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_cyanantha_Hiern_1896>
dwc:authority "Welw. ex Hiern (1896: 20)" ;
dwc:authorityName "Welw. ex Hiern" ;
dwc:authorityPageNumber "20" ;
dwc:authorityYear "1896" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Welw. ex Hiern, 1896" ;
dwc:species "cyanantha" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_cyanantha> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_cyanantha>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cyanantha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5CBC067EEAF80FFEA3F7BF>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania ebracteata S. Y. Zhao & H. S. Lo 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_ebracteata_Zhao_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_ebracteata_Zhao_1990>
dwc:authority "Zhao & Lo (1990: 181)" ;
dwc:authorityName "S. Y. Zhao & H. S. Lo" ;
dwc:authorityPageNumber "181" ;
dwc:authorityYear "1990" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "S. Y. Zhao & H. S. Lo, 1990" ;
dwc:species "ebracteata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6ZPYB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_ebracteata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_ebracteata>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ebracteata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5CBC067EEAF977FE18F8EB>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania dolichopoda Diels 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_dolichopoda_Diels_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_dolichopoda_Diels_1910>
dwc:authority "Diels (1910: 282)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "282" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "dolichopoda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dolichopoda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dolichopoda>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dolichopoda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,225 @@
@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/03F008399C5CBC067EEAFAE3FADDF933>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania dinklagei Diels 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_dinklagei_Engl._1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Cissampelos_dinklagei_Engler_1899>, <http://taxon-concept.plazi.org/id/Plantae/Stephania_dinklagei_axillaris_Troupin_1949>, <http://taxon-concept.plazi.org/id/Plantae/Kolobopetalum_tisserantii_Chevalier_1938> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_dinklagei_Engl._1910>
dwc:authority "(Engl.) Diels (1910: 265)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "265" ;
dwc:authorityYear "1910" ;
dwc:baseAuthorityName "Engl." ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Engl.) Diels, 1910" ;
dwc:species "dinklagei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dinklagei> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Cissampelos_dinklagei_Engler_1899>
dwc:authority "Engler (1899: 399)" ;
dwc:authorityName "Engler" ;
dwc:authorityPageNumber "399" ;
dwc:authorityYear "1899" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Engler, 1899" ;
dwc:species "dinklagei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cissampelos_dinklagei> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_dinklagei_axillaris_Troupin_1949>
dwc:authority "Troupin (1949: 434)" ;
dwc:authorityName "Troupin" ;
dwc:authorityPageNumber "434" ;
dwc:authorityYear "1949" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Troupin, 1949" ;
dwc:species "dinklagei" ;
dwc:variety "axillaris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dinklagei_axillaris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Kolobopetalum_tisserantii_Chevalier_1938>
dwc:authority "Chevalier (1938: 117)" ;
dwc:authorityName "Chevalier" ;
dwc:authorityPageNumber "117" ;
dwc:authorityYear "1938" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Kolobopetalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chevalier, 1938" ;
dwc:species "tisserantii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Kolobopetalum_tisserantii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dinklagei>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dinklagei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cissampelos_dinklagei>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dinklagei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cissampelos> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cissampelos>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cissampelos" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dinklagei_axillaris>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "dinklagei" ;
dwc:variety "axillaris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania_dinklagei> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kolobopetalum_tisserantii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Kolobopetalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tisserantii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Kolobopetalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Kolobopetalum>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Kolobopetalum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,118 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F008399C5CBC067EEAFB37FE37FA87>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania dielsiana C. Y. Wu 1940" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5CBC067EEAFB37FE37FA87.mc.3B31B3729C5CBC067EEAFB11FBB0FB59> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_dielsiana_Wu_1940> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_dielsiana_Wu_1940>
dwc:authority "Wu (1940: 174)" ;
dwc:authorityName "C. Y. Wu" ;
dwc:authorityPageNumber "174" ;
dwc:authorityYear "1940" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "C. Y. Wu, 1940" ;
dwc:species "dielsiana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dielsiana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dielsiana>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dielsiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5CBC067EEAFB37FE37FA87.mc.3B31B3729C5CBC067EEAFB11FBB0FB59>
dwc:collectionCode "IBSC" ;
dwc:eventDate "1931-05-25" ;
dwc:locality "Sin" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5CBC067EEAFB37FE37FA87#3B31B3729C5CBC067EEAFB11FBB0FB59> ;
a dwc:MaterialCitation .

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/03F008399C5CBC067EEAFC1FFE75FBF3>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania dictyoneura Diels 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_dictyoneura_Diels_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_dictyoneura_Diels_1910>
dwc:authority "Diels (1910: 281)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "281" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "dictyoneura" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BR4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dictyoneura> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dictyoneura>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dictyoneura" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5CBC067EEAFCA3FEA3FC1B>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania dicentrinifera H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dicentrinifera> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dicentrinifera>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dicentrinifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5CBC067EEAFDF7FEA3FD47>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania dentifolia S. H. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_dentifolia> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_dentifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dentifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,159 @@
@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/03F008399C5CBC067EEAFEABFEA3FDB3>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania delavayi Diels 1910" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5CBC067EEAFEABFEA3FDB3.mc.3B31B3729C5CBC067EEAFE95FE9FFEF9>, <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5CBC067EEAFEABFEA3FDB3.mc.3B31B3729C5CBC067F02FEDDFD9CFE1D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_delavayi_Diels_1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_graciliflora_Yamamoto_1940> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_delavayi_Diels_1910>
dwc:authority "Diels (1910: 275)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "275" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "delavayi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_delavayi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_graciliflora_Yamamoto_1940>
dwc:authority "Yamamoto (1940: 243)" ;
dwc:authorityName "Yamamoto" ;
dwc:authorityPageNumber "243" ;
dwc:authorityYear "1940" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yamamoto, 1940" ;
dwc:species "graciliflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BQZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_graciliflora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_delavayi>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "delavayi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_graciliflora>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "graciliflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5CBC067EEAFEABFEA3FDB3.mc.3B31B3729C5CBC067EEAFE95FE9FFEF9>
dwc:catalogNumber "K000644641" ;
dwc:collectionCode "K" ;
dwc:locality "Delavay" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5CBC067EEAFEABFEA3FDB3#3B31B3729C5CBC067EEAFE95FE9FFEF9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5CBC067EEAFEABFEA3FDB3.mc.3B31B3729C5CBC067F02FEDDFD9CFE1D>
dwc:catalogNumber "NAS00317152" ;
dwc:collectionCode "NAS" ;
dwc:eventDate "1933-09-14" ;
dwc:locality "Weipaoshan" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "2300" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5CBC067EEAFEABFEA3FDB3#3B31B3729C5CBC067F02FEDDFD9CFE1D> ;
a dwc:MaterialCitation .

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/03F008399C5DBC077EEAF823FEA3F7BF>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania intermedia H. S. Lo 1983" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_intermedia_Lo_1983> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_intermedia_Lo_1983>
dwc:authority "Lo (1983: 247)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "247" ;
dwc:authorityYear "1983" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1983" ;
dwc:species "intermedia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BS3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_intermedia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_intermedia>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "intermedia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,119 @@
@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/03F008399C5DBC077EEAF90BFEA3F8C7>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania herbacea Gagnepain 1908" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5DBC077EEAF90BFEA3F8C7.mc.3B31B3729C5DBC077EEAF975FAE6F899> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_herbacea_Gagnepain_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_herbacea_Gagnepain_1908>
dwc:authority "Gagnepain (1908 a: 40)" ;
dwc:authorityName "Gagnepain" ;
dwc:authorityYear "1908" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gagnepain, 1908" ;
dwc:species "herbacea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_herbacea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_herbacea>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "herbacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5DBC077EEAF90BFEA3F8C7.mc.3B31B3729C5DBC077EEAF975FAE6F899>
dwc:catalogNumber "K000644638, MPU026855, SYS 00052744" ;
dwc:collectionCode "K, MPU, SYS" ;
dwc:eventDate "1892-07-08" ;
dwc:locality "Chengkou" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1400" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5DBC077EEAF90BFEA3F8C7#3B31B3729C5DBC077EEAF975FAE6F899> ;
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/03F008399C5DBC077EEAFA5FFEA3F9EF>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania hainanensis H. S. Lo & Y. Tsoong" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_hainanensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_hainanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hainanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5DBC077EEAFAE3FDCEFA5B>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania grandiflora Forman 1968" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_grandiflora_Forman_1968> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_grandiflora_Forman_1968>
dwc:authority "Forman (1968: 354)" ;
dwc:authorityName "Forman" ;
dwc:authorityPageNumber "354" ;
dwc:authorityYear "1968" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forman, 1968" ;
dwc:species "grandiflora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_grandiflora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_grandiflora>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "grandiflora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,118 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03F008399C5DBC077EEAFB37FDCBFA87>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania gracilenta Miers 1866" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5DBC077EEAFB37FDCBFA87.mc.3B31B3729C5DBC077EEAFB11FBA0FB59> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_gracilenta_Miers_1866> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_gracilenta_Miers_1866>
dwc:authority "Miers (1866: 15)" ;
dwc:authorityName "Miers" ;
dwc:authorityPageNumber "15" ;
dwc:authorityYear "1866" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Miers, 1866" ;
dwc:species "gracilenta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_gracilenta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_gracilenta>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "gracilenta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5DBC077EEAFB37FDCBFA87.mc.3B31B3729C5DBC077EEAFB11FBA0FB59>
dwc:catalogNumber "K000644575, BM000554362" ;
dwc:collectionCode "K, BM" ;
dwc:locality "Wallich" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5DBC077EEAFB37FDCBFA87#3B31B3729C5DBC077EEAFB11FBA0FB59> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,147 @@
@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/03F008399C5DBC077EEAFC1FFD82FBF3>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania glandulifera Miers 1866" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5DBC077EEAFC1FFD82FBF3.mc.3B31B3729C5DBC077EEAFC79FC3BFC61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_glandulifera_Miers_1866> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_Loureiro_1790> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_glandulifera_Miers_1866>
dwc:authority "Miers (1866: 15)" ;
dwc:authorityName "Miers" ;
dwc:authorityPageNumber "15" ;
dwc:authorityYear "1866" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Miers, 1866" ;
dwc:species "glandulifera" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_glandulifera> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_rotunda_Loureiro_1790>
dwc:authorityName "Loureiro" ;
dwc:authorityYear "1790" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Loureiro, 1790" ;
dwc:species "rotunda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_glandulifera>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "glandulifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_rotunda>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rotunda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5DBC077EEAFC1FFD82FBF3.mc.3B31B3729C5DBC077EEAFC79FC3BFC61>
dwc:catalogNumber "K000644633" ;
dwc:collectionCode "K" ;
dwc:locality "Thomson" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5DBC077EEAFC1FFD82FBF3#3B31B3729C5DBC077EEAFC79FC3BFC61> ;
a dwc:MaterialCitation .

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/03F008399C5DBC077EEAFCA3FDCEFC1B>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania formanii Kundu & S. Guha 1976" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_formanii_Kundu_1976> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_formanii_Kundu_1976>
dwc:authority "Kundu & Guha (1976: 259)" ;
dwc:authorityName "Kundu & S. Guha" ;
dwc:authorityPageNumber "259" ;
dwc:authorityYear "1976" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kundu & S. Guha, 1976" ;
dwc:species "formanii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_formanii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_formanii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "formanii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5DBC077EEAFDF7FEA3FD47>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania excentrica H. S. Lo 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_excentrica_Lo_1978> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_excentrica_Lo_1978>
dwc:authority "Lo (1978: 33)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "33" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1978" ;
dwc:species "excentrica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_excentrica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_excentrica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "excentrica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5DBC077EEAFE3BFEA3FDB3>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania epigaea H. S. Lo 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_epigaea_Lo_1978> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_epigaea_Lo_1978>
dwc:authority "Lo (1978: 34)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "34" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1978" ;
dwc:species "epigaea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_epigaea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_epigaea>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "epigaea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,163 @@
@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/03F008399C5DBC077EEAFF07FD5AFEFF>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania elegans Hooker & Thomson 1855" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5DBC077EEAFF07FD5AFEFF.mc.3B31B3729C5DBC077EEAFF61FD3FFF6D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_elegans_Hooker_1855> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_japonica_elegans_Kuntze_1891> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_elegans_Hooker_1855>
dwc:authority "Hooker & Thomson (1855: 195)" ;
dwc:authorityName "Hooker & Thomson" ;
dwc:authorityPageNumber "195" ;
dwc:authorityYear "1855" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hooker & Thomson, 1855" ;
dwc:species "elegans" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_elegans> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_japonica_elegans_Kuntze_1891>
dwc:authority "Kuntze (1891: 10)" ;
dwc:authorityName "Kuntze" ;
dwc:authorityPageNumber "10" ;
dwc:authorityYear "1891" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Kuntze, 1891" ;
dwc:species "japonica" ;
dwc:variety "elegans" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BRB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_japonica_elegans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_elegans>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "elegans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_japonica_elegans>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "japonica" ;
dwc:variety "elegans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania_japonica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_japonica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "japonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F008399C5DBC077EEAFF07FD5AFEFF.mc.3B31B3729C5DBC077EEAFF61FD3FFF6D>
dwc:catalogNumber "K000644620, K000644623, K000644624, K000644625" ;
dwc:collectionCode "K" ;
dwc:locality "Thomson" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F008399C5DBC077EEAFF07FD5AFEFF#3B31B3729C5DBC077EEAFF61FD3FFF6D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,194 @@
@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/03F008399C5EBC047EEAFF07FBD3FF6D>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania japonica Miers 1866" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_japonica_Thunb._1866> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Menispermum_japonicum_Thunberg_1784>, <http://taxon-concept.plazi.org/id/Plantae/Cocculus_japonicus_Thunberg_1817> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_japonica_Thunb._1866>
dwc:authority "(Thunb.) Miers (1866: 14)" ;
dwc:authorityName "Miers" ;
dwc:authorityPageNumber "14" ;
dwc:authorityYear "1866" ;
dwc:baseAuthorityName "Thunb." ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Thunb.) Miers, 1866" ;
dwc:species "japonica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BS5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_japonica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Menispermum_japonicum_Thunberg_1784>
dwc:authority "Thunberg (1784: 892)" ;
dwc:authorityName "Thunberg" ;
dwc:authorityPageNumber "892" ;
dwc:authorityYear "1784" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Menispermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thunberg, 1784" ;
dwc:species "japonicum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BS5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Menispermum_japonicum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Cocculus_japonicus_Thunberg_1817>
dwc:authority "(Thunberg) Candolle (1817: 516)" ;
dwc:authorityName "Candolle" ;
dwc:authorityPageNumber "516" ;
dwc:authorityYear "1817" ;
dwc:baseAuthorityName "Thunberg" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cocculus" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Thunberg) Candolle, 1817" ;
dwc:species "japonicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BS5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cocculus_japonicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_japonica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "japonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermum_japonicum>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Menispermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "japonicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermum>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Menispermum" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cocculus_japonicus>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cocculus" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "japonicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cocculus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cocculus>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Cocculus" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,140 @@
@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/03F008399C5FBC057EEAF89EFDD7F794>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania merrillii Diels 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_merrillii_Diels_1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Stephania_sasakii_Yamamoto_1928> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_merrillii_Diels_1910>
dwc:authority "Diels (1910: 268)" ;
dwc:authorityName "Diels" ;
dwc:authorityPageNumber "268" ;
dwc:authorityYear "1910" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Diels, 1910" ;
dwc:species "merrillii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_merrillii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_sasakii_Yamamoto_1928>
dwc:authority "Hayata ex Yamamoto (1928: 13)" ;
dwc:authorityName "Hayata ex Yamamoto" ;
dwc:authorityPageNumber "13" ;
dwc:authorityYear "1928" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hayata ex Yamamoto, 1928" ;
dwc:species "sasakii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_sasakii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_merrillii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "merrillii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania_sasakii>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sasakii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
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/03F008399C5FBC057EEAF922FEA3F898>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania mashanica H. S. Lo & B. N. Chang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_mashanica> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_mashanica>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "mashanica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5FBC057EEAFA76FEA3F9C4>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania macrantha H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_macrantha> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_macrantha>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "macrantha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5FBC057EEAFABAFEA3FA30>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania longipes H. S. Lo 1982" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_longipes_Lo_1982> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_longipes_Lo_1982>
dwc:authority "Lo (1982: 54)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "54" ;
dwc:authorityYear "1982" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1982" ;
dwc:species "longipes" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BSF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_longipes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_longipes>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "longipes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5FBC057EEAFC82FEA3FC38>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania lincangensis H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_lincangensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_lincangensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lincangensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5FBC057EEAFDD6FEA3FD64>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania kwangsiensis H. S. Lo 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stephania_kwangsiensis_Lo_1978> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Stephania_kwangsiensis_Lo_1978>
dwc:authority "Lo (1978: 30)" ;
dwc:authorityName "H. S. Lo" ;
dwc:authorityPageNumber "30" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. S. Lo, 1978" ;
dwc:species "kwangsiensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/52BS8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_kwangsiensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Stephania_kwangsiensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kwangsiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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/03F008399C5FBC057EEAFE1AFEA3FDD0>
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:title "Stephania kuinanensis H. S. Lo & M. Yang" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Stephania_kuinanensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.1>
bibo:endPage "118" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "101" ;
bibo:volume "298" ;
dc:creator "Hul, Sovanmoly; Dary, Chhavarath; Jacques, Frederic; Ollivier, Evelyne; Bun, Sok-Siya; Cheng, Sun Kaing; Kim, Sothea; Peou, Youleang; Jabbour, Florian" ;
dc:date "2017" ;
dc:title "The world checklist of Stephania (Menispermaceae), with notes on types" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Stephania_kuinanensis>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kuinanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stephania> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Stephania>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:genus "Stephania" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Menispermaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Menispermaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Menispermaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ranunculales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ranunculales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Ranunculales" ;
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,132 @@
@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/03FA1878FF81FFEA84AEF9478FC9F7AB>
dc:creator "Jiang, Lei; Xu, Kewang; Fan, Qiang; Peng, Hua" ;
dc:title "Ilex venusta H. Peng & W. B. Liao 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03FA1878FF81FFEA84AEF9478FC9F7AB.mc.3B3BA333FF81FFEF84AEF97F8963F88A>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA1878FF81FFEA84AEF9478FC9F7AB.mc.3B3BA333FF84FFEA8640F8588FF5F7AB> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_venusta_Peng_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.2.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.2.4>
bibo:endPage "157" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-10" ;
bibo:startPage "147" ;
bibo:volume "298" ;
dc:creator "Jiang, Lei; Xu, Kewang; Fan, Qiang; Peng, Hua" ;
dc:date "2017" ;
dc:title "A new species of Ilex (Aquifoliaceae) from Jiangxi Province, China, based on morphological and molecular data" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Ilex_venusta_Peng_2017>
dwc:authority "H.Peng & W.B.Liao" ;
dwc:authorityName "H. Peng & W. B. Liao" ;
dwc:authorityYear "2017" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. Peng & W. B. Liao, 2017" ;
dwc:species "venusta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3PG2Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_venusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Ilex_venusta>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "venusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ilex>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:genus "Ilex" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aquifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Aquifoliales" ;
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/03FA1878FF81FFEA84AEF9478FC9F7AB.mc.3B3BA333FF81FFEF84AEF97F8963F88A>
dwc:collectionCode "KUN, SYS, PE, A" ;
dwc:eventDate "2016-10-27" ;
dwc:locality "Ganzhou City" ;
dwc:recordedBy "Xu & Zhao" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1107" ;
dwc:verbatimLatitude "25.9" ;
dwc:verbatimLongitude "114.05" ;
trt:httpUri <https://treatment.plazi.org/id/03FA1878FF81FFEA84AEF9478FC9F7AB#3B3BA333FF81FFEF84AEF97F8963F88A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03FA1878FF81FFEA84AEF9478FC9F7AB.mc.3B3BA333FF84FFEA8640F8588FF5F7AB>
dwc:collectionCode "KUN, SYS" ;
dwc:eventDate "2016-07-11" ;
dwc:locality "Wuzhifeng National Forest Park" ;
dwc:recordedBy "Fan & Xu & Zhao" ;
dwc:verbatimElevation "1390" ;
dwc:verbatimLatitude "25.983334" ;
dwc:verbatimLongitude "114.13333" ;
trt:httpUri <https://treatment.plazi.org/id/03FA1878FF81FFEA84AEF9478FC9F7AB#3B3BA333FF84FFEA8640F8588FF5F7AB> ;
a dwc:MaterialCitation .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/823887E6844FFFD0FF68FEE98A08FA6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689500>, <http://dx.doi.org/10.5281/zenodo.13689502>, <http://dx.doi.org/10.5281/zenodo.13689504>, <http://dx.doi.org/10.5281/zenodo.13689510>, <http://dx.doi.org/10.5281/zenodo.13689508> ;
dc:creator "Liu, Bing; Williams, David M.; Ou, Yongda" ;
dc:title "Adlafia sinensis Bing Liu & D. M. Williams 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/823887E6844FFFD0FF68FEE98A08FA6B.mc.BAF93CAD844FFFD0FEFFFB4C8873FB37> ;
@ -27,6 +28,7 @@
dc:creator "Liu, Bing; Williams, David M.; Ou, Yongda" ;
dc:date "2017" ;
dc:title "Adlafia sinensis sp. nov. (Bacillariophyceae) from the Wuling Mountains Area, China, with reference to the structure of its girdle bands" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689500>, <http://dx.doi.org/10.5281/zenodo.13689502>, <http://dx.doi.org/10.5281/zenodo.13689504>, <http://dx.doi.org/10.5281/zenodo.13689510>, <http://dx.doi.org/10.5281/zenodo.13689508> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Adlafia_sinensis_Liu_2017>
@ -107,6 +109,31 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13689500>
dc:description "FIGURES 235. Adlafia sinensis sp. nov., LM. 235. 34 valves showing the variation in valve outline, note the central raphe endings discernible only in some specimens. 29. Photograph of holotype. Scale bar (in Fig. 1) =10 μm for all figures." ;
fabio:hasRepresentation <https://zenodo.org/record/13689500/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689502>
dc:description "FIGURES 3639. Adlafia sinensis sp. nov., SEM. 3638. External view of valves, showing hooked terminal raphe fissures, the areolae covered by hymenes externally and two rows of poroids on the girdle band (Fig. 38, arrow). 39. The internal view of valve, note the deep mantles. Scale bars = 5 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13689502/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689504>
dc:description "FIGURES 4042. Adlafia sinensis sp.nov., SEM.4042.Three types of frustules.40. One very slightly dismembered frustule,showing the epivalve (EV), hypovalve (HV) and valvocopula (VC).41. One slightly dismembered frustule, showing the epivalve (EV), hypovalve (HV) and valvocopula (VC). Note the deep mantle, striae continuing onto the mantle, but seven striae located only on the mantle (arrowheads). 42. One dismembered frustule or a released frustule after new sibling valve formation, note the hypovalve (HV), the epivalve (EV), and the valvocopula (VC). Scale bars = 5 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13689504/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689510>
dc:description "FIGURES 4750. Adlafia sinensis sp. nov., SEM. 47. A dismembered frustule, showing the valvocopula with one row of areola on both the pars interior and pars exterior (arrow), and c. five striae located only on the mantle (arrows). 4850. Girdle view showing five striae located only on the mantle (arrows). Scale bars = 5 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13689510/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689508>
dc:description "FIGURES 4346. Adlafia sinensis sp. nov., SEM. 43. Detail of Fig. 41, showing the hooked terminal raphe fissures continuing onto the mantle, open girdle band (arrow), and two rows of poroids become only one row distal the raphe fissure (curved arrow). 44. Detail of Fig. 40, showing the structure of the cingulum at the apex, note the valvocopulae (VC), two segmental bands (B2 and B3), and distinct gap. 45. Detail of Fig. 40, showing the deep mantle and the valvocopula connecting epivalve with the hypovalve. 46. Detail of Fig. 40, showing the structure of the cingulum at the apex, note the valvocopulae (VC), and distinct gap. Scale bars = 1 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13689508/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/823887E6844FFFD0FF68FEE98A08FA6B.mc.BAF93CAD844FFFD0FEFFFB4C8873FB37>
dwc:catalogNumber "G201607" ;
dwc:collectionCode "JIU, BM" ;

View file

@ -0,0 +1,130 @@
@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/A35CED71FFEFFFF42EB2F96D0CE5FDC5>
cito:cites <http://dx.doi.org/10.5281/zenodo.13689570>, <http://dx.doi.org/10.5281/zenodo.13689574> ;
dc:creator "Zhai, Junwen; Chen, Xiuping; Chen, Yanqiong; Wang, Bingmou" ;
dc:title "Bulbophyllum yingjiangense B. M. Wang & J. W. Zhai. A. Flowering 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A35CED71FFEFFFF42EB2F96D0CE5FDC5.mc.9B9D563AFFEFFFF52EB2F9050D05F8F1> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Bulbophyllum_yingjiangense_Wang_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.298.1.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.298.1.8>
bibo:endPage "82" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-07" ;
bibo:startPage "77" ;
bibo:volume "298" ;
dc:creator "Zhai, Junwen; Chen, Xiuping; Chen, Yanqiong; Wang, Bingmou" ;
dc:date "2017" ;
dc:title "Bulbophyllum yingjiangense, a new species from Yunnan, China: morphological and molecular evidence (Orchidaceae; Epidendroideae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13689570>, <http://dx.doi.org/10.5281/zenodo.13689574> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Bulbophyllum_yingjiangense_Wang_2017>
dwc:authority "B.M.Wang & J.W.Zhai" ;
dwc:authorityName "B. M. Wang & J. W. Zhai. A. Flowering" ;
dwc:authorityYear "2017" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bulbophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "B. M. Wang & J. W. Zhai. A. Flowering, 2017" ;
dwc:species "yingjiangense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8WRXR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Bulbophyllum_yingjiangense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Bulbophyllum_yingjiangense>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bulbophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "yingjiangense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bulbophyllum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bulbophyllum>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Bulbophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13689570>
dc:description "FIGURE 2. Illustration of Bulbophyllum yingjiangense B.M.Wang & J.W.Zhai.A. Flowering plant. B. Longitudinal section of flower. C. Dorsal sepal. D. Petal. E. Column with labellum. F. Labellum. G. Pollinium. H. Lateral sepal." ;
fabio:hasRepresentation <https://zenodo.org/record/13689570/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13689574>
dc:description "FIGURE 3. Bulbophyllum yingjiangense B.M.Wang & J.W.Zhai. A. Holotype. B. Pseudobulb with four ridges. C. Flower. D. Anatomy of the flower. E. Pollinium." ;
fabio:hasRepresentation <https://zenodo.org/record/13689574/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A35CED71FFEFFFF42EB2F96D0CE5FDC5.mc.9B9D563AFFEFFFF52EB2F9050D05F8F1>
dwc:collectionCode "IBSC, FAFU" ;
dwc:locality "Xima" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "24.75" ;
dwc:verbatimLongitude "97.7" ;
trt:httpUri <https://treatment.plazi.org/id/A35CED71FFEFFFF42EB2F96D0CE5FDC5#9B9D563AFFEFFFF52EB2F9050D05F8F1> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,176 @@
@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/B33FA230FFF9726A23A389E6A085F8F7>
cito:cites <http://dx.doi.org/10.5281/zenodo.13628212>, <http://dx.doi.org/10.5281/zenodo.13628214> ;
dc:creator "Ribeiro, Felipe Bezerra; Horch, Amanda Porciuncula; Terossi, Mariana; Mantelatto, Fernando Luis" ;
dc:title "Metaphrixus wehrtmanni Ribeiro, Horch, Terossi & Mantelatto, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B33FA230FFF9726A23A389E6A085F8F7.mc.8BFE197BFFF9726F226F8A52A2AEF904>, <http://tb.plazi.org/GgServer/dwcaRecords/B33FA230FFF9726A23A389E6A085F8F7.mc.8BFE197BFFFC726A23F38D2EA170FEFB> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus_carolii> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metaphrixus_wehrtmanni_Ribeiro_2024> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Metaphrixus_rastriferis_Markham_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5501.3.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5501.3.4>
bibo:endPage "466" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-09-02" ;
bibo:startPage "458" ;
bibo:volume "5501" ;
dc:creator "Ribeiro, Felipe Bezerra; Horch, Amanda Porciuncula; Terossi, Mariana; Mantelatto, Fernando Luis" ;
dc:date "2024" ;
dc:title "A new species of Metaphrixus Nierstrasz & Brender à Brandis, 1931 (Isopoda: Bopyridae: Hemiarthrinae) associated with an Hippolytidae shrimp from Costa Rica" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13628212>, <http://dx.doi.org/10.5281/zenodo.13628214> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metaphrixus_wehrtmanni_Ribeiro_2024>
dwc:authorityName "Ribeiro & Horch & Terossi & Mantelatto" ;
dwc:authorityYear "2024" ;
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ribeiro & Horch & Terossi & Mantelatto, 2024" ;
dwc:species "wehrtmanni" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus_wehrtmanni> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Metaphrixus_rastriferis_Markham_1990>
dwc:authorityName "Markham" ;
dwc:authorityYear "1990" ;
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Markham, 1990" ;
dwc:species "rastriferis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus_rastriferis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metaphrixus_wehrtmanni>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "wehrtmanni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metaphrixus>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bopyridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bopyridae>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isopoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metaphrixus_carolii>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "carolii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metaphrixus_rastriferis>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rastriferis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13628212>
dc:description "FIGURE 1. Metaphrixus wehrtmanni sp. nov., female holotype (MZ-UCR 3824). A, habitus, dorsal view; B, habitus, ventral view; C, right antennula and antenna; D, barbula; E, right maxilliped, inner view; F, right maxilliped, outer view; G, right oostegite 1, outer view; H, left oostegite 1, outer view; I, pereopod 1, convex side; J, pleopods. Scale bars:A and J = 0.5 mm; B = 0.75 mm; C = 0.05 mm; D = 0.25 mm; E and F = 0.2 mm; G, H and I = 0.1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13628212/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13628214>
dc:description "FIGURE 2. Distribution of the five species of Metaphrixus Nierstrasz & Brender à Brandis, 1931. References for all records can be found in Table 1." ;
fabio:hasRepresentation <https://zenodo.org/record/13628214/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/B33FA230FFF9726A23A389E6A085F8F7.mc.8BFE197BFFF9726F226F8A52A2AEF904>
dwc:catalogNumber "MZ-UCR 3824, MZ-UCR 3825" ;
dwc:locality "Cahuita" ;
dwc:recordedBy "I. Wehrtmann" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "9.744834" ;
dwc:verbatimLongitude "-82.853584" ;
trt:httpUri <https://treatment.plazi.org/id/B33FA230FFF9726A23A389E6A085F8F7#8BFE197BFFF9726F226F8A52A2AEF904> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/B33FA230FFF9726A23A389E6A085F8F7.mc.8BFE197BFFFC726A23F38D2EA170FEFB>
dwc:locality "Cahuita" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/B33FA230FFF9726A23A389E6A085F8F7#8BFE197BFFFC726A23F38D2EA170FEFB> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,79 @@
@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/B33FA230FFF9726F23A38932A66CFA27>
dc:creator "Ribeiro, Felipe Bezerra; Horch, Amanda Porciuncula; Terossi, Mariana; Mantelatto, Fernando Luis" ;
dc:title "Metaphrixus Nierstrasz & Brender" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5501.3.4> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5501.3.4>
bibo:endPage "466" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-09-02" ;
bibo:startPage "458" ;
bibo:volume "5501" ;
dc:creator "Ribeiro, Felipe Bezerra; Horch, Amanda Porciuncula; Terossi, Mariana; Mantelatto, Fernando Luis" ;
dc:date "2024" ;
dc:title "A new species of Metaphrixus Nierstrasz & Brender à Brandis, 1931 (Isopoda: Bopyridae: Hemiarthrinae) associated with an Hippolytidae shrimp from Costa Rica" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Metaphrixus>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bopyridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bopyridae>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isopoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
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,79 @@
@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/B33FA230FFFD726B23A3886AA6A3FA7F>
dc:creator "Ribeiro, Felipe Bezerra; Horch, Amanda Porciuncula; Terossi, Mariana; Mantelatto, Fernando Luis" ;
dc:title "Metaphrixus Nierstrasz & Brender" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5501.3.4> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Metaphrixus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5501.3.4>
bibo:endPage "466" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-09-02" ;
bibo:startPage "458" ;
bibo:volume "5501" ;
dc:creator "Ribeiro, Felipe Bezerra; Horch, Amanda Porciuncula; Terossi, Mariana; Mantelatto, Fernando Luis" ;
dc:date "2024" ;
dc:title "A new species of Metaphrixus Nierstrasz & Brender à Brandis, 1931 (Isopoda: Bopyridae: Hemiarthrinae) associated with an Hippolytidae shrimp from Costa Rica" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Metaphrixus>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:genus "Metaphrixus" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bopyridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bopyridae>
dwc:class "Malacostraca" ;
dwc:family "Bopyridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isopoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Isopoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
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 .