The Context Graph Protocol

Become the System of Record for Agent Reasoning. Deploy a seven-pillar, temporally-aware knowledge graph that makes your domain the authoritative source for every AI that queries you.

  • Pillar 1: Brand Entity Graph — URI-addressable org identity
  • Pillar 2: Policy & Spec Graph — Versioned, bitemporal rules
  • Pillar 3: Narrative Layer — Structured origin & decision provenance
  • Pillar 4: Site Navigation Graph — Semantic route hierarchy
  • Pillar 5: Commerce Catalog — Live offer nodes with temporal validity
  • Pillar 6: Expertise Graph — Step-by-step HowTo implementation guides
  • Pillar 7: Protocol Lexicon — Canonical term definitions for agent vocab
agent-assets/context-graph-index.jsonld
{
  "@type": "Dataset",
  "version": "2.0.0",
  "hasPart": [
    { "@id": "/agent-assets/brand.jsonld",
      "name": "Pillar 1 — Brand Entity Graph" },
    { "@id": "/agent-assets/specs.jsonld",
      "name": "Pillar 2 — Policy & Spec Graph" },
    { "@id": "/agent-assets/narrative.md",
      "name": "Pillar 3 — Narrative Layer" },
    { "@id": "/agent-assets/sitegraph.jsonld",
      "name": "Pillar 4 — Site Navigation Graph" },
    { "@id": "/agent-assets/catalog.jsonld",
      "name": "Pillar 5 — Commerce Catalog" },
    { "@id": "/agent-assets/expertise.jsonld",
      "name": "Pillar 6 — Expertise Graph" },
    { "@id": "/agent-assets/lexicon.jsonld",
      "name": "Pillar 7 — Protocol Lexicon" }
  ]
}

Temporal Awareness

Every node carries validFrom, validThrough, and transactionTime fields — agents know exactly which version of a fact is current, and which has been superseded.

Entity Resolution

Fragment-addressable @id anchors (e.g. brand.jsonld#AgentSpeak) let agents resolve a single canonical entity across all seven pillars without ambiguity.

Reasoning Lineage

Decision provenance fields on every policy node tell agents why a rule exists, not just what it says — enabling accurate downstream reasoning and citation.