I get JSON.

curl -d query='SELECT * {}' \
     --header 'Accept: application/sparql-results+json, */*' \
     http://localhost:3030/ds
==>
{
  "head": {
    "vars": [  ]
  } ,
  "results": {
    "bindings": [
      {

      }
    ]
  }
}




On 30/05/2019 16:18, Mikael Pesonen wrote:

Is there a way to correct this? I'm not able to change the header in client.

Using Jena Fuseki 11

Br,

Reply via email to