Re: [poe] Compatibility with common patterns for linking assets to policies

Well, reformulated, I understand this is a valid policy. Am I wrong? Just to confirm....

```
<http://example.com/policy:01>
     a  odrl:Policy;
     odrl:assignee ex:Bob ;
     odrl:assignee ex:Alice ;
     odrl:target: ex:PartA ;
     odrl:permission [
         a  odrl:Permission ;
         odrl:action odrl:present
     ] 
     odrl:prohibition [
         a  odrl:Prohibition ;
         odrl:action odrl:hide (if existed)
     ] .
```

-- 
GitHub Notification of comment by vroddon
Please view or discuss this issue at https://github.com/w3c/poe/issues/184#issuecomment-308986399 using your GitHub account

Received on Friday, 16 June 2017 10:02:02 UTC