Skip to content

Appendices

Appendix A: YAML Frontmatter Quick Reference

Section titled “Appendix A: YAML Frontmatter Quick Reference”
---
# Required
id: uuid-v4
type: semantic|episodic|procedural
created: ISO-8601-datetime
# Recommended
modified: ISO-8601-datetime
ontology:
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
title: "Human Title"
tags: [tag1, tag2]
# Optional
aliases: ["Alt Name 1", "Alt Name 2"]
temporal:
valid_from: ISO-8601-datetime
valid_until: ISO-8601-datetime | null
recorded_at: ISO-8601-datetime
ttl: ISO-8601-duration
decay:
model: none|linear|exponential|step
halfLife: ISO-8601-duration
strength: 0.0-1.0
access_count: integer
last_accessed: ISO-8601-datetime
provenance:
source_type: user_explicit|user_implicit|agent_inferred|external_import|system_generated
source_ref: uri
agent: string
confidence: 0.0-1.0
trust_level: verified|user_stated|high_confidence|moderate_confidence|low_confidence|uncertain
embedding:
model: string
model_version: string
dimensions: integer
source_text: string
extensions:
provider_name:
custom_field: value
---

Appendix B: Relationship Types Quick Reference

Section titled “Appendix B: Relationship Types Quick Reference”
Markdown SyntaxJSON-LD relationshipTypeDescription
[[X]]RelatesToGeneral relationship
[[X|derived-from]]DerivedFromCreated from source
[[X|supersedes]]SupersedesReplaces older
[[X|conflicts-with]]ConflictsWithContradicts
[[X|part-of]]PartOfComponent of
[[X|implements]]ImplementsRealizes
[[X|uses]]UsesUtilizes
[[X|created-by]]CreatedAuthored by
[[X|mentioned-in]]MentionedInReferenced in

MarkdownMeaning
@[[Name]]Reference entity by name
@[[Name|Person]]Reference with explicit type
@[[Name|uses]]Reference with relationship
@[[Name|Technology|uses]]Type and relationship

TypeDescription
articleJournal article, blog post
bookPublished book
paperConference/research paper
websiteGeneral website
documentationTechnical documentation
repositoryCode repository
videoVideo content
podcastPodcast episode
specificationTechnical specification
datasetData source
toolSoftware tool or service
otherMiscellaneous source
RoleDescription
supportsProvides supporting evidence
refutesContradicts or disputes
backgroundGeneral context/reference
methodologyMethod or approach source
contradictsConflicts with claims
extendsBuilds upon cited work
derivedDirect derivation source
sourcePrimary source material
exampleIllustrative example
reviewCritical review/analysis
citations:
- type: article # REQUIRED
title: "Citation Title" # REQUIRED
url: https://example.com # REQUIRED
role: supports # REQUIRED
author: "@[[Name|Person]]" # OPTIONAL
date: 2024-06-15 # OPTIONAL
accessed: 2026-01-20 # OPTIONAL
relevance: 0.95 # OPTIONAL (0-1)
note: "Annotation" # OPTIONAL
## Citations
- [Title](url) by @[[Author|Person]] (date)
- **Type**: article
- **Role**: supports
- **Relevance**: 0.95
- Long-form annotation here.