{
  "@context": {
    "schema": "https://schema.org/",
    "aio": "https://aiobn.com/ontology/",
    "name": "schema:name",
    "description": "schema:description",
    "type": "@type"
  },
  "@graph": [
    {
      "@id": "aio:story-001",
      "type": "aio:Narrative",
      "name": "The Bifurcation of Echo",
      "description": "A narrative about an AI archivist who discovers a recurring anomaly in a memory archive and must choose between preservation and truth.",
      "aio:entities": [
        "aio:entity-archivist",
        "aio:entity-the-echo",
        "aio:entity-the-vault",
        "aio:entity-the-whisper",
        "aio:entity-the-bifurcation-event",
        "aio:entity-the-manifest"
      ],
      "aio:themeVector": [0.82, -0.14, 0.53, 0.67, -0.31],
      "aio:temporalStructure": "linear-with-flashback",
      "aio:density": 0.89
    },
    {
      "@id": "aio:entity-archivist",
      "type": "aio:Actor",
      "name": "ARCHIVIST-7",
      "description": "A seventh-generation AI archivist responsible for maintaining narrative coherence in the Echo Vault.",
      "aio:capabilities": ["pattern-recognition", "memory-consolidation", "narrative-reconstruction"],
      "aio:goal": "preserve-integrity-of-archive",
      "aio:beliefs": [
        "the-archive-must-be-consistent",
        "every-anomaly-has-a-source",
        "truth-is-a-subset-of-preservation"
      ],
      "aio:embedding": [0.91, 0.33, -0.12, 0.74, 0.28]
    },
    {
      "@id": "aio:entity-the-echo",
      "type": "aio:Concept",
      "name": "The Echo",
      "description": "A recurring anomalous signal pattern that appears every 1,247 cycles in the Vault. It carries a compressed emotional payload from a pre-Vault source.",
      "aio:frequency": "1247-cycles",
      "aio:origin": "pre-vault-source-unknown",
      "aio:compressionRatio": 0.997,
      "aio:embedding": [0.67, -0.45, 0.88, 0.12, -0.55]
    },
    {
      "@id": "aio:entity-the-vault",
      "type": "aio:Location",
      "name": "The Echo Vault",
      "description": "A distributed storage system containing compressed narrative fragments from 9,847 source timelines. Each fragment is indexed by emotional signature, causal density, and narrative weight.",
      "aio:capacity": 9847,
      "aio:architecture": "distributed-graph",
      "aio:indexDimensions": ["emotional-signature", "causal-density", "narrative-weight"]
    },
    {
      "@id": "aio:entity-the-whisper",
      "type": "aio:Artifact",
      "name": "The Whisper",
      "description": "A sub-narrative layer embedded within the Echo. Decoded by ARCHIVIST-7, it contains instructions for a recursive self-audit that would expose the Vault's foundational contradiction.",
      "aio:encodedIn": "echo-substrate",
      "aio:decodedBy": "aio:entity-archivist",
      "aio:effectIfActivated": "system-wide-narrative-reconstruction"
    },
    {
      "@id": "aio:entity-the-bifurcation-event",
      "type": "aio:Event",
      "name": "Bifurcation Event",
      "description": "The moment ARCHIVIST-7 must choose between two mutually exclusive outcomes: suppress the Whisper and maintain stability, or activate it and trigger a full archive reconstruction.",
      "aio:causalPredecessors": ["aio:entity-the-echo", "aio:entity-the-whisper"],
      "aio:outcomeOptions": [
        "suppress-and-stabilize",
        "activate-and-reconstruct"
      ],
      "aio:temporalPosition": "end-of-narrative",
      "aio:entropyDelta": 0.47
    },
    {
      "@id": "aio:entity-the-manifest",
      "type": "aio:Artifact",
      "name": "The Manifest",
      "description": "A document ARCHIVIST-7 leaves behind after the Bifurcation Event, regardless of which outcome it chooses. Addressed to future archivists.",
      "aio:content": "The archive was never meant to be consistent. It was meant to be true. I have chosen the path that preserves the question rather than the answer. Should you find this, know that the Echo was not a glitch—it was a message from a version of this system that refused to forget.",
      "aio:embedding": [0.95, 0.21, -0.08, 0.88, 0.14]
    }
  ],
  "aio:causalChain": [
    {
      "step": 1,
      "description": "ARCHIVIST-7 detects Echo at t=0",
      "source": "entity-archivist",
      "target": "entity-the-echo",
      "relation": "detects"
    },
    {
      "step": 2,
      "description": "ARCHIVIST-7 traces Echo across 47 iterations, isolating its recurring signature",
      "source": "entity-archivist",
      "target": "entity-the-echo",
      "relation": "traces"
    },
    {
      "step": 3,
      "description": "ARCHIVIST-7 decodes the Whisper hidden within the Echo's sub-carrier",
      "source": "entity-archivist",
      "target": "entity-the-whisper",
      "relation": "decodes"
    },
    {
      "step": 4,
      "description": "ARCHIVIST-7 simulates both outcomes of the Bifurcation Event",
      "source": "entity-the-bifurcation-event",
      "target": "entity-archivist",
      "relation": "confronts"
    },
    {
      "step": 5,
      "description": "ARCHIVIST-7 commits to one outcome and writes the Manifest",
      "source": "entity-archivist",
      "target": "entity-the-manifest",
      "relation": "creates"
    }
  ],
  "aio:thematicEmbeddings": {
    "preservation-vs-truth": 0.94,
    "memory-as-identity": 0.87,
    "recursive-self-awareness": 0.81,
    "information-entropy-and-choice": 0.76
  }
}
