- From: simon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 14 Aug 2017 12:09:51 +0000
- To: public-poe-archives@w3.org
simonstey has just labeled an issue for https://github.com/w3c/poe as "Model": == 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`. See https://github.com/w3c/poe/issues/218
Received on Monday, 14 August 2017 12:09:51 UTC