- From: Renato Iannella via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Jun 2017 06:21:10 +0000
- To: public-poe-archives@w3.org
odrl:partOf would typically be used in the Asset definition as you have done (not the Policy).
But you could also do:
"permission": [{
"target": [{
"@type": "AssetCollection",
"uid": "http://example.com/archive1011" },
{ "@type": "Asset",
"uid": "http://example.com/archive1012",
"partOf": "http://example.com/archive1011"}
"action": "....",
See another example here: https://www.w3.org/2016/poe/wiki/Policy_Inference
--
GitHub Notification of comment by riannella
Please view or discuss this issue at https://github.com/w3c/poe/issues/196#issuecomment-309656185 using your GitHub account
Received on Tuesday, 20 June 2017 06:21:16 UTC