- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Sep 2017 16:03:41 +0000
- To: public-poe-archives@w3.org
Again, on behalf of @simonstey
```
051 true false
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix dct: <http://purl.org/dc/terms/> .
#valid. warning: prohibitions and permissions are disjoint
<http://odrlapi.appspot.com/samples/sample051>
a odrl:Policy;
dct:source "victor" ;
odrl:permission [
a odrl:Permission, odrl:Prohibition ;
odrl:target <http://odrlapi.appspot.com/samples/asset000> ;
odrl:action odrl:reproduce
] .
```
=> only a warning? isnt that invalid?
--
GitHub Notification of comment by vroddon
Please view or discuss this issue at https://github.com/w3c/poe/issues/259#issuecomment-329825832 using your GitHub account
Received on Friday, 15 September 2017 16:04:01 UTC