Re: Jena support for JSON-LD?

2014-01-25 Thread Andy Seaborne
On 23/01/14 10:53, Olivier Rossel wrote: Let's say you want to retrieve this graph: :s :p :o as this JSON-LD: {@id: o, reverse-p: s} Would it be possible, or is the JSON serialization harcoded to serialize each resource and only its outgoing properties ? Are there examples of graph

Re: Jena support for JSON-LD?

2014-01-23 Thread Olivier Rossel
Can a SPARQL endpoint return data in JSON-LD format? On Wed, Jan 22, 2014 at 10:37 PM, Andy Seaborne a...@apache.org wrote: On 22/01/14 20:52, Phillip Rhodes wrote: I know it's been discussed before, since I think I was the last one (or one of the last) to bring it up. :-) To search the

Re: Jena support for JSON-LD?

2014-01-23 Thread Olivier Rossel
Let's say you want to retrieve this graph: :s :p :o as this JSON-LD: {@id: o, reverse-p: s} Would it be possible, or is the JSON serialization harcoded to serialize each resource and only its outgoing properties ? Are there examples of graph serialization in the JSON-LD spec? On Thu, Jan 23,

Re: Jena support for JSON-LD?

2014-01-23 Thread Andy Seaborne
On 23/01/14 10:53, Olivier Rossel wrote: Let's say you want to retrieve this graph: :s :p :o as this JSON-LD: {@id: o, reverse-p: s} Would it be possible, or is the JSON serialization harcoded to serialize each resource and only its outgoing properties ? The JSON-LD engine being used is

Re: Jena support for JSON-LD?

2014-01-22 Thread Phillip Rhodes
I know it's been discussed before, since I think I was the last one (or one of the last) to bring it up. :-) To search the archives, try using Gmane.org. http://dir.gmane.org/search.php?match=jena But the short version, as I understand it, is that Jena JSONLD support is here:

Re: Jena support for JSON-LD?

2014-01-22 Thread Andy Seaborne
On 22/01/14 20:52, Phillip Rhodes wrote: I know it's been discussed before, since I think I was the last one (or one of the last) to bring it up. :-) To search the archives, try using Gmane.org. http://dir.gmane.org/search.php?match=jena But the short version, as I understand it, is that Jena