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 [4/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/ Expr...

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-01.n3 Thu Nov  3 17:32:36 2011
@@ -1,45 +1,45 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-2" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-2" ] ;
+        ] ;
+    .

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-03.n3 Thu Nov  3 17:32:36 2011
@@ -1,115 +1,115 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-    rs:resultVariable "a" ;
-    rs:resultVariable "b" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-2-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-2-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-1-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-1-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-2-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-2-2" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "b" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-2-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-2-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-1-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-1-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-2-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-2-2" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-04.n3 Thu Nov  3 17:32:36 2011
@@ -1,54 +1,54 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-    rs:resultVariable "a" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+    rs:resultVariable "a" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-1> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p-2> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-05.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-05.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-05.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-05.n3 Thu Nov  3 17:32:36 2011
@@ -1,15 +1,15 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-06.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-06.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-06.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-06.n3 Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-07.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-07.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-07.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-07.n3 Thu Nov  3 17:32:36 2011
@@ -1,54 +1,54 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z1" ;
-    rs:resultVariable "z2" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z1" ; rs:value "v-2-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z2" ; rs:value "v-2-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z1" ; rs:value "v-1-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z2" ; rs:value "v-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z1" ; rs:value "v-1-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z2" ; rs:value "v-1-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z1" ; rs:value "v-2-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z2" ; rs:value "v-2-2" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z1" ;
+    rs:resultVariable "z2" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z1" ; rs:value "v-2-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z2" ; rs:value "v-2-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z1" ; rs:value "v-1-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z2" ; rs:value "v-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z1" ; rs:value "v-1-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z2" ; rs:value "v-1-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z1" ; rs:value "v-2-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z2" ; rs:value "v-2-2" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-08.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-08.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-08.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-08.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-09.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-09.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-09.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-09.n3 Thu Nov  3 17:32:36 2011
@@ -1,54 +1,54 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-    rs:resultVariable "a" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value "v-2-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value "v-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value "v-1-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value "v-2-2" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+    rs:resultVariable "a" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value "v-2-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value "v-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value "v-1-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value "v-2-2" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-10.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-10.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-10.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-2-10.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-01.n3 Thu Nov  3 17:32:36 2011
@@ -1,27 +1,27 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-02.n3 Thu Nov  3 17:32:36 2011
@@ -1,27 +1,27 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-03.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-2-2" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-2-2" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-04.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-05.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-05.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-05.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-05.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "v-1-1" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "v-1-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-06.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-06.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-06.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-06.n3 Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "z" ;
-
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "z" ;
+
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-07.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-07.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-07.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-3-07.n3 Thu Nov  3 17:32:36 2011
@@ -1,36 +1,36 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "b" ;
-    rs:resultVariable "y" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value "11" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value "12" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://never/bag> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value "21" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://never/bag> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value "22" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "b" ;
+    rs:resultVariable "y" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value "11" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value "12" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://never/bag> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value "21" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://never/bag> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value "22" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-01.n3 Thu Nov  3 17:32:36 2011
@@ -1,89 +1,89 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "a" ;
-    rs:resultVariable "b" ;
-    rs:resultVariable "z" ;
-    rs:resultVariable "c" ;
-    rs:resultVariable "d" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/s2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "c" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value "Value" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "c" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value <http://rdf.hp.com/r> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-2-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-2> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-1> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-3> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-3a> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-3> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-3b> ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "b" ;
+    rs:resultVariable "z" ;
+    rs:resultVariable "c" ;
+    rs:resultVariable "d" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/s2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "c" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value "Value" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "c" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value <http://rdf.hp.com/r> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-2-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-2> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-1> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-3> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-3a> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-3> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value <http://rdf.hp.com/r-3b> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-02.n3 Thu Nov  3 17:32:36 2011
@@ -1,27 +1,27 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "a" ;
-    rs:resultVariable "z" ;
-    rs:resultVariable "d" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/s2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value "Value" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "d" ; rs:value <http://rdf.hp.com/r> ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "z" ;
+    rs:resultVariable "d" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/s2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value "Value" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "d" ; rs:value <http://rdf.hp.com/r> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-03.n3 Thu Nov  3 17:32:36 2011
@@ -1,15 +1,15 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "a" ;
-    rs:resultVariable "b" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "b" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-04.n3 Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "a" ;
-    rs:resultVariable "b" ;
-
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "b" ;
+
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-05.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-05.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-05.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-05.n3 Thu Nov  3 17:32:36 2011
@@ -1,27 +1,27 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "a" ;
-    rs:resultVariable "b" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-a-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "v-a-2" ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "b" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-a-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "v-a-2" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-06.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-06.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-06.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-06.n3 Thu Nov  3 17:32:36 2011
@@ -1,87 +1,87 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "p1" ;
-    rs:resultVariable "v1" ;
-    rs:resultVariable "y" ;
-    rs:resultVariable "p2" ;
-    rs:resultVariable "v2" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v1" ; rs:value "v-a-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v2" ; rs:value "v-a-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v1" ; rs:value "v-a-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v2" ; rs:value "v-a-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v1" ; rs:value "v-a-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v2" ; rs:value "v-a-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v1" ; rs:value "v-a-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v2" ; rs:value "v-a-1" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value _:b2 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v1" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value _:b2 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "v2" ; rs:value _:b1 ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "p1" ;
+    rs:resultVariable "v1" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "p2" ;
+    rs:resultVariable "v2" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v1" ; rs:value "v-a-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v2" ; rs:value "v-a-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v1" ; rs:value "v-a-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v2" ; rs:value "v-a-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v1" ; rs:value "v-a-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v2" ; rs:value "v-a-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v1" ; rs:value "v-a-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v2" ; rs:value "v-a-1" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value _:b2 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p1" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v1" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value _:b2 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "p2" ; rs:value <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "v2" ; rs:value _:b1 ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-07.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-07.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-07.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-4-07.n3 Thu Nov  3 17:32:36 2011
@@ -1,15 +1,15 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "x" ;
-    rs:resultVariable "y" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value _:b1 ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value _:b1 ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "y" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value _:b1 ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value _:b1 ] ;
+        ] ;
+    .