Data mining consent policy test

Here is a simple HTML representation of data mining consent policy.

Our tdm.json file specifies that no content on the iptc.org site can be mined for any purposes, with the following exceptions:

The JSON(-LD) for this policy is as follows (available from policy.json):

{
  "@context": [
    "http://www.w3.org/ns/odrl.jsonld",
    {"tdm": "http://www.w3.org/ns/tdmrep#"}
  ]
  "uid": "https://www.iptc.org/std-dev/data-mining-consent-test/policy",
  "@type": "Offer",
  "profile": "http://www.w3.org/ns/tdmrep",
  "assigner": {
    "uid": "https://www.iptc.org",
    "vcard:fn": "International Press Telecommunications Council",
    "vcard:nickname": "IPTC",
    "vcard:hasEmail": "mailto:office@iptc.org",
    "vcard:hasAddress": {
      "vcard:street-address": "25 Southampton Buildings",
      "vcard:postal-code": "WC2A 1AL",
      "vcard:locality": "London",
      "vcard:country-name": "United Kingdom"
    },
    "vcard:hasTelephone": "tel:+442031784922",
    "vcard:hasURL": "https://iptc.org/about-iptc/contact-us/"
  },
  "permission": [
    {
      "target": "https://www.iptc.org/std/",
      "action": "tdm:mine"
    }
  ],
  "duty": [
    {
      "action": "obtainConsent"
    }
  ]
}