This commit is contained in:
treatmentbank 2024-12-04 03:51:06 +00:00
parent d97dadbb06
commit cbb71b4008
7 changed files with 601 additions and 163 deletions

View file

@ -8,11 +8,11 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F275A6752C5E4023FB12A18CFF0B6F6C>
<http://treatment.plazi.org/id/F275A6752C5D4020FD37A02CFE3C6FD4>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium scandens Sond., DLN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB12A18CFF0B6F6C.mc.CAB41D3E2C5E4023FA45A18CFD686F73>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB12A18CFF0B6F6C.mc.CAB41D3E2C5E4023FD43A064FF076F6C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_scandens_Sond_> ;
dc:title "Thesium xerophyticum A. W. Hill" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD37A02CFE3C6FD4.mc.CAB41D3E2C5D4020FC27A02CFE386FD4> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_xerophyticum_Hill_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
@ -28,9 +28,9 @@
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_scandens_Sond_>
dwc:authority "Sond., DLN" ;
dwc:authorityName "Sond., DLN" ;
<http://taxon-concept.plazi.org/id/Plantae/Thesium_xerophyticum_Hill_>
dwc:authority "A.W.Hill" ;
dwc:authorityName "A. W. Hill" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
@ -38,13 +38,13 @@
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sond., DLN" ;
dwc:species "scandens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FNQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_scandens> ;
dwc:scientificNameAuthorship "Hill" ;
dwc:species "xerophyticum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FRP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_xerophyticum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_scandens>
<http://taxon-name.plazi.org/id/Plantae/Thesium_xerophyticum>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
@ -52,7 +52,7 @@
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "scandens" ;
dwc:species "xerophyticum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
@ -91,12 +91,7 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB12A18CFF0B6F6C.mc.CAB41D3E2C5E4023FA45A18CFD686F73>
trt:gbifOccurrenceId "4985388650" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FB12A18CFF0B6F6C#CAB41D3E2C5E4023FA45A18CFD686F73> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB12A18CFF0B6F6C.mc.CAB41D3E2C5E4023FD43A064FF076F6C>
trt:gbifOccurrenceId "4985388511" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FB12A18CFF0B6F6C#CAB41D3E2C5E4023FD43A064FF076F6C> ;
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD37A02CFE3C6FD4.mc.CAB41D3E2C5D4020FC27A02CFE386FD4>
trt:gbifOccurrenceId "4985388534" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD37A02CFE3C6FD4#CAB41D3E2C5D4020FC27A02CFE386FD4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium viridifolium Levyns, DLN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FC86A18CFA6E6F5C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FF83A064FC366F74>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FC29A064FEA66F6B>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FE84A05CFB206F6C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FF83A034FC816F04>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FB8CA034FD3A6F3C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_viridifolium_Levyns_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13123>
bibo:endPage "236" ;
bibo:issue "1" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-02-29" ;
bibo:startPage "190" ;
bibo:volume "73" ;
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:date "2024" ;
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_viridifolium_Levyns_>
dwc:authority "Levyns, DLN" ;
dwc:authorityName "Levyns, DLN" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Levyns, DLN" ;
dwc:species "viridifolium" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FRC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_viridifolium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_viridifolium>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "viridifolium" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesium>
dwc:genus "Thesium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesiaceae>
dwc:family "Thesiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Santalales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Santalales>
dwc:order "Santalales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FC86A18CFA6E6F5C>
trt:gbifOccurrenceId "4985388532" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C#CAB41D3E2C5D4020FC86A18CFA6E6F5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FF83A064FC366F74>
trt:gbifOccurrenceId "4985388611" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C#CAB41D3E2C5D4020FF83A064FC366F74> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FC29A064FEA66F6B>
trt:gbifOccurrenceId "4985388479" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C#CAB41D3E2C5D4020FC29A064FEA66F6B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FE84A05CFB206F6C>
trt:gbifOccurrenceId "4985388588" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C#CAB41D3E2C5D4020FE84A05CFB206F6C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FF83A034FC816F04>
trt:gbifOccurrenceId "4985388574" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C#CAB41D3E2C5D4020FF83A034FC816F04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5D4020FD7DA18CFB246F6C.mc.CAB41D3E2C5D4020FB8CA034FD3A6F3C>
trt:gbifOccurrenceId "4985388401" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5D4020FD7DA18CFB246F6C#CAB41D3E2C5D4020FB8CA034FD3A6F3C> ;
a dwc:MaterialCitation .

View file

