This commit is contained in:
treatmentbank 2024-12-30 09:01:08 +00:00
parent cf149f4552
commit 9df5c67df5
7 changed files with 678 additions and 0 deletions

View file

@ -0,0 +1,96 @@
@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/03B706187264FFF5316279D8FEA23905>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Sphagnum subsecundum Nees" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sphagnum_subsecundum_Nees_> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sphagnum_subsecundum_Nees_>
dwc:authority "Nees" ;
dwc:authorityName "Nees" ;
dwc:class "Sphagnopsida" ;
dwc:family "Sphagnaceae" ;
dwc:genus "Sphagnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sphagnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nees" ;
dwc:species "subsecundum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4YTDV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sphagnum_subsecundum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sphagnum_subsecundum>
dwc:class "Sphagnopsida" ;
dwc:family "Sphagnaceae" ;
dwc:genus "Sphagnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sphagnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "subsecundum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnum>
dwc:genus "Sphagnum" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnaceae>
dwc:family "Sphagnaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnales>
dwc:kingdom "Plantae" ;
dwc:order "Sphagnales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnopsida>
dwc:class "Sphagnopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,97 @@
@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/03B706187265FFF433B77EF2FAD23DBD>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Sphagnum contortum Schultz 1819" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sphagnum_contortum_Schultz_1819> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sphagnum_contortum_Schultz_1819>
dwc:authority "Schultz" ;
dwc:authorityName "Schultz" ;
dwc:authorityYear "1819" ;
dwc:class "Sphagnopsida" ;
dwc:family "Sphagnaceae" ;
dwc:genus "Sphagnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sphagnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schultz, 1819" ;
dwc:species "contortum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4YT74> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sphagnum_contortum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sphagnum_contortum>
dwc:class "Sphagnopsida" ;
dwc:family "Sphagnaceae" ;
dwc:genus "Sphagnum" ;
dwc:kingdom "Plantae" ;
dwc:order "Sphagnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "contortum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnum>
dwc:genus "Sphagnum" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnaceae>
dwc:family "Sphagnaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnales>
dwc:kingdom "Plantae" ;
dwc:order "Sphagnales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sphagnopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sphagnopsida>
dwc:class "Sphagnopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,97 @@
@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/03B706187265FFF433F57AF5FB733999>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Sematophyllum demissum Mitt." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sematophyllum_demissum_(Wilson_> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sematophyllum_demissum_(Wilson_>
dwc:authority "(Wilson) Mitt." ;
dwc:authorityName "Mitt." ;
dwc:baseAuthorityName "Wilson" ;
dwc:class "Bryopsida" ;
dwc:family "Sematophyllaceae" ;
dwc:genus "Sematophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Hypnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wilson) Mitt." ;
dwc:species "demissum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4WFF3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sematophyllum_demissum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sematophyllum_demissum>
dwc:class "Bryopsida" ;
dwc:family "Sematophyllaceae" ;
dwc:genus "Sematophyllum" ;
dwc:kingdom "Plantae" ;
dwc:order "Hypnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "demissum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sematophyllum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sematophyllum>
dwc:genus "Sematophyllum" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sematophyllaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sematophyllaceae>
dwc:family "Sematophyllaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypnales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hypnales>
dwc:kingdom "Plantae" ;
dwc:order "Hypnales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsida>
dwc:class "Bryopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,97 @@
@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/03B706187266FFF731627F66FC263B5F>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Tortella humilis Jenn." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tortella_humilis_(Hedw_> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tortella_humilis_(Hedw_>
dwc:authority "(Hedw.) Jenn." ;
dwc:authorityName "Jenn." ;
dwc:baseAuthorityName "Hedw." ;
dwc:class "Bryopsida" ;
dwc:family "Pottiaceae" ;
dwc:genus "Tortella" ;
dwc:kingdom "Plantae" ;
dwc:order "Pottiales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hedw.) Jenn." ;
dwc:species "humilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/57GYD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tortella_humilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tortella_humilis>
dwc:class "Bryopsida" ;
dwc:family "Pottiaceae" ;
dwc:genus "Tortella" ;
dwc:kingdom "Plantae" ;
dwc:order "Pottiales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "humilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tortella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tortella>
dwc:genus "Tortella" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pottiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pottiaceae>
dwc:family "Pottiaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pottiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pottiales>
dwc:kingdom "Plantae" ;
dwc:order "Pottiales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsida>
dwc:class "Bryopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,97 @@
@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/03B706187267FFF633D77C14FAD73E98>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Thuidium assimile A. Jaeger" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Thuidium_assimile_(Mitt_> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Thuidium_assimile_(Mitt_>
dwc:authority "(Mitt.) A. Jaeger" ;
dwc:authorityName "A. Jaeger" ;
dwc:baseAuthorityName "Mitt." ;
dwc:class "Bryopsida" ;
dwc:family "Thuidiaceae" ;
dwc:genus "Thuidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Hypnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Mitt.) Jaeger" ;
dwc:species "assimile" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56NQG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Thuidium_assimile> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Thuidium_assimile>
dwc:class "Bryopsida" ;
dwc:family "Thuidiaceae" ;
dwc:genus "Thuidium" ;
dwc:kingdom "Plantae" ;
dwc:order "Hypnales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "assimile" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thuidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thuidium>
dwc:genus "Thuidium" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thuidiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thuidiaceae>
dwc:family "Thuidiaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypnales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hypnales>
dwc:kingdom "Plantae" ;
dwc:order "Hypnales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsida>
dwc:class "Bryopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,98 @@
@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/03B706187267FFF633EE78F7FC2B3B86>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Tetrastichium fontanum Cardot 1908" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tetrastichium_fontanum_(Mitt_1908> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tetrastichium_fontanum_(Mitt_1908>
dwc:authority "(Mitt.) Cardot" ;
dwc:authorityName "Cardot" ;
dwc:authorityYear "1908" ;
dwc:baseAuthorityName "Mitt." ;
dwc:class "Bryopsida" ;
dwc:family "Hookeriaceae" ;
dwc:genus "Tetrastichium" ;
dwc:kingdom "Plantae" ;
dwc:order "Hookeriales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Mitt.) Cardot, 1908" ;
dwc:species "fontanum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/55SKH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tetrastichium_fontanum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tetrastichium_fontanum>
dwc:class "Bryopsida" ;
dwc:family "Hookeriaceae" ;
dwc:genus "Tetrastichium" ;
dwc:kingdom "Plantae" ;
dwc:order "Hookeriales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "fontanum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tetrastichium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tetrastichium>
dwc:genus "Tetrastichium" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hookeriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hookeriaceae>
dwc:family "Hookeriaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hookeriales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hookeriales>
dwc:kingdom "Plantae" ;
dwc:order "Hookeriales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsida>
dwc:class "Bryopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,96 @@
@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/03B70618726BFFFA33AF7C96FB383F3B>
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:title "Trichostomum littorale Mitt." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Trichostomum_littorale_Mitt_> ;
trt:publishedIn <http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/cryptogamie-bryologie2024v45a5>
bibo:endPage "116" ;
bibo:issue "5" ;
bibo:journal "Cryptogamie, Bryologie" ;
bibo:pubDate "2024-10-10" ;
bibo:startPage "49" ;
bibo:volume "20" ;
dc:creator "Ros, Rosa M.; Olaf, Susana Rams; Eloy, Olaf Werner; Cerón, Eloy" ;
dc:date "2024" ;
dc:title "Revisiting the Bryophyte Checklist of Algeria: Exploring Diversity and Distribution" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Trichostomum_littorale_Mitt_>
dwc:authority "Mitt." ;
dwc:authorityName "Mitt." ;
dwc:class "Bryopsida" ;
dwc:family "Pottiaceae" ;
dwc:genus "Trichostomum" ;
dwc:kingdom "Plantae" ;
dwc:order "Pottiales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mitt." ;
dwc:species "littorale" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9N6QM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Trichostomum_littorale> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Trichostomum_littorale>
dwc:class "Bryopsida" ;
dwc:family "Pottiaceae" ;
dwc:genus "Trichostomum" ;
dwc:kingdom "Plantae" ;
dwc:order "Pottiales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "littorale" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Trichostomum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Trichostomum>
dwc:genus "Trichostomum" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pottiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pottiaceae>
dwc:family "Pottiaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pottiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pottiales>
dwc:kingdom "Plantae" ;
dwc:order "Pottiales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryopsida>
dwc:class "Bryopsida" ;
dwc:kingdom "Plantae" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Bryophyta" ;
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 .