Re: [JSON] A starting point...

Hi Manu,

On 8 Apr 2011, at 03:11, Manu Sporny wrote:
> I think we have at least one proposal for the "JSON as RDF" work starting point now. I don't know if we have one such thing for the "RDF in JSON" work starting point. Would someone care to create one (or more) such proposals?

A quick round-up:

Peter's proposal:
http://lists.w3.org/Archives/Public/public-rdf-wg/2011Mar/0670.html

Talis RDF JSON:
http://docs.api.talis.com/platform-api/output-types/rdf-json

Dominik's Flat triples approach to RDF graphs in JSON:
http://www.w3.org/2009/12/rdf-ws/papers/ws02

Michael's JTriples:
http://www.w3.org/wiki/JTriples

Richard's J-Triples:
Array of objects with keys "s"; "p"; "o"/"v" and optional "lang"/"dtype". Blank nodes become "_:xxx"; literals get "v" key instead of "o"; bools and ints use native JSON form.

Abusing SPARQL Query Results in JSON:
http://www.w3.org/TR/rdf-sparql-json-res/ with vars "s", "p", "o", "s_blank" (boolean), o_blank" (boolean), "o_literal" (boolean), "o_lang", "o_datatype"

Received on Friday, 8 April 2011 11:11:51 UTC