{
  "@context": [
    "http://www.w3.org/ns/odrl.jsonld",
    "http://www.w3.org/2006/vcard/ns",
    {
      "tdm": "http://www.w3.org/ns/tdmrep/",
      "stm": "http://www.stm-assoc.org/standards/ns/tdmrep/",
      "odrl:leftOperand": { "@type": "@id" },
      "odrl:rightOperand": { "@type": "@id" },
      "vcard:hasTelephone": { "@type": "@id" },
      "vcard:hasEmail": { "@type": "@id" }
    }
  ],
  "uid": "https://www.cambridge.org/he/policies/tdm/1",
  "@type": "Offer",
  "profile": "http://www.w3.org/ns/tdmrep",
  "assigner": {
    "uid": "https://www.cambridge.org",
    "vcard:fn": "Cambridge University Press & Assessment",
    "vcard:nickname": "Cambridge University Press",
    "vcard:hasEmail": "mailto:business.development@cambridge.org",
    "vcard:hasAddress": {
      "vcard:street-address": "Shaftesbury Road",
      "vcard:postal-code": "CB2 8EA",
      "vcard:locality": "Cambridge",
      "vcard:country-name": "United Kingdom"
    },
    "vcard:hasTelephone": "tel:+44(0)1223 553311",
    "vcard:hasURL": "https://www.cambridge.org/highereducation/services/terms-of-use"
  },
  "permission": [
    {
      "target": "https://www.cambridge.org#all-content",
      "action": "tdm:mine",
      "constraint": [
        {
          "odrl:leftOperand": "purpose",
          "operator": "neq",
          "odrl:rightOperand": "stm:eu-dsm-article3"
        }
      ],
      "duty": [{ "action": "obtainConsent" }]
    },
    {
      "target": "https://www.cambridge.org#all-content",
      "action": "tdm:mine",
      "constraint": [
        {
          "odrl:leftOperand": "purpose",
          "operator": "eq",
          "odrl:rightOperand": "stm:eu-dsm-article3"
        }
      ]
    }
  ]
}