@ -1,142 +0,0 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium viride A. W. Hill" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5E4020FA8FA6FCFCFE6EA4>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FCF2A194FAC16EA3>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FAD8A194FD626F5C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FC86A18CFA6E6F5C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FF83A064FC366F74>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FC29A064FEA66F6B>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FE84A05CFB206F6C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FF83A034FC816F04>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FB8CA034FD3A6F3C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FC27A02CFE386FD4> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_viride_Hill_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13123>
bibo:endPage "236" ;
bibo:issue "1" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-02-29" ;
bibo:startPage "190" ;
bibo:volume "73" ;
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:date "2024" ;
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_viride_Hill_>
dwc:authority "A.W.Hill" ;
dwc:authorityName "A. W. Hill" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hill" ;
dwc:species "viride" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FRB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_viride> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_viride>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "viride" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesium>
dwc:genus "Thesium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesiaceae>
dwc:family "Thesiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Santalales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Santalales>
dwc:order "Santalales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5E4020FA8FA6FCFCFE6EA4>
trt:gbifOccurrenceId "4985388317" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5E4020FA8FA6FCFCFE6EA4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FCF2A194FAC16EA3>
trt:gbifOccurrenceId "4985388606" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FCF2A194FAC16EA3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FAD8A194FD626F5C>
trt:gbifOccurrenceId "4985388330" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FAD8A194FD626F5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FC86A18CFA6E6F5C>
trt:gbifOccurrenceId "4985388532" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FC86A18CFA6E6F5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FF83A064FC366F74>
trt:gbifOccurrenceId "4985388611" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FF83A064FC366F74> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FC29A064FEA66F6B>
trt:gbifOccurrenceId "4985388479" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FC29A064FEA66F6B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FE84A05CFB206F6C>
trt:gbifOccurrenceId "4985388588" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FE84A05CFB206F6C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FF83A034FC816F04>
trt:gbifOccurrenceId "4985388574" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FF83A034FC816F04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FB8CA034FD3A6F3C>
trt:gbifOccurrenceId "4985388401" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FB8CA034FD3A6F3C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4020FB20A6FCFD626F5C.mc.CAB41D3E2C5D4020FC27A02CFE386FD4>
trt:gbifOccurrenceId "4985388534" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4020FB20A6FCFD626F5C#CAB41D3E2C5D4020FC27A02CFE386FD4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F275A6752C5E4023FB52A74CFD6B682C>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium thamnus Robyns & Lawalree, DLN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB52A74CFD6B682C.mc.CAB41D3E2C5E4023FF73A724FBDA6834>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB52A74CFD6B682C.mc.CAB41D3E2C5E4023FBD7A724FD67682C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB52A74CFD6B682C.mc.CAB41D3E2C5E4023FC98A71CFE3068C4> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_thamnus_Robyns_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13123>
bibo:endPage "236" ;
bibo:issue "1" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-02-29" ;
bibo:startPage "190" ;
bibo:volume "73" ;
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:date "2024" ;
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_thamnus_Robyns_>
dwc:authority "Robyns & Lawalree, DLN" ;
dwc:authorityName "Robyns & Lawalree, DLN" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Robyns & Lawalree, DLN" ;
dwc:species "thamnus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FQF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_thamnus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_thamnus>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "thamnus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesium>
dwc:genus "Thesium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesiaceae>
dwc:family "Thesiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Santalales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Santalales>
dwc:order "Santalales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB52A74CFD6B682C.mc.CAB41D3E2C5E4023FF73A724FBDA6834>
trt:gbifOccurrenceId "4985388525" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FB52A74CFD6B682C#CAB41D3E2C5E4023FF73A724FBDA6834> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB52A74CFD6B682C.mc.CAB41D3E2C5E4023FBD7A724FD67682C>
trt:gbifOccurrenceId "4985388417" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FB52A74CFD6B682C#CAB41D3E2C5E4023FBD7A724FD67682C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FB52A74CFD6B682C.mc.CAB41D3E2C5E4023FC98A71CFE3068C4>
trt:gbifOccurrenceId "4985388442" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FB52A74CFD6B682C#CAB41D3E2C5E4023FC98A71CFE3068C4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F275A6752C5E4023FBC6A5FCFBF26A9C>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium spinulosum A. DC" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FB09A5FCFDED6AE4>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FDC7A5D4FA6B6AE4>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FA45A5D4FC0F6A9C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FAFCA5CCFCE76AB4> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_spinulosum_Dc_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13123>
bibo:endPage "236" ;
bibo:issue "1" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-02-29" ;
bibo:startPage "190" ;
bibo:volume "73" ;
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:date "2024" ;
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_spinulosum_Dc_>
dwc:authority "A.DC" ;
dwc:authorityName "A. DC" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dc" ;
dwc:species "spinulosum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FPS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_spinulosum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_spinulosum>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "spinulosum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesium>
dwc:genus "Thesium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesiaceae>
dwc:family "Thesiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Santalales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Santalales>
dwc:order "Santalales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FB09A5FCFDED6AE4>
trt:gbifOccurrenceId "4985388570" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FBC6A5FCFBF26A9C#CAB41D3E2C5E4023FB09A5FCFDED6AE4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FDC7A5D4FA6B6AE4>
trt:gbifOccurrenceId "4985388493" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FBC6A5FCFBF26A9C#CAB41D3E2C5E4023FDC7A5D4FA6B6AE4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FA45A5D4FC0F6A9C>
trt:gbifOccurrenceId "4985388308" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FBC6A5FCFBF26A9C#CAB41D3E2C5E4023FA45A5D4FC0F6A9C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FBC6A5FCFBF26A9C.mc.CAB41D3E2C5E4023FAFCA5CCFCE76AB4>
trt:gbifOccurrenceId "4985388519" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FBC6A5FCFBF26A9C#CAB41D3E2C5E4023FAFCA5CCFCE76AB4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F275A6752C5E4023FDACA62CFB4D69CC>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium virgatum Lam., DLN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FD11A62CFAAB693B>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FA83A62CFC4269D4>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FC5FA604FE0C69CC>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FDEDA6FCFB4B69CB> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_virgatum_Lam_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13123>
bibo:endPage "236" ;
bibo:issue "1" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-02-29" ;
bibo:startPage "190" ;
bibo:volume "73" ;
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:date "2024" ;
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_virgatum_Lam_>
dwc:authority "Lam., DLN" ;
dwc:authorityName "Lam., DLN" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lam., DLN" ;
dwc:species "virgatum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7BWM4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_virgatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_virgatum>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "virgatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesium>
dwc:genus "Thesium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesiaceae>
dwc:family "Thesiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Santalales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Santalales>
dwc:order "Santalales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FD11A62CFAAB693B>
trt:gbifOccurrenceId "4985388573" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FDACA62CFB4D69CC#CAB41D3E2C5E4023FD11A62CFAAB693B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FA83A62CFC4269D4>
trt:gbifOccurrenceId "4985388672" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FDACA62CFB4D69CC#CAB41D3E2C5E4023FA83A62CFC4269D4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FC5FA604FE0C69CC>
trt:gbifOccurrenceId "4985388612" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FDACA62CFB4D69CC#CAB41D3E2C5E4023FC5FA604FE0C69CC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FDACA62CFB4D69CC.mc.CAB41D3E2C5E4023FDEDA6FCFB4B69CB>
trt:gbifOccurrenceId "4985388665" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FDACA62CFB4D69CC#CAB41D3E2C5E4023FDEDA6FCFB4B69CB> ;
a dwc:MaterialCitation .

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#> .
<http://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4>
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:title "Thesium unyikense Engl., DLN" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FD4FA7BCFA92688C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FA8FA7BCFCCF68A4>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FBF7A794FE84695B>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FE63A78CFBDD695C>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FB02A78CFD3D6974>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FD3DA664FA3A6974>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FEBBA65CFC72696B>, <http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FB56A65CFCCB6904> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thesium_unyikense_Engl_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13123> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13123>
bibo:endPage "236" ;
bibo:issue "1" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-02-29" ;
bibo:startPage "190" ;
bibo:volume "73" ;
dc:creator "García, Miguel A.; Mucina, Ladislav; Nickrent, Daniel L." ;
dc:date "2024" ;
dc:title "A tough nutlet to crack: Resolving the phylogeny of Thesium (Thesiaceae), the largest genus in Santalales" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thesium_unyikense_Engl_>
dwc:authority "Engl., DLN" ;
dwc:authorityName "Engl., DLN" ;
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Engl., DLN" ;
dwc:species "unyikense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56FQY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thesium_unyikense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thesium_unyikense>
dwc:class "Magnoliopsida" ;
dwc:family "Thesiaceae" ;
dwc:genus "Thesium" ;
dwc:kingdom "Plantae" ;
dwc:order "Santalales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "unyikense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesium>
dwc:genus "Thesium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thesiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thesiaceae>
dwc:family "Thesiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Santalales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Santalales>
dwc:order "Santalales" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FD4FA7BCFA92688C>
trt:gbifOccurrenceId "4985388472" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FD4FA7BCFA92688C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FA8FA7BCFCCF68A4>
trt:gbifOccurrenceId "4985388627" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FA8FA7BCFCCF68A4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FBF7A794FE84695B>
trt:gbifOccurrenceId "4985388484" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FBF7A794FE84695B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FE63A78CFBDD695C>
trt:gbifOccurrenceId "4985388586" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FE63A78CFBDD695C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FB02A78CFD3D6974>
trt:gbifOccurrenceId "4985388498" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FB02A78CFD3D6974> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FD3DA664FA3A6974>
trt:gbifOccurrenceId "4985388303" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FD3DA664FA3A6974> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FEBBA65CFC72696B>
trt:gbifOccurrenceId "4985388637" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FEBBA65CFC72696B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/F275A6752C5E4023FE19A7BCFCB268A4.mc.CAB41D3E2C5E4023FB56A65CFCCB6904>
trt:gbifOccurrenceId "4985388391" ;
trt:httpUri <https://treatment.plazi.org/id/F275A6752C5E4023FE19A7BCFCB268A4#CAB41D3E2C5E4023FB56A65CFCCB6904> ;
a dwc:MaterialCitation .