- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Sep 2017 15:59:53 +0000
- To: public-poe-archives@w3.org
vroddon has just created a new issue for https://github.com/w3c/poe:
== ODRL Validation questions ==
I dare to copy here some of @simonstey comments. First:
```
036 true false
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix dct: <http://purl.org/dc/terms/> .
#valid (?) this is recursive
<http://odrlapi.appspot.com/samples/sample036>
dct:source "victor" ;
a odrl:Set ;
odrl:prohibition <http://odrlapi.appspot.com/samples/proh000> .
<http://odrlapi.appspot.com/samples/proh000>
a odrl:Prohibition ;
odrl:prohibition [
odrl:target <http://example.com/asset:9519> ;
odrl:action odrl:reproduce ;
odrl:remedy <http://odrlapi.appspot.com/samples/proh000>
] .
```
=> invalid because odrl:remedy's range is odrl:Duty and Duty disjointwith Prohibition
Please view or discuss this issue at https://github.com/w3c/poe/issues/259 using your GitHub account
Received on Friday, 15 September 2017 15:59:46 UTC