This commit is contained in:
treatmentbank 2024-09-27 19:56:11 +00:00
parent be16f174f2
commit 05ad371e81
9 changed files with 1223 additions and 0 deletions

View file

@ -0,0 +1,164 @@
@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/F5215915FFA0E22AFF54F8D222EB538A>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Hyalotheca javanica Coesel" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFA0E22AFF54F8D222EB538A.mc.CDE0E25EFFAFE22AFE11FF312016560A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_javanica_Gutwinski_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_indica_javanica_Gutwinski_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_javanica_Gutwinski_>
dwc:authority "(Gutwinski) Coesel" ;
dwc:authorityName "Coesel" ;
dwc:baseAuthorityName "Gutwinski" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Gutwinski) Coesel" ;
dwc:species "javanica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca_javanica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_indica_javanica_Gutwinski_>
dwc:authority "Gutwinski" ;
dwc:authorityName "Gutwinski" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Gutwinski" ;
dwc:species "indica" ;
dwc:variety "javanica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca_indica_javanica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca_javanica>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "javanica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/Hyalotheca_indica_javanica>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "indica" ;
dwc:variety "javanica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca_indica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca_indica>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "indica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFA0E22AFF54F8D222EB538A.mc.CDE0E25EFFAFE22AFE11FF312016560A>
dwc:eventDate "2007-06-02" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFA0E22AFF54F8D222EB538A#CDE0E25EFFAFE22AFE11FF312016560A> ;
a dwc:MaterialCitation .

View file

@ -14,6 +14,7 @@
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Groenbladia neglecta var. neglecta Teiling var. neglecta" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFA1E224FF10FEE22012536F.mc.CDE0E25EFFA1E224FE11FD2B20155472> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_neglecta_Raciborski_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Groenbladia_neglecta_neglecta> ;
a trt:Treatment .
@ -31,6 +32,21 @@
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950882> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_neglecta_Raciborski_>
dwc:authority "Raciborski" ;
dwc:authorityName "Raciborski" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Raciborski" ;
dwc:species "neglecta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca_neglecta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Groenbladia_neglecta_neglecta>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
@ -106,6 +122,29 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca_neglecta>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "neglecta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10950882>
dc:description "Figs. 3-15. Pseudofilamentous desmids of Curralinho Lake, Macapá, Amapá, Brazil. 3 A-C. Bambusina borreri. A, B. detailed cells; C. detailed pseudofilament; 4. B. borreri var. brasiliensis; 5 A-B. B. borreri var. majus, detailed cells and pseudofilaments; 6. Desmidium baileyi var. baileyi f. bailey; 7 A-B. D. elegans. A. detailed pseudofilament, B. detailed cell; 8 A-B. D. graciliceps var. graciliceps. A. frontal view of the pseudofilament, B. slight modification of the pseudofilament frontal view; 9. D. graciliceps var. groenbladii; 10 A-C. D. longatum. A. pseudofilament frontal view, B. formation of the elongate conjugation tube, C. zygospore; 11 A-B. D. quadratum var. quadratum. A. detailed pseudofilament, B. detailed cells; 12. D. quadratum var. constrictum; 13 A-B. Groenbladia neglecta var. neglecta. A. detailed pseudofilament, B. detailed cells; 14 A-B. G. neglecta var. elongata. A. detailed pseudofilament, B. detailed cells; 15. Haplozyga armata var. armata. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950882/files/figure.png> ;

View file

@ -0,0 +1,135 @@
@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/F5215915FFA1E225FC93FA8721D65010>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Hyalotheca dissiliens var. dissiliens Ralfs, BritishDesmidieae." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFA1E225FC93FA8721D65010.mc.CDE0E25EFFA1E224FB94F9FC26A351C8> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_dissiliens_dissiliens_Ralfs_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Hyalotheca_dissiliens_dissiliens_Ralfs_>
dwc:authority "Brebisson ex Ralfs var. dissiliens, Ralfs, BritishDesmidieae." ;
dwc:authorityName "Ralfs, BritishDesmidieae." ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Ralfs, BritishDesmidieae." ;
dwc:species "dissiliens" ;
dwc:variety "dissiliens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca_dissiliens_dissiliens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca_dissiliens_dissiliens>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "dissiliens" ;
dwc:variety "dissiliens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca_dissiliens> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca_dissiliens>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "dissiliens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hyalotheca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hyalotheca>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Hyalotheca" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFA1E225FC93FA8721D65010.mc.CDE0E25EFFA1E224FB94F9FC26A351C8>
dwc:eventDate "2007-06-02" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFA1E225FC93FA8721D65010#CDE0E25EFFA1E224FB94F9FC26A351C8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,135 @@
@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/F5215915FFADE228FF10FF3E2783545D>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Spomdylosium rectangulare var. goyazense Forster" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFADE228FF10FF3E2783545D.mc.CDE0E25EFFADE228FE11FDB422AF55D3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Spomdylosium_rectangulare_goyazense_Forster_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Spomdylosium_rectangulare_goyazense_Forster_>
dwc:authority "Forster" ;
dwc:authorityName "Forster" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spomdylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Forster" ;
dwc:species "rectangulare" ;
dwc:variety "goyazense" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Spomdylosium_rectangulare_goyazense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Spomdylosium_rectangulare_goyazense>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spomdylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "rectangulare" ;
dwc:variety "goyazense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spomdylosium_rectangulare> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spomdylosium_rectangulare>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spomdylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "rectangulare" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spomdylosium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spomdylosium>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spomdylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFADE228FF10FF3E2783545D.mc.CDE0E25EFFADE228FE11FDB422AF55D3>
dwc:eventDate "2007-06-02" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFADE228FF10FF3E2783545D#CDE0E25EFFADE228FE11FDB422AF55D3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,158 @@
@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/F5215915FFAEE22BFCD6FBB1276A50F7>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Spondylosium rectangulare var. rectangulare West & West var. rectangulare" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAEE22BFCD6FBB1276A50F7.mc.CDE0E25EFFAEE22BFBD7FA3027935174> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Sphaerozosma_rectangulare_Wolle_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Spondylosium_rectangulare_rectangulare> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sphaerozosma_rectangulare_Wolle_>
dwc:authority "Wolle" ;
dwc:authorityName "Wolle" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Sphaerozosma" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wolle" ;
dwc:species "rectangulare" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sphaerozosma_rectangulare> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium_rectangulare_rectangulare>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "rectangulare" ;
dwc:variety "rectangulare" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spondylosium_rectangulare> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium_rectangulare>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "rectangulare" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spondylosium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/Sphaerozosma_rectangulare>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Sphaerozosma" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "rectangulare" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphaerozosma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphaerozosma>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Sphaerozosma" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAEE22BFCD6FBB1276A50F7.mc.CDE0E25EFFAEE22BFBD7FA3027935174>
dwc:eventDate "2007-06-02" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFAEE22BFCD6FBB1276A50F7#CDE0E25EFFAEE22BFBD7FA3027935174> ;
a dwc:MaterialCitation .

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/F5215915FFAEE22BFF54F91B276054B5>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Spondylosium pulchrum var. pulchrum Bailey var. pulchrum" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAEE22BFF54F91B276054B5.mc.CDE0E25EFFAEE22BFBD7FF5F2793560B> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Spondylosium_pulchrum_pulchrum> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium_pulchrum_pulchrum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "pulchrum" ;
dwc:variety "pulchrum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spondylosium_pulchrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium_pulchrum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "pulchrum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spondylosium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAEE22BFF54F91B276054B5.mc.CDE0E25EFFAEE22BFBD7FF5F2793560B>
dwc:eventDate "2008-05-13" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFAEE22BFF54F91B276054B5#CDE0E25EFFAEE22BFBD7FF5F2793560B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,161 @@
@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/F5215915FFAEE22BFF54FDAC21DD51CD>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Spondylosium desmidiiforme G. S. West" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAEE22BFF54FDAC21DD51CD.mc.CDE0E25EFFAEE22BFE55FCDA21E254E9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Spondylosium_desmidiiforme_Borge_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Sphaerozosma_desmidiiforme_Borge_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Spondylosium_desmidiiforme_Borge_>
dwc:authority "(Borge) G. S. West" ;
dwc:authorityName "G. S. West" ;
dwc:baseAuthorityName "Borge" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Borge) West" ;
dwc:species "desmidiiforme" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Spondylosium_desmidiiforme> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Sphaerozosma_desmidiiforme_Borge_>
dwc:authority "Borge" ;
dwc:authorityName "Borge" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Sphaerozosma" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Borge" ;
dwc:species "desmidiiforme" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sphaerozosma_desmidiiforme> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium_desmidiiforme>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "desmidiiforme" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spondylosium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spondylosium>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Spondylosium" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/Sphaerozosma_desmidiiforme>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Sphaerozosma" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "desmidiiforme" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphaerozosma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphaerozosma>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Sphaerozosma" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAEE22BFF54FDAC21DD51CD.mc.CDE0E25EFFAEE22BFE55FCDA21E254E9>
dwc:eventDate "2008-04-15" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFAEE22BFF54FDAC21DD51CD#CDE0E25EFFAEE22BFE55FCDA21E254E9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,161 @@
@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/F5215915FFAFE22AFF10FB5E269C5355>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Mateola curvata Coesel, Algological Studies" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAFE22AFF10FB5E269C5355.mc.CDE0E25EFFAFE22AFE11F931217851AA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Mateola_curvata_Nordstedt_> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Desmidum_curvatum_Nordstedt_> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Mateola_curvata_Nordstedt_>
dwc:authority "(Nordstedt) Coesel, Algological Studies" ;
dwc:authorityName "Coesel, Algological Studies" ;
dwc:baseAuthorityName "Nordstedt" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Mateola" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Nordstedt) Coesel, Algological Studies" ;
dwc:species "curvata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mateola_curvata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Desmidum_curvatum_Nordstedt_>
dwc:authority "Nordstedt" ;
dwc:authorityName "Nordstedt" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Desmidum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nordstedt" ;
dwc:species "curvatum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Desmidum_curvatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Mateola_curvata>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Mateola" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "curvata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Mateola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Mateola>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Mateola" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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/Desmidum_curvatum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Desmidum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "curvatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidum>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Desmidum" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAFE22AFF10FB5E269C5355.mc.CDE0E25EFFAFE22AFE11F931217851AA>
dwc:eventDate "2008-02-12" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFAFE22AFF10FB5E269C5355#CDE0E25EFFAFE22AFE11F931217851AA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,151 @@
@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/F5215915FFAFE22BFC93FB9E23E5569E>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950884> ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:title "Phymatodocis nordstedtiana var. nordstedtiana fm. minor Borgesen 1890" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAFE22BFC93FB9E23E5569E.mc.CDE0E25EFFAFE22AFB94FA11272A516A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Phymatodocis_nordstedtiana_nordstedtiana_minor_Borgesen_1890> ;
trt:publishedIn <http://dx.doi.org/10.21826/2446-82312020v75e2020010> ;
a trt:Treatment .
<http://dx.doi.org/10.21826/2446-82312020v75e2020010>
bibo:endPage "14" ;
bibo:journal "Iheringia, Série Botânica" ;
bibo:pubDate "2020-07-03" ;
bibo:series "e 2020010" ;
bibo:startPage "1" ;
bibo:volume "75" ;
dc:creator "Araújo, Camila Barbosa de; Bicudo, Carlos Eduardo de Mattos; Takiyama, Luís Roberto; Melo, Sérgio de" ;
dc:date "2020" ;
dc:title "Pseudofilamentous desmids (Zygnematophyceae) from an Amazonian floodplain lake (Macapá, AP, Brazil)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950884> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Phymatodocis_nordstedtiana_nordstedtiana_minor_Borgesen_1890>
dwc:authority "Borgesen" ;
dwc:authorityName "Borgesen" ;
dwc:authorityYear "1890" ;
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:form "minor" ;
dwc:genus "Phymatodocis" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "form" ;
dwc:scientificNameAuthorship "Borgesen, 1890" ;
dwc:species "nordstedtiana" ;
dwc:variety "nordstedtiana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Phymatodocis_nordstedtiana_nordstedtiana_minor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Phymatodocis_nordstedtiana_nordstedtiana_minor>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:form "minor" ;
dwc:genus "Phymatodocis" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "form" ;
dwc:species "nordstedtiana" ;
dwc:variety "nordstedtiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phymatodocis_nordstedtiana_nordstedtiana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phymatodocis_nordstedtiana_nordstedtiana>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Phymatodocis" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "variety" ;
dwc:species "nordstedtiana" ;
dwc:variety "nordstedtiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phymatodocis_nordstedtiana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phymatodocis_nordstedtiana>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Phymatodocis" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "species" ;
dwc:species "nordstedtiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Phymatodocis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Phymatodocis>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:genus "Phymatodocis" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Desmidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Desmidiaceae>
dwc:class "Conjugatophyceae" ;
dwc:family "Desmidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Zygnematales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Zygnematales>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Zygnematales" ;
dwc:phylum "Charophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conjugatophyceae>
dwc:class "Conjugatophyceae" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Charophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Charophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Charophyta" ;
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.10950884>
dc:description "Figs. 16-23. Pseudofilamentous desmids of Curralinho Lake, Macapá,Amapá, Brazil. 16 A-B. Hyalotheca dissiliens var. dissiliens. A. fungi in the cell wall of the algae, B. detailed cells; 17 A-B. H. javanica. A. detailed pseudofilament, B. detailed cells; 18. Mateola curvata; 19 A-B. Phymatodocis nordstedtiana var. nordstedtiana f. minor. A. pseudofilament frontal view, B. pseudofilament lateral view; 20. Spondylosium desmidiiforme; 21. S. pulchrum var. pulchrum; 22. S. rectangulare var. rectangulare; 23 A-B. S. rectangulare var. goyazense, detailed cells and pseudofilaments. Scale bars = 10 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950884/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/F5215915FFAFE22BFC93FB9E23E5569E.mc.CDE0E25EFFAFE22AFB94FA11272A516A>
dwc:eventDate "2007-07-03" ;
dwc:locality "Curralinho Lake" ;
dwc:recordedBy "C. B. Araujo" ;
trt:httpUri <https://treatment.plazi.org/id/F5215915FFAFE22BFC93FB9E23E5569E#CDE0E25EFFAFE22AFB94FA11272A516A> ;
a dwc:MaterialCitation .