Prefixes the space-joined order conditions with order by. Each condition is a bare expression for ascending order
or an asc or desc wrapper. Empty conditions, such as those produced by nil, are dropped
first; an empty list yields the empty fragment, leaving the solution sequence unordered.
Generates a SPARQL
ORDER BYclause.Prefixes the space-joined order conditions with
order by. Each condition is a bare expression for ascending order or an asc or desc wrapper. Empty conditions, such as those produced by nil, are dropped first; an empty list yields the empty fragment, leaving the solution sequence unordered.