72.gexf 805 bytes
<gexf version="1.1" xmlns="http://www.gexf.net/1.1draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance">
  <graph defaultedgetype="directed" mode="static">
    <attributes class="edge" mode="static">
      <attribute id="0" title="color" type="string" />
      <attribute id="1" title="networkx_key" type="long" />
    </attributes>
    <nodes>
      <node id="GD4690721" label="Israel" />
      <node id="GD3549646" label="Rehovot" />
    </nodes>
    <edges>
      <edge id="0" source="GD3549646" target="GD4690721">
        <attvalues>
          <attvalue for="0" value="red" />
          <attvalue for="1" value="0" />
        </attvalues>
      </edge>
    </edges>
  </graph>
</gexf>