Hey,

I am parsing some input from which I want to build a VALUES block, and
I need some data structure for it.

>From SPARQL 1.1: "VALUES provides inline data as a solution sequence"
and "a solution sequence is a list of solutions, possibly unordered".

So given that Jena uses QuerySolution for solutions, would
Set<QuerySolution> following be correct for VALUES?

Thanks.


Martynas
atomgraph.com

Reply via email to