hi there ..

the simple SPARQL query to BigOWLIM removes the result variables used in
the FILTER clause .. for example:

SELECT ?s ?p ?o
WHERE {
  ?s ?p ?o .
  FILTER (?s = <http://some/uri>)
}

retrieves as binded variables in result set only ?p and ?o (the ?s used in
FILTER was lost somewhere on the road)

.. is there some optimalization on the constant variables? .. how can this
 be avoided? .. cause, when I'm expecting the result in some form, I hope
all my life, I'll get it as I wish to have it :)

thanks in advance,

best wishes,
                          Peter K.

_______________________________________________
OWLIM-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/owlim-discussion

Reply via email to