You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Rob Vesse <ra...@ecs.soton.ac.uk> on 2011/09/30 16:46:31 UTC

Re: [jena-dev] Hierarchical RDF/JSON from a SPARQL endpoint

On Fri, 03 Dec 2010 10:56:06 +0000, Andy Seaborne
<af...@seaborne.org> wrote:
> 
> Yes.  The key is binding content type to handler.
> 
> There is already a JSON parser in RIOT - I wrote it to remove a 
> dependency on the json.org code which has a license that some 
> organisations find difficult to work with.  And while I was at it, I 
> used the same I/O stuff from RIOT so it's quite fast at parsing.

Yes the TokenizerJSON proved to be very useful!

I've just submitted a patch to add a RDF/JSON reader fully wired into RIOT
to JIRA that includes a bunch of unit tests for the reader.

https://issues.apache.org/jira/browse/JENA-127

Please review and let me know if this looks alright

Cheers,

Rob

> 
> 	Andy
> 
> 
> ------------------------------------
> 
> Yahoo! Groups Links
> 
> <*> To visit your group on the web, go to:
>     http://groups.yahoo.com/group/jena-dev/
> 
> <*> Your email settings:
>     Individual Email | Traditional
> 
> <*> To change settings online go to:
>     http://groups.yahoo.com/group/jena-dev/join
>     (Yahoo! ID required)
> 
> <*> To change settings via email:
>     jena-dev-digest@yahoogroups.com 
>     jena-dev-fullfeatured@yahoogroups.com
> 
> <*> To unsubscribe from this group, send an email to:
>     jena-dev-unsubscribe@yahoogroups.com
> 
> <*> Your use of Yahoo! Groups is subject to:
>     http://docs.yahoo.com/info/terms/

-- 
PhD Student
WAIS Group
Bay 20, Room 4027, Building 32
Electronics & Computer Science
University of Southampton

Re: [jena-dev] Hierarchical RDF/JSON from a SPARQL endpoint

Posted by Paolo Castagna <ca...@googlemail.com>.
+1

Thanks Rob.

Paolo

Andy Seaborne wrote:
> On 30/09/11 15:46, Rob Vesse wrote:
>> On Fri, 03 Dec 2010 10:56:06 +0000, Andy Seaborne
>> <af...@seaborne.org>  wrote:
>>>
>>> Yes.  The key is binding content type to handler.
>>>
>>> There is already a JSON parser in RIOT - I wrote it to remove a
>>> dependency on the json.org code which has a license that some
>>> organisations find difficult to work with.  And while I was at it, I
>>> used the same I/O stuff from RIOT so it's quite fast at parsing.
>>
>> Yes the TokenizerJSON proved to be very useful!
>>
>> I've just submitted a patch to add a RDF/JSON reader fully wired into
>> RIOT
>> to JIRA that includes a bunch of unit tests for the reader.
>>
>> https://issues.apache.org/jira/browse/JENA-127
> 
> Rob,
> 
> Excellent news - thanks for this.
> 
>     Andy
> 
>>
>> Please review and let me know if this looks alright
>>
>> Cheers,
>>
>> Rob
>>
>>>
>>>     Andy
>>>
>>>
>>> ------------------------------------
>>>
>>> Yahoo! Groups Links
>>>
>>> <*>  To visit your group on the web, go to:
>>>      http://groups.yahoo.com/group/jena-dev/
>>>
>>> <*>  Your email settings:
>>>      Individual Email | Traditional
>>>
>>> <*>  To change settings online go to:
>>>      http://groups.yahoo.com/group/jena-dev/join
>>>      (Yahoo! ID required)
>>>
>>> <*>  To change settings via email:
>>>      jena-dev-digest@yahoogroups.com
>>>      jena-dev-fullfeatured@yahoogroups.com
>>>
>>> <*>  To unsubscribe from this group, send an email to:
>>>      jena-dev-unsubscribe@yahoogroups.com
>>>
>>> <*>  Your use of Yahoo! Groups is subject to:
>>>      http://docs.yahoo.com/info/terms/
>>
> 

Re: [jena-dev] Hierarchical RDF/JSON from a SPARQL endpoint

Posted by Andy Seaborne <an...@apache.org>.
On 30/09/11 15:46, Rob Vesse wrote:
> On Fri, 03 Dec 2010 10:56:06 +0000, Andy Seaborne
> <af...@seaborne.org>  wrote:
>>
>> Yes.  The key is binding content type to handler.
>>
>> There is already a JSON parser in RIOT - I wrote it to remove a
>> dependency on the json.org code which has a license that some
>> organisations find difficult to work with.  And while I was at it, I
>> used the same I/O stuff from RIOT so it's quite fast at parsing.
>
> Yes the TokenizerJSON proved to be very useful!
>
> I've just submitted a patch to add a RDF/JSON reader fully wired into RIOT
> to JIRA that includes a bunch of unit tests for the reader.
>
> https://issues.apache.org/jira/browse/JENA-127

Rob,

Excellent news - thanks for this.

	Andy

>
> Please review and let me know if this looks alright
>
> Cheers,
>
> Rob
>
>>
>> 	Andy
>>
>>
>> ------------------------------------
>>
>> Yahoo! Groups Links
>>
>> <*>  To visit your group on the web, go to:
>>      http://groups.yahoo.com/group/jena-dev/
>>
>> <*>  Your email settings:
>>      Individual Email | Traditional
>>
>> <*>  To change settings online go to:
>>      http://groups.yahoo.com/group/jena-dev/join
>>      (Yahoo! ID required)
>>
>> <*>  To change settings via email:
>>      jena-dev-digest@yahoogroups.com
>>      jena-dev-fullfeatured@yahoogroups.com
>>
>> <*>  To unsubscribe from this group, send an email to:
>>      jena-dev-unsubscribe@yahoogroups.com
>>
>> <*>  Your use of Yahoo! Groups is subject to:
>>      http://docs.yahoo.com/info/terms/
>