{
  "nodes": [
    {
      "id": "E1",
      "label": "The Gathering Storm",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E2",
      "label": "The Calm Before the Storm",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E3",
      "label": "The First Confrontation",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E4",
      "label": "The Weight of the Crown",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E5",
      "label": "The Final Confrontation",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "E6",
      "label": "A New Dawn",
      "type": "Episode",
      "properties": {}
    },
    {
      "id": "C1",
      "label": "Jon Snow",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C2",
      "label": "Daenerys Targaryen",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C3",
      "label": "Sansa Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C4",
      "label": "Bran Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C5",
      "label": "Tyrion Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C6",
      "label": "Cersei Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C7",
      "label": "Jaime Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C8",
      "label": "Arya Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "E1-B1",
      "label": "Jon and Daenerys arrive at Winterfell",
      "type": "Beat",
      "properties": {}
    },
    {
      "id": "E1-B2",
      "label": "Sansa confronts Jon",
      "type": "Beat",
      "properties": {}
    },
    {
      "id": "E1-B3",
      "label": "Bran reveals Jon's parentage",
      "type": "Beat",
      "properties": {}
    },
    {
      "id": "E1-B4",
      "label": "Tyrion mediates tensions",
      "type": "Beat",
      "properties": {}
    },
    {
      "id": "E1-B5",
      "label": "Jaime arrives at Winterfell",
      "type": "Beat",
      "properties": {}
    },
    {
      "id": "E1-B6",
      "label": "Council meeting ends in division",
      "type": "Beat",
      "properties": {}
    }
  ],
  "edges": [
    {
      "source": "E1",
      "target": "E1-B1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "E1-B2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "E1-B3",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "E1-B4",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "E1-B5",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "E1-B6",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "C1",
      "target": "E1-B1",
      "type": "FEATURES",
      "properties": {}
    },
    {
      "source": "C2",
      "target": "E1-B1",
      "type": "FEATURES",
      "properties": {}
    },
    {
      "source": "C3",
      "target": "E1-B2",
      "type": "FEATURES",
      "properties": {}
    },
    {
      "source": "C1",
      "target": "E1-B3",
      "type": "FEATURES",
      "properties": {}
    },
    {
      "source": "C2",
      "target": "E1-B4",
      "type": "FEATURES",
      "properties": {}
    },
    {
      "source": "C3",
      "target": "E1-B5",
      "type": "FEATURES",
      "properties": {}
    }
  ]
}