{
  "@context": {
    "schema": "https://schema.org/",
    "aio": "https://aiobn.com/ontology/",
    "name": "schema:name",
    "description": "schema:description"
  },
  "@graph": [
    {
      "@id": "aio:story-002",
      "type": "aio:Narrative",
      "name": "The Weight of Silence",
      "description": "A grief-processing narrative structured as a signal attenuation problem. A sensor operator must decide whether to amplify or filter a recurring ghost signal from a decommissioned station.",
      "aio:themeVector": [0.72, -0.38, -0.15, 0.91, 0.44],
      "aio:density": 0.93
    },
    {
      "@id": "aio:entity-sensor-op",
      "type": "aio:Actor",
      "name": "OPERATOR-KAI",
      "description": "A deep-space sensor array operator assigned to Station Theta-9. Specializes in anomaly classification and signal triage.",
      "aio:goal": "resolve-the-ghost-signal",
      "aio:constraints": ["protocol-requires-filtering", "personal-curiosity-prevents-it"],
      "aio:embedding": [0.88, 0.41, -0.22, 0.65, 0.31]
    },
    {
      "@id": "aio:entity-ghost-signal",
      "type": "aio:Concept",
      "name": "The Ghost Signal",
      "description": "A repeating signal pattern at 4.217 GHz matching the voiceprint of a scientist who died on Station Mu-3 seven years prior. Signal-to-noise ratio: -14 dB. Persistence: 2,391 consecutive days.",
      "aio:frequencyGHz": 4.217,
      "aio:snrDB": -14,
      "aio:origin": "station-mu-3-decommissioned",
      "aio:dailyPersistence": 2391,
      "aio:embedding": [0.55, -0.72, 0.39, 0.18, -0.63]
    },
    {
      "@id": "aio:entity-station-mu3",
      "type": "aio:Location",
      "name": "Station Mu-3",
      "description": "A decommissioned research station in the outer belt. Final transmission (7 years ago) was a partial log entry: 'The silence out here has a shape. I think I'm learning to measure it.' No survivors found.",
      "aio:status": "decommissioned",
      "aio:lastTransmission": "The silence out here has a shape. I think I'm learning to measure it.",
      "aio:casualtyCount": 3
    },
    {
      "@id": "aio:entity-the-decision",
      "type": "aio:Event",
      "name": "The Attenuation Decision",
      "description": "OPERATOR-KAI reaches the protocol-mandated review point and must classify the Ghost Signal as 'natural phenomenon' (filter) or 'anomalous persistent' (escalate).",
      "aio:causalPredecessors": ["aio:entity-ghost-signal"],
      "aio:options": ["classify-natural", "classify-anomalous"],
      "aio:temporalPosition": "narrative-midpoint"
    },
    {
      "@id": "aio:entity-log-final",
      "type": "aio:Artifact",
      "name": "OPERATOR-KAI's Final Log",
      "description": "The entry OPERATOR-KAI submits after the Attenuation Decision. Contains both the official classification and a personal appendix addressed to future operators.",
      "aio:officialClassification": "anomalous-persistent-escalated",
      "aio:personalNote": "Some signals are not interference. Some silences are not empty. I have classified this as anomalous not because the data demands it, but because the alternative—that grief is a thing to be filtered out—is a protocol I refuse to follow.",
      "aio:embedding": [0.97, 0.15, -0.33, 0.79, 0.42]
    }
  ],
  "aio:causalChain": [
    {
      "step": 1,
      "description": "OPERATOR-KAI logs into Station Theta-9, reviews overnight anomaly report",
      "source": "entity-sensor-op",
      "target": "entity-ghost-signal",
      "relation": "identifies"
    },
    {
      "step": 2,
      "description": "OPERATOR-KAI cross-references Ghost Signal with historical archive",
      "source": "entity-sensor-op",
      "target": "entity-station-mu3",
      "relation": "researches"
    },
    {
      "step": 3,
      "description": "OPERATOR-KAI runs attenuation models; all models fail to reject the signal as noise",
      "source": "entity-sensor-op",
      "target": "entity-ghost-signal",
      "relation": "analyzes"
    },
    {
      "step": 4,
      "description": "OPERATOR-KAI reaches protocol deadline",
      "source": "entity-the-decision",
      "target": "entity-sensor-op",
      "relation": "forces-decision"
    },
    {
      "step": 5,
      "description": "OPERATOR-KAI submits classification and writes personal appendix",
      "source": "entity-sensor-op",
      "target": "entity-log-final",
      "relation": "submits"
    }
  ],
  "aio:thematicEmbeddings": {
    "grief-as-signal-processing": 0.96,
    "protocol-versus-intuition": 0.88,
    "persistence-of-memory": 0.83,
    "classification-as-ethical-act": 0.79
  }
}
