typo in JSON-LD

Hi,

I just read quicly the JSON-LD spec, very nice piece of work!

I noticed that the last example in section 7.2 [1] contains an error

  {
    "@context": {
      ...
      "@context": {
       ^^^^^^^^
        "@list": ["foaf:nick"]
      }
    },
  ...
    "@subject": "http://example.org/people#joebob",
    "foaf:nick": ["joe", "bob", "jaybee"],
  ...
  }

the second '@context' should be '@coerce'.

 regards

  pa



[1] http://json-ld.org/spec/ED/20110817/#lists

Received on Friday, 26 August 2011 13:23:43 UTC