GG2RDF 2024-07-16T10:54:27.770Z (plazi/treatments-xml)
This commit is contained in:
parent
7abbe2b89e
commit
d07afb6ab0
25 changed files with 3352 additions and 0 deletions
115
data/01/0C/74/010C7407FFCCFF876CD91EDA7D784F9A.ttl
Normal file
115
data/01/0C/74/010C7407FFCCFF876CD91EDA7D784F9A.ttl
Normal file
|
@ -0,0 +1,115 @@
|
|||
@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/010C7407FFCCFF876CD91EDA7D784F9A>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.12749520> ;
|
||||
dc:creator "Delgado, Juan A.; Bilton, David T." ;
|
||||
dc:title "Prosthetops nitens" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Prosthetops_nitens_Peringuey_1892> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5481.2.2> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/zootaxa.5481.2.2>
|
||||
bibo:endPage "224" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Zootaxa" ;
|
||||
bibo:pubDate "2024-07-16" ;
|
||||
bibo:startPage "203" ;
|
||||
bibo:volume "5481" ;
|
||||
dc:creator "Delgado, Juan A.; Bilton, David T." ;
|
||||
dc:date "2024" ;
|
||||
dc:title "Morphology and feeding biology of larvae of the South African endemic water beetle genus Prosthetops Waterhouse, 1879 (Coleoptera: Hydraenidae)" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12749520> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Prosthetops_nitens_Peringuey_1892>
|
||||
dwc:authority "(Peringuey, 1892)" ;
|
||||
dwc:baseAuthorityName "Peringuey" ;
|
||||
dwc:baseAuthorityYear "1892" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Peringuey, 1892)" ;
|
||||
dwc:species "nitens" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4MYPF> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Prosthetops_nitens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Prosthetops_nitens>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "nitens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Prosthetops> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Prosthetops>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydraenidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hydraenidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
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 .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.12749520>
|
||||
dc:description "FIGURE 1. Prosthetops habitats in Western Cape, South Africa. a: Cederberg range, nr. Wolfberg Arch, pool with adults and larvae of P. wolfbergensis; b to d: Table Mountain, pool with adults of P. megacephalus (visible in figs b–c) and larvae of P. megacephalus and P. nitens (pool 2); e and f: Table Mountain, pool with adults and larvae of P. nitens (pool 1). Photos D.T. Bilton." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/12749520/files/figure.png> ;
|
||||
a fabio:Figure .
|
117
data/01/0C/74/010C7407FFD1FF9A6CD91DE27AA94A6E.ttl
Normal file
117
data/01/0C/74/010C7407FFD1FF9A6CD91DE27AA94A6E.ttl
Normal file
|
@ -0,0 +1,117 @@
|
|||
@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/010C7407FFD1FF9A6CD91DE27AA94A6E>
|
||||
dc:creator "Delgado, Juan A.; Bilton, David T." ;
|
||||
dc:title "Prosthetops megacephalus" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFD1FF9A6CD91DE27AA94A6E.mc.39CDCF4CFFD1FF9A6CD91A727AAD4A6E> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Prosthetops_megacephalus_Boheman_1851> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5481.2.2> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/zootaxa.5481.2.2>
|
||||
bibo:endPage "224" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Zootaxa" ;
|
||||
bibo:pubDate "2024-07-16" ;
|
||||
bibo:startPage "203" ;
|
||||
bibo:volume "5481" ;
|
||||
dc:creator "Delgado, Juan A.; Bilton, David T." ;
|
||||
dc:date "2024" ;
|
||||
dc:title "Morphology and feeding biology of larvae of the South African endemic water beetle genus Prosthetops Waterhouse, 1879 (Coleoptera: Hydraenidae)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Prosthetops_megacephalus_Boheman_1851>
|
||||
dwc:authority "(Boheman, 1851)" ;
|
||||
dwc:baseAuthorityName "Boheman" ;
|
||||
dwc:baseAuthorityYear "1851" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Boheman, 1851)" ;
|
||||
dwc:species "megacephalus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/77Z9Q> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Prosthetops_megacephalus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Prosthetops_megacephalus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "megacephalus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Prosthetops> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Prosthetops>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydraenidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hydraenidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
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 .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFD1FF9A6CD91DE27AA94A6E.mc.39CDCF4CFFD1FF9A6CD91A727AAD4A6E>
|
||||
dwc:collectionCode "CDTB, T" ;
|
||||
dwc:eventDate "2010-09-24" ;
|
||||
dwc:locality "Pool" ;
|
||||
dwc:recordedBy "Bilton" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/010C7407FFD1FF9A6CD91DE27AA94A6E#39CDCF4CFFD1FF9A6CD91A727AAD4A6E> ;
|
||||
a dwc:MaterialCitation .
|
131
data/01/0C/74/010C7407FFDFFF946CD91BEA7C08488A.ttl
Normal file
131
data/01/0C/74/010C7407FFDFFF946CD91BEA7C08488A.ttl
Normal file
|
@ -0,0 +1,131 @@
|
|||
@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/010C7407FFDFFF946CD91BEA7C08488A>
|
||||
dc:creator "Delgado, Juan A.; Bilton, David T." ;
|
||||
dc:title "Prosthetops wolfbergensis Bilton 2013" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFDFFF946CD91BEA7C08488A.mc.39CDCF4CFFDFFF946D92187A7A794842>, <http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFDFFF946CD91BEA7C08488A.mc.39CDCF4CFFDFFF946FC6187A7AC14866>, <http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFDFFF946CD91BEA7C08488A.mc.39CDCF4CFFDFFF946F9F18167C0D488A> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Prosthetops_wolfbergensis_Bilton_2013> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5481.2.2> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/zootaxa.5481.2.2>
|
||||
bibo:endPage "224" ;
|
||||
bibo:issue "2" ;
|
||||
bibo:journal "Zootaxa" ;
|
||||
bibo:pubDate "2024-07-16" ;
|
||||
bibo:startPage "203" ;
|
||||
bibo:volume "5481" ;
|
||||
dc:creator "Delgado, Juan A.; Bilton, David T." ;
|
||||
dc:date "2024" ;
|
||||
dc:title "Morphology and feeding biology of larvae of the South African endemic water beetle genus Prosthetops Waterhouse, 1879 (Coleoptera: Hydraenidae)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Prosthetops_wolfbergensis_Bilton_2013>
|
||||
dwc:authority "Bilton, 2013" ;
|
||||
dwc:authorityName "Bilton" ;
|
||||
dwc:authorityYear "2013" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Bilton, 2013" ;
|
||||
dwc:species "wolfbergensis" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4MYPJ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Prosthetops_wolfbergensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Prosthetops_wolfbergensis>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "wolfbergensis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Prosthetops> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Prosthetops>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
dwc:genus "Prosthetops" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydraenidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hydraenidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Hydraenidae" ;
|
||||
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 .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFDFFF946CD91BEA7C08488A.mc.39CDCF4CFFDFFF946D92187A7A794842>
|
||||
dwc:collectionCode "CDTB" ;
|
||||
dwc:locality "SOUTH AFRICA" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/010C7407FFDFFF946CD91BEA7C08488A#39CDCF4CFFDFFF946D92187A7A794842> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFDFFF946CD91BEA7C08488A.mc.39CDCF4CFFDFFF946FC6187A7AC14866>
|
||||
dwc:collectionCode "CDUM, T" ;
|
||||
dwc:eventDate "2010-09-21" ;
|
||||
dwc:locality "Stadsaal Cave" ;
|
||||
dwc:recordedBy "Bilton" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/010C7407FFDFFF946CD91BEA7C08488A#39CDCF4CFFDFFF946FC6187A7AC14866> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/010C7407FFDFFF946CD91BEA7C08488A.mc.39CDCF4CFFDFFF946F9F18167C0D488A>
|
||||
dwc:collectionCode "CDTB, T" ;
|
||||
dwc:eventDate "2014-09-23" ;
|
||||
dwc:locality "Stadsaal Cave" ;
|
||||
dwc:recordedBy "Bilton" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/010C7407FFDFFF946CD91BEA7C08488A#39CDCF4CFFDFFF946F9F18167C0D488A> ;
|
||||
a dwc:MaterialCitation .
|
Loading…
Add table
Add a link
Reference in a new issue