annotate sparql/sparql/test/dawg/data-r2/sort/query-sort-function.rq @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7785ad38967f Uploaded
atsuko
parents:
diff changeset
1 PREFIX : <http://example.org/>
7785ad38967f Uploaded
atsuko
parents:
diff changeset
2 PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
7785ad38967f Uploaded
atsuko
parents:
diff changeset
3 SELECT ?s WHERE {
7785ad38967f Uploaded
atsuko
parents:
diff changeset
4 ?s :p ?o .
7785ad38967f Uploaded
atsuko
parents:
diff changeset
5 } ORDER BY xsd:integer(?o)