{
  "@context": [
    "http://www.w3.org/ns/odrl.jsonld",
    "http://www.w3.org/ns/tdmrep.jsonld",
    {
      "vcard": "http://www.w3.org/2006/vcard/ns#"
    }
  ],
  "@type": "Offer",
  "profile": "http://www.w3.org/ns/tdmrep",
  "uid": "https://www.audit-web-site.com/tdm-policy.json",
  "assigner": {
    "uid": "https://biw.agency/#organization",
    "vcard:fn": "BIW Agency",
    "vcard:hasEmail": "mailto:contact@biw.agency",
    "vcard:hasTelephone": "tel:+32472561650",
    "vcard:hasAddress": {
      "vcard:street-address": "28 rue Estelle Chaudron",
      "vcard:postal-code": "6110",
      "vcard:locality": "Montigny-le-Tilleul",
      "vcard:region": "Hainaut",
      "vcard:country-name": "Belgique"
    },
    "vcard:hasURL": "https://www.audit-web-site.com/notices/conditions-generales"
  },
  "permission": [
    {
      "action": "tdm:mine",
      "duty": [
        {
          "action": "obtainConsent"
        }
      ]
    }
  ]
}
