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 [18/24] - in /incubator/jena/Jena2/ARQ/trunk/testing/ARQ: Algebra/ Ask/ Assign/ Basic/ BasicPatterns/ BlankNodes/ Bound/ Construct/ Dataset/ Describe/ Distinct/ EngineMain/ EngineRef/ Examples/ Expr/ Expr1/ Expr2/ ExprBuiltIns/ Exp...

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/OrderBy/result-sort-9.rdf
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/OrderBy/result-sort-9.rdf?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/OrderBy/result-sort-9.rdf (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/OrderBy/result-sort-9.rdf Thu Nov  3 17:32:36 2011
@@ -1,38 +1,38 @@
-<?xml version="1.0"?>
-<rdf:RDF
-    xmlns:rs="http://www.w3.org/2001/sw/DataAccess/tests/result-set#"
-		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-		xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
-
-  <rs:ResultSet>
-    <rs:resultVariable>name</rs:resultVariable>
-    <rs:solution rdf:parseType="Resource">
-			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</rs:index>
-      <rs:binding rdf:parseType="Resource">
-        <rs:variable>name</rs:variable>
-        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alice</rs:value>
-      </rs:binding>
-    </rs:solution>
-    <rs:solution rdf:parseType="Resource">
-			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</rs:index>
-      <rs:binding rdf:parseType="Resource">
-        <rs:variable>name</rs:variable>
-        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bob</rs:value>
-      </rs:binding>
-    </rs:solution>
-    <rs:solution rdf:parseType="Resource">
-			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</rs:index>
-      <rs:binding rdf:parseType="Resource">
-        <rs:variable>name</rs:variable>
-        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Eve</rs:value>
-      </rs:binding>
-    </rs:solution>
-    <rs:solution rdf:parseType="Resource">
-			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</rs:index>
-      <rs:binding rdf:parseType="Resource">
-        <rs:variable>name</rs:variable>
-        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fred</rs:value>
-      </rs:binding>
-    </rs:solution>
- </rs:ResultSet>
-</rdf:RDF>
+<?xml version="1.0"?>
+<rdf:RDF
+    xmlns:rs="http://www.w3.org/2001/sw/DataAccess/tests/result-set#"
+		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+		xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
+
+  <rs:ResultSet>
+    <rs:resultVariable>name</rs:resultVariable>
+    <rs:solution rdf:parseType="Resource">
+			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</rs:index>
+      <rs:binding rdf:parseType="Resource">
+        <rs:variable>name</rs:variable>
+        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alice</rs:value>
+      </rs:binding>
+    </rs:solution>
+    <rs:solution rdf:parseType="Resource">
+			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</rs:index>
+      <rs:binding rdf:parseType="Resource">
+        <rs:variable>name</rs:variable>
+        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bob</rs:value>
+      </rs:binding>
+    </rs:solution>
+    <rs:solution rdf:parseType="Resource">
+			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</rs:index>
+      <rs:binding rdf:parseType="Resource">
+        <rs:variable>name</rs:variable>
+        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Eve</rs:value>
+      </rs:binding>
+    </rs:solution>
+    <rs:solution rdf:parseType="Resource">
+			<rs:index rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</rs:index>
+      <rs:binding rdf:parseType="Resource">
+        <rs:variable>name</rs:variable>
+        <rs:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fred</rs:value>
+      </rs:binding>
+    </rs:solution>
+ </rs:ResultSet>
+</rdf:RDF>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,30 +1,30 @@
-@prefix : <http://example/> .
-@prefix n: <http://example/x#> .
-@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	    <http://www.w3.org/2000/01/rdf-schema#> .
-
-:x1 a :A .
-:x2 a :A .
-:y a :B .
-
-:A rdfs:subClassOf :B .
-:B rdfs:subClassOf :C .
-
-:A rdfs:subClassOf :Z .
-#:A rdfs:subClassOf :A .
-
-:x n:p :a1 .
-:x n:p :a2 .
-
-:x n:a :b1 .
-:b1 n:b :c1 .
-:c1 n:c :d1 .
-:c1 n:c :d2 .
-
-:x n:a :b2 .
-
-:z1 n:p :z2 .
-:z2 n:p :z3 .
-:z3 n:p :z4 .
-
-:z4 n:p :z1 .
+@prefix : <http://example/> .
+@prefix n: <http://example/x#> .
+@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	    <http://www.w3.org/2000/01/rdf-schema#> .
+
+:x1 a :A .
+:x2 a :A .
+:y a :B .
+
+:A rdfs:subClassOf :B .
+:B rdfs:subClassOf :C .
+
+:A rdfs:subClassOf :Z .
+#:A rdfs:subClassOf :A .
+
+:x n:p :a1 .
+:x n:p :a2 .
+
+:x n:a :b1 .
+:b1 n:b :c1 .
+:c1 n:c :d1 .
+:c1 n:c :d2 .
+
+:x n:a :b2 .
+
+:z1 n:p :z2 .
+:z2 n:p :z3 .
+:z3 n:p :z4 .
+
+:z4 n:p :z1 .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Paths/data-2.ttl Thu Nov  3 17:32:36 2011
@@ -1,29 +1,29 @@
-@prefix : <http://example/> .
-
-
-:A :p1 :B .
-:B :p2 :C .
-:C :p3 :D .
-:D :p4 :E .
-
-## <http://test.com/cg#incident001><http://test.com/cg#vessel><http://test.com/cg#vessel001> 
-## .
-## <http://test.com/cg#vessel001><http://test.com/cg#roster><http://test.com/cg#roster001> 
-## .
-## <http://test.com/cg#roster001><http://test.com/cg#member><http://test.com/cg#person001> 
-## .
-## 
-## 1) Query using forward paths (gets one result):
-## 
-## prefix t: <http://test.com/cg#>
-## select ?x where {?x t:vessel/t:roster/t:member t:person001}
-## 
-## 2) Query using 'full' reverse paths using '/^' (gets one result)
-## 
-## prefix t: <http://test.com/cg#>
-## select ?x where {t:person001^t:member/^t:roster/^t:vessel ?x}
-## 
-## 3) Query using shorthand reverse paths, '^' (gets zero results)
-## 
-## prefix t: <http://test.com/cg#>
-## select ?x where {t:person001^t:member^t:roster^t:vessel ?x}
+@prefix : <http://example/> .
+
+
+:A :p1 :B .
+:B :p2 :C .
+:C :p3 :D .
+:D :p4 :E .
+
+## <http://test.com/cg#incident001><http://test.com/cg#vessel><http://test.com/cg#vessel001> 
+## .
+## <http://test.com/cg#vessel001><http://test.com/cg#roster><http://test.com/cg#roster001> 
+## .
+## <http://test.com/cg#roster001><http://test.com/cg#member><http://test.com/cg#person001> 
+## .
+## 
+## 1) Query using forward paths (gets one result):
+## 
+## prefix t: <http://test.com/cg#>
+## select ?x where {?x t:vessel/t:roster/t:member t:person001}
+## 
+## 2) Query using 'full' reverse paths using '/^' (gets one result)
+## 
+## prefix t: <http://test.com/cg#>
+## select ?x where {t:person001^t:member/^t:roster/^t:vessel ?x}
+## 
+## 3) Query using shorthand reverse paths, '^' (gets zero results)
+## 
+## prefix t: <http://test.com/cg#>
+## select ?x where {t:person001^t:member^t:roster^t:vessel ?x}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/data-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/data-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/data-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/data-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-@prefix : <http://example.org/> .
-
-:x :p :a .
-:y :q :b .
-:z :p :a .
+@prefix : <http://example.org/> .
+
+:x :p :a .
+:y :q :b .
+:z :p :a .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-no-reorder.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-no-reorder.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-no-reorder.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-no-reorder.ttl Thu Nov  3 17:32:36 2011
@@ -1,51 +1,51 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "Planning" ;
-    mf:entries
-    ( 
-      [  mf:name    "Base case - fixed then optional" ;
-         mf:action
-            [ qt:query  <q-opt-1.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-1.ttl>
-      ]
-
-    # With reordering enabled
-##       [  mf:name    "Optional then fixed" ;
-##          mf:action
-##             [ qt:query  <q-opt-2.rq> ;
-##               qt:data   <data-1.ttl> ] ;
-##         mf:result  <results-1.ttl>  ## NB same as before
-##       ]
-
-    # Without
-      [  mf:name    "Optional then fixed" ;
-         mf:action
-            [ qt:query  <q-opt-2.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-2.ttl>  ## Not the same as Q1
-      ]
-
-
-
-    # With reordering enabled
-##       [  mf:name    "Fixed, then two optionals" ;
-##          mf:action
-##             [ qt:query  <q-opt-3.rq> ;
-##               qt:data   <data-1.ttl> ] ;
-##         mf:result  <results-3.ttl>
-##       ]
-
-    # Without reordering
-      [  mf:name    "Fixed, then two optionals" ;
-         mf:action
-            [ qt:query  <q-opt-3.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-4.ttl>
-      ]
-
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "Planning" ;
+    mf:entries
+    ( 
+      [  mf:name    "Base case - fixed then optional" ;
+         mf:action
+            [ qt:query  <q-opt-1.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-1.ttl>
+      ]
+
+    # With reordering enabled
+##       [  mf:name    "Optional then fixed" ;
+##          mf:action
+##             [ qt:query  <q-opt-2.rq> ;
+##               qt:data   <data-1.ttl> ] ;
+##         mf:result  <results-1.ttl>  ## NB same as before
+##       ]
+
+    # Without
+      [  mf:name    "Optional then fixed" ;
+         mf:action
+            [ qt:query  <q-opt-2.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-2.ttl>  ## Not the same as Q1
+      ]
+
+
+
+    # With reordering enabled
+##       [  mf:name    "Fixed, then two optionals" ;
+##          mf:action
+##             [ qt:query  <q-opt-3.rq> ;
+##               qt:data   <data-1.ttl> ] ;
+##         mf:result  <results-3.ttl>
+##       ]
+
+    # Without reordering
+      [  mf:name    "Fixed, then two optionals" ;
+         mf:action
+            [ qt:query  <q-opt-3.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-4.ttl>
+      ]
+
+    ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-reorder.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-reorder.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-reorder.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest-reorder.ttl Thu Nov  3 17:32:36 2011
@@ -1,31 +1,31 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "Planning" ;
-    mf:entries
-    ( 
-      [  mf:name    "Base case - fixed then optional" ;
-         mf:action
-            [ qt:query  <q-opt-1.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-1.ttl>
-      ]
-
-      [  mf:name    "Optional then fixed" ;
-         mf:action
-            [ qt:query  <q-opt-2.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-1.ttl>  ## NB same as before
-      ]
-
-      [  mf:name    "Fixed, then two optionals" ;
-         mf:action
-            [ qt:query  <q-opt-3.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-3.ttl>
-      ]
-
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "Planning" ;
+    mf:entries
+    ( 
+      [  mf:name    "Base case - fixed then optional" ;
+         mf:action
+            [ qt:query  <q-opt-1.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-1.ttl>
+      ]
+
+      [  mf:name    "Optional then fixed" ;
+         mf:action
+            [ qt:query  <q-opt-2.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-1.ttl>  ## NB same as before
+      ]
+
+      [  mf:name    "Fixed, then two optionals" ;
+         mf:action
+            [ qt:query  <q-opt-3.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-3.ttl>
+      ]
+
+    ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,51 +1,51 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "Planning" ;
-    mf:entries
-    ( 
-      [  mf:name    "Base case - fixed then optional" ;
-         mf:action
-            [ qt:query  <q-opt-1.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-1.ttl>
-      ]
-
-    # With reordering enabled
-##       [  mf:name    "Optional then fixed" ;
-##          mf:action
-##             [ qt:query  <q-opt-2.rq> ;
-##               qt:data   <data-1.ttl> ] ;
-##         mf:result  <results-1.ttl>  ## NB same as before
-##       ]
-
-    # Without
-      [  mf:name    "Optional then fixed" ;
-         mf:action
-            [ qt:query  <q-opt-2.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-2.ttl>  ## Not the same as Q1
-      ]
-
-
-
-    # With reordering enabled
-##       [  mf:name    "Fixed, then two optionals" ;
-##          mf:action
-##             [ qt:query  <q-opt-3.rq> ;
-##               qt:data   <data-1.ttl> ] ;
-##         mf:result  <results-3.ttl>
-##       ]
-
-    # Without reordering
-      [  mf:name    "Fixed, then two optionals" ;
-         mf:action
-            [ qt:query  <q-opt-3.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-4.ttl>
-      ]
-
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "Planning" ;
+    mf:entries
+    ( 
+      [  mf:name    "Base case - fixed then optional" ;
+         mf:action
+            [ qt:query  <q-opt-1.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-1.ttl>
+      ]
+
+    # With reordering enabled
+##       [  mf:name    "Optional then fixed" ;
+##          mf:action
+##             [ qt:query  <q-opt-2.rq> ;
+##               qt:data   <data-1.ttl> ] ;
+##         mf:result  <results-1.ttl>  ## NB same as before
+##       ]
+
+    # Without
+      [  mf:name    "Optional then fixed" ;
+         mf:action
+            [ qt:query  <q-opt-2.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-2.ttl>  ## Not the same as Q1
+      ]
+
+
+
+    # With reordering enabled
+##       [  mf:name    "Fixed, then two optionals" ;
+##          mf:action
+##             [ qt:query  <q-opt-3.rq> ;
+##               qt:data   <data-1.ttl> ] ;
+##         mf:result  <results-3.ttl>
+##       ]
+
+    # Without reordering
+      [  mf:name    "Fixed, then two optionals" ;
+         mf:action
+            [ qt:query  <q-opt-3.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-4.ttl>
+      ]
+
+    ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-1.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# An optional and an fixed pattern
-PREFIX : <http://example.org/>
-
-# This generates the right answer regardlesseh of planning order
-SELECT * 
-WHERE 
-{
-  :x :p ?v .
-  OPTIONAL {:y :q ?v }
-}
+# An optional and an fixed pattern
+PREFIX : <http://example.org/>
+
+# This generates the right answer regardlesseh of planning order
+SELECT * 
+WHERE 
+{
+  :x :p ?v .
+  OPTIONAL {:y :q ?v }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-2.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-# An optional and an fixed pattern
-PREFIX : <http://example.org/>
-
-SELECT * 
-WHERE 
-{
-  OPTIONAL {:y :q ?v }
-  :x :p ?v .
+# An optional and an fixed pattern
+PREFIX : <http://example.org/>
+
+SELECT * 
+WHERE 
+{
+  OPTIONAL {:y :q ?v }
+  :x :p ?v .
 }
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/q-opt-3.rq Thu Nov  3 17:32:36 2011
@@ -1,24 +1,24 @@
-# An optional and an fixed pattern
-PREFIX : <http://example.org/>
-
-# Ensure an optional does not mask a later one.
-
-# This query works unreordered because it has written out the needed UNION
-
-SELECT * 
-WHERE 
-{
-  :x :p ?v .
-  OPTIONAL {:y ?p ?a } 
-  OPTIONAL {:z ?p ?v }
-}
-
-## SELECT DISTINCT *
-## {
-##   :x :p ?v .
-##     { OPTIONAL {:y ?p ?a }  OPTIONAL {:z ?p ?v } }
-##   UNION
-##     { OPTIONAL {:z ?p ?v }  OPTIONAL {:y ?p ?a } }
-## }
-
-
+# An optional and an fixed pattern
+PREFIX : <http://example.org/>
+
+# Ensure an optional does not mask a later one.
+
+# This query works unreordered because it has written out the needed UNION
+
+SELECT * 
+WHERE 
+{
+  :x :p ?v .
+  OPTIONAL {:y ?p ?a } 
+  OPTIONAL {:z ?p ?v }
+}
+
+## SELECT DISTINCT *
+## {
+##   :x :p ?v .
+##     { OPTIONAL {:y ?p ?a }  OPTIONAL {:z ?p ?v } }
+##   UNION
+##     { OPTIONAL {:z ?p ?v }  OPTIONAL {:y ?p ?a } }
+## }
+
+

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

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

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/results-4.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/results-4.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/results-4.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Planning/results-4.ttl 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#> .
-@prefix :        <http://example.org/> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:resultVariable  "a" ;
-      rs:resultVariable  "p" ;
-      rs:resultVariable  "v" ;
-      rs:solution   [ rs:binding    [ rs:value      :a ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :q ;
-                                      rs:variable   "p"
-                                    ] ;
-                      rs:binding    [ rs:value      :b ;
-                                      rs:variable   "a"
-                                    ]
-                    ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix :        <http://example.org/> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "a" ;
+      rs:resultVariable  "p" ;
+      rs:resultVariable  "v" ;
+      rs:solution   [ rs:binding    [ rs:value      :a ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :q ;
+                                      rs:variable   "p"
+                                    ] ;
+                      rs:binding    [ rs:value      :b ;
+                                      rs:variable   "a"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX :        <http://example.org/> 
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT *
-{ ?s apf:assign "v" . }
+PREFIX :        <http://example.org/> 
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT *
+{ ?s apf:assign "v" . }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-1.srx Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="s"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="s">
-        <literal>v</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="s"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="s">
+        <literal>v</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.rq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX :        <http://example.org/> 
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT *
-{
-  "v" apf:assign ?o 
-}
+PREFIX :        <http://example.org/> 
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT *
+{
+  "v" apf:assign ?o 
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-2.srx Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="o"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="o">
-        <literal>v</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="o"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="o">
+        <literal>v</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.rq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX :        <http://example.org/> 
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT ?x
-{ "v" apf:assign "v" . }
+PREFIX :        <http://example.org/> 
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT ?x
+{ "v" apf:assign "v" . }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-3.srx Thu Nov  3 17:32:36 2011
@@ -1,13 +1,13 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.rq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX :        <http://example.org/> 
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT *
-{ ?x apf:assign 1 .
-  :x :p ?x }
-
+PREFIX :        <http://example.org/> 
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT *
+{ ?x apf:assign 1 .
+  :x :p ?x }
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-4.srx Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX :        <http://example.org/> 
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT *
-{ :x :p ?x .
-  ?x apf:assign 1 .
-}
-
+PREFIX :        <http://example.org/> 
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT *
+{ :x :p ?x .
+  ?x apf:assign 1 .
+}
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-5.srx Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.rq Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-PREFIX :        <http://example.org/> 
-# java: route
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT *
-{ ?s apf:assign "v" . }
+PREFIX :        <http://example.org/> 
+# java: route
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT *
+{ ?s apf:assign "v" . }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/assign-6.srx Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="s"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="s">
-        <literal>v</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="s"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="s">
+        <literal>v</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX :           <http://example.org/>
-
-SELECT ?z
-{
-    [] :p ?v .
-    [] :q ?x .
-    ?z apf:concat (?x "-" ?v) .
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX :           <http://example.org/>
+
+SELECT ?z
+{
+    [] :p ?v .
+    [] :q ?x .
+    ?z apf:concat (?x "-" ?v) .
 }
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/concat-1.srx Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-<?xml version="1.0"?>
-<sparql xmlns="http://www.w3.org/2005/sparql-results#">
-  <head>
-    <variable name="z"/>
-  </head>
-  <results>
-    <result>
-      <binding name="z">
-        <literal>x-http://example.org/z</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="z">
-        <literal>x-1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql xmlns="http://www.w3.org/2005/sparql-results#">
+  <head>
+    <variable name="z"/>
+  </head>
+  <results>
+    <result>
+      <binding name="z">
+        <literal>x-http://example.org/z</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="z">
+        <literal>x-1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  :       <http://example/>
-
-SELECT ?x ?m
-{ ?x ?p ?bag .
-  ?bag a rdf:Bag .
-  ?bag rdfs:member ?m
-}
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  :       <http://example/>
+
+SELECT ?x ?m
+{ ?x ?p ?bag .
+  ?bag a rdf:Bag .
+  ?bag rdfs:member ?m
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-1.srx Thu Nov  3 17:32:36 2011
@@ -1,36 +1,36 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-    <variable name="m"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+    <variable name="m"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  :       <http://example/>
-
-SELECT ?x ?t ?m
-{ ?x ?p ?any .
-  ?any rdf:type ?t .
-  ?any rdfs:member ?m
-}
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  :       <http://example/>
+
+SELECT ?x ?t ?m
+{ ?x ?p ?any .
+  ?any rdf:type ?t .
+  ?any rdfs:member ?m
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-2.srx Thu Nov  3 17:32:36 2011
@@ -1,123 +1,123 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-    <variable name="t"/>
-    <variable name="m"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x4</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x4</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x4</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="t">
-        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+    <variable name="t"/>
+    <variable name="m"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x4</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x4</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x4</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="t">
+        <uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  :       <http://example/>
-
-SELECT ?x  ?m
-{ ?x :bag ?any .
-  ?any rdfs:member ?m
-}
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  :       <http://example/>
+
+SELECT ?x  ?m
+{ ?x :bag ?any .
+  ?any rdfs:member ?m
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-3.srx Thu Nov  3 17:32:36 2011
@@ -1,36 +1,36 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-    <variable name="m"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+    <variable name="m"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  :       <http://example/>
-
-SELECT ?x
-{ ?x ?p ?any .
-  ?any rdfs:member 2
-}
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  :       <http://example/>
+
+SELECT ?x
+{ ?x ?p ?any .
+  ?any rdfs:member 2
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-4.srx Thu Nov  3 17:32:36 2011
@@ -1,31 +1,31 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x4</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x4</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  :       <http://example/>
-
-SELECT ?x ?m
-{ 
-  ?x rdfs:member ?m
-}
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  :       <http://example/>
+
+SELECT ?x ?m
+{ 
+  ?x rdfs:member ?m
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-5.srx Thu Nov  3 17:32:36 2011
@@ -1,52 +1,52 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-    <variable name="m"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x3</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-      <binding name="m">
-        <uri>http://example/x6</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+    <variable name="m"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x3</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+      <binding name="m">
+        <uri>http://example/x6</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-
-SELECT ?x ?m
-{ 
-    # Reversing gets the same results (different efficiency)
-    ?x rdfs:member ?m . 
-    ?x rdfs:member 1 .
-}
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+
+SELECT ?x ?m
+{ 
+    # Reversing gets the same results (different efficiency)
+    ?x rdfs:member ?m . 
+    ?x rdfs:member 1 .
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-6.srx Thu Nov  3 17:32:36 2011
@@ -1,44 +1,44 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-    <variable name="m"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-      <binding name="m">
-        <uri>http://example/x6</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+    <variable name="m"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+      <binding name="m">
+        <uri>http://example/x6</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-
-SELECT ?x ?m
-{ 
-    # Reversing gets the same results (different efficiency)
-    ?x rdfs:member 1 .
-    ?x rdfs:member ?m . 
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+
+SELECT ?x ?m
+{ 
+    # Reversing gets the same results (different efficiency)
+    ?x rdfs:member 1 .
+    ?x rdfs:member ?m . 
 }
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-7.srx Thu Nov  3 17:32:36 2011
@@ -1,44 +1,44 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-    <variable name="m"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x5</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-      <binding name="m">
-        <uri>http://example/x6</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-      <binding name="m">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+    <variable name="m"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x5</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+      <binding name="m">
+        <uri>http://example/x6</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+      <binding name="m">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  :       <http://example/>
-
-SELECT ?x
-{ 
-  ?x rdfs:member ?x
-}
+PREFIX  rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX  rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  :       <http://example/>
+
+SELECT ?x
+{ 
+  ?x rdfs:member ?x
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/container-8.srx Thu Nov  3 17:32:36 2011
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<sparql
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
-    xmlns="http://www.w3.org/2005/sparql-results#" >
-  <head>
-    <variable name="x"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x6</uri>
-      </binding>
-    </result>
-  </results>
-</sparql>
+<?xml version="1.0"?>
+<sparql
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
+    xmlns="http://www.w3.org/2005/sparql-results#" >
+  <head>
+    <variable name="x"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x6</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,14 +1,14 @@
-@prefix :       <http://example.org/> .
-
-:x1 :p (1 2 3) .
-:x2 :p (1 2 2) .
-
-:x3 :p (3 4 5) .
-
-:x :p :notAList .
-
-:x4 :q () .
-
-:x5 :q ("a" () "b") .
-
-:x6 :q ("a" (1 2 3) "b") .
+@prefix :       <http://example.org/> .
+
+:x1 :p (1 2 3) .
+:x2 :p (1 2 2) .
+
+:x3 :p (3 4 5) .
+
+:x :p :notAList .
+
+:x4 :q () .
+
+:x5 :q ("a" () "b") .
+
+:x6 :q ("a" (1 2 3) "b") .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-2.ttl Thu Nov  3 17:32:36 2011
@@ -1,31 +1,31 @@
-@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix   :         <http://example/> .
-
-:x1 :list (1 2 3) .
-
-:x2 :list (1 2 3) .
-
-:x3 :bag [ a rdf:Bag ;
-          rdf:_1   1 ;
-          rdf:_2   2 ;
-          rdf:_5   2 ;
-        ] .
-       
-
-:x4 :alt [ a rdf:Alt ;
-          rdf:_1   1 ;
-          rdf:_2   2 ;
-          rdf:_3   3 ;
-        ] .
-       
-:x5 :seq [ a rdf:Seq ;
-          rdf:_1   1 ;
-          rdf:_2   2 ;
-          rdf:_3   3 ;
-          rdf:_10   10 ;
-        ] .
-
-# Not a container of any kind - no type.
-:x6 :bag [ rdf:_1   1 ; 
-          rdf:_2   9 ;
-        ] .
+@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix   :         <http://example/> .
+
+:x1 :list (1 2 3) .
+
+:x2 :list (1 2 3) .
+
+:x3 :bag [ a rdf:Bag ;
+          rdf:_1   1 ;
+          rdf:_2   2 ;
+          rdf:_5   2 ;
+        ] .
+       
+
+:x4 :alt [ a rdf:Alt ;
+          rdf:_1   1 ;
+          rdf:_2   2 ;
+          rdf:_3   3 ;
+        ] .
+       
+:x5 :seq [ a rdf:Seq ;
+          rdf:_1   1 ;
+          rdf:_2   2 ;
+          rdf:_3   3 ;
+          rdf:_10   10 ;
+        ] .
+
+# Not a container of any kind - no type.
+:x6 :bag [ rdf:_1   1 ; 
+          rdf:_2   9 ;
+        ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-3.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-3.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-3.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-3.ttl Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-@prefix :           <http://example.org/> .
-@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	    <http://www.w3.org/2000/01/rdf-schema#> .
-
-:x :p 1 .
-:x :p :z .
-
-:z :q "x" .
+@prefix :           <http://example.org/> .
+@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	    <http://www.w3.org/2000/01/rdf-schema#> .
+
+:x :p 1 .
+:x :p :z .
+
+:z :q "x" .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-4.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-4.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-4.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-4.ttl Thu Nov  3 17:32:36 2011
@@ -1,26 +1,26 @@
-@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix   :         <http://example/> .
-
-:x1 :list (1 2 3) .
-
-:x2 :list (1 2 3) .
-
-:x3 a rdf:Bag ;
-          rdf:_1   5 ;
-    .
-
-:x4 a rdf:Alt .
-       
-:x5  a rdf:Seq ;
-          rdf:_1   1 ;
-          rdf:_10   10 ;
-    .
-
-:x6 a rdf:Bag ;
-          rdf:_1   1 ;
-          rdf:_2   :x6 .
-
-# Not a container of any kind - no type.
-:x9  rdf:_1   1 ; 
-     rdf:_2   9 ;
-    .
+@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix   :         <http://example/> .
+
+:x1 :list (1 2 3) .
+
+:x2 :list (1 2 3) .
+
+:x3 a rdf:Bag ;
+          rdf:_1   5 ;
+    .
+
+:x4 a rdf:Alt .
+       
+:x5  a rdf:Seq ;
+          rdf:_1   1 ;
+          rdf:_10   10 ;
+    .
+
+:x6 a rdf:Bag ;
+          rdf:_1   1 ;
+          rdf:_2   :x6 .
+
+# Not a container of any kind - no type.
+:x9  rdf:_1   1 ; 
+     rdf:_2   9 ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-5.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-5.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-5.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/data-5.ttl Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-@prefix     : <http://example.org/> .
-
-:x1 :p ("a" "b" "c") .
-:x2 :p ("a" "b" "c") .
-:x3 :p ("A" "B" "C") .
-:x4 :p ("A1") .
-:x5 :p () .
-
-:x :p :notAList .
+@prefix     : <http://example.org/> .
+
+:x1 :p ("a" "b" "c") .
+:x2 :p ("a" "b" "c") .
+:x3 :p ("A" "B" "C") .
+:x4 :p ("A1") .
+:x5 :p () .
+
+:x :p :notAList .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/list-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/list-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/list-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/list-1.rq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX  list:  <http://jena.hpl.hp.com/ARQ/list#>
-PREFIX  :      <http://example.org/>
-
-SELECT ?x ?member
-{ ?x :p ?list .
-  ?list list:member ?member .
-}
+PREFIX  list:  <http://jena.hpl.hp.com/ARQ/list#>
+PREFIX  :      <http://example.org/>
+
+SELECT ?x ?member
+{ ?x :p ?list .
+  ?list list:member ?member .
+}