- From: Renato Iannella via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Jun 2017 13:20:09 +0000
- To: public-poe-archives@w3.org
> only if you want to explicitly rule out cases where media is both print and online
For the example use case in the IM, I think thats a better example (to show Compound Constraints)
For the second example above, the single atomic constraint could suffice too:
```
odrl:constraint [
odrl:leftOperand odrl:media ;
odrl:operator odrl:isAnyOf;
odrl:rightOperand "print, online" ;
```
--
GitHub Notification of comment by riannella
Please view or discuss this issue at https://github.com/w3c/poe/issues/205#issuecomment-311355700 using your GitHub account
Received on Tuesday, 27 June 2017 13:20:15 UTC