You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Nauman Ramzan <na...@gmail.com> on 2015/08/06 00:58:42 UTC

Is fuseki support JSON-LD response ?

Hi
I just wanted to ask is jena fuseki is supporting JSON-LD response. if yes
then how can I get this response ?

Thank you.

Re: Is fuseki support JSON-LD response ?

Posted by Nauman Ramzan <na...@gmail.com>.
Thank you

Sent from my iPhone

> On Aug 6, 2015, at 11:17 AM, Andy Seaborne <an...@apache.org> wrote:
> 
>> On 05/08/15 23:58, Nauman Ramzan wrote:
>> Hi
>> I just wanted to ask is jena fuseki is supporting JSON-LD response. if yes
>> then how can I get this response ?
>> 
>> Thank you.
> 
> Set the HTTP Accept: header to "application/ld+json" in whatever code or programs you are using to make the calls to Fuseki
> 
> Constant in Jena:
> WebContent.contentTypeJSONLD
> 
>    Andy
> 

Re: Is fuseki support JSON-LD response ?

Posted by Andy Seaborne <an...@apache.org>.
On 05/08/15 23:58, Nauman Ramzan wrote:
> Hi
> I just wanted to ask is jena fuseki is supporting JSON-LD response. if yes
> then how can I get this response ?
>
> Thank you.
>

Set the HTTP Accept: header to "application/ld+json" in whatever code or 
programs you are using to make the calls to Fuseki

Constant in Jena:
WebContent.contentTypeJSONLD

	Andy