{
	"@context": [
		"http://www.w3.org/ns/odrl.jsonld",
		"http://www.w3.org/ns/tdmrep.jsonld"
	],
	"profile": "http://www.w3.org/ns/tdmrep",
	"type": "Policy",
	"uid": "https://albertwilicof.com/legal/#tdm",
	"permission": [
		{
			"action": "tdm:mine",
			"constraint": [
				{
					"leftOperand": "tdm:purpose",
					"operator": "eq",
					"rightOperand": "tdm:research",
					"status": "permitted"
				}
			]
		}
	],
	"prohibition": [
		{
			"action": "tdm:mine",
			"constraint": [
				{
					"leftOperand": "tdm:purpose",
					"operator": "neq",
					"rightOperand": "tdm:research"
				}
			]
		}
	],
	"publisher": {
		"@type": "Person",
		"name": "Albert Wilicof",
		"url": "https://albertwilicof.com"
	}
}