- From: Renato Iannella via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Sep 2017 12:07:11 +0000
- To: public-poe-archives@w3.org
Yes!!!! ``` @prefix ns0: <http://www.w3.org/ns/odrl/2/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://example.com/policy:6161> a <http://www.w3.org/ns/odrl/2/Offer> ; ns0:permission [ ns0:action [ rdf:value ns0:print ; ns0:refinement [ ns0:leftOperand ns0:percentage ; ns0:operator ns0:lteq ; ns0:rightOperand "50.0"^^xsd:string ] ] ; ns0:assigner <http://example.com/org:616> ; ns0:target <http://example.com/document:1234> ] ; ns0:profile <http://example.com/odrl:profile:10> . ``` -- GitHub Notification of comment by riannella Please view or discuss this issue at https://github.com/w3c/poe/issues/241#issuecomment-327155851 using your GitHub account
Received on Tuesday, 5 September 2017 12:07:11 UTC