Hello, I've been investigating the issue that the FROM-clause is ignored and I've opened CLEREZZA-846.
The query is passed including its from clause to
QueryExecutionFactory.create(Query, dataset), however only the default
graph is accessed in the underlying dataset.
So the FROM in
SELECT *
FROM <urn:x-localinstance:/graph-access.graph>
WHERE { ?s ?p ?o }
seems to be just ignored. Any ideas?
Cheers,
Reto
