{
  "nodes": [
    {
      "id": "site",
      "type": "Website",
      "name": "Nutrivea website",
      "url": "https://us-nutrivea.com"
    },
    {
      "id": "product",
      "type": "Product",
      "name": "Nutrivea"
    },
    {
      "id": "topic1",
      "type": "Topic",
      "name": "Weight management"
    },
    {
      "id": "topic2",
      "type": "Topic",
      "name": "Appetite control"
    }
  ],
  "edges": [
    {
      "from": "site",
      "to": "product",
      "relation": "describes"
    },
    {
      "from": "product",
      "to": "topic1",
      "relation": "associated_with"
    },
    {
      "from": "product",
      "to": "topic2",
      "relation": "associated_with"
    }
  ]
}