[poe] Add license example

riannella has just created a new issue for https://github.com/w3c/poe:

== Add license example ==
Add the below to the RDF/OWL encoding section (it was par of the Set 
example)

====
Because all of the rules associated with this policy have the same 
target, and do not have any constraints or duties (requirements), one 
may abbreviate the expression of the policy and use the Dublin Core 
rights or license predicates to associate the asset with that policy:

@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix dct: <http://purl.org/dc/terms/> .

<http://example.com/asset:9898> dct:license 
<http://example.com/policy:0099> .

<http://example.com/policy:0099>
        a odrl:Set;
        odrl:permission odrl:reproduce ;
        odrl:prohibition odrl:modify .


Please view or discuss this issue at 
https://github.com/w3c/poe/issues/41 using your GitHub account

Received on Tuesday, 30 August 2016 00:41:44 UTC