type: semantic|episodic|procedural
created: ISO-8601-datetime
modified: ISO-8601-datetime
id: ontology-identifier # Matches ontology.id in definition
version: "1.0.0" # Semantic version (optional)
uri: https://example.com/ont # Ontology URL (optional)
namespace: hierarchical/path
aliases: ["Alt Name 1", "Alt Name 2"]
validFrom: ISO-8601-datetime
validUntil: ISO-8601-datetime | null
recordedAt: ISO-8601-datetime
model: none|linear|exponential|step
halfLife: ISO-8601-duration
lastAccessed: ISO-8601-datetime
sourceType: user_explicit|user_implicit|agent_inferred|external_import|system_generated
trustLevel: verified|user_stated|high_confidence|moderate_confidence|low_confidence|uncertain
Relationships appear in a ## Relationships body section as - <type> [Text](/path/target.md), mirroring the authoritative frontmatter relationships[].
| Body Markdown Syntax |
JSON-LD type |
Description |
- relates-to [X](/path/x.md) |
relates-to |
General relationship |
- derived-from [X](/path/x.md) |
derived-from |
Created from source |
- supersedes [X](/path/x.md) |
supersedes |
Replaces older |
- conflicts-with [X](/path/x.md) |
conflicts-with |
Contradicts |
- part-of [X](/path/x.md) |
part-of |
Component of |
- implements [X](/path/x.md) |
implements |
Realizes |
- uses [X](/path/x.md) |
uses |
Utilizes |
- created-by [X](/path/x.md) |
created-by |
Authored by |
- mentioned-in [X](/path/x.md) |
mentioned-in |
Referenced in |
Entity references are declared in the frontmatter entities[] array as EntityReference objects:
| Field |
Required |
Meaning |
@type |
REQUIRED |
Always EntityReference |
entity.@id |
REQUIRED |
Entity URN (urn:mif:entity:<type>:<slug>) |
entityType |
OPTIONAL |
Person, Organization, Technology, Concept, File, or a custom ontology type |
name |
OPTIONAL |
Display name |
role |
OPTIONAL |
Role in the memory (e.g. author, mentions, uses) |
- "@type": EntityReference
entity: { "@id": urn:mif:entity:person:jane-doe }
| Type |
Description |
article |
Journal article, blog post |
book |
Published book |
paper |
Conference/research paper |
website |
General website |
documentation |
Technical documentation |
repository |
Code repository |
video |
Video content |
podcast |
Podcast episode |
specification |
Technical specification |
dataset |
Data source |
tool |
Software tool or service |
other |
Miscellaneous source |
| Role |
Description |
supports |
Provides supporting evidence |
refutes |
Contradicts or disputes |
background |
General context/reference |
methodology |
Method or approach source |
contradicts |
Conflicts with claims |
extends |
Builds upon cited work |
derived |
Direct derivation source |
source |
Primary source material |
example |
Illustrative example |
review |
Critical review/analysis |
- "@type": Citation # REQUIRED
citationType: article # REQUIRED
title: "Citation Title" # REQUIRED
url: https://example.com # REQUIRED
citationRole: supports # REQUIRED
author: "Author Name" # OPTIONAL (string, EntityReference, or array of EntityReference)
date: 2024-06-15 # OPTIONAL
accessed: 2026-01-20 # OPTIONAL
relevance: 0.95 # OPTIONAL (0-1)
note: "Annotation" # OPTIONAL
- [Title](url) by Author Name (date)
- Long-form annotation here.