Re: [poe] use of @value for action constraints

@simonstey would using  @id do the job:
```
       "action": [{
         "@id": "odrl:print",
          "refinement": [{
             "leftOperand": "percentage",
             "operator": "lteq",
             "rightOperand": "50.0"
          }]
```
... or is the inline-adding of properties to an identified node not allowed.

Is the result using the property `source` for the "unrefined" action and the `refinement `property provides all the Refinements applying to it?
In this case the IM must define the source property, I guess (currently it is not).


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

Received on Monday, 4 September 2017 12:19:10 UTC