This commit is contained in:
treatmentbank 2024-09-11 18:20:46 +00:00
parent a1c9720556
commit d28ee61944
24 changed files with 665 additions and 8 deletions

View file

@ -0,0 +1,59 @@
@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/038C8F41F820096E62B1D5F1FAF58F37>
dc:creator "Marsh, Adam D.; Parker, William G." ;
dc:title "Archosauria COPE, 1869 SENSU NESBITT, 2011 AVEMETATARSALIA BENTON 1999" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Archosauria_Cope_1999> ;
trt:publishedIn <http://dx.doi.org/10.5070/P9371050859> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/P9371050859>
bibo:endPage "56" ;
bibo:journal "PaleoBios" ;
bibo:startPage "1" ;
bibo:volume "37" ;
dc:creator "Marsh, Adam D.; Parker, William G." ;
dc:date "2022" ;
dc:title "New dinosauromorph specimens from Petrified Forest National Park and a global biostratigraphic review of Triassic dinosauromorph body fossils" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Archosauria_Cope_1999>
dwc:authority "COPE, 1869 SENSU NESBITT, 2011 AVEMETATARSALIA BENTON, 1999 SENSU NESBITT ET AL." ;
dwc:authorityName "COPE, 1869 SENSU NESBITT, 2011 AVEMETATARSALIA BENTON" ;
dwc:authorityYear "1999" ;
dwc:class "Archosauria" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
dwc:scientificNameAuthorship "Cope, 1869 Sensu Nesbitt, 2011 Avemetatarsalia Benton, 1999" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Archosauria> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Archosauria>
dwc:class "Archosauria" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,69 @@
@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/038C8F41F824096A6288D2ADFB2D8F15>
dc:creator "Marsh, Adam D.; Parker, William G." ;
dc:title "Dinosauria OWEN 1842" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dinosauria_Owen_1842> ;
trt:publishedIn <http://dx.doi.org/10.5070/P9371050859> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/P9371050859>
bibo:endPage "56" ;
bibo:journal "PaleoBios" ;
bibo:startPage "1" ;
bibo:volume "37" ;
dc:creator "Marsh, Adam D.; Parker, William G." ;
dc:date "2022" ;
dc:title "New dinosauromorph specimens from Petrified Forest National Park and a global biostratigraphic review of Triassic dinosauromorph body fossils" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dinosauria_Owen_1842>
dwc:authority "OWEN, 1842 SENSU PADIAN AND" ;
dwc:authorityName "OWEN" ;
dwc:authorityYear "1842" ;
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Dinosauria" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
dwc:scientificNameAuthorship "Owen, 1842" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dinosauria> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dinosauria>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Dinosauria" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Reptilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Reptilia>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,69 @@
@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/038C8F41F8240974614CD462FF3489E9>
dc:creator "Marsh, Adam D.; Parker, William G." ;
dc:title "Saurischia SEELEY, 1887 SENSU GAUTHIER 1986" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Saurischia_Seeley_1986> ;
trt:publishedIn <http://dx.doi.org/10.5070/P9371050859> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/P9371050859>
bibo:endPage "56" ;
bibo:journal "PaleoBios" ;
bibo:startPage "1" ;
bibo:volume "37" ;
dc:creator "Marsh, Adam D.; Parker, William G." ;
dc:date "2022" ;
dc:title "New dinosauromorph specimens from Petrified Forest National Park and a global biostratigraphic review of Triassic dinosauromorph body fossils" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Saurischia_Seeley_1986>
dwc:authority "SEELEY, 1887 SENSU GAUTHIER, 1986" ;
dwc:authorityName "SEELEY, 1887 SENSU GAUTHIER" ;
dwc:authorityYear "1986" ;
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Saurischia" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
dwc:scientificNameAuthorship "Seeley, 1887 Sensu Gauthier, 1986" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Saurischia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Saurischia>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Saurischia" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Reptilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Reptilia>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -173,7 +173,6 @@
dwc:collectionCode "REN" ;
dwc:eventDate "1957-04" ;
dwc:locality "Analamanga" ;
dwc:recordedBy "de Tananarive, PK & de Tamatave & J. Bosser" ;
trt:httpUri <https://treatment.plazi.org/id/03FA864EFF842F75FF1AFAECFB4AFE18#3B3B3D05FF872F75FF2FFEF2FC70FE50> ;
a dwc:MaterialCitation .

View file

@ -13,7 +13,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.13217492>, <http://dx.doi.org/10.5281/zenodo.13217494>, <http://dx.doi.org/10.5281/zenodo.13217480>, <http://dx.doi.org/10.5281/zenodo.13217482> ;
dc:creator "Masson, Didier; Magain, Nicolas; Sérusiaux, Emmanuël" ;
dc:title "Parmotrema brachyblepharum D. M. Masson, Magain & Serus., sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FD40F917FB5DF949>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FB5CF917FE0FF935>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FE0EF933FBEAF935>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FDDAF80BFCECF815>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE6BFF1AFE3EFEAC>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE3AFEAAFD49FEAC>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FF2FFED6FF5CFE50> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FD40F917FB5DF949>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FB5CF917FE0FF935>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FE0EF933FBEAF935>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF822F70FDDAF80BFCECF815>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE6BFF1AFA34FEC0>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FF1AFEAAFE3EFEAC>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE3AFEAAFD49FEAC>, <http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FF2FFED6FF5CFE50> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Parmotrema_brachyblepharum_Masson_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.657.1.1> ;
a trt:Treatment .
@ -160,24 +160,34 @@
trt:httpUri <https://treatment.plazi.org/id/03FA864EFF8F2F71FF1AFCCFFF58FE50#3B3B3D05FF822F70FDDAF80BFCECF815> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE6BFF1AFE3EFEAC>
<http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE6BFF1AFA34FEC0>
dwc:catalogNumber "REN 000061" ;
dwc:collectionCode "LG" ;
dwc:eventDate "1956-07-30" ;
dwc:locality "Angavokely Forest Station" ;
dwc:recordedBy "E. Serusiaux & Vakinankaratra & de Manjakatompo & de l'Ankaratra & Abbayes" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1775" ;
dwc:verbatimLatitude "-18.927195" ;
dwc:verbatimLongitude "47.737556" ;
trt:httpUri <https://treatment.plazi.org/id/03FA864EFF8F2F71FF1AFCCFFF58FE50#3B3B3D05FF832F71FE6BFF1AFE3EFEAC> ;
trt:httpUri <https://treatment.plazi.org/id/03FA864EFF8F2F71FF1AFCCFFF58FE50#3B3B3D05FF832F71FE6BFF1AFA34FEC0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FF1AFEAAFE3EFEAC>
dwc:catalogNumber "REN 000061" ;
dwc:collectionCode "LG" ;
dwc:eventDate "1956-07-30" ;
dwc:locality "Angavokely Forest Station" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1775" ;
dwc:verbatimLatitude "-18.927195" ;
dwc:verbatimLongitude "47.737556" ;
trt:httpUri <https://treatment.plazi.org/id/03FA864EFF8F2F71FF1AFCCFFF58FE50#3B3B3D05FF832F71FF1AFEAAFE3EFEAC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03FA864EFF8F2F71FF1AFCCFFF58FE50.mc.3B3B3D05FF832F71FE3AFEAAFD49FEAC>
dwc:collectionCode "LG" ;
dwc:eventDate "1956-07-30" ;
dwc:locality "Angavokely Forest Station" ;
dwc:recordedBy "E. Serusiaux & Vakinankaratra & de Manjakatompo & de l'Ankaratra & Abbayes" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1775" ;
dwc:verbatimLatitude "-18.927195" ;
@ -189,7 +199,6 @@
dwc:collectionCode "LG" ;
dwc:eventDate "1974-09-01" ;
dwc:locality "Foret de Rugege" ;
dwc:recordedBy "de Rugege & de Gisakura & J. Lambinon" ;
dwc:verbatimElevation "1900" ;
trt:httpUri <https://treatment.plazi.org/id/03FA864EFF8F2F71FF1AFCCFFF58FE50#3B3B3D05FF832F71FF2FFED6FF5CFE50> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,241 @@
@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/03FA864EFFED2F12FF1AFAA8FA9EF891>
cito:cites <http://dx.doi.org/10.5281/zenodo.13217542>, <http://dx.doi.org/10.5281/zenodo.13217516>, <http://dx.doi.org/10.5281/zenodo.13217546>, <http://dx.doi.org/10.5281/zenodo.13217488>, <http://dx.doi.org/10.5281/zenodo.13217500>, <http://dx.doi.org/10.5281/zenodo.13217490>, <http://dx.doi.org/10.5281/zenodo.13217560>, <http://dx.doi.org/10.5281/zenodo.13217526>, <http://dx.doi.org/10.5281/zenodo.13217528>, <http://dx.doi.org/10.5281/zenodo.13217524>, <http://dx.doi.org/10.5281/zenodo.13217508>, <http://dx.doi.org/10.5281/zenodo.13217522>, <http://dx.doi.org/10.5281/zenodo.13217530>, <http://dx.doi.org/10.5281/zenodo.13217536>, <http://dx.doi.org/10.5281/zenodo.13217532>, <http://dx.doi.org/10.5281/zenodo.13217534>, <http://dx.doi.org/10.5281/zenodo.13217502>, <http://dx.doi.org/10.5281/zenodo.13217554>, <http://dx.doi.org/10.5281/zenodo.13217550>, <http://dx.doi.org/10.5281/zenodo.13217518>, <http://dx.doi.org/10.5281/zenodo.13217538>, <http://dx.doi.org/10.5281/zenodo.13217506>, <http://dx.doi.org/10.5281/zenodo.13217544>, <http://dx.doi.org/10.5281/zenodo.13217498>, <http://dx.doi.org/10.5281/zenodo.13217540>, <http://dx.doi.org/10.5281/zenodo.13217512>, <http://dx.doi.org/10.5281/zenodo.13217510>, <http://dx.doi.org/10.5281/zenodo.13217548>, <http://dx.doi.org/10.5281/zenodo.13217552>, <http://dx.doi.org/10.5281/zenodo.13217558>, <http://dx.doi.org/10.5281/zenodo.13217492>, <http://dx.doi.org/10.5281/zenodo.13217514> ;
dc:creator "Masson, Didier; Magain, Nicolas; Sérusiaux, Emmanuël" ;
dc:title "Parmotrema" ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.657.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Parmotrema> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.657.1.1>
bibo:endPage "138" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2024-06-27" ;
bibo:startPage "1" ;
bibo:volume "657" ;
dc:creator "Masson, Didier; Magain, Nicolas; Sérusiaux, Emmanuël" ;
dc:date "2024" ;
dc:title "Small island but great diversity: thirty six species of Parmotrema (Parmeliaceae, lichenized Ascomycota), including sixteen new species, on Réunion (Mascarenes), with additional data from the Western Indian Ocean" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13217542>, <http://dx.doi.org/10.5281/zenodo.13217516>, <http://dx.doi.org/10.5281/zenodo.13217546>, <http://dx.doi.org/10.5281/zenodo.13217488>, <http://dx.doi.org/10.5281/zenodo.13217500>, <http://dx.doi.org/10.5281/zenodo.13217490>, <http://dx.doi.org/10.5281/zenodo.13217560>, <http://dx.doi.org/10.5281/zenodo.13217526>, <http://dx.doi.org/10.5281/zenodo.13217528>, <http://dx.doi.org/10.5281/zenodo.13217524>, <http://dx.doi.org/10.5281/zenodo.13217508>, <http://dx.doi.org/10.5281/zenodo.13217522>, <http://dx.doi.org/10.5281/zenodo.13217530>, <http://dx.doi.org/10.5281/zenodo.13217536>, <http://dx.doi.org/10.5281/zenodo.13217532>, <http://dx.doi.org/10.5281/zenodo.13217534>, <http://dx.doi.org/10.5281/zenodo.13217502>, <http://dx.doi.org/10.5281/zenodo.13217554>, <http://dx.doi.org/10.5281/zenodo.13217550>, <http://dx.doi.org/10.5281/zenodo.13217518>, <http://dx.doi.org/10.5281/zenodo.13217538>, <http://dx.doi.org/10.5281/zenodo.13217506>, <http://dx.doi.org/10.5281/zenodo.13217544>, <http://dx.doi.org/10.5281/zenodo.13217498>, <http://dx.doi.org/10.5281/zenodo.13217540>, <http://dx.doi.org/10.5281/zenodo.13217512>, <http://dx.doi.org/10.5281/zenodo.13217510>, <http://dx.doi.org/10.5281/zenodo.13217548>, <http://dx.doi.org/10.5281/zenodo.13217552>, <http://dx.doi.org/10.5281/zenodo.13217558>, <http://dx.doi.org/10.5281/zenodo.13217492>, <http://dx.doi.org/10.5281/zenodo.13217514> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Parmotrema>
dwc:class "Lecanoromycetes" ;
dwc:family "Parmeliaceae" ;
dwc:genus "Parmotrema" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Parmeliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Parmeliaceae>
dwc:class "Lecanoromycetes" ;
dwc:family "Parmeliaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanorales>
dwc:class "Lecanoromycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13217542>
dc:description "FIGURE 34. Parmotrema praesorediosum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection site (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4214); D: Sorediate lobes, with ± labriform and crescent-shaped marginal soralia (Masson 974.4215). Scale bars:A = 10 km; C = 10 mm; D = 3 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217542/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217516>
dc:description "FIGURE 21. Parmotrema intonsum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Part of thallus with granular or cylindrical ciliate isidia and a mature apothecium with ± branched and ciliate outgrowths on margin (holotype); D: Part of thallus with ciliate phyllidia/laciniae and apothecia of various ages (Masson 974.0359); E: Gross morphology of thallus (holotype). Scale bars:A = 10 km; C = 5 mm; D = 4 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217516/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217546>
dc:description "FIGURE 36. Parmotrema reunionicum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection site (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Sorediate lobes with marginal soralia, at first ± linear interrupted or at the tip of very short laciniae, then coalescent and forming ± rounded clusters (holotype); D: Sorediate lobe with some subcapitate submarginal soralia (holotype); E: Gross morphology of thallus (holotype). Scale bars:A = 10 km; C = 3 mm; D = 2 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217546/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217488>
dc:description "FIGURE 7. Parmotrema aurantioreagens. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection site (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Upper surface of lobes with marginal cilia unevenly distributed (holotype); D: Sorediate lobe with marginal soralia at the tip of short laciniae, and margin of lower surface mottled with ivory white (holotype); E: Gross morphology of thallus (holotype). Scale bars: A = 10 km; C = 5 mm; D = 4 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217488/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217500>
dc:description "FIGURE 13. Parmotrema cooperi. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.5071); D: Sorediate lobes with marginal and submarginal soralia at revolute apices (Masson 974.5071). Scale bars:A = 10 km; C = 10 mm; D = 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217500/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217490>
dc:description "FIGURE 8. Parmotrema austrosinense. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Krog RE33/6 & Timdal); D: Sorediate lobes with marginal linear soralia, and lower surface with erhizinate whitish marginal zone (van den Boom 40807). Scale bars:A = 10 km; C = 10 mm; D = 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217490/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217560>
dc:description "FIGURE 43. Parmotrema thomsonii (holotype of Parmelia pachysperma). A: Part of thallus with a mature apothecium; B: Lobes with white-maculate upper surface, and conspicuous verruciform marginal pycnidia with whitish ostiolar region. Scale bars: A = 5 mm; B = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217560/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217526>
dc:description "FIGURE 26. Parmotrema mirum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Two mature apothecia with well-developed and ciliate isidioid protuberances on the surface of the thalline exciple (Masson 974.4275); D: Isidia cylindrical to navicular, terete to ± flattened, mostly simple (Masson 974.4274); E: Gross morphology of thallus (holotype). Scale bars:A = 10 km; C, D = 3 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217526/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217528>
dc:description "FIGURE 27. Parmotrema cf. negrosorientale. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.5061); D: Sorediate lobes with soralia terminal at the apex of laciniae, lower surface of sorediate laciniae ivory-white and erhizinate (Masson 974.5059). Scale bars:A = 10 km; C = 8 mm; D = 3 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217528/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217524>
dc:description "FIGURE 25. Parmotrema mezierii. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C & D: Isidiate lobes with isidia rapidly coralloid, and ± apically and/or laterally ciliate (C: Masson 974.3960, D: holotype); E: Gross morphology of thallus (holotype). Scale bars:A = 10 km; C, D = 4 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217524/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217508>
dc:description "FIGURE 17. Parmotrema crossotum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C & D: Isidiate lobes with irregularly cylindrical or ± flattened, simple to ± branched, highly ciliate isidia (C: holotype, D: Masson 974.4130); E: Gross morphology of thallus (holotype). Scale bars: A = 10 km; C, D = 4 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217508/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217522>
dc:description "FIGURE 24. Parmotrema mellissii. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4480); D: Lobes with isidia often ciliate, developing into ± coralloid-branched isidioid outgrowths becoming ± sorediate (Masson 974.5070). Scale bars:A = 10 km; C = 10 mm; D = 4 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217522/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217530>
dc:description "FIGURE 28. Parmotrema nemorum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Amphithecium of a mature apothecium developing prominent and anastomosing veins with coarse and ciliate isidioid structures (holotype); D: Submarginal isidia, ± cylindrical or flattened, rather stout, simple, often with pycnidia, some apically ciliate (holotype); E: Gross morphology of thallus (Masson 974.4635). Scale bars:A = 10 km; C = 4 mm; D = 1 mm; E = 20 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217530/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217536>
dc:description "FIGURE 31. Parmotrema odontatum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4655); D: Apothecia of various ages, with smooth amphithecium, on lobes with eciliate margins (Masson 974.4655). Scale bars: A = 10 km; C = 20 mm; D = 8 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217536/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217532>
dc:description "FIGURE 29. Parmotrema nephophilum. A: Distribution of the isidiate/phyllidiate/laciniate form on Réunion (UTM 2×2 km grid system); B:Distribution of the sorediateform on Réunion (UTM 2×2 kmgrid system);C: Bioclimaticcharacteristics of collection sites(abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718), light dotted: only sorediate form, medium dotted: only isidiate/phyllidiate/laciniate form, heavy dotted: both forms; D: Gross morphology of thallus (holotype); E: Heavily phyllidiate/laciniate lobe (holotype); F: Sorediate lobe with marginal and submarginal soralia and granulose soredia (Masson 974.4716). Scale bars:A, B = 10 km; D = 10 mm; E = 4 mm; F = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217532/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217534>
dc:description "FIGURE 30. Parmotrema occultum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Transverse sections of mature apothecia of P. crinitum (left, Masson 974.5107) and P. occultum (right, holotype), stained in lactic cotton blue, showing the cupulate proper exciple clearly thicker in P. occultum; D: Isidiate lobe with ciliate, simple to coralloid-branched isidia (Masson 974.4269); E: Gross morphology of thallus (holotype). Scale bars: A = 10 km; C = 100 µm; D = 3 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217534/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217502>
dc:description "FIGURE 14. Parmotrema crinitum. A: P. crinitum s. str.: distribution on Réunion (UTM 2×2 km grid system), lemon-yellow cells = specimens with molecular data, pale yellow cells with a cross = specimens without molecular data but with mature apothecia; B: P. cf. crinitum: distribution on Réunion (UTM 2×2 km grid system), specimens without apothecia and molecular data; C: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718), hatched: P. crinitum s. str., dotted: only P. cf. crinitum; D: Gross morphology of thallus (Masson 974.3889); E: Isidiate lobes with coralloid and ciliate isidia (Masson 974.3889); F: Apothecia with ciliate isidia on margin and amphithecium (Masson 974.4477). Scale bars:A, B = 10 km; D = 10 mm; E = 4 mm; F = 4 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217502/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217554>
dc:description "FIGURE 40. Parmotrema subisidiosum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.3962); D: Upper surface of isidiate lobe conspicuously reticulate white-maculate, and with cylindrical, ± coralloid-branched isidia (Masson 974.3931). Scale bars: A = 10 km; C = 8 mm; D = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217554/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217550>
dc:description "FIGURE 38. Parmotrema subcorallinum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4961); D: Lobes with irregular isidia, at first granular or cylindrical, then ± coralloid or arbuscular and inflated, often apically ciliate (Masson 974.4961). Scale bars: A = 10 km; C = 10 mm; D = 4 mm" ;
fabio:hasRepresentation <https://zenodo.org/record/13217550/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217518>
dc:description "FIGURE 22. Parmotrema mascarenense. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Part of thallus with laminal, ± coralloid and poorly ciliate isidia (holotype); D: Marginal cilia unevenly distributed, ± in clumps in lobe axils (Masson 974.3865); E: Gross morphology of thallus (holotype). Scale bars: A = 10 km; C = 5 mm; D = 4 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217518/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217538>
dc:description "FIGURE 32. Parmotrema orarium. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011:1718); C: Coastal stand of Pandanus utilis, a typical habitat for P. orarium on Réunion Island (Sainte-Rose, Bois Blanc, 13August 2015); D: Gross morphology of thallus (holotype); E: Sorediate isidia (Masson 974.4646); F: Submarginal pustules, bursting into soredia (Masson 974.4221). Scale bars: A = 10 km; D = 20 mm; E = 1 mm; F = 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217538/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217506>
dc:description "FIGURE 16. Parmotrema cristiferum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4243); D: Sparingly ciliate sorediate lobes with marginal linear and submarginal ± capitate soralia (Masson 974.4631). Scale bars: A = 10 km; C = 10 mm; D = 4 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217506/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217544>
dc:description "FIGURE 35. Parmotrema reticulatum aggr. A: Distribution (UTM 2×2 km grid system) of specimens with molecular data on Réunion [= species 2 of Del-Prado et al. (2016)]; B: Distribution of specimens without molecular data on Réunion (UTM 2×2 km grid system); C: Bioclimatic characteristics of collection sites of specimens with molecular data (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); D: Gross morphology of thallus (Masson 974.4781); E: Part of thallus with apothecia of various ages (Masson 974.5069); F: Sorediate lobes with soralia capitate at the tip of marginal short laciniae, or submarginal ± linear at the apex of revolute lobe (Masson 974.4289). Scale bars: A, B = 10 km; D, E = 10 mm; F = 4 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217544/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217498>
dc:description "FIGURE 12. Parmotrema cf. clavuliferum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4027); D: Sorediate lobes with soralia mainly capitate at the apex of laciniae, and lower surface with ivory-white marginal zone (Masson 974.4027). Scale bars: A = 10 km; C = 10 mm; D = 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217498/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217540>
dc:description "FIGURE 33. Parmotrema paramascarenense. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Sorediate arbusculae in old part of thallus (holotype); D: Soralia at the apex of tiny laciniae, ± labriform or subcapitate, in young part of thallus (holotype); E: Gross morphology of thallus (Kalb & Kalb 33656). Scale bars: A = 10 km; C, D = 4 mm; E = 8 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217540/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217512>
dc:description "FIGURE 19. Parmotrema dilatatum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection site (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974.4112); D: Eciliate sorediate lobes, with young linear interrupted to somewhat labriform soralia, and older, ± subcapitate soralia on short ascending laciniae, finally ± coalescing on arbuscular rising structures (Masson 974.4112). Scale bars: A = 10 km; C = 10 mm; D = 4 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217512/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217510>
dc:description "FIGURE 18. Parmotrema cf. deflectens. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection site (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Ciliate sorediate lobes with marginal, linear interrupted to somewhat labriform soralia (Krog RE34/2 & Timdal); D: small marginal soralia tinged orange by skyrin, and fragile cortex cracking (Krog RE34/2 & Timdal). Scale bars:A = 10 km; C = 5 mm; D = 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217510/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217548>
dc:description "FIGURE 37. Parmotrema robustum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Gross morphology of thallus (Masson 974. 4044); D: Sorediate lobes with young soralia ± labriform or subcapitate at the apex of laciniae, then ± coalescing and slightly spreading submarginally with age (Masson 974.4826). Scale bars:A = 10 km; C = 10 mm; D = 4 mm" ;
fabio:hasRepresentation <https://zenodo.org/record/13217548/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217552>
dc:description "FIGURE 39. Parmotrema subdeflectens. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Sorediate lobes with marginal and often branched cilia, and terminal labriform or subcapitate soralia on very short laciniae (holotype); D: Sorediate lobes with marginal and ± linear labriform soralia (Masson 974.3946); E: Gross morphology of thallus (Masson 974.3946). Scale bars:A = 10 km; C = 4 mm; D = 3 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217552/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217558>
dc:description "FIGURE 42. Parmotrema udisilvestre. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Submarginal soralia arising from pustule-like swellings or forming from disintegration of the upper cortex of ± revolute lobe (holotype); D: Sorediate lobe with fragile, cracking and flaking upper cortex (Masson 974.4959); E: Gross morphology of thallus (Masson 974.4833). Scale bars:A = 10 km; C = 2 mm; D = 3 mm; E = 8 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217558/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217492>
dc:description "FIGURE 9. Parmotrema brachyblepharum. A: Distribution on Réunion (UTM 2×2 km grid system); B: Bioclimatic characteristics of collection site (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C: Type locality, a disturbed submontane Pandanus wet thicket crossed by a track; D: Sorediate lobe with marginal, linear discontinuous soralia and subgranulose soredia (Masson 974.4443); E: Gross morphology of thallus (holotype). Scale bars: A = 10 km; D = 1 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217492/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13217514>
dc:description "FIGURE 20. Parmotrema eleonomum. A: Distribution on Réunion (UTM 2×2 km grid system), lemon-yellow cell = specimens with molecular data, pale yellow cell with a cross = specimen without molecular data; B: Bioclimatic characteristics of collection sites (abbreviations and threshold values for thermotype and ombrotype horizons from Rivas-Martínez et al. 2011: 1718); C & D: Sorediate lobes with conspicuous long cilia, and soralia terminal ± subcapitate on marginal teeth or very short laciniae, or linear discontinuous on lobe margins (C: holotype, D: Masson 974.4997); E: Gross morphology of thallus (holotype). Scale bars: A = 10 km; C = 1 mm; D = 4 mm; E = 10 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/13217514/files/figure.png> ;
a fabio:Figure .

View file

@ -9,7 +9,7 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1A295062FFA1FFA8F9C3F4C0FA4B6CE9>
<http://treatment.plazi.org/id/1A295062FFA1FFA8F9C3F4C0FCBA6E3E>
dc:creator "Sittichaya, Wisut; Beaver, Roger A." ;
dc:title "Cryptoxyleborus turbineus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cryptoxyleborus_turbineus_Sampson_1923> ;

View file

@ -0,0 +1,94 @@
@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/1A295062FFA1FFA8F9C3F586FA4B6CE9>
dc:creator "Sittichaya, Wisut; Beaver, Roger A." ;
dc:title "Cryptoxyleborus Wood & Bright 1992" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cryptoxyleborus_Wood_1992> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5506.3.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5506.3.5>
bibo:endPage "401" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-09-09" ;
bibo:startPage "396" ;
bibo:volume "5506" ;
dc:creator "Sittichaya, Wisut; Beaver, Roger A." ;
dc:date "2024" ;
dc:title "Cryptoxyleborus brevicauda, a new species of xyleborine ambrosia beetle from Thailand (Coleoptera: Curculionidae: Scolytinae: Xyleborini)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cryptoxyleborus_Wood_1992>
dwc:authorityName "Wood & Bright" ;
dwc:authorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptoxyleborus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Wood & Bright, 1992" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HH24> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptoxyleborus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFC01E0879C64CA6FEEFFB02>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750416> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Carcharhinus obscurus LESUEUR 1818" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Carcharhinus_obscurus_Lesueur_1818> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750416> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Carcharhinus_obscurus_Lesueur_1818>
@ -104,3 +106,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750416>
dc:description "Figure 41. Carcharhinus obscurus tooth, hypotype UCMP 218505." ;
fabio:hasRepresentation <https://zenodo.org/record/13750416/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFC01E097AA24BDAFE96FB02>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750414> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Balanidae BRUGUIERE 1797" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balanidae_Bruguiere_1797> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750414> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balanidae_Bruguiere_1797>
@ -79,3 +81,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750414>
dc:description "Figure 40. Indeterminate barnacle. Hypotype from UCMP locality IP13002, UCMP 218825." ;
fabio:hasRepresentation <https://zenodo.org/record/13750414/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFCB1E037B5A4FE9FE3DFC28>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750400> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Balanidae LEACH 1817" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balanidae_Leach_1817> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750400> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balanidae_Leach_1817>
@ -79,3 +81,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750400>
dc:description "Figure 32. Balanidae indeterminate. Hypotype from UCMP locality IP13001, UCMP 218826." ;
fabio:hasRepresentation <https://zenodo.org/record/13750400/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFCC1E047B3A4FE8FE60FB31>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750404> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Mammalia INDET." ;
trt:publishedIn <http://dx.doi.org/10.5070/P9361044567> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750404> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
@ -45,3 +47,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750404>
dc:description "Figure 34. Mammalian rib fragment, hypotype, UCMP 270043." ;
fabio:hasRepresentation <https://zenodo.org/record/13750404/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFCC1E057E6E4ED6FE48FAAA>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750406> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Cetacea BRISSON 1762" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cetacea_Brisson_1762> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750406> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cetacea_Brisson_1762>
@ -67,3 +69,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750406>
dc:description "Figure 36. Odontocete premaxilla, lateral view of hypotype, UCMP 269020." ;
fabio:hasRepresentation <https://zenodo.org/record/13750406/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFCE1E06799C4E68FAFFFBDE>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750410> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Pectinidae WILKES 1810" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pectinidae_Wilkes_1810> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750410> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pectinidae_Wilkes_1810>
@ -79,3 +81,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750410>
dc:description "Figure 37. Pectinidae indeterminate. Hypotype from UCMP locality IP13002, UCMP 412480. Polymer mold from cast. Scale bar=0.5 cm" ;
fabio:hasRepresentation <https://zenodo.org/record/13750410/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFCF1E087B754975FAD9FE8A>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750408> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Codakiinae KOROBOKOV 1954" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Codakiinae_Korobokov_1954> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750408> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Codakiinae_Korobokov_1954>
@ -91,3 +93,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750408>
dc:description "Figure 38. Lucinoma cf. L. annulatum. Claremont Caldecott Tunnel fauna, right valve(?). Hypotype from UCMP locality IP13007, UCMP 218710." ;
fabio:hasRepresentation <https://zenodo.org/record/13750408/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD01E187B2949FCFA53FCF0>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750356>, <http://dx.doi.org/10.5281/zenodo.13750358> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Yoldia MOLLER 1842" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Yoldia_Moller_1842> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750356>, <http://dx.doi.org/10.5281/zenodo.13750358> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Yoldia_Moller_1842>
@ -91,3 +93,13 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750356>
dc:description "Figure 6. Yoldia cf. Y. submontereyensis from the Tsm Caldecott Tunnel fauna, left valve. Hypotype from UCMP locality IP13008, UCMP 218804." ;
fabio:hasRepresentation <https://zenodo.org/record/13750356/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13750358>
dc:description "Figure 8. Yoldia cf. Y. supramonterensis from the Tsm Caldecott Tunnel fauna, left valve. Hypotype from UCMP locality IP13003, UCMP 218714." ;
fabio:hasRepresentation <https://zenodo.org/record/13750358/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD21E1A7B584CE6FDE5FD6C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750362> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Crenella BROWN 1827" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Crenella_Brown_1827> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750362> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Crenella_Brown_1827>
@ -91,3 +93,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750362>
dc:description "Figure 12. Indeterminate Crenella? from the Tsm Caldecott Tunnel fauna, right valve(?). Hypotype from UCMP locality IP13003, UCMP 218709." ;
fabio:hasRepresentation <https://zenodo.org/record/13750362/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD21E1A7B664E65FA9FFEA9>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750364> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Propeamussiidae ABBOTT 1954" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Propeamussiidae_Abbott_1954> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750364> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Propeamussiidae_Abbott_1954>
@ -79,3 +81,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750364>
dc:description "Figure 13. Indeterminate Propeamussiidae from the Tsm Caldecott Tunnel fauna, possibly right valve. Hypotype from UCMP locality IP13004, UCMP 412704." ;
fabio:hasRepresentation <https://zenodo.org/record/13750364/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD21E1B79854E30FDBFFA16>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750368> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Codakiinae KOROBOKOV 1954" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Codakiinae_Korobokov_1954> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750368> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Codakiinae_Korobokov_1954>
@ -91,3 +93,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750368>
dc:description "Figure 14.aff. Lucinoma? n. sp. from the Tsm Caldecott Tunnel fauna, left valve. Hypotype from UCMP locality IP13005, UCMP 218741." ;
fabio:hasRepresentation <https://zenodo.org/record/13750368/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD31E1B7B7C48AAFB04FC23>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750366> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Myrteinae Chavan 1969" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Myrteinae_Chavan_1969> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750366> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Myrteinae_Chavan_1969>
@ -91,3 +93,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750366>
dc:description "Figure 15. aff. Tehamatea n. sp., from the Tsm Caldecott Tunnel fauna, right valve. Hypotype from UCMP locality IP13001, UCMP 410562." ;
fabio:hasRepresentation <https://zenodo.org/record/13750366/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD31E1C799B4E80FA67FF57>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750370> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Carditidae FLEMING 1828" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Carditidae_Fleming_1828> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750370> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Carditidae_Fleming_1828>
@ -79,3 +81,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750370>
dc:description "Figure 16. Cyclocardia sp. Indeterminate from the Tsm Caldecott Tunnel fauna, right valve(?). Hypotype from UCMP locality IP13001, UCMP 410563." ;
fabio:hasRepresentation <https://zenodo.org/record/13750370/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD51E1D798B4E82FB51F900>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750378> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Veneridae RAFINESQUE 1815" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Veneridae_Rafinesque_1815> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750378> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Veneridae_Rafinesque_1815>
@ -79,3 +81,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750378>
dc:description "Figure 21. Veneridae, indeterminate from the Tsm Caldecott Tunnel fauna, right valve (left), left valve (right). Hypotype from UCMP locality IP13004, UCMP 410418." ;
fabio:hasRepresentation <https://zenodo.org/record/13750378/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD51E1D7B344897FA8AFC4E>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750376> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Spisula GRAY 1837" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Spisula_Gray_1837> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750376> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Spisula_Gray_1837>
@ -91,3 +93,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750376>
dc:description "Figure 20. Spisula aff. Spi. eugenensis from the Tsm Caldecott Tunnel fauna, right valve(?). Hypotype from UCMP locality IP13004, UCMP 410439." ;
fabio:hasRepresentation <https://zenodo.org/record/13750376/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7A6D87C5FFD51E1E79F94A78FACAFF57>
cito:cites <http://dx.doi.org/10.5281/zenodo.13750380> ;
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:title "Bruclarkia TRASK IN STEWART 1926" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bruclarkia_Stewart_1926> ;
@ -24,6 +25,7 @@
dc:creator "Charles L. Powell, Ii; Clites, Erica C.; Poust, Ashley W." ;
dc:date "2022" ;
dc:title "Miocene marine macropaleontology of the fourth bore Caldecott Tunnel excavation, Berkeley Hills, Oakland, California, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13750380> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bruclarkia_Stewart_1926>
@ -91,3 +93,8 @@
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13750380>
dc:description "Figure 22. Aperical view of indeterminate Bruclarkia from the Tsm Caldecott Tunnel fauna, UCMP locality IP13003, hypotype UCMP 218695." ;
fabio:hasRepresentation <https://zenodo.org/record/13750380/files/figure.png> ;
a fabio:Figure .