Hey all,

I'm using ARQ to manipulate SPARQL queries - I'm planning to bind
variables, add triple patterns, FILTERs etc.
The queries will mainly be used remotely over HTTP, so I was glad to
find the QueryEngineHTTP.setInitialBindings() method:
http://incubator.apache.org/jena/documentation/javadoc/arq/com/hp/hpl/jena/sparql/engine/http/QueryEngineHTTP.html#setInitialBindings(com.hp.hpl.jena.query.ResultSet)

But then I tried it out and all I got was an exception "Initial
bindings not supported for remote queries" :(

I don't really get the point behind this restriction. All I want to do
is to bind ?var to some specific Resource, what does that have to do
with query execution -- or the fact that it is remote? I'd like to be
able to manipulate remote queries just as well.
Is there some workaround for this?

Thanks,

Martynas
http://graphity.org

Reply via email to