{
  "nodes": [
    {
      "id": "E1",
      "label": "The Gathering Storm",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E2",
      "label": "The Gathering Storm: Part II",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E3",
      "label": "The Long Night Approaches",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E4",
      "label": "The Weight of Loss",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E5",
      "label": "The Weight of Power",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E6",
      "label": "The Iron Throne",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "B1",
      "label": "Jon Snow",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B2",
      "label": "Daenerys Targaryen",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B3",
      "label": "Sansa Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B4",
      "label": "Cersei Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B5",
      "label": "Bran Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B6",
      "label": "Tyrion Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B7",
      "label": "Jaime Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "B8",
      "label": "Night King",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "EVT-1",
      "label": "Night King's Army Approaches",
      "type": "Event",
      "properties": {}
    },
    {
      "id": "EVT-2",
      "label": "Battle at Winterfell",
      "type": "Event",
      "properties": {}
    },
    {
      "id": "EVT-3",
      "label": "Cersei's Execution",
      "type": "Event",
      "properties": {}
    }
  ],
  "edges": [
    {
      "source": "E1",
      "target": "B1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "B3",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "EVT-1",
      "type": "CAUSES",
      "properties": {}
    },
    {
      "source": "E2",
      "target": "B1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E2",
      "target": "B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E2",
      "target": "B3",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E2",
      "target": "EVT-2",
      "type": "CAUSES",
      "properties": {}
    },
    {
      "source": "E3",
      "target": "B1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E3",
      "target": "B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E3",
      "target": "EVT-2",
      "type": "CAUSES",
      "properties": {}
    },
    {
      "source": "E4",
      "target": "B3",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E4",
      "target": "B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E4",
      "target": "EVT-3",
      "type": "CAUSES",
      "properties": {}
    },
    {
      "source": "E5",
      "target": "B1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E5",
      "target": "B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E5",
      "target": "EVT-2",
      "type": "CAUSES",
      "properties": {}
    },
    {
      "source": "E6",
      "target": "B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E6",
      "target": "B4",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E6",
      "target": "EVT-3",
      "type": "CAUSES",
      "properties": {}
    }
  ]
}