- From: Renato Iannella via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Jun 2017 02:40:07 +0000
- To: public-poe-archives@w3.org
4) updated title
11) mandatory now
I now think we can't directly use @type (in JSON-LD) as that is the type for the entire node.
So you would need to express:
"rightOperand": "100.00",
"dataType": "http://www.w3.org/2001/XMLSchema#decimal",
as:
"rightOperand":
{
"@value": "100",
"@type": "http://www.w3.org/2001/XMLSchema#decimal"
}
Updated rightOperand/Reference narrative/definition
commit: 79d75d4695205c9dd75c023516f15185f9ea87c2
--
GitHub Notification of comment by riannella
Please view or discuss this issue at https://github.com/w3c/poe/issues/162#issuecomment-306669855 using your GitHub account
Received on Wednesday, 7 June 2017 02:40:14 UTC