{
  "apiVersion": "v1",
  "kind": "GraphNode",
  "metadata": {
    "generated": "2026-08-22T14:14:13Z",
    "language": "en",
    "schemaUrl": "/v1/schema/graph-node/",
    "description": "Ego-network for a single content node: the node plus its outgoing and incoming typed edges and its immediate neighbours. For AI traversal of /v1/graph/."
  },
  "data": {
  "generated": "2026-08-22T14:14:01Z",
  "language": "en",
  "node": {
    "id": "wiki/cosmic-evolution",
    "section": "wiki",
    "slug": "cosmic-evolution",
    "kind": "WikiEntry",
    "title": "Cosmic evolution",
    "url": "/v1/wiki/cosmic-evolution/",
    "graph_url": "/v1/graph/wiki/cosmic-evolution/",
    "claim_type": "direct",
    "category": "Science & Technology",
    "degree": {
      "out": 0,
      "in": 1,
      "total": 1
    }
  },
  "out": [],
  "in": [
    {
      "source": "wiki/great-year",
      "target": "wiki/cosmic-evolution",
      "type": "see_also"
    }
  ],
  "neighbors": [
    {
      "id": "wiki/great-year",
      "title": "Great Year",
      "kind": "WikiEntry",
      "url": "/v1/wiki/great-year/",
      "graph_url": "/v1/graph/wiki/great-year/"
    }
  ]
},
  "links": {
    "self": "/v1/graph/wiki/cosmic-evolution/",
    "node": "/v1/wiki/cosmic-evolution/",
    "graph": "/v1/graph/",
    "schema": "/v1/schema/graph-node/"
  }
}
