Guidelines for making scientific data FAIR: Findable, Accessible, Interoperable, and Reusable.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill fair-data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fair Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-fair-data)More formats (shields.io, HTML) on the badges page.
# FAIR Data Principles — Findable, Accessible, Interoperable, Reusable
## Overview
Guidelines for making scientific data FAIR: Findable, Accessible, Interoperable, and Reusable.
## Findable
- Assign globally unique persistent identifiers (DOIs) to datasets
- Rich metadata describing the dataset (title, authors, description, keywords, dates)
- Metadata registered in searchable resources (DataCite, re3data, FAIRsharing)
- Data indexed in domain-specific repositories
## Accessible
- Data retrievable by identifier using standardized protocol (HTTP, FTP)
- Metadata accessible even if data is restricted
- Authentication/authorization where necessary, clearly documented
- Long-term preservation plan (minimum 10 years for funded research)
## Interoperable
- Use formal, shared vocabularies (ontologies: GO, ChEBI, EFO, MeSH)
- Standard file formats (CSV, JSON, HDF5, NetCDF — not proprietary)
- Include references to related datasets and publications
- Machine-readable metadata (JSON-LD, Dublin Core, schema.org)
## Reusable
- Clear data usage license (CC-BY, CC0 recommended for scientific data)
- Detailed provenance (how data was collected, processed, quality controlled)
- Meet community standards (MIAME for microarrays, MINSEQE for sequencing)
- Version control for datasets that evolve
## Recommended Repositories
| Domain | Repository |
|--------|-----------|
| General | Zenodo, Figshare, Dryad |
| Genomics | GEO, SRA, ENA |
| Proteomics | PRIDE, MassIVE |
| Structures | PDB, EMDB |
| Clinical | ClinicalTrials.gov, YODA |
| Chemistry | ChEMBL, PubChem |
| Materials | NOMAD, Materials Cloud |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!