[poe] wording of cardinality restrictions

simonstey has just created a new issue for https://github.com/w3c/poe:

== wording of cardinality restrictions ==
> A Rule MUST have one action property for Action.

it's not about the properties, it's about their values..

**bad/wrong:**
> A Rule MUST have one action property for Action.

> A Duty MAY have none or one consequence properties for Duty.

**better:**
> A Rule MUST have at least one value for `odrl:action`. Each value of `odrl:action` MUST be of type `odrl:Action`.

> A Duty MUST have at most one value for `odrl:consequence`. Each value of `odrl:consequence` MUST be of type `odrl:Duty`.

Please view or discuss this issue at https://github.com/w3c/poe/issues/218 using your GitHub account

Received on Monday, 14 August 2017 12:09:24 UTC