- From: Anthony Kirkpatrick <ozekine@gmail.com>
- Date: Tue, 25 Feb 2014 12:10:51 -0500
- To: public-rdf-comments@w3.org
Received on Wednesday, 26 February 2014 14:59:06 UTC
Hello,
I've found what seems to be an error in example #28 of the JSON-LD 1.0
Specification (link to the section
here<http://www.w3.org/TR/json-ld/#advanced-context-usage>).
The error itself is simply a misplaced quote terminating the context
definition, as well as a missing quote that should be terminating the name
value within that context.
The defined context in the listing itself is
"@context":
{
"name": "http://example.com/person#name,
"details": "http://example.com/person#details"
}",
.... but should be (I think)
"@context":
{
"name": "http://example.com/person#name",
"details": "http://example.com/person#details"
},
Barring the ellipsis in the full listing, the example with corrections
parses correctly according to http://jsonlint.com/.
Just thought I'd point this out!
Regards,
Anthony Kirkpatrick
Received on Wednesday, 26 February 2014 14:59:06 UTC