Re: typo in JSON-LD

Thanks!

https://github.com/json-ld/json-ld.org/issues/19

On Tue, Aug 23, 2011 at 11:39, Pierre-Antoine Champin
<pierre-antoine.champin@liris.cnrs.fr> wrote:
> 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
>
>
>



-- 
Thomas Steiner, Research Scientist, Google Inc.
http://blog.tomayac.com, http://twitter.com/tomayac

Received on Friday, 26 August 2011 13:29:05 UTC