{
  "nodes": [
    {
      "id": "E1",
      "label": "Winter's Tension",
      "type": "Episode",
      "properties": {
        "number": 1
      }
    },
    {
      "id": "E2",
      "label": "The Gathering Storm",
      "type": "Episode",
      "properties": {
        "number": 2
      }
    },
    {
      "id": "E3",
      "label": "The Long Night",
      "type": "Episode",
      "properties": {
        "number": 3
      }
    },
    {
      "id": "E4",
      "label": "The Weight of the Crown",
      "type": "Episode",
      "properties": {
        "number": 4
      }
    },
    {
      "id": "E5",
      "label": "The Last Stand",
      "type": "Episode",
      "properties": {
        "number": 5
      }
    },
    {
      "id": "E6",
      "label": "A New Dawn",
      "type": "Episode",
      "properties": {
        "number": 6
      }
    },
    {
      "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": "Arya Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C5",
      "label": "Bran Stark",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C6",
      "label": "Tyrion Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C7",
      "label": "Cersei Lannister",
      "type": "Character",
      "properties": {}
    },
    {
      "id": "C8",
      "label": "Jaime Lannister",
      "type": "Character",
      "properties": {}
    }
  ],
  "edges": [
    {
      "source": "E1",
      "target": "C1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E1",
      "target": "C2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E2",
      "target": "C1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E2",
      "target": "C2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E3",
      "target": "C1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E3",
      "target": "C2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E4",
      "target": "C1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E4",
      "target": "C2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E5",
      "target": "C1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E5",
      "target": "C2",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E6",
      "target": "C1",
      "type": "HAS_BEAT",
      "properties": {}
    },
    {
      "source": "E6",
      "target": "C2",
      "type": "HAS_BEAT",
      "properties": {}
    }
  ]
}