{
    "@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://oer.gitlab.io/tdm/policy",
    "assigner": {
      "uid": "https://lechten.gitlab.io/#me",
      "vcard:fn": "Dr. Jens Lechtenbörger",
      "vcard:hasEmail": "mailto:lechten@wi.uni-muenster.de",
      "vcard:hasAddress": {
        "vcard:street-address": "Leonardo-Campus 3",
        "vcard:postal-code": "48149",
        "vcard:locality": "Münster",
        "vcard:country-name": "Germany"
      },
      "vcard:hasTelephone": "tel:+492518338158",
      "vcard:hasURL": "https://oer.gitlab.io/tdm/licensing.html"
    },
    "permission": [{
      "target": "https://oer.gitlab.io/",
      "action": "tdm:mine",
      "duty": [{
        "action": "obtainConsent"
        }
      ]
    }
  ]
}
