The Format Convergence
Summary
Google Cloud engineers introduced the Open Knowledge Format (OKF) on June 12, 2026, a vendor-neutral, agent- and human-friendly standard for representing metadata and curated knowledge for modern AI systems. OKF is essentially a directory of markdown files with YAML frontmatter, formalizing patterns like Andrej Karpathy's "LLM Wiki." Its design prioritizes minimal opinion, producer/consumer independence, and format over platform. This architecture converges with the W3C DataBook specification, which also uses markdown and YAML. While OKF functions as a simple wiki format, DataBook extends it with formal typing, IRI-based identity, and tooling (CLI v1.4.4) for deploying knowledge to triplestores via the SPARQL Graph Store Protocol, including SHACL validation. The article proposes DataBook as a formal OKF profile.
Key takeaway
For AI Architects evaluating knowledge representation standards, recognize OKF as a foundational, widely adoptable format for AI-driven knowledge bases. Your teams should consider extending OKF with semantic web capabilities, potentially through a DataBook-based profile, to enable formal ontological typing and SPARQL-queryability for robust knowledge graph deployment. Engage with the W3C Holon Community Group to shape this evolution.
Key insights
Open Knowledge Format (OKF) formalizes a markdown-based, human/AI-friendly standard for structured knowledge, enabling interoperability.
Principles
- Minimally opinionated format.
- Producer/consumer independence.
- Format, not platform.
Method
An OKF bundle is a directory where each markdown file represents a concept with YAML frontmatter (required "type" field) and links to other files.
In practice
- Use markdown libraries for AI agents.
- Formalize metadata-as-code repositories.
- Integrate human-authored content with AI.
Topics
- Open Knowledge Format
- DataBook
- Semantic Web
- Knowledge Graphs
- AI Agents
- Markdown
Code references
Best for: CTO, VP of Engineering/Data, AI Architect, AI Engineer, Director of AI/ML
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by The Ontologist.