[poe] Issue: Policy Composition & Vocab marked as question

simonstey has just labeled an issue for https://github.com/w3c/poe as "question":

== 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?

See https://github.com/w3c/poe/issues/177

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