{
  "graph": {
    "id": "vnzt-knowledge-graph",
    "name": "VNZT Knowledge Graph",
    "version": "1.4-draft",
    "canonical_url": "https://vnzt.ru/knowledge/",
    "nodes": [
      {
        "id": "vnzt",
        "type": "platform",
        "name": "VNZT",
        "url": "https://vnzt.ru/"
      },
      {
        "id": "author-yury-gorlov",
        "type": "person",
        "name": "Yuriy Olegovich Gorlov",
        "url": "https://vnzt.ru/author/",
        "sameAs": [
          "https://github.com/yuriygorlov",
          "https://www.linkedin.com/in/yuriy-gorlov/",
          "https://vk.ru/yuriygorlov",
          "https://gorlov.ru"
        ]
      },
      {
        "id": "indivisible-time",
        "type": "research-model",
        "name": "Indivisible Time",
        "version": "1.1",
        "url": "https://vnzt.ru/models/indivisible-time/"
      },
      {
        "id": "indivisible-time-v1-0",
        "type": "model-version",
        "name": "Indivisible Time v1.0",
        "notation": "123|456|789 -> 666",
        "url": "https://vnzt.ru/versions/v1.0/description.md"
      },
      {
        "id": "indivisible-time-v1-1",
        "type": "model-version",
        "name": "Indivisible Time v1.1",
        "notation": "1 -> 2 -> 3 -> 0",
        "url": "https://vnzt.ru/versions/v1.1/description.md"
      },
      {
        "id": "evolution-through-dialogue",
        "type": "analysis",
        "name": "Evolution through Dialogue",
        "url": "https://vnzt.ru/analysis/"
      },
      {
        "id": "critique-v1-0",
        "type": "analysis-node",
        "name": "Critical Analysis of v1.0"
      },
      {
        "id": "author-response",
        "type": "analysis-node",
        "name": "Author Response"
      },
      {
        "id": "research-layer",
        "type": "knowledge-layer",
        "name": "Research Layer",
        "url": "https://vnzt.ru/research/"
      },
      {
        "id": "ai-layer",
        "type": "knowledge-layer",
        "name": "AI Layer",
        "url": "https://vnzt.ru/ai/"
      },
      {
        "id": "knowledge-layer",
        "type": "knowledge-layer",
        "name": "Knowledge Graph Layer",
        "url": "https://vnzt.ru/knowledge/"
      },
      {
        "id": "cycle-1230",
        "type": "concept",
        "name": "1 -> 2 -> 3 -> 0 Cycle"
      },
      {
        "id": "ipra",
        "type": "framework",
        "name": "Initiation -> Process -> Return -> Assimilation"
      },
      {
        "id": "assimilation",
        "type": "concept",
        "name": "Assimilation",
        "description": "Integration of experience into a new stable configuration."
      },
      {
        "id": "symbolic-compression-666",
        "type": "concept",
        "name": "123|456|789 -> 666"
      },
      {
        "id": "dynamic-system",
        "type": "formalization",
        "name": "Dynamic system E(t), R(t), I(t)"
      },
      {
        "id": "hypothesis-h1",
        "type": "hypothesis",
        "name": "H1: learning with assimilation"
      },
      {
        "id": "hypothesis-h2",
        "type": "hypothesis",
        "name": "H2: closure reduces cognitive load"
      },
      {
        "id": "hypothesis-h3",
        "type": "hypothesis",
        "name": "H3: AI agents with reflection are more stable"
      },
      {
        "id": "embodiment-cost",
        "type": "concept",
        "name": "Embodiment Cost",
        "url": "https://vnzt.ru/models/indivisible-time/embodiment-cost.html"
      },
      {
        "id": "llms-txt",
        "type": "ai-resource",
        "name": "llms.txt",
        "url": "https://vnzt.ru/llms.txt"
      },
      {
        "id": "llms-full-txt",
        "type": "ai-resource",
        "name": "llms-full.txt",
        "url": "https://vnzt.ru/llms-full.txt"
      },
      {
        "id": "methodology-v1-3",
        "type": "methodology",
        "name": "VNZT v1.3 Methodology",
        "url": "https://vnzt.ru/research/methodology/",
        "description": "Trust and operationalization methodology for claim types, measurement boundaries, falsification and AI interpretation rules."
      },
      {
        "id": "english-language-layer",
        "type": "language-layer",
        "name": "English mirror under /en",
        "url": "https://vnzt.ru/en/"
      }
    ],
    "edges": [
      {
        "from": "author-yury-gorlov",
        "to": "indivisible-time",
        "relation": "created"
      },
      {
        "from": "indivisible-time",
        "to": "vnzt",
        "relation": "published_on"
      },
      {
        "from": "vnzt",
        "to": "author-yury-gorlov",
        "relation": "has_author"
      },
      {
        "from": "vnzt",
        "to": "indivisible-time",
        "relation": "contains_model"
      },
      {
        "from": "vnzt",
        "to": "research-layer",
        "relation": "contains_layer"
      },
      {
        "from": "vnzt",
        "to": "ai-layer",
        "relation": "contains_layer"
      },
      {
        "from": "vnzt",
        "to": "knowledge-layer",
        "relation": "contains_layer"
      },
      {
        "from": "indivisible-time",
        "to": "indivisible-time-v1-0",
        "relation": "has_version"
      },
      {
        "from": "indivisible-time",
        "to": "indivisible-time-v1-1",
        "relation": "has_version"
      },
      {
        "from": "indivisible-time-v1-0",
        "to": "critique-v1-0",
        "relation": "was_critically_analyzed_by"
      },
      {
        "from": "critique-v1-0",
        "to": "author-response",
        "relation": "produced"
      },
      {
        "from": "author-response",
        "to": "indivisible-time-v1-1",
        "relation": "led_to"
      },
      {
        "from": "evolution-through-dialogue",
        "to": "critique-v1-0",
        "relation": "contains"
      },
      {
        "from": "evolution-through-dialogue",
        "to": "author-response",
        "relation": "contains"
      },
      {
        "from": "evolution-through-dialogue",
        "to": "indivisible-time-v1-1",
        "relation": "explains"
      },
      {
        "from": "indivisible-time-v1-1",
        "to": "cycle-1230",
        "relation": "uses_cycle"
      },
      {
        "from": "cycle-1230",
        "to": "ipra",
        "relation": "can_be_named_as"
      },
      {
        "from": "cycle-1230",
        "to": "assimilation",
        "relation": "ends_with"
      },
      {
        "from": "indivisible-time-v1-0",
        "to": "symbolic-compression-666",
        "relation": "uses_symbolic_compression"
      },
      {
        "from": "indivisible-time-v1-1",
        "to": "dynamic-system",
        "relation": "proposes"
      },
      {
        "from": "indivisible-time-v1-1",
        "to": "hypothesis-h1",
        "relation": "proposes"
      },
      {
        "from": "indivisible-time-v1-1",
        "to": "hypothesis-h2",
        "relation": "proposes"
      },
      {
        "from": "indivisible-time-v1-1",
        "to": "hypothesis-h3",
        "relation": "proposes"
      },
      {
        "from": "hypothesis-h3",
        "to": "ai-layer",
        "relation": "connects_to"
      },
      {
        "from": "indivisible-time",
        "to": "embodiment-cost",
        "relation": "contains_concept"
      },
      {
        "from": "ai-layer",
        "to": "llms-txt",
        "relation": "exposes"
      },
      {
        "from": "ai-layer",
        "to": "llms-full-txt",
        "relation": "exposes"
      },
      {
        "from": "research-layer",
        "to": "methodology-v1-3",
        "relation": "contains_methodology"
      },
      {
        "id": "vnzt-has-english-layer",
        "source": "vnzt",
        "predicate": "has_language_layer",
        "target": "english-language-layer"
      }
    ]
  }
}
