The following example demonstrates usage of the sql:select-option pragma.
DEFINE sql:select-option "order"
PREFIX ub: <http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl#>
SELECT *
WHERE
{
?s ?p <http://www.Department0.University0.edu/GraduateCourse0>
}
LIMIT 10