You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you for providing this awesome tool!
I want to use Sparklis for some research work and need to connect it to a GraphDB Sparql endpoint. When trying to connect Sparklis tells me the endpoint was unresponsive. This is not the case since I can connect via curl. I might have found the issue: Fuseki SPARQL endpoint responds with a json and GraphDB by default responds just with a list. Giving "-H 'Accept: application/sparql-results+json'" specifically in the header, GraphDB also returns json.
Could this option be added in the configuration menu? Where would I have to adapt the code to add this option?
Thank you!
Best
Martin
The text was updated successfully, but these errors were encountered:
Hello there,
first of all thank you for providing this awesome tool!
I want to use Sparklis for some research work and need to connect it to a GraphDB Sparql endpoint. When trying to connect Sparklis tells me the endpoint was unresponsive. This is not the case since I can connect via curl. I might have found the issue: Fuseki SPARQL endpoint responds with a json and GraphDB by default responds just with a list. Giving "-H 'Accept: application/sparql-results+json'" specifically in the header, GraphDB also returns json.
Could this option be added in the configuration menu? Where would I have to adapt the code to add this option?
Thank you!
Best
Martin
The text was updated successfully, but these errors were encountered: