Re: Hosted JSON-LD context

On 10/06/2014 11:09 PM, James M Snell wrote:
> For debugging and experimentation purposes, I have hosted the current
> editor's draft version of the Activity Streams 2.0 JSON-LD @context
> here: http://asjsonld.mybluemix.net/
oh yeah! CORS enabled \o/

>
> You can use this, for instance, with the JSON-LD Playground:
> http://goo.gl/bY3p5j
in your example you have "verb": "post" (string literal not IRI, while
no @base set)
while context defines
"verb": {
        "@id": "as:verb",
        "@type": "@id"
      }

so N-Quads tab has only 3 statements and no as:verb "post"

which makes me once again worry about
https://github.com/jasnell/w3c-socialwg-activitystreams/issues/23

Received on Monday, 6 October 2014 21:34:13 UTC