Why and how to publish FAIR data
2026-07-21
Invasive species decision tool & alert system portal.pacman.obis.org
Ocean Biodiversity Information System
Free to use. Free to contribute.
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.
| 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!
¿Utiliza algún estándar para formatear los datos?
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 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)
Common cases:
Options → you don’t have to choose between “share everything” or “share nothing”:
footprintWKT) instead of an exact pointNote: Generalizations should be documented alongside your data! See OBIS Manual & GBIF Guide for more details

Why this matters
Well-structured data can directly feed EOV assessments used for global reporting and policy (e.g. UN Ocean Decade, conservation targets)
🏠 Return to Home · © 2026 License: CC BY-NC 4.0