library(robis)
# occurrence records that include the DNA Derived Data extension
occurrence(
hasextensions = "DNADerivedData",
taxonid = 127160 # e.g. Actinopteri
)OBIS & Darwin Core: What They Are and Why They Matter
What is OBIS?
OBIS — the Ocean Biodiversity Information System — is a global, open-access data system for marine life.
- Endorsed by UNESCO’s Intergovernmental Oceanographic Commission (IOC).
- Holds more than 199 million occurrence records from over 7,000 datasets.
- Data published in OBIS also flows to GBIF — publish once, reach both networks.
- Free to use, free to contribute to.
🌐 obis.org · 📖 manual.obis.org
OBIS is not just a repository. It actively feeds into global biodiversity assessments, climate analyses, and conservation planning — for example the IPBES Global Assessment, UN World Ocean Assessments, and the CBD’s Kunming-Montreal Global Biodiversity Framework.
A mature, global community
OBIS is the world’s largest open-access repository for marine biodiversity data, built by a genuinely global network:
- 36 nodes across 99 countries
- Representing 1,000+ institutions
- And 6,000+ scientists
OBIS sits within UNESCO’s IOC (IODE, established 1961), and works alongside partners including GBIF, TDWG, EMODnet, GOOS, and DataONE. Find your regional OBIS node at obis.org/nodes — most contributors publish through their node’s Integrated Publishing Toolkit (IPT) rather than running their own infrastructure.
Why publish eDNA data through OBIS?
eDNA captures biodiversity signals that other survey methods often miss:
- Cryptic and rare marine taxa
- Non-invasive, scalable sampling
- Community-level biodiversity signals
But raw sequences alone aren’t enough. Sequences deposited only in NCBI/GenBank cannot be searched by species, in time, or in space — there’s no link to coordinates or sampling dates, so they can’t support distribution maps, trend analyses, or Marine Protected Area assessments.
Publishing through OBIS (and GBIF) turns a sequence into reusable biodiversity data:
| Benefit | Why it matters |
|---|---|
| Open DOI | Citable in publications |
| Long-term archive | FAIR data |
| Global reach | OBIS + GBIF |
| Sequence search | Reuse & reanalysis |
Your sequences become findable — OBIS’s sequence search tools let others search for similar sequences across all published datasets, but only because the data is submitted in a standardized form. That standardization is the subject of the next episode.
eDNA is already in OBIS — and being used
OBIS currently holds around 128 datasets containing eDNA-derived occurrences, totaling roughly 44.5 million records and about 2 million distinct sequences. That’s only ~2% of all datasets in OBIS, but they contribute 25% of all occurrence records — eDNA datasets tend to be large.
Real eDNA datasets already published include eDNA surveys from Monterey Bay, 16S rRNA metabarcoding of pico- to mesoplankton, and fish eDNA surveys across multiple ocean basins. This data is being used for species distribution modeling, biodiversity assessments, MPA baseline studies, and global meta-analyses.
You can query these records directly from R using the robis package, filtering for the DNA extension:
Resources and community
| Resource | Link |
|---|---|
| OBIS Manual (DNA chapter) | manual.obis.org/dna_data.html |
| GBIF DNA publishing guide | doi.org/10.35035/DOC-VF1A-NR22 |
| OBIS helpdesk | helpdesk@obis.org |
The OBIS community is genuinely welcoming to beginners, and the helpdesk responds quickly if you get stuck formatting your own dataset.