You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Benjamin Good <be...@gmail.com> on 2012/07/09 23:57:31 UTC

json writer

Is there a way to export RDF in json (e.g. the talis json format) from the
apache jena distribution?  If not, is there any other library that you
could recommend with this functionality?

thanks
-Ben

Re: json writer

Posted by Rob Vesse <rv...@yarcdata.com>.
Yes, it's in the RIOT subsystem which is part of ARQ.


If you have both ARQ and Jena in a project you can cause
RiotSys.wireIntoJena() to register the RIOT readers with Jena.  After
which you can write RDF/JSON using a standard model.write() call and
passing "RDF/JSON" as the language parameter.

Rob

On 7/9/12 2:57 PM, "Benjamin Good" <be...@gmail.com> wrote:

>Is there a way to export RDF in json (e.g. the talis json format) from the
>apache jena distribution?  If not, is there any other library that you
>could recommend with this functionality?
>
>thanks
>-Ben