comparison src/sparql/select_all.sparql @ 0:08675ab08e7f

New
author Steven Hargreaves <steve.harg@gmail.com>
date Sat, 29 Dec 2012 17:41:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:08675ab08e7f
1 PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2 PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3 PREFIX owl: <http://www.w3.org/2002/07/owl#>
4 PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
5 PREFIX abc: <http://example.org/abc#>
6 PREFIX seq: <http://example.org/seq#>
7 PREFIX sia: <http://example.org/sia#>
8
9 SELECT ?s ?p ?o
10 WHERE
11 {
12 ?s ?p ?o
13 }
14 ORDER BY ?s ?p ?o