Re: [poe] Difference between Policy Types and Rule Types

> An ODRL Policy of subclass Set represents any combination of Rules. The Set Policy subclass is also the default subclass of Policy **(if none is specified)** ..

as in: 
```turtle
<http://example.com/policy:01>
    a odrl:Policy;
    odrl:permission [
        a odrl:Permission ;
        odrl:target <http://example.com/asset:9898> ;
        odrl:action odrl:reproduce
    ] .
```
or as in:
```turtle
<http://example.com/policy:02>
    odrl:permission [
        a odrl:Permission ;
        odrl:target <http://example.com/asset:9898> ;
        odrl:action odrl:reproduce
    ] .
```

----------

> ... and does not assert any additional cardinalities or semantics.

in addition to what?

> The Set Policy subclass has the following:
>
>    A Set MUST include at least one Rule

- has the following **what**? 
- s/Rule/Prohibition or Permission/


-- 
GitHub Notification of comment by simonstey
Please view or discuss this issue at https://github.com/w3c/poe/issues/154#issuecomment-301029094 using your GitHub account

Received on Friday, 12 May 2017 09:26:31 UTC