[poe] Policy Composition & Vocab

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

== Policy Composition & Vocab ==
According to http://w3c.github.io/poe/model/#composition:
> **A Policy MAY also contain Assets, Parties, and Actions at the Policy level**, and these entities apply to all of the enclosing Rules in the Policy.

example 21:
```json
{
    "@context": "http://www.w3.org/ns/odrl.jsonld",
    "@type": "Policy",
    "uid": "http://example.com/policy:8888",
    "target": "http://example.com/music/1999.mp3",
    "assigner": "http://example.com/org/sony-music",
    "action": "play",
    "permission": [{
        "assignee": "http://example.com/people/billie"
        },
        {
        "assignee": "http://example.com/people/murphy"
        }]
}  
```
however, e.g. http://w3c.github.io/poe/vocab/#term-target defines only Rule as its domain

=> <http://example.com/policy:8888> is both Policy and Rule?

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

Received on Friday, 12 May 2017 10:16:02 UTC