Re: [poe] Requirements of Agreement Policies

> Would it be OK to have a policy with only a prohibition, sort of saying that "everything else is allowed"?

you would probably need something along the lines of: 

```turtle
<http://example.com/policy:01> 
    a odrl:Policy;
    odrl:conflict odrl:prohibit ; 
    odrl:target <http://example.com/asset:9898> ;
    odrl:permission [
        a odrl:Permission ;
        odrl:action odrl:use;
    ] ;
    odrl:prohibition [
        a odrl:Prohibition;
        odrl:action odrl:reproduce ;
    ] .
```

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

Received on Tuesday, 30 May 2017 16:45:13 UTC