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 [5/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-5-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-01.n3 Thu Nov  3 17:32:36 2011
@@ -1,22 +1,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 "x" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "R==P" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    .
+@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 "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "R==P" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-02.n3 Thu Nov  3 17:32:36 2011
@@ -1,12 +1,12 @@
-@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:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    .
+@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:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-03.n3 Thu Nov  3 17:32:36 2011
@@ -1,22 +1,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 "z" ;
-    rs:resultVariable "x" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri-r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri-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 "z" ;
+    rs:resultVariable "x" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri-r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri-p> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-5-04.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 "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    .
+@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 "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-01.n3 Thu Nov  3 17:32:36 2011
@@ -1,22 +1,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 "x" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "R==P" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    .
+@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 "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "R==P" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-02.n3 Thu Nov  3 17:32:36 2011
@@ -1,12 +1,12 @@
-@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:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    .
+@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:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-03.n3 Thu Nov  3 17:32:36 2011
@@ -1,22 +1,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 "z" ;
-    rs:resultVariable "x" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri-r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri-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 "z" ;
+    rs:resultVariable "x" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri-r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri-p> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-6-04.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 "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
-        ] ;
-    .
+@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 "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/uri1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value <http://rdf.hp.com/uri1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-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 "a" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/r1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r2> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/r2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r1> ] ;
-        ] ;
-    .
+@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 "a" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/r1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r2> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/r2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-02.n3 Thu Nov  3 17:32:36 2011
@@ -1,37 +1,37 @@
-@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:resultVariable "x" ;
-    rs:resultVariable "z" ;
-
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/r2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "r-2-1" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "r-1-2" ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/r1> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/r2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "b" ; rs:value "r-1-2" ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r2> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "r-2-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 "y" ;
+    rs:resultVariable "a" ;
+    rs:resultVariable "b" ;
+    rs:resultVariable "x" ;
+    rs:resultVariable "z" ;
+
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/r2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "r-2-1" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "r-1-2" ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/r1> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/r2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "b" ; rs:value "r-1-2" ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r2> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "r-2-1" ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-03.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 "a" ;
-
-    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 <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/p> ] ;
-          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/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 "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "a" ;
+
+    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 <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/p> ] ;
+          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/p> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-7-04.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 "a" ;
-
-    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 <http://rdf.hp.com/p> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "a" ; rs:value <http://rdf.hp.com/p> ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/p> ] ;
-          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/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 "x" ;
+    rs:resultVariable "y" ;
+    rs:resultVariable "a" ;
+
+    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 <http://rdf.hp.com/p> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "a" ; rs:value <http://rdf.hp.com/p> ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/p> ] ;
+          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/p> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-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-8-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-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-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-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-8-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-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-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-8-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-04.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-8-05.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-05.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-05.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-8-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-9-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-9-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-9-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-9-01.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-9-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-9-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-9-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-9-02.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-A-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-A-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-A-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-A-01.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-A-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-A-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-A-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-A-02.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-B-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-01.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-01.n3 Thu Nov  3 17:32:36 2011
@@ -1,19 +1,19 @@
-@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:size "0" ;
-
-## Exact graph match - "string" != "string"^^xsd:string
-
-##     rs:size "1" ;
-##     rs:solution
-##         [ rdf:type rs:ResultSolution ; 
-##           rs:binding [ rdf:type rs:ResultBinding ;
-##                        rs:variable "x" ; rs:value <http://rdf.hp.com/r> ] ;
-##           rs:binding [ rdf:type rs:ResultBinding ;
-##                        rs:variable "y" ; rs:value <http://rdf.hp.com/p1> ] ;
-##         ] ;
-    .
+@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:size "0" ;
+
+## Exact graph match - "string" != "string"^^xsd:string
+
+##     rs:size "1" ;
+##     rs:solution
+##         [ rdf:type rs:ResultSolution ; 
+##           rs:binding [ rdf:type rs:ResultBinding ;
+##                        rs:variable "x" ; rs:value <http://rdf.hp.com/r> ] ;
+##           rs:binding [ rdf:type rs:ResultBinding ;
+##                        rs:variable "y" ; rs:value <http://rdf.hp.com/p1> ] ;
+##         ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-02.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-02.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-02.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-02.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:size "1" ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p2> ] ;
-        ] ;
-    .
+@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:size "1" ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p2> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-03.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-03.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-03.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-03.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" ;
-    rs:size "0" ;
-    .
+@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:size "0" ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-04.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-04.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-04.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-04.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:size "1" ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "x" ; rs:value <http://rdf.hp.com/r> ] ;
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "y" ; rs:value <http://rdf.hp.com/p1> ] ;
-        ] ;
-    .
+@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:size "1" ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "x" ; rs:value <http://rdf.hp.com/r> ] ;
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "y" ; rs:value <http://rdf.hp.com/p1> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-05.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-05.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-05.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-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 xsd:    <http://www.w3.org/2001/XMLSchema#> . 
-@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[] rdf:type rs:ResultSet ;
-    rs:resultVariable "z" ;
-    rs:size "2" ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "value"^^xsd:string ] ;
-        ] ;
-    rs:solution
-        [ rdf:type rs:ResultSolution ; 
-          rs:binding [ rdf:type rs:ResultBinding ;
-                       rs:variable "z" ; rs:value "value"^^<http://rdf.hp.com/ns#someType> ] ;
-        ] ;
-    .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> . 
+@prefix rs:     <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[] rdf:type rs:ResultSet ;
+    rs:resultVariable "z" ;
+    rs:size "2" ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "value"^^xsd:string ] ;
+        ] ;
+    rs:solution
+        [ rdf:type rs:ResultSolution ; 
+          rs:binding [ rdf:type rs:ResultBinding ;
+                       rs:variable "z" ; rs:value "value"^^<http://rdf.hp.com/ns#someType> ] ;
+        ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-06.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-06.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-06.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-06.n3 Thu Nov  3 17:32:36 2011
@@ -1,15 +1,15 @@
-@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
-@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-@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 :       <#> .
-
-[]  a   rs:ResultSet ;
-    rs:resultVariable     "z" ;
-    rs:size      "1" .
-    rs:solution
-        [ rs:binding
-              [ rs:value "value"^^<http://rdf.hp.com/ns#someType> ;
-                rs:variable "z" 
-              ]
-        ] ;
+@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@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 :       <#> .
+
+[]  a   rs:ResultSet ;
+    rs:resultVariable     "z" ;
+    rs:size      "1" .
+    rs:solution
+        [ rs:binding
+              [ rs:value "value"^^<http://rdf.hp.com/ns#someType> ;
+                rs:variable "z" 
+              ]
+        ] ;

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-07.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-07.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-07.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-07.n3 Thu Nov  3 17:32:36 2011
@@ -1,106 +1,106 @@
-@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  "z" ;
-      rs:resultVariable  "y" ;
-      rs:resultVariable  "x" ;
-      rs:solution
-                  [ rs:binding  [ rs:value    "true" ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p7> ;
-                                  rs:variable  "y"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    "value"^^rdf:XMLLiteral ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p8> ;
-                                  rs:variable  "y"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    "5.7"^^<http://www.w3.org/2001/XMLSchema#double> ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p5> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p1> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    "value"^^<http://rdf.hp.com/ns#someType> ;
-                                  rs:variable  "z"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p4> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    5 ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p6> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
-                                  rs:variable  "z"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    "value"@en ;
-                                  rs:variable  "z"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    "value"@zz ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    "value" ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p3> ;
-                                  rs:variable  "y"
-                                ]
-                  ] .
+@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  "z" ;
+      rs:resultVariable  "y" ;
+      rs:resultVariable  "x" ;
+      rs:solution
+                  [ rs:binding  [ rs:value    "true" ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p7> ;
+                                  rs:variable  "y"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    "value"^^rdf:XMLLiteral ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p8> ;
+                                  rs:variable  "y"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    "5.7"^^<http://www.w3.org/2001/XMLSchema#double> ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p5> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p1> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    "value"^^<http://rdf.hp.com/ns#someType> ;
+                                  rs:variable  "z"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p4> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    5 ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p6> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
+                                  rs:variable  "z"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    "value"@en ;
+                                  rs:variable  "z"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    "value"@zz ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    "value" ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p3> ;
+                                  rs:variable  "y"
+                                ]
+                  ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-08.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-08.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-08.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-08.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
-@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-@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 :       <#> .
-
-[]  a   rs:ResultSet ;
-    rs:solution
-        [ rs:binding
-              [ rs:value     <http://rdf.hp.com/r> ;
-                rs:variable  "x" ] ;
-          rs:binding
-              [ rs:value     <http://rdf.hp.com/p2> ;
-                rs:variable  "y" ]
-         ] ;
-    rs:resultVariable   "x" ;
-    rs:resultVariable   "y" ;
-    rs:size             "1" .
+@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@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 :       <#> .
+
+[]  a   rs:ResultSet ;
+    rs:solution
+        [ rs:binding
+              [ rs:value     <http://rdf.hp.com/r> ;
+                rs:variable  "x" ] ;
+          rs:binding
+              [ rs:value     <http://rdf.hp.com/p2> ;
+                rs:variable  "y" ]
+         ] ;
+    rs:resultVariable   "x" ;
+    rs:resultVariable   "y" ;
+    rs:size             "1" .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-09.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-09.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-09.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-09.n3 Thu Nov  3 17:32:36 2011
@@ -1,21 +1,21 @@
-@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
-@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-@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 :       <#> .
-
-[]  a   rs:ResultSet ;
-    rs:resultVariable  "x" ;
-    rs:resultVariable  "y" ;
-    rs:solution
-        [ rs:binding
-              [ rs:value
-                    <http://rdf.hp.com/r> ;
-                rs:variable
-                    "x" ] ;
-          rs:binding
-              [ rs:value
-                    <http://rdf.hp.com/p1> ;
-                rs:variable
-                    "y" ] ] ;
-    .
+@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@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 :       <#> .
+
+[]  a   rs:ResultSet ;
+    rs:resultVariable  "x" ;
+    rs:resultVariable  "y" ;
+    rs:solution
+        [ rs:binding
+              [ rs:value
+                    <http://rdf.hp.com/r> ;
+                rs:variable
+                    "x" ] ;
+          rs:binding
+              [ rs:value
+                    <http://rdf.hp.com/p1> ;
+                rs:variable
+                    "y" ] ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-10.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-10.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-10.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-10.n3 Thu Nov  3 17:32:36 2011
@@ -1,22 +1,22 @@
-@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
-@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-
-@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 :       <#> .
-
-[]  a   rs:ResultSet ;
-    rs:resultVariable    "x" ;
-    rs:resultVariable    "y" ;
-    rs:solution
-        [ rs:binding
-              [ rs:value
-                    <http://rdf.hp.com/r> ;
-                rs:variable
-                    "x" ] ;
-          rs:binding
-              [ rs:value
-                    <http://rdf.hp.com/p8> ;
-                rs:variable
-                    "y" ] ] ;
-    .
+@prefix log:    <http://www.w3.org/2000/10/swap/log#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+
+@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 :       <#> .
+
+[]  a   rs:ResultSet ;
+    rs:resultVariable    "x" ;
+    rs:resultVariable    "y" ;
+    rs:solution
+        [ rs:binding
+              [ rs:value
+                    <http://rdf.hp.com/r> ;
+                rs:variable
+                    "x" ] ;
+          rs:binding
+              [ rs:value
+                    <http://rdf.hp.com/p8> ;
+                rs:variable
+                    "y" ] ] ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-11.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-11.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-11.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-11.n3 Thu Nov  3 17:32:36 2011
@@ -1,62 +1,62 @@
-@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  "z" ;
-      rs:resultVariable  "y" ;
-      rs:resultVariable  "x" ;
-      rs:solution
-                  [ rs:binding  [ rs:value    "value"@en ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
-                                  rs:variable  "y"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    "value" ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p3> ;
-                                  rs:variable  "y"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    "value"^^rdf:XMLLiteral ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p8> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    "value"@zz ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ]
-                  ] ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ] ;
-                    rs:binding  [ rs:value    "value"^^<http://rdf.hp.com/ns#someType> ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/p1> ;
-                                  rs:variable  "y"
-                                ]
-                  ] .
+@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  "z" ;
+      rs:resultVariable  "y" ;
+      rs:resultVariable  "x" ;
+      rs:solution
+                  [ rs:binding  [ rs:value    "value"@en ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
+                                  rs:variable  "y"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    "value" ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p3> ;
+                                  rs:variable  "y"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    "value"^^rdf:XMLLiteral ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p8> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    "value"@zz ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ]
+                  ] ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ] ;
+                    rs:binding  [ rs:value    "value"^^<http://rdf.hp.com/ns#someType> ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/p1> ;
+                                  rs:variable  "y"
+                                ]
+                  ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-12.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-12.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-12.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/BasicPatterns/result-B-12.n3 Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-@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  "z" ;
-      rs:resultVariable  "y" ;
-      rs:resultVariable  "x" ;
-      rs:solution
-                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
-                                  rs:variable  "y"
-                                ] ;
-                    rs:binding  [ rs:value    "value"@en ;
-                                  rs:variable  "z"
-                                ] ;
-                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
-                                  rs:variable  "x"
-                                ]
-                  ] .
+@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  "z" ;
+      rs:resultVariable  "y" ;
+      rs:resultVariable  "x" ;
+      rs:solution
+                  [ rs:binding  [ rs:value    <http://rdf.hp.com/p2> ;
+                                  rs:variable  "y"
+                                ] ;
+                    rs:binding  [ rs:value    "value"@en ;
+                                  rs:variable  "z"
+                                ] ;
+                    rs:binding  [ rs:value    <http://rdf.hp.com/r> ;
+                                  rs:variable  "x"
+                                ]
+                  ] .

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

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