|
Hi, do you have an example for running a federated SPARQL query (using http://sparql.org/sparql.html)? I got an HTTP 400 error always. My queries a running well when I use a different tool such as SPARQLDroid. update the error message is "Error 400: Failed to load URL (parse error) http://lod.pfitzners.info/SalesOrderSearch_small.rdf : {E213} Operation not permitted". I would like use the general purpose SPARQL service to run queries an data located in an webserver without a SPARQL endpoint. I think this is not possible but I want to provide the RDF data only. The query I use:
|
|
If you actually go to that page and submit a query it submits to If you still get errors then as @AndyS suggests you likely have an error in your query. 1
This is not the problem. I've tested this service with many valid queries, tweaking the options in all possible ways, and I always get a 400 or a 404. |


possible duplicate of http://answers.semanticweb.com/questions/9190/federated-sparql-query-using-jena. you can check here for more details. http://www.w3.org/TR/sparql11-federated-query/
No details of the query. No details of how teh query is being made (UI? Code?) 400 is a syntax error.
@Ingo_, please do not provide additional information as an answer, instead edit your question to add more info, or use comments. I have modified it for you this time around.