Re: [Virtuoso-users] CONSTRUCT query result order

2011-01-19 Thread Ivan Mikhailov
Hello Timo, It is not ignored when bindings are sorted to get proper "cut" via LIMIT and OFFSET. However the triples made according to variable values from that bindings form a _set_ of distinct triples, an unordered set with duplicates removed. Triples in this set are as unordered as in any other

[Virtuoso-users] CONSTRUCT query result order

2011-01-19 Thread Timo Westkämper
Hi. Is the ORDER BY part of SPARQL Construct queries ignored? It seems so when using Virtuoso via JDBC. Br, Timo Westkämper