Re: [poe] JSON-LD serialization of rightOperand values

instead of writing : 
+ (**IRIs**): `"rightOperand": "policyUsage"` -> `"rightOperand": { "@id": "odrl:policyUsage" }`
+ (**Literals**): `"rightOperand": "5.00"` -> `"rightOperand": { "@value": "5.00", "@type": "xsd:decimal" }`

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

Received on Friday, 13 October 2017 08:20:43 UTC