You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/11/03 18:33:04 UTC

svn commit: r1197234 [21/24] - in /incubator/jena/Jena2/ARQ/trunk/testing/ARQ: Algebra/ Ask/ Assign/ Basic/ BasicPatterns/ BlankNodes/ Bound/ Construct/ Dataset/ Describe/ Distinct/ EngineMain/ EngineRef/ Examples/ Expr/ Expr1/ Expr2/ ExprBuiltIns/ Exp...

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,94 +1,94 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "Solution Sequence" ;
-    mf:entries
-    ( 
-       [  mf:name    "No modifiers [numbers]" ;
-          mf:action
-             [ qt:query  <q-seq-01.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-01.ttl>
-       ]
-       [  mf:name    "Modifier DISTINCT" ;
-          mf:action
-             [ qt:query  <q-seq-02.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-02.ttl>
-       ]
-       [  mf:name    "Modifier ORDER BY [numbers]" ;
-          mf:action
-             [ qt:query  <q-seq-03.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-03.ttl>
-       ]
-       [  mf:name    "Modifier DISTINCT and ORDER BY [numbers]" ;
-          mf:action
-             [ qt:query  <q-seq-04.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-04.ttl>
-       ]
-
-       [  mf:name    "No modifiers [strings]" ;
-          mf:action
-             [ qt:query  <q-seq-05.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-05.ttl>
-       ]
-       [  mf:name    "Modifier ORDER BY [strings]" ;
-          mf:action
-             [ qt:query  <q-seq-06.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-06.ttl>
-       ]
-
-       [  mf:name    "Modifier OFFSET" ;
-          mf:action
-             [ qt:query  <q-seq-07.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-07.ttl>
-       ]
-
-       [  mf:name    "Modifier LIMIT" ;
-          mf:action
-             [ qt:query  <q-seq-08.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-08.ttl>
-       ]
-
-       [  mf:name    "Modifier DISTINCT-LIMIT" ;
-          mf:action
-             [ qt:query  <q-seq-09.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-09.ttl>
-       ]
-
-       [  mf:name    "Modifier LIMIT-OFFSET" ;
-          mf:action
-             [ qt:query  <q-seq-10.rq> ;
-               qt:data   <data-1.ttl> ] ;
-         mf:result  <results-seq-10.ttl>
-       ]
-
-        ## These next two use 1.0 > 1e0 > 1 
-        ## which may not be stable.
-
-       [  mf:name    "Modifier ORDER BY [duplicates after projection]" ;
-          mf:action
-             [ qt:query  <q-seq-11.rq> ;
-               qt:data   <data-2.ttl> ] ;
-         mf:result  <results-seq-11.ttl>
-       ]
-
-       [  mf:name    "Modifier ORDER BY [duplicates due to blank nodes]" ;
-          mf:action
-             [ qt:query  <q-seq-12.rq> ;
-               qt:data   <data-2.ttl> ] ;
-         mf:result  <results-seq-12.ttl>
-       ]
-
-
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "Solution Sequence" ;
+    mf:entries
+    ( 
+       [  mf:name    "No modifiers [numbers]" ;
+          mf:action
+             [ qt:query  <q-seq-01.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-01.ttl>
+       ]
+       [  mf:name    "Modifier DISTINCT" ;
+          mf:action
+             [ qt:query  <q-seq-02.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-02.ttl>
+       ]
+       [  mf:name    "Modifier ORDER BY [numbers]" ;
+          mf:action
+             [ qt:query  <q-seq-03.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-03.ttl>
+       ]
+       [  mf:name    "Modifier DISTINCT and ORDER BY [numbers]" ;
+          mf:action
+             [ qt:query  <q-seq-04.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-04.ttl>
+       ]
+
+       [  mf:name    "No modifiers [strings]" ;
+          mf:action
+             [ qt:query  <q-seq-05.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-05.ttl>
+       ]
+       [  mf:name    "Modifier ORDER BY [strings]" ;
+          mf:action
+             [ qt:query  <q-seq-06.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-06.ttl>
+       ]
+
+       [  mf:name    "Modifier OFFSET" ;
+          mf:action
+             [ qt:query  <q-seq-07.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-07.ttl>
+       ]
+
+       [  mf:name    "Modifier LIMIT" ;
+          mf:action
+             [ qt:query  <q-seq-08.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-08.ttl>
+       ]
+
+       [  mf:name    "Modifier DISTINCT-LIMIT" ;
+          mf:action
+             [ qt:query  <q-seq-09.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-09.ttl>
+       ]
+
+       [  mf:name    "Modifier LIMIT-OFFSET" ;
+          mf:action
+             [ qt:query  <q-seq-10.rq> ;
+               qt:data   <data-1.ttl> ] ;
+         mf:result  <results-seq-10.ttl>
+       ]
+
+        ## These next two use 1.0 > 1e0 > 1 
+        ## which may not be stable.
+
+       [  mf:name    "Modifier ORDER BY [duplicates after projection]" ;
+          mf:action
+             [ qt:query  <q-seq-11.rq> ;
+               qt:data   <data-2.ttl> ] ;
+         mf:result  <results-seq-11.ttl>
+       ]
+
+       [  mf:name    "Modifier ORDER BY [duplicates due to blank nodes]" ;
+          mf:action
+             [ qt:query  <q-seq-12.rq> ;
+               qt:data   <data-2.ttl> ] ;
+         mf:result  <results-seq-12.ttl>
+       ]
+
+
+    ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-01.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-01.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-01.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-01.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :num ?v }
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :num ?v }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-02.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-02.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-02.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-02.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT DISTINCT ?v
-WHERE { [] :num ?v }
+PREFIX : <http://example.org/ns#>
+
+SELECT DISTINCT ?v
+WHERE { [] :num ?v }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-03.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-03.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-03.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-03.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :num ?v }
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :num ?v }
 ORDER BY ?v
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-04.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-04.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-04.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-04.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT DISTINCT ?v
-WHERE { [] :num ?v }
-ORDER BY ?v
+PREFIX : <http://example.org/ns#>
+
+SELECT DISTINCT ?v
+WHERE { [] :num ?v }
+ORDER BY ?v

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-05.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-05.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-05.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-05.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :str ?v }
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :str ?v }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-06.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-06.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-06.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-06.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :str ?v }
-ORDER BY ?v
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :str ?v }
+ORDER BY ?v

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-07.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-07.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-07.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-07.rq Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :str ?v }
-ORDER BY ?v
-OFFSET 2
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :str ?v }
+ORDER BY ?v
+OFFSET 2

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-08.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-08.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-08.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-08.rq Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :num ?v }
-ORDER BY ASC(?v)
-LIMIT 2
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :num ?v }
+ORDER BY ASC(?v)
+LIMIT 2

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-09.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-09.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-09.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-09.rq Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT DISTINCT ?v
-WHERE { [] :num ?v }
-ORDER BY DESC(?v)
-LIMIT 2
+PREFIX : <http://example.org/ns#>
+
+SELECT DISTINCT ?v
+WHERE { [] :num ?v }
+ORDER BY DESC(?v)
+LIMIT 2

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-10.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-10.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-10.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-10.rq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :num ?v }
-ORDER BY ?v
-LIMIT 2
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :num ?v }
+ORDER BY ?v
+LIMIT 2
 OFFSET 2
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-11.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-11.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-11.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-11.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { ?x :num ?v }
-ORDER BY ?v
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { ?x :num ?v }
+ORDER BY ?v

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-12.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-12.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-12.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/q-seq-12.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example.org/ns#>
-
-SELECT ?v
-WHERE { [] :num ?v }
-ORDER BY ?v
+PREFIX : <http://example.org/ns#>
+
+SELECT ?v
+WHERE { [] :num ?v }
+ORDER BY ?v

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-01.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-01.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-01.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-01.ttl Thu Nov  3 17:32:36 2011
@@ -1,38 +1,38 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      4 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      4 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-02.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-02.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-02.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-02.ttl Thu Nov  3 17:32:36 2011
@@ -1,26 +1,26 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      4 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
-                                      rs:variable   "v"
-                                    ]
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      4 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
+                                      rs:variable   "v"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-03.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-03.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-03.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-03.ttl Thu Nov  3 17:32:36 2011
@@ -1,46 +1,46 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      4 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      8
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      7
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      6
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      4 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      8
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      7
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      6
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-04.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-04.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-04.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-04.ttl Thu Nov  3 17:32:36 2011
@@ -1,31 +1,31 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      4 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      4 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-05.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-05.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-05.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-05.ttl Thu Nov  3 17:32:36 2011
@@ -1,26 +1,26 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      "" ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "aaa" ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "002" ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "AAA" ;
-                                      rs:variable   "v"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1" ;
-                                      rs:variable   "v"
-                                    ]
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      "" ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "aaa" ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "002" ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "AAA" ;
+                                      rs:variable   "v"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1" ;
+                                      rs:variable   "v"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-06.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-06.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-06.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-06.ttl Thu Nov  3 17:32:36 2011
@@ -1,31 +1,31 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      "002" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "aaa" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "AAA" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      4
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      "002" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "aaa" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "AAA" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      4
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-07.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-07.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-07.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-07.ttl Thu Nov  3 17:32:36 2011
@@ -1,21 +1,21 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      "1" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "AAA" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "aaa" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      "1" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "AAA" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "aaa" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-08.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-08.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-08.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-08.ttl Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-09.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-09.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-09.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-09.ttl Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      3 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      4 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      3 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      4 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-10.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-10.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-10.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-10.ttl Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix :        <http://example.org/ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1.5e0 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-11.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-11.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-11.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-11.ttl Thu Nov  3 17:32:36 2011
@@ -1,26 +1,26 @@
-@prefix :        <http://example.org/ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1e0"^^<http://www.w3.org/2001/XMLSchema#double> ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1.0 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] .
+@prefix :        <http://example.org/ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1e0"^^<http://www.w3.org/2001/XMLSchema#double> ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1.0 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-12.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-12.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-12.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/results-seq-12.ttl Thu Nov  3 17:32:36 2011
@@ -1,26 +1,26 @@
-@prefix :        <http://example.org/ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      1.0 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1e0"^^<http://www.w3.org/2001/XMLSchema#double> ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      4
-                    ] .
+@prefix :        <http://example.org/ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      1.0 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1e0"^^<http://www.w3.org/2001/XMLSchema#double> ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      4
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,36 +1,36 @@
-@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
-@prefix :           <http://example/> .
-
-##    1.  (Lowest) no value assigned to the variable 
-##         or expression in this solution.
-##    2. Blank nodes
-##    3. IRIs
-##    4. RDF literals
-##    5. A plain literal before an RDF literal
-##       with type xsd:string of  the same lexical form.
-
-[]  :p <http://example/iri1> ;
-    :i 3 .
-
-[]  :p <http://example/iri2> ;
-    :i 4 .
-
-[]  :p 99 ;
-    :i 5 .
-
-[]  :p 9999 ;
-    :i 6 .
-
-[]  :p "abc" ;
-    :i 7 .
-
-[]  :p "abc"^^xsd:string ;
-    :i 8 .
-
-# Out of order because Jena will return in same
-# order for small numbers "[] :i ..."
-
-[]  :i 1 .
-
-[]  :p [] ;
-    :i 2 .
+@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
+@prefix :           <http://example/> .
+
+##    1.  (Lowest) no value assigned to the variable 
+##         or expression in this solution.
+##    2. Blank nodes
+##    3. IRIs
+##    4. RDF literals
+##    5. A plain literal before an RDF literal
+##       with type xsd:string of  the same lexical form.
+
+[]  :p <http://example/iri1> ;
+    :i 3 .
+
+[]  :p <http://example/iri2> ;
+    :i 4 .
+
+[]  :p 99 ;
+    :i 5 .
+
+[]  :p 9999 ;
+    :i 6 .
+
+[]  :p "abc" ;
+    :i 7 .
+
+[]  :p "abc"^^xsd:string ;
+    :i 8 .
+
+# Out of order because Jena will return in same
+# order for small numbers "[] :i ..."
+
+[]  :i 1 .
+
+[]  :p [] ;
+    :i 2 .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-2.ttl Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-@prefix :           <http://example/> .
-
-
-
-[]  :p "123456789012" .
-[]  :p "a2345678901" .
-[]  :p "1234567890" .
-[]  :p "b23456789" .
-[]  :p "12345678" .
-[]  :p "c234567" .
-[]  :p "123456" .
-[]  :p "d2345" .
-[]  :p "1234" .
-[]  :p "e23" .
-[]  :p "12" .
-[]  :p "f" .
+@prefix :           <http://example/> .
+
+
+
+[]  :p "123456789012" .
+[]  :p "a2345678901" .
+[]  :p "1234567890" .
+[]  :p "b23456789" .
+[]  :p "12345678" .
+[]  :p "c234567" .
+[]  :p "123456" .
+[]  :p "d2345" .
+[]  :p "1234" .
+[]  :p "e23" .
+[]  :p "12" .
+[]  :p "f" .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-3.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-3.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-3.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/data-3.ttl Thu Nov  3 17:32:36 2011
@@ -1,28 +1,28 @@
-@prefix     : <http://example/> .
-@prefix  xsd:    <http://www.w3.org/2001/XMLSchema#> .
-
-:x1 :p "xyz" .
-:x2 :p "xyz"@en .
-:x3 :p "xyz"@FR .
-:x4 :p "xyz"@fr .
-:x5 :p "xyz"@EN .
-:x6 :p "xyz"^^xsd:string .
-:x7 :p "xyz"^^xsd:integer .
-:x8 :p "xyz"^^:unknown .
-:x9 :p _:xyz .
-:x10 :p :xyz .
-
-:y1 :q "abc" .
-:y2 :q "abc"@en .
-:y3 :q "abc"@EN .
-:y4 :q "abc"^^xsd:string .
-:y5 :q "abc"^^xsd:integer .
-:y6 :q "abc"^^:unknown .
-:y7 :q _:abc .
-:y8 :q :abc .
-
-:z1 :r 1 .
-:z2 :r 01 .
-:z3 :r "1"^^xsd:decimal .
-
-
+@prefix     : <http://example/> .
+@prefix  xsd:    <http://www.w3.org/2001/XMLSchema#> .
+
+:x1 :p "xyz" .
+:x2 :p "xyz"@en .
+:x3 :p "xyz"@FR .
+:x4 :p "xyz"@fr .
+:x5 :p "xyz"@EN .
+:x6 :p "xyz"^^xsd:string .
+:x7 :p "xyz"^^xsd:integer .
+:x8 :p "xyz"^^:unknown .
+:x9 :p _:xyz .
+:x10 :p :xyz .
+
+:y1 :q "abc" .
+:y2 :q "abc"@en .
+:y3 :q "abc"@EN .
+:y4 :q "abc"^^xsd:string .
+:y5 :q "abc"^^xsd:integer .
+:y6 :q "abc"^^:unknown .
+:y7 :q _:abc .
+:y8 :q :abc .
+
+:z1 :r 1 .
+:z2 :r 01 .
+:z3 :r "1"^^xsd:decimal .
+
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,50 +1,50 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "Sorting - ARQ tests" ;
-    mf:entries
-    ( 
-      [  mf:name    "Sort 1" ;
-         mf:action
-            [ qt:query  <sort-1.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <sort-result-1.ttl>
-      ]
-
-      [  mf:name    "Sort 2" ;
-         mf:action
-            [ qt:query  <sort-2.rq> ;
-              qt:data   <data-3.ttl> ] ;
-        mf:result  <sort-result-2.ttl>
-      ]
-
-      [  mf:name    "Sort 3" ;
-         mf:action
-            [ qt:query  <sort-3.rq> ;
-              qt:data   <data-3.ttl> ] ;
-        mf:result  <sort-result-3.ttl>
-      ]
-
-      [  mf:name    "Order 1" ;
-         mf:action
-            [ qt:query  <order-1.rq> ;
-              qt:data   <data-2.ttl> ] ;
-        mf:result  <order-result-1.ttl>
-      ]
-      [  mf:name    "Order 2" ;
-         mf:action
-            [ qt:query  <order-2.rq> ;
-              qt:data   <data-2.ttl> ] ;
-        mf:result  <order-result-2.ttl>
-      ]
-      [  mf:name    "Order 3" ;
-         mf:action
-            [ qt:query  <order-3.rq> ;
-              qt:data   <data-2.ttl> ] ;
-        mf:result  <order-result-3.ttl>
-      ]
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "Sorting - ARQ tests" ;
+    mf:entries
+    ( 
+      [  mf:name    "Sort 1" ;
+         mf:action
+            [ qt:query  <sort-1.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <sort-result-1.ttl>
+      ]
+
+      [  mf:name    "Sort 2" ;
+         mf:action
+            [ qt:query  <sort-2.rq> ;
+              qt:data   <data-3.ttl> ] ;
+        mf:result  <sort-result-2.ttl>
+      ]
+
+      [  mf:name    "Sort 3" ;
+         mf:action
+            [ qt:query  <sort-3.rq> ;
+              qt:data   <data-3.ttl> ] ;
+        mf:result  <sort-result-3.ttl>
+      ]
+
+      [  mf:name    "Order 1" ;
+         mf:action
+            [ qt:query  <order-1.rq> ;
+              qt:data   <data-2.ttl> ] ;
+        mf:result  <order-result-1.ttl>
+      ]
+      [  mf:name    "Order 2" ;
+         mf:action
+            [ qt:query  <order-2.rq> ;
+              qt:data   <data-2.ttl> ] ;
+        mf:result  <order-result-2.ttl>
+      ]
+      [  mf:name    "Order 3" ;
+         mf:action
+            [ qt:query  <order-3.rq> ;
+              qt:data   <data-2.ttl> ] ;
+        mf:result  <order-result-3.ttl>
+      ]
+    ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-1.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-# Basic (no sort) test
-
-SELECT ?o
-WHERE { ?s ?p ?o }
+# Basic (no sort) test
+
+SELECT ?o
+WHERE { ?s ?p ?o }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-2.rq Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-# Basic sort test
-
-SELECT ?o
-WHERE { ?s ?p ?o }
-ORDER BY ?o
-
+# Basic sort test
+
+SELECT ?o
+WHERE { ?s ?p ?o }
+ORDER BY ?o
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-3.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX  jfn:     <http://jena.hpl.hp.com/ARQ/function#>
-
-SELECT ?o
-WHERE { ?s ?p ?o }
-ORDER BY jfn:strlen(?o)
+PREFIX  jfn:     <http://jena.hpl.hp.com/ARQ/function#>
+
+SELECT ?o
+WHERE { ?s ?p ?o }
+ORDER BY jfn:strlen(?o)

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,53 +1,53 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "o" ;
-      rs:solution   [ rs:binding    [ rs:value      "1234" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "f" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "b23456789" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "123456" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "123456789012" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1234567890" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "c234567" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "12" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "d2345" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "a2345678901" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "e23" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "12345678" ;
-                                      rs:variable   "o"
-                                    ]
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "o" ;
+      rs:solution   [ rs:binding    [ rs:value      "1234" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "f" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "b23456789" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "123456" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "123456789012" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1234567890" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "c234567" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "12" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "d2345" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "a2345678901" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "e23" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "12345678" ;
+                                      rs:variable   "o"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-2.ttl Thu Nov  3 17:32:36 2011
@@ -1,65 +1,65 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "o" ;
-      rs:solution   [ rs:binding    [ rs:value      "f" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      12
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1234" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "b23456789" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      8
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1234567890" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "12" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "123456789012" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      6
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "123456" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "a2345678901" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      7
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "12345678" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "c234567" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      9
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "e23" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      11
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "d2345" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      10
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "o" ;
+      rs:solution   [ rs:binding    [ rs:value      "f" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      12
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1234" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "b23456789" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      8
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1234567890" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "12" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "123456789012" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      6
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "123456" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "a2345678901" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      7
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "12345678" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "c234567" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      9
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "e23" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      11
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "d2345" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      10
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-3.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-3.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-3.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/order-result-3.ttl Thu Nov  3 17:32:36 2011
@@ -1,66 +1,66 @@
-@prefix jfn:     <http://jena.hpl.hp.com/ARQ/function#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "o" ;
-      rs:solution   [ rs:binding    [ rs:value      "12" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "b23456789" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      9
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "d2345" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "f" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "123456789012" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      12
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "c234567" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      7
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "123456" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      6
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "12345678" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      8
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1234" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "e23" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "1234567890" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      10
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "a2345678901" ;
-                                      rs:variable   "o"
-                                    ] ;
-                      rs:index      11
-                    ] .
+@prefix jfn:     <http://jena.hpl.hp.com/ARQ/function#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "o" ;
+      rs:solution   [ rs:binding    [ rs:value      "12" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "b23456789" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      9
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "d2345" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "f" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "123456789012" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      12
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "c234567" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      7
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "123456" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      6
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "12345678" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      8
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1234" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "e23" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "1234567890" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      10
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "a2345678901" ;
+                                      rs:variable   "o"
+                                    ] ;
+                      rs:index      11
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-1.rq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX :   <http://example/>
-SELECT *
-   {
-    ?x :i ?index
-    OPTIONAL { ?x :p ?v }
-   }
-ORDER BY ?v
+PREFIX :   <http://example/>
+SELECT *
+   {
+    ?x :i ?index
+    OPTIONAL { ?x :p ?v }
+   }
+ORDER BY ?v

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-2.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX      :    <http://example/> 
-PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
-
-SELECT ?x ?v
-{
-    ?x ?p ?v 
-}
-ORDER BY ?v
+PREFIX      :    <http://example/> 
+PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
+
+SELECT ?x ?v
+{
+    ?x ?p ?v 
+}
+ORDER BY ?v

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-3.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX      :    <http://example/> 
-PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
-
-SELECT ?x ?v
-{
-    ?x ?p ?v 
-}
-ORDER BY desc(?v)
+PREFIX      :    <http://example/> 
+PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
+
+SELECT ?x ?v
+{
+    ?x ?p ?v 
+}
+ORDER BY desc(?v)