Here is the exact query

curl -H "Accept: application/sparql-results+json, */*" https://localhost/fuseki/ds?query=%20%20%20%20construct%20%7B%3Fs%20%3Fp%20%3Fo%7D%20WHERE%0A%7B%0A%20%20%20%20GRAPH%20%3Chttps%3A%2F%2Fresource.lingsoft.fi%2Fyle_test%2F%3E%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%3Fs%20%3Fp%20%3Fo%0A%20%20%20%20%7D%0A%7D%0A%20%20%20

So sparql is

construct {?s ?p ?o} WHERE { GRAPH <https://resource.lingsoft.fi/yle_test/> { ?s ?p ?o } }

So maybe it's related to construct?



On 30/05/2019 19:23, Andy Seaborne wrote:
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,


--
Lingsoft - 30 years of Leading Language Management

www.lingsoft.fi

Speech Applications - Language Management - Translation - Reader's and Writer's 
Tools - Text Tools - E-books and M-books

Mikael Pesonen
System Engineer

e-mail: [email protected]
Tel. +358 2 279 3300

Time zone: GMT+2

Helsinki Office
Eteläranta 10
FI-00130 Helsinki
FINLAND

Turku Office
Kauppiaskatu 5 A
FI-20100 Turku
FINLAND

Reply via email to