This commit is contained in:
treatmentbank 2024-09-24 21:20:14 +00:00
parent 9426f3aa34
commit a6e3d9ef46
3 changed files with 450 additions and 27 deletions

View file

@ -12,8 +12,7 @@
<http://treatment.plazi.org/id/03D587A9FFACFFAFD17C9C24DD93B3C4>
dc:creator "Schmidt-Lebuhn, Alexander N.; Grealy, Alicia" ;
dc:title "Leptinella alpina Schmidt-Leb. 2024, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAED0309C61DE88B5A2>, <http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAED22C9DD0D9C4B533>, <http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAED22C9C0FD91DB562>, <http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAFD4649C0FDDAFB3C4> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Ctenosperma_alpinum> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Ctenosperma_alpinum>, <http://taxon-name.plazi.org/id/Plantae/Cotula_alpina> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Leptinella_alpina_f._2024> ;
trt:publishedIn <http://dx.doi.org/10.1071/sb23012> ;
a trt:Treatment .
@ -44,6 +43,7 @@
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hook. f.) Schmidt-Leb., 2024" ;
dwc:species "alpina" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/CGNRC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Leptinella_alpina> ;
a dwcFP:TaxonConcept .
@ -132,29 +132,25 @@
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAED0309C61DE88B5A2>
dwc:collectionCode "A" ;
dwc:locality "Tasman" ;
trt:httpUri <https://treatment.plazi.org/id/03D587A9FFACFFAFD17C9C24DD93B3C4#3B143CE2FFACFFAED0309C61DE88B5A2> ;
a dwc:MaterialCitation .
<http://taxon-name.plazi.org/id/Plantae/Cotula_alpina>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Cotula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alpina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cotula> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAED22C9DD0D9C4B533>
dwc:catalogNumber "K000885266, BM 810481" ;
dwc:collectionCode "R" ;
dwc:eventDate "1841-01" ;
dwc:locality "Marlborough, Tasmania" ;
trt:httpUri <https://treatment.plazi.org/id/03D587A9FFACFFAFD17C9C24DD93B3C4#3B143CE2FFACFFAED22C9DD0D9C4B533> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAED22C9C0FD91DB562>
dwc:collectionCode "K" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D587A9FFACFFAFD17C9C24DD93B3C4#3B143CE2FFACFFAED22C9C0FD91DB562> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D587A9FFACFFAFD17C9C24DD93B3C4.mc.3B143CE2FFACFFAFD4649C0FDDAFB3C4>
dwc:catalogNumber "K00885265" ;
dwc:collectionCode "A, K, R" ;
dwc:typeStatus "isolectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D587A9FFACFFAFD17C9C24DD93B3C4#3B143CE2FFACFFAFD4649C0FDDAFB3C4> ;
a dwc:MaterialCitation .
<http://taxon-name.plazi.org/id/Plantae/Cotula>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Cotula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,175 @@
@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/AF7E1635FFA2FF8FEE70F99B769EFC7F>
dc:creator "Huisman, John M.; Verbruggen, Heroen" ;
dc:title "Rhipilia psammophila Huisman & Verbruggen 2023, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA2FF88EE5CF9347687F8A2>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FEE04FCA970E7FCEA>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FEEE8FC8D7779FC0F>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE97EFC927795FC0F>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE99AFC9277C9FC0F>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE9CEFC927652FC0F>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE845FC9276F2FC34>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FEE04FC5D7738FC7F>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE93EFC2276A3FC7F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhipilia_psammophila_Huisman_2023> ;
trt:publishedIn <http://dx.doi.org/10.1071/sb23016> ;
a trt:Treatment .
<http://dx.doi.org/10.1071/sb23016>
bibo:endPage "436" ;
bibo:issue "6" ;
bibo:journal "Australian Systematic Botany" ;
bibo:pubDate "2023-10-31" ;
bibo:startPage "427" ;
bibo:volume "36" ;
dc:creator "Huisman, John M.; Verbruggen, Heroen" ;
dc:date "2023" ;
dc:title "A morphological and molecular study supports the recognition of Rhipilia psammophila sp. nov. and Rhipilia baculifera comb. nov. (Halimedaceae, Chlorophyta) from southern Australia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Rhipilia_psammophila_Huisman_2023>
dwc:authority "Huisman & Verbruggen" ;
dwc:authorityName "Huisman & Verbruggen" ;
dwc:authorityYear "2023" ;
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:genus "Rhipilia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Huisman & Verbruggen, 2023" ;
dwc:species "psammophila" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhipilia_psammophila> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Rhipilia_psammophila>
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:genus "Rhipilia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "psammophila" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhipilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhipilia>
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:genus "Rhipilia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhipiliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhipiliaceae>
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsidales>
dwc:class "Ulvophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ulvophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ulvophyceae>
dwc:class "Ulvophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
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/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA2FF88EE5CF9347687F8A2>
dwc:catalogNumber "PERTH 09389660, PERTH 09389679" ;
dwc:collectionCode "J, M" ;
dwc:eventDate "2022-01-02" ;
dwc:locality "Two Peoples Bay" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA2FF88EE5CF9347687F8A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FEE04FCA970E7FCEA>
dwc:collectionCode "J, M" ;
dwc:eventDate "2022-01-02" ;
dwc:locality "Two Peoples Bay" ;
dwc:verbatimElevation "2" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FEE04FCA970E7FCEA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FEEE8FC8D7779FC0F>
dwc:catalogNumber "PERTH 09389679" ;
dwc:collectionCode "A" ;
dwc:eventDate "2008-11-12" ;
dwc:locality "Huisman" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FEEE8FC8D7779FC0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE97EFC927795FC0F>
dwc:collectionCode "C" ;
dwc:locality "Dekker" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FE97EFC927795FC0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE99AFC9277C9FC0F>
dwc:collectionCode "K" ;
dwc:locality "Nutt" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FE99AFC9277C9FC0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE9CEFC927652FC0F>
dwc:collectionCode "H" ;
dwc:locality "Murray" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FE9CEFC927652FC0F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE845FC9276F2FC34>
dwc:catalogNumber "PERTH 08188459" ;
dwc:collectionCode "H" ;
dwc:eventDate "2012-12-12" ;
dwc:locality "Hopetoun" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FE845FC9276F2FC34> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FEE04FC5D7738FC7F>
dwc:catalogNumber "BR5010111415391" ;
dwc:collectionCode "V, L" ;
dwc:eventDate "2012-12-12" ;
dwc:locality "Verbruggen" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FEE04FC5D7738FC7F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA2FF8FEE70F99B769EFC7F.mc.97BFAD7EFFA5FF8FE93EFC2276A3FC7F>
dwc:catalogNumber "LT0351, BR5010111416428" ;
dwc:collectionCode "V" ;
dwc:locality "Tyberghein" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA2FF8FEE70F99B769EFC7F#97BFAD7EFFA5FF8FE93EFC2276A3FC7F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,252 @@
@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/AF7E1635FFA5FF8EEE5BFBC8721EF814>
dc:creator "Huisman, John M.; Verbruggen, Heroen" ;
dc:title "Rhipilia baculifera Huisman & Verbruggen 2023, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA5FF8EEE5BFBC8721EF814.mc.97BFAD7EFFA4FF8EED54F8C9738DF8CA>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA5FF8EEE5BFBC8721EF814.mc.97BFAD7EFFA4FF8EED82F8AD7100F8EF>, <http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA5FF8EEE5BFBC8721EF814.mc.97BFAD7EFFA4FF8EEF77F8B2721DF814> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Bryopsis_baculifera>, <http://taxon-name.plazi.org/id/Plantae/Chlorodesmis_baculifera>, <http://taxon-name.plazi.org/id/Plantae/Cladophoropsis_bulbosa>, <http://taxon-name.plazi.org/id/Plantae/Chlorodesmis_bulbosa> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhipilia_baculifera_Agardh_2023> ;
trt:publishedIn <http://dx.doi.org/10.1071/sb23016> ;
a trt:Treatment .
<http://dx.doi.org/10.1071/sb23016>
bibo:endPage "436" ;
bibo:issue "6" ;
bibo:journal "Australian Systematic Botany" ;
bibo:pubDate "2023-10-31" ;
bibo:startPage "427" ;
bibo:volume "36" ;
dc:creator "Huisman, John M.; Verbruggen, Heroen" ;
dc:date "2023" ;
dc:title "A morphological and molecular study supports the recognition of Rhipilia psammophila sp. nov. and Rhipilia baculifera comb. nov. (Halimedaceae, Chlorophyta) from southern Australia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Rhipilia_baculifera_Agardh_2023>
dwc:authority "(J. Agardh) Huisman & Verbruggen" ;
dwc:authorityName "Huisman & Verbruggen" ;
dwc:authorityYear "2023" ;
dwc:baseAuthorityName "J. Agardh" ;
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:genus "Rhipilia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(J. Agardh) Huisman & Verbruggen, 2023" ;
dwc:species "baculifera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhipilia_baculifera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Rhipilia_baculifera>
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:genus "Rhipilia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "baculifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhipilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhipilia>
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:genus "Rhipilia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhipiliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhipiliaceae>
dwc:class "Ulvophyceae" ;
dwc:family "Rhipiliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsidales>
dwc:class "Ulvophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ulvophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ulvophyceae>
dwc:class "Ulvophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Chlorophyta" ;
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/Bryopsis_baculifera>
dwc:class "Ulvophyceae" ;
dwc:family "Bryopsidaceae" ;
dwc:genus "Bryopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "baculifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsis>
dwc:class "Ulvophyceae" ;
dwc:family "Bryopsidaceae" ;
dwc:genus "Bryopsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsidaceae>
dwc:class "Ulvophyceae" ;
dwc:family "Bryopsidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorodesmis_baculifera>
dwc:class "Ulvophyceae" ;
dwc:family "Udoteaceae" ;
dwc:genus "Chlorodesmis" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "baculifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorodesmis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorodesmis>
dwc:class "Ulvophyceae" ;
dwc:family "Udoteaceae" ;
dwc:genus "Chlorodesmis" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Udoteaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Udoteaceae>
dwc:class "Ulvophyceae" ;
dwc:family "Udoteaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsidales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cladophoropsis_bulbosa>
dwc:class "Ulvophyceae" ;
dwc:family "Boodleaceae" ;
dwc:genus "Cladophoropsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Siphonocladales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "bulbosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cladophoropsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cladophoropsis>
dwc:class "Ulvophyceae" ;
dwc:family "Boodleaceae" ;
dwc:genus "Cladophoropsis" ;
dwc:kingdom "Plantae" ;
dwc:order "Siphonocladales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Boodleaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Boodleaceae>
dwc:class "Ulvophyceae" ;
dwc:family "Boodleaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Siphonocladales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Siphonocladales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Siphonocladales>
dwc:class "Ulvophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Siphonocladales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ulvophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Chlorodesmis_bulbosa>
dwc:class "Ulvophyceae" ;
dwc:family "Udoteaceae" ;
dwc:genus "Chlorodesmis" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryopsidales" ;
dwc:phylum "Chlorophyta" ;
dwc:rank "species" ;
dwc:species "bulbosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chlorodesmis> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA5FF8EEE5BFBC8721EF814.mc.97BFAD7EFFA4FF8EED54F8C9738DF8CA>
dwc:collectionCode "C" ;
dwc:eventDate "1996-01-18" ;
dwc:locality "South of Rottnest Island" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA5FF8EEE5BFBC8721EF814#97BFAD7EFFA4FF8EED54F8C9738DF8CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA5FF8EEE5BFBC8721EF814.mc.97BFAD7EFFA4FF8EED82F8AD7100F8EF>
dwc:catalogNumber "PERTH 08822182" ;
dwc:collectionCode "M, A" ;
dwc:eventDate "1979-04-11" ;
dwc:locality "Rottnest Island" ;
dwc:verbatimElevation "10" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA5FF8EEE5BFBC8721EF814#97BFAD7EFFA4FF8EED82F8AD7100F8EF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/AF7E1635FFA5FF8EEE5BFBC8721EF814.mc.97BFAD7EFFA4FF8EEF77F8B2721DF814>
dwc:catalogNumber "R 4344, PERTH 01600060" ;
dwc:collectionCode "R, PERTH" ;
trt:httpUri <https://treatment.plazi.org/id/AF7E1635FFA5FF8EEE5BFBC8721EF814#97BFAD7EFFA4FF8EEF77F8B2721DF814> ;
a dwc:MaterialCitation .