FAIR Data Principles & Biodiversity Standards

Why and how to publish FAIR data

Elizabeth Lawrence, Saara Suominen

2026-07-21

What makes data FAIR?

  • Descriptive metadata with stable links (e.g. DOI)
  • Clear instructions on how to access
    • Not just “available upon request”
  • Easily combined with other datasets & machine readable
  • Metadata enables replication
    • Data is contextualized

What can FAIR data do?

Invasive species decision tool & alert system portal.pacman.obis.org

How to manage and make data FAIR?

What is OBIS?

Ocean Biodiversity Information System

  • Global open-access data system for marine life
  • UNESCO Intergovernmental Oceanographic Commission
  • > 199 M occurrence records from >7,000 datasets
  • Data flows to GBIF — easy to publish once, reach both

Free to use. Free to contribute.

A Mature Global Community

OBIS is the world’s largest open-access repository
for marine biodiversity data.



36 nodes
across 99 countries
representing 1,000+ institutions
and 6,000+ scientists.

OBIS & FAIR Data

What OBIS gives you
Findable Your dataset joins a global, searchable index - with a DOI
Accessible Standard download/API access, no one-off email requests
Interoperable Darwin Core structure - readable by people and machines
Reusable Documented metadata + a clear reuse license (e.g. CC-BY)

A real example

A marine invasive species dataset from Venezuela, published July 2022, was included in 1,873 separate download requests within 3 months — with zero extra effort from the data provider!

Do you use a standard to format your data?

¿Utiliza algún estándar para formatear los datos?

What is Darwin Core?

  • Stable, shared vocabulary for biodiversity data
    • Standardized field names, identifiers, & definitions
  • Maintained by TDWG, used by OBIS, GBIF, and the wider biodiversity community
  • Not a database itself - a set of agreed-upon terms (e.g. scientificName, eventDate, decimalLatitude)

Think of it as everyone agreeing to call the same column the same thing - so your data and someone else’s can sit in the same table!

🤝

Flat vs. relational data tables

Flat file

One giant table - everything repeated on every row

date site lat lon species count
2024-01 A 11 -74 fish1 3
2024-01 A 11 -74 fish2 1
2024-01 A 11 -74 fish3 7

Relational

Separate, linked tables — shared info stored once

site.csv:      site, date, lat, lon
species.csv:   site, species, count

🔗 Linked by a shared identifier (an ID column)

Core & Extension tables

  • Every Darwin Core Archive has one core table: either Event or Occurrence
  • Plus zero, one, or more extension tables (eMoF, DNA extension…)
  • Extensions link back to the core via an ID

A note on sensitive data

Common cases:

  • Endangered or commonly poached species locations
  • Species/locations with economic sensitivity

Options → you don’t have to choose between “share everything” or “share nothing”:

  • Generalize location - provide a region or polygon (footprintWKT) instead of an exact point
  • Delay publication - prepare to publish but set an embargo for later
  • Generalize taxonomic name - provide a higher taxon name

Note: Generalizations should be documented alongside your data! See OBIS Manual & GBIF Guide for more details

Essential Ocean Variables (EOVs)

goosocean.org/eov

  • Defined by GOOS (Global Ocean Observing System, IOC-UNESCO)
    • Minimum set of variables needed to track ocean state and change
  • 36 EOVs → physical, biogeochemical, biological & ecosystem
  • Specification sheets to guide data collection

Why this matters

Well-structured data can directly feed EOV assessments used for global reporting and policy (e.g. UN Ocean Decade, conservation targets)

Why standardize data?

  • Enables data to be found, combined, and reused across research groups, institutions, and countries
  • Avoids duplicated effort — no need to re-collect or re-process data that already exists elsewhere
  • Supports large-scale synthesis (e.g. global biodiversity assessments, ocean health indicators) that no single dataset could achieve alone
  • Keeps data accessible and usable long after a project ends or funding runs out
  • Makes data machine-readable, so pipelines and tools can integrate it automatically instead of manual reformatting
  • Provides context via metadata so others can correctly interpret and trust the data
  • Maximizes the return on investment of data collection, which is often costly (fieldwork, sequencing, expert time)