- From: simon via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Sep 2017 07:49:42 +0000
- To: public-poe-archives@w3.org
simonstey has just created a new issue for https://github.com/w3c/poe:
== Cardinality of odrl:rightOperand ==
https://w3c.github.io/poe/vocab/#term-isAnyOf:
> Indicating that a given value **is any of the right operand of the Constraint**.
```turtle
<http://example.com/policy:42>
a odrl:Policy ;
odrl:permission [
a odrl:Permission ;
odrl:target ex:asset_9898 ;
odrl:action odrl:reproduce ;
odrl:constraint [
odrl:leftOperand odrl:media;
odrl:operator odrl:isAnyOf ;
odrl:rightOperand odrl:print, odrl:online ;
]
] .
```
but =>
http://w3c.github.io/poe/model/#constraint-class:
> A Constraint MUST have either:
> + **one** rightOperand property value of type literal, IRI [rfc3987], or RightOperand; or,
> + **one** rightOperandReference property value (of type IRI [rfc3987]) for a reference to a right operand value.
Please view or discuss this issue at https://github.com/w3c/poe/issues/255 using your GitHub account
Received on Tuesday, 12 September 2017 07:49:39 UTC