Overview of Open Knowledge Format (OKF)
mainOpen Knowledge Format (OKF) is a universal, vendor-neutral format for representing knowledge as plain markdown files with YAML frontmatter, organized in a directory hierarchy. It is designed to be human-readable, agent-readable, version-controllable via Git, and portable across any filesystem or tool that supports markdown (e.g., Obsidian, Notion, MkDocs).
Key features include:
- Structured & Unstructured Data: Uses YAML frontmatter for queryable fields (
type,resource,tags,generated,status) and markdown bodies for prose and schemas. - Provenance: Includes signals for source credibility, production/verification status, and freshness (
stale_after). - Graph-shaped: Uses standard markdown links to express relationships between concepts.
- Progressive Disclosure: Uses auto-generated
index.mdfiles to allow hierarchical navigation.