Yes - Fuseki checks parameters. One reason is because there are all
sorts of extensions and presumably the additional parameters are
supposed to affect the query execution in some so seeing a parameter
from another system (which is does not understand) looks like a
potential area for problems.
Fuseki could issue a warning ... done (in SVN).
What's "endpoint" supposed to do?
default-graph-uri=default
is illegal by the way.
The value of default-graph-uri should be a URI.
Can we get the page fixed?
Andy
On 08/03/11 00:51, judy wrote:
On 3/7/11 7:14 PM, Damian Steer wrote:
Sounds like Fuseki is being picky -- most services will ignore
unrecognised parameters -- however I've never heard of 'endpoint'.
It sounds a odd (why send that to an endpoint?), do you know what
its value is?
Damian
From the page source, form action is:
/drupal/sparql?endpoint=http%3A%2F%2Fmydomain.com%3A3030%2Fdataset%2Fquery&default-graph-uri=default&query=SELECT+%2A+WHERE+%7B%3Fs+%3Fp+%3Fo+.%7D"
...hence the 'endpoint' error, huh? This particular SPARQL UI doesn't
do anything but effect a query; I just tested the Fuseki endpoint URL
with the SPARQL query tool that imports query results into Drupal as
content and that worked successfully.
thanks again for taking time to help --judy