Hi,
I saw the SPARQL endpoint is now served by a Fuseki server instead of a Virtuoso as it was in the past and I'm having a very trivial problem trying to query it. Apparently the Fuseki server is expecting the graph to be queried as an input either in the 'Target Graph' text box or in a FROM statement inside the query, otherwise it won't know where to retrieve the data from.
In this context, is there a list of the currently available graphs? I tried with SELECT DISTINCT ?g WHERE{GRAPH ?g {?s ?p ?o}} but doesn't work...... or what is the URI for the default graph? I tried 'default' and doesn't work either.....
Thanks in advance!
Best
Iker
P.S: can I ask why did you decide to use Fuseki instead of Virtuoso?