Hi,
I want to execute a query via HTTP, but I need that stardog returned the response in a json format. Is it posible?
If so, which URL I have to use? (Currently I'm using: "http://192.168.1.46:5820/EVCP/query?query=", where EVCP is the DB created in stardog.)
I've tryied to use "http://192.168.1.46:5820/EVCP/query?query=?format=json" and "http://192.168.1.46:5820/EVCP/sparql?format=json&query=", but neither of them worked.
Thanks!