- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Sep 2017 12:42:46 +0000
- To: public-poe-archives@w3.org
What is wrong with the examples I provided? I did the conversion by hand.
See sample022 at http://odrlapi.appspot.com/.
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
```
#valid. (example 22 in the IM)
<http://odrlapi.appspot.com/samples/sample022>
dct:source <http://w3c.github.io/poe/model/> ;
a odrl:Agreement ;
odrl:profile <http://example.com/odrl:profile:09> ;
odrl:obligation [
odrl:target <http://example.com/photoAlbum:55> ;
odrl:assigner <http://example.com/org:43> ;
odrl:assignee <http://example.com/person:44> ;
odrl:action [
rdf:value odrl:compensate ;
odrl:refinement [
odrl:leftOperand odrl:payAmount;
odrl:operator odrl:eq;
odrl:rightOperand 500;
odrl:unit <http://dbpedia.org/resource/Euro>
]
]
] .
```
--
GitHub Notification of comment by vroddon
Please view or discuss this issue at https://github.com/w3c/poe/issues/241#issuecomment-326953871 using your GitHub account
Received on Monday, 4 September 2017 12:42:46 UTC