{
  "@context": [
    "http://www.w3.org/ns/odrl.jsonld",
    { "tdm": "http://www.w3.org/ns/tdmrep#" }
  ],
  "@type": "Offer",
  "profile": "http://www.w3.org/ns/tdmrep",
  "uid": "https://eiger360.com/tdm-policy.json",
  "assigner": {
    "uid": "https://eiger360.com",
    "vcard:fn": "Eiger360 (Pty) Ltd",
    "vcard:hasEmail": "mailto:legal@eiger360.co.za"
  },
  "permission": [
    {
      "action": "tdm:mine",
      "duty": [{ "action": "obtainConsent" }]
    }
  ]
}
