This commit is contained in:
treatmentbank 2024-12-22 23:51:18 +00:00
parent 55c0520d96
commit 590c26d3c6
5 changed files with 398 additions and 0 deletions

View file

@ -0,0 +1,35 @@
@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#> .
# Error: the treatment is lacking the taxon
<http://treatment.plazi.org/id/03F887B42400FFC082B82C55FC397B55>
cito:cites <http://dx.doi.org/10.5281/zenodo.14047292> ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:title "Epipterygium biauritum Hanusch & Ortiz & Patiño & Schaefer 2020, sp. nov." ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.12324> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.12324>
bibo:endPage "1171" ;
bibo:issue "6" ;
bibo:journal "TAXON" ;
bibo:pubDate "2020-12-31" ;
bibo:startPage "1150" ;
bibo:volume "69" ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:date "2020" ;
dc:title "Biogeography and integrative taxonomy of Epipterygium (Mniaceae, Bryophyta)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14047292> ;
a fabio:JournalArticle .
<http://dx.doi.org/10.5281/zenodo.14047292>
dc:description "Fig. 6. Epipterygium biauritum sp. nov. A, Habitus; B, Dorsal leaf; C, Perichaetial leaf apex." ;
fabio:hasRepresentation <https://zenodo.org/record/14047292/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,103 @@
@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/03F887B42400FFC082B82FD5FE8C7A35>
cito:cites <http://dx.doi.org/10.5281/zenodo.14047290> ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:title "Epipterygium atlanticum Hanusch & Ortiz & Patiño & Schaefer 2020, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Epipterygium_atlanticum_Hanusch_2020> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.12324> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.12324>
bibo:endPage "1171" ;
bibo:issue "6" ;
bibo:journal "TAXON" ;
bibo:pubDate "2020-12-31" ;
bibo:startPage "1150" ;
bibo:volume "69" ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:date "2020" ;
dc:title "Biogeography and integrative taxonomy of Epipterygium (Mniaceae, Bryophyta)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14047290> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Epipterygium_atlanticum_Hanusch_2020>
dwc:authority "Hanusch" ;
dwc:authorityName "Hanusch & Ortiz & Patiño & Schaefer" ;
dwc:authorityYear "2020" ;
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Epipterygium" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hanusch, Ortiz, Patiño & Schaefer, 2020" ;
dwc:species "atlanticum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Epipterygium_atlanticum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Epipterygium_atlanticum>
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Epipterygium" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "atlanticum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Epipterygium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Epipterygium>
dwc:genus "Epipterygium" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryaceae>
dwc:family "Bryaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryales>
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
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 .
<http://dx.doi.org/10.5281/zenodo.14047290>
dc:description "Fig. 5. Epipterygium atlanticum sp. nov. A, Habitus; B, Dorsal leaf; C, Perichaetial leaf apex." ;
fabio:hasRepresentation <https://zenodo.org/record/14047290/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
# Error: the treatment is lacking the taxon
<http://treatment.plazi.org/id/03F887B42401FFC1813A2D55FBB17AB5>
cito:cites <http://dx.doi.org/10.5281/zenodo.14047288> ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:title "Biogeography and integrative taxonomy of Epipterygium (Mniaceae, Bryophyta)" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F887B42401FFC1813A2D55FBB17AB5.mc.3B393CFF2401FFC186F02D94FAC47A55> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.12324> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.12324>
bibo:endPage "1171" ;
bibo:issue "6" ;
bibo:journal "TAXON" ;
bibo:pubDate "2020-12-31" ;
bibo:startPage "1150" ;
bibo:volume "69" ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:date "2020" ;
dc:title "Biogeography and integrative taxonomy of Epipterygium (Mniaceae, Bryophyta)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14047288> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Bryum_tozeri_Grev_>
dwc:authority "Grev., Scott. Crypt. Fl." ;
dwc:authorityName "Grev., Scott. Crypt. Fl." ;
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Bryum" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Grev., Scott. Crypt. Fl." ;
dwc:species "tozeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Bryum_tozeri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Webera_tozeri_(Grev_>
dwc:authority "(Grev.) Schimp., Coroll. Bryol. Eur." ;
dwc:baseAuthorityName "Grev." ;
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Webera" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Grev.)" ;
dwc:species "tozeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Webera_tozeri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Anisostichium_tozeri_(Grev_>
dwc:authority "(Grev.) Mitt." ;
dwc:authorityName "Mitt." ;
dwc:baseAuthorityName "Grev." ;
dwc:class "Bryopsida" ;
dwc:family "Mniaceae" ;
dwc:genus "Anisostichium" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Grev.) Mitt." ;
dwc:species "tozeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anisostichium_tozeri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Pohlia_tozeri_(Grev_>
dwc:authority "(Grev.) Delogne" ;
dwc:authorityName "Delogne" ;
dwc:baseAuthorityName "Grev." ;
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Pohlia" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Grev.) Delogne" ;
dwc:species "tozeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pohlia_tozeri> ;
a dwcFP:TaxonConcept .
<http://dx.doi.org/10.5281/zenodo.14047288>
dc:description "Fig. 4. Epipterygium tozeri (Grev.) Lindb. A, Habitus; B, Dorsal leaf; C, Perichaetial leaf apex." ;
fabio:hasRepresentation <https://zenodo.org/record/14047288/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03F887B42401FFC1813A2D55FBB17AB5.mc.3B393CFF2401FFC186F02D94FAC47A55>
dwc:catalogNumber "E00007536" ;
dwc:collectionCode "E" ;
dwc:eventDate "1820-07-01" ;
dwc:locality "River Dart" ;
dwc:recordedBy "J. S. Tozer" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F887B42401FFC1813A2D55FBB17AB5#3B393CFF2401FFC186F02D94FAC47A55> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,80 @@
@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/03F887B42401FFC182BB2E77FAE97B35>
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:title "Epipterygium tozeri" ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.12324> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Epipterygium_tozeri> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.12324>
bibo:endPage "1171" ;
bibo:issue "6" ;
bibo:journal "TAXON" ;
bibo:pubDate "2020-12-31" ;
bibo:startPage "1150" ;
bibo:volume "69" ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:date "2020" ;
dc:title "Biogeography and integrative taxonomy of Epipterygium (Mniaceae, Bryophyta)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Epipterygium_tozeri>
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Epipterygium" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "species" ;
dwc:species "tozeri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Epipterygium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Epipterygium>
dwc:genus "Epipterygium" ;
dwc:kingdom "Plantae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryaceae>
dwc:family "Bryaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryales>
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
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,72 @@
@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/03F887B42405FFC482BB2855FA6978B5>
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:title "Epipterygium" ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.12324> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Epipterygium> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.12324>
bibo:endPage "1171" ;
bibo:issue "6" ;
bibo:journal "TAXON" ;
bibo:pubDate "2020-12-31" ;
bibo:startPage "1150" ;
bibo:volume "69" ;
dc:creator "Hanusch, Maximilian; Ortiz, Edgardo M.; Patiño, Jairo; Schaefer, Hanno" ;
dc:date "2020" ;
dc:title "Biogeography and integrative taxonomy of Epipterygium (Mniaceae, Bryophyta)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Epipterygium>
dwc:class "Bryopsida" ;
dwc:family "Bryaceae" ;
dwc:genus "Epipterygium" ;
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
dwc:phylum "Bryophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryaceae>
dwc:family "Bryaceae" ;
dwc:kingdom "Plantae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bryales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Bryales>
dwc:kingdom "Plantae" ;
dwc:order "Bryales" ;
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 .