annotate src/sparql/select_all.sparql @ 68:260eb78f0854

modified to take into account that sia:Datapoints now have sia:vector properties which then have sia:dimVals, rather than sia:Datapoints having their own sia:dimVal properties
author stevenh
date Fri, 02 Aug 2013 10:40:42 +0100
parents 08675ab08e7f
children
rev   line source
steve@0 1 PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
steve@0 2 PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
steve@0 3 PREFIX owl: <http://www.w3.org/2002/07/owl#>
steve@0 4 PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
steve@0 5 PREFIX abc: <http://example.org/abc#>
steve@0 6 PREFIX seq: <http://example.org/seq#>
steve@0 7 PREFIX sia: <http://example.org/sia#>
steve@0 8
steve@0 9 SELECT ?s ?p ?o
steve@0 10 WHERE
steve@0 11 {
steve@0 12 ?s ?p ?o
steve@0 13 }
steve@0 14 ORDER BY ?s ?p ?o