Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I am using Fuseki with multiple datasets configured via config file.
One of these datasets define a service as:
<#service1> rdf:type fuseki:Service ;
fuseki:name "ds1" ;
fuseki:serviceQuery "sparql" ;
fuseki:dataset <#dataset> ;
.
However, the sparql.jsp page always redirects to ds1/query.
Quick workaround is: add fuseki:serviceQuery "sparql" to <#service1>.