Re: [poe] Cardinality of odrl:rightOperand

I get the need from this case using odrl:isAnyOf  but that raises some questions:
What about
```
...
    odrl:constraint [ 
        odrl:leftOperand odrl:media;
        odrl:operator odrl:eq ;
        odrl:rightOperand odrl:print, odrl:online ;
    ]
...
```
* Are the "atomic" triples `odrl:media odrl:isAnyOf odrl:print` and  `odrl:media odrl:isAnyOf odrl:online` ok?
* What is the logic of the atomic triples `odrl:media odrl:eq odrl:print`,  `odrl:media odrl:eq odrl:online`: AND or OR or something else?

I guess these set-related operators isA, isPartOf, isAllOf, isAnyOf, isNoneOf need an explicit list/collection of values as rightOperand and a list is a single thing, does not require a changed cardinality.


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

Received on Tuesday, 12 September 2017 10:21:36 UTC