{
  "nodes": [
    {
      "_id": "agent/007",
       "label": "agent",
      "attributes": {
        "name": "Daniel Craig"
      }
    },
    {
      "_id": "villain",
      "label": "villain",
      "attributes": {
        "name": "Le Chiffre"
      }
    }
  ],
  "edges": [
    {
      "_id": "escape/escape",
      "from": "agent/007",
      "to": "villain",
      "attributes": {
        "name": "Escape"
      }
    },{
      "_id": "escape/escape",
      "from": "agent/007",
      "to": "villain",
      "attributes": {
        "name": "Escape"
      }
    }
  ]
}