<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns">
  <key id="label" for="node" attr.name="label" attr.type="string"/>
  <key id="type" for="node" attr.name="type" attr.type="string"/>
  <key id="relation" for="edge" attr.name="relation" attr.type="string"/>
  <graph id="semantic_relations" edgedefault="directed">

    <node id="company">
      <data key="label">Arriba by the sea - Oceanfront Wedding &amp; Event Venue in Lisbon - Portugal One of the most desirable wedding venue in Portugal in the Lisbon Coast - Cascais, Portugal Corporate Event Venue in Lisbon Portugal - Meeting, Incentive and Corporate Events in Lisbon Portugal ﻿  </data>
      <data key="type">Company</data>
    </node>

    <node id="industry">
      <data key="label">Tech Software</data>
      <data key="type">Industry</data>
    </node>

    <node id="services">
      <data key="label">Serviços</data>
      <data key="type">Category</data>
    </node>

    <node id="products">
      <data key="label">Produtos</data>
      <data key="type">Category</data>
    </node>

    <edge source="company" target="industry">
      <data key="relation">operates_in</data>
    </edge>

    <edge source="company" target="services">
      <data key="relation">offers</data>
    </edge>

    <edge source="company" target="products">
      <data key="relation">offers</data>
    </edge>

  </graph>
</graphml>