Re: [poe] Requirements of Agreement Policies

Even if by default no permission is granted, the fact is that ODRL users will have many resources, some of them eventually as "All rights reserved". Indeed, one may attach no ODRL policy to them, but for it will be easier to treat if there is an equivalent expression to "All rights reserved". 

The problem is that even a policy like this:
```
:myResource odrl:policy 
[ 
  a odrl:Policy ;
  odrl:prohibition odrl:use;
]
```
is wrong, because we are going too far: we cannot prohibit the use, we can only prohibit "the actions protected by copyright". I cannot prohibit "odrl:play", (well, maybe I can but with no legal effect), but I can odrl:distribute, odrl:reproduce, odrl:derive. I would be happy to see, though, the general odrl:IPRights I demanded some time ago.


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

Received on Tuesday, 6 June 2017 08:56:19 UTC