REF-056: FAIR Guiding Principles for Scientific Data Management

REF-056: FAIR Guiding Principles for Scientific Data Management

Citation

Wilkinson, M. D., et al. (2016). The FAIR Guiding Principles for scientific data management and stewardship. Scientific Data, 3, 160018.

DOI: https://doi.org/10.1038/sdata.2016.18 PDF: https://www.nature.com/articles/sdata201618.pdf

Document Profile

AttributeValue
Year2016
Citations17,000+
TypeResearch Data Management Principles
EndorsementG20, European Commission, NIH, UKRI
AIWG RelevanceCritical - Foundational principles for research artifact management, source tracking, and reproducibility

Executive Summary

The FAIR Principles provide a framework for making data Findable, Accessible, Interoperable, and Reusable. Originally developed for scientific data management, these principles have become the global standard for data stewardship. For AIWG, FAIR provides the conceptual foundation for how research artifacts should be managed throughout the research framework lifecycle.

Key Insight

"Good data management is not a goal in itself, but rather is the key conduit leading to knowledge discovery and innovation."

This directly applies to AIWG: managing research artifacts isn't bureaucratic overhead—it enables the research to be validated, built upon, and trusted.


The FAIR Principles

Findable

PrincipleDescription
F1Data are assigned globally unique and persistent identifiers
F2Data are described with rich metadata
F3Metadata clearly include the identifier of the data
F4Data are registered or indexed in a searchable resource

Accessible

PrincipleDescription
A1Data are retrievable by their identifier using standardized protocol
A1.1The protocol is open, free, and universally implementable
A1.2The protocol allows for authentication/authorization when required
A2Metadata remain accessible even when data are no longer available

Interoperable

PrincipleDescription
I1Data use formal, accessible, shared language for knowledge representation
I2Data use vocabularies that follow FAIR principles
I3Data include qualified references to other data

Reusable

PrincipleDescription
R1Data have plurality of accurate and relevant attributes
R1.1Data are released with clear, accessible data usage license
R1.2Data are associated with detailed provenance
R1.3Data meet domain-relevant community standards

Key Findings for AIWG

1. Machine-Actionability is Essential

"FAIR Principles put specific emphasis on enhancing the ability of machines to automatically find and use the data."

AIWG Implication: The research framework must be designed so AI agents can discover, retrieve, and process research artifacts programmatically—not just for human consumption.

2. Metadata Persistence (A2)

"Metadata should be accessible even when the data are no longer available."

AIWG Implication: Reference documentation (REF-XXX.md files) must survive even if original PDFs become unavailable. The markdown summaries are the persistent metadata layer.

3. Provenance is Non-Negotiable (R1.2)

"Data should be associated with detailed provenance: where it came from, who created it, how it was processed."

AIWG Implication: Every research artifact needs acquisition timestamps, source URLs, agent attribution, and transformation history tracked.


AIWG Implementation Mapping

FAIR PrincipleAIWG ImplementationRationale
F1 - Unique IdentifiersREF-XXX numbering system for all research sourcesEnables unambiguous citation and cross-referencing across projects
F2 - Rich MetadataStructured markdown documents with Citation, Profile, Executive Summary, Key Findings sectionsCaptures essential context beyond just the PDF
F3 - ID in MetadataREF-XXX appears in document title, filename, and all internal referencesEvery reference to the source carries its identifier
F4 - Indexed/SearchableINDEX.md with topic categories, application domains, and quick lookupsAI agents and humans can discover relevant papers by use case
A1 - Retrievable by IDGit repository with predictable paths: `documentation/references/REF-XXX-*.md`Standard protocol (git/https) with deterministic URL structure
A1.1 - Open ProtocolHTTPS access to public repositoryNo proprietary tools required
A2 - Metadata PersistenceMarkdown docs survive PDF loss; summaries capture key findingsIf Nature removes the PDF, the REF-056.md summary remains
I1 - Formal LanguageConsistent document template structure across all REF-XXX filesMachine-parseable sections (Citation, Profile, Findings, Quotes)
I2 - FAIR VocabulariesStandardized field names: `AIWG Relevance`, `Key Contribution`, `Cross-References`Vocabulary itself is documented and consistent
I3 - Qualified ReferencesCross-References section with explicit relationship typesNot just "see also" but "implements", "complements", "conflicts with"
R1.1 - License ClaritySource license documented in Profile sectionEnables reuse decisions (can we quote? redistribute?)
R1.2 - ProvenanceRevision History section; acquisition date; source URLComplete chain from original publication to current documentation
R1.3 - Community StandardsREF-XXX document template follows established patternNew contributors can add papers following the same structure

Specific AIWG Design Decisions Informed by FAIR

1. REF-XXX Identifier System

Decision: All research sources assigned sequential REF-XXX identifiers.

FAIR Justification: F1 (unique identifiers) + F3 (ID in metadata). The identifier is:

  • Globally unique within AIWG ecosystem
  • Persistent (never reused for different papers)
  • Machine-readable (simple pattern matching)
  • Human-memorable (sequential numbers easier than UUIDs)

2. Two-Repository Architecture

Decision: Canonical references in the shared research corpus; project-specific analysis in each project's `docs/references/`.

FAIR Justification:

  • A1 (retrievable): Single source of truth for each paper
  • I3 (qualified references): Projects reference canonical corpus
  • R1.3 (standards): Consistent format across all projects

3. Markdown as Primary Format

Decision: All documentation in Markdown, not proprietary formats.

FAIR Justification:

  • A1.1 (open protocol): Plain text, no special tools needed
  • I1 (formal language): Parseable structure with headers, tables, code blocks
  • A2 (persistence): Text survives format migrations better than binary

4. INDEX.md Quick Lookups

Decision: FAQ-style quick lookups like "How do I manage research data?" → REF-XXX

FAIR Justification: F4 (searchable resource). Optimized for the actual queries AI agents and humans make.

5. Cross-Reference Tables

Decision: Every REF-XXX document includes explicit Cross-References section.

FAIR Justification: I3 (qualified references). Not just links but relationship types:

  • "OAIS complements FAIR for preservation"
  • "W3C PROV implements R1.2 provenance"

Research Framework Application

Acquisition Stage (SIP in OAIS terms)

FAIR compliance at intake:

  • Assign REF-XXX identifier immediately (F1)
  • Capture source URL and retrieval timestamp (R1.2)
  • Extract rich metadata: authors, year, venue, DOI (F2)

Documentation Stage (AIP in OAIS terms)

FAIR compliance during documentation:

  • Create markdown summary with all standard sections (I1)
  • Include original identifier in document (F3)
  • Add to INDEX.md topic categories (F4)
  • Document any licensing constraints (R1.1)

Integration Stage (DIP in OAIS terms)

FAIR compliance for use:

  • Cross-reference to related papers (I3)
  • Cite with standardized format (I2)
  • Track which projects use which papers (R1.2)

Key Quotes

On machine-actionability (p. 1):

"FAIR Principles put specific emphasis on enhancing the ability of machines to automatically find and use the data."

On the purpose of data management (p. 1):

"Good data management is not a goal in itself, but rather is the key conduit leading to knowledge discovery and innovation."

On metadata persistence (p. 3):

"Principle A2... clarifies that even if the data themselves become unavailable, the metadata should remain findable and accessible."

On provenance (p. 4):

"Rich, fine-grained provenance information will be important to enable reproducibility."


Cross-References

PaperRelationship
REF-061OAIS provides archival framework; FAIR provides access principles
REF-062W3C PROV implements R1.2 provenance tracking
REF-060GRADE provides quality assessment for R1 (reusability attributes)
REF-058R-LAM applies FAIR to agent workflow reproducibility

Revision History

DateAuthorChanges
2026-01-25Research AcquisitionInitial AIWG-specific analysis document