[poe] Missing type of a Constraint's unit property

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

== Missing type of a Constraint's unit property ==
In the IM 2.5.1 Constraint Class its property unit is defined this way:

> A Constraint may have none or one unit property value for the unit value of the rightOperand/Reference.

But this definition misses the type of the property values. 
I suggest:
* strict variant (as in ODRL 2.1): IRI (to refer to a Concept representing the unit)
* lax variant: IRI or literal value.

AND: I feel the the definition above is not clear; what is a property "for the unit value of the rightOperand/Reference."?
I suggest:
A Constraint may have none or one unit property value (of type ....) **to set** the unit **used for the** value of the rightOperand/Reference.

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

Received on Friday, 1 September 2017 07:11:07 UTC