[poe] Issue: Cardinality of odrl:rightOperand marked as invalid

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

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



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

Received on Tuesday, 12 September 2017 07:49:39 UTC