ODRL Constraint with country-specific permission
Modélisation des contraintes ODRL pour les autorisations spécifiques à un pays.
Ex. : Movie9899 can be displayed only in Germany.
{
"@context": "http://www.w3.org/ns/odrl.jsonld",
"@type": "Set",
"uid": "http://example.com/policy:1010",
"permission": [{
"target": "http://example.com/asset:9898.movie",
"action": "display",
"constraint": [{
"leftOperand": "spatial",
"operator": "eq",
"rightOperand": "https://www.wikidata.org/wiki/Q183",
"comment": "i.e Germany"
}]
}]
}
