[poe] Issue: consistency of definitions marked as Model

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

== consistency of definitions ==
http://w3c.github.io/poe/model/#rule

> The Rule class has the following properties:
> - A Rule MUST have a target Asset. Other relation values for Asset MAY be used.
> - A Rule MUST have an Action via the action property.
> - A Rule MAY have one or more assigner and/or assignee function roles undertaken by Party entities Other function properties for Party MAY be used.

why are those 3 conditions phrased differently? 

- A Rule MUST have an Asset via the target property. 
- A Rule MUST have an Action via the action property.
- A Rule MAY have one or more Parties via the assigner/assignee property.
---------------
- A Rule MUST have a target Asset.
- A Rule MUST have an Action
- A Rule MAY have one or more Assigners and/or Assignees
---------------
- A Rule MUST have one or more asset relations undertaken by Asset entities. Other relation values for Asset MAY be used.
- A Rule MUST have one or more action properties relating to Action entities via the action property.
- A Rule MAY have one or more assigner and/or assignee function roles undertaken by Party entities. Other function properties for Party MAY be used. 

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

Received on Wednesday, 10 May 2017 02:50:58 UTC