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 [20/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/PropertyFunctions/splitIRI-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.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 ?ns ?ln
-{ :x ?p 1 .
-  ?p apf:splitIRI (?ns ?ln)
-}
+PREFIX :    <http://example.org/>
+PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT ?ns ?ln
+{ :x ?p 1 .
+  ?p apf:splitIRI (?ns ?ln)
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-1.srx Thu Nov  3 17:32:36 2011
@@ -1,20 +1,20 @@
-<?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="ns"/>
-    <variable name="ln"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="ns">
-        <uri>http://example.org/</uri>
-      </binding>
-      <binding name="ln">
-        <literal>p</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="ns"/>
+    <variable name="ln"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="ns">
+        <uri>http://example.org/</uri>
+      </binding>
+      <binding name="ln">
+        <literal>p</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.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#>
-PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
-
-SELECT ?ns ?ln
-{
-  xsd:integer apf:splitIRI (?ns ?ln)
-}
+PREFIX :        <http://example.org/>
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
+
+SELECT ?ns ?ln
+{
+  xsd:integer apf:splitIRI (?ns ?ln)
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-2.srx Thu Nov  3 17:32:36 2011
@@ -1,20 +1,20 @@
-<?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="ns"/>
-    <variable name="ln"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="ns">
-        <uri>http://www.w3.org/2001/XMLSchema#</uri>
-      </binding>
-      <binding name="ln">
-        <literal>integer</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="ns"/>
+    <variable name="ln"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="ns">
+        <uri>http://www.w3.org/2001/XMLSchema#</uri>
+      </binding>
+      <binding name="ln">
+        <literal>integer</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.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#>
-PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
-
-SELECT ?ln
-{
-  xsd:integer apf:splitIRI (<http://www.w3.org/2001/XMLSchema#> ?ln)
-}
+PREFIX :        <http://example.org/>
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
+
+SELECT ?ln
+{
+  xsd:integer apf:splitIRI (<http://www.w3.org/2001/XMLSchema#> ?ln)
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-3.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="ln"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="ln">
-        <literal>integer</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="ln"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="ln">
+        <literal>integer</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.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#>
-PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
-
-SELECT ?ns
-{
-  xsd:integer apf:splitIRI (?ns [])
-}
+PREFIX :        <http://example.org/>
+PREFIX apf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
+
+SELECT ?ns
+{
+  xsd:integer apf:splitIRI (?ns [])
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-4.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-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="ns"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="ns">
-        <uri>http://www.w3.org/2001/XMLSchema#</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="ns"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="ns">
+        <uri>http://www.w3.org/2001/XMLSchema#</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-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#>
-PREFIX xsd:        <http://www.w3.org/2001/XMLSchema#>
-
-ASK
-{
-  xsd:integer apf:splitIRI (xsd: "integer")
-}
+PREFIX :           <http://example.org/>
+PREFIX apf:        <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX xsd:        <http://www.w3.org/2001/XMLSchema#>
+
+ASK
+{
+  xsd:integer apf:splitIRI (xsd: "integer")
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-5.ttl Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-@prefix :        <#> .
-@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-@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:boolean    "true"^^xsd:boolean .
+@prefix :        <#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@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:boolean    "true"^^xsd:boolean .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.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#>
-PREFIX xsd:        <http://www.w3.org/2001/XMLSchema#>
-
-SELECT ?ns
-{
-  xsd:integer apf:splitIRI (?ns [])
-}
+PREFIX :           <http://example.org/>
+PREFIX apf:        <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX xsd:        <http://www.w3.org/2001/XMLSchema#>
+
+SELECT ?ns
+{
+  xsd:integer apf:splitIRI (?ns [])
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-6.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-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="ns"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="ns">
-        <uri>http://www.w3.org/2001/XMLSchema#</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="ns"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="ns">
+        <uri>http://www.w3.org/2001/XMLSchema#</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.rq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX :           <http://example.org/>
-PREFIX apf:        <http://jena.hpl.hp.com/ARQ/property#>
-
-SELECT ?ns ?ln
-{
-  # Reverse the order from splituri-1
-  :x apf:splitIRI (?ns ?ln) .
-  :z :q ?ln
-}
+PREFIX :           <http://example.org/>
+PREFIX apf:        <http://jena.hpl.hp.com/ARQ/property#>
+
+SELECT ?ns ?ln
+{
+  # Reverse the order from splituri-1
+  :x apf:splitIRI (?ns ?ln) .
+  :z :q ?ln
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/splitIRI-7.srx Thu Nov  3 17:32:36 2011
@@ -1,20 +1,20 @@
-<?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="ns"/>
-    <variable name="ln"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="ns">
-        <uri>http://example.org/</uri>
-      </binding>
-      <binding name="ln">
-        <literal>x</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="ns"/>
+    <variable name="ln"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="ns">
+        <uri>http://example.org/</uri>
+      </binding>
+      <binding name="ln">
+        <literal>x</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

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

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

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

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

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/str-1.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/str-1.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/str-1.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/PropertyFunctions/str-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="x"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <literal>x</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>x</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,60 +1,60 @@
- @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 "SELECT" ;
-    mf:entries
-    (
-     [  mf:name    "select-0" ;
-        rdfs:comment
-            "SELECT - star in query, empty graph pattern" ;
-        mf:action
-            [ qt:query  <query-select-0.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-select-0.ttl>
-     ]
-
-     [  mf:name    "select-1" ;
-        rdfs:comment
-            "SELECT - one variable in query, empty graph pattern" ;
-        mf:action
-            [ qt:query  <query-select-1.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-select-1.ttl>
-     ]
-     [  mf:name    "select-2" ;
-        rdfs:comment
-            "SELECT - one variable in query, one in SELECT" ;
-        mf:action
-            [ qt:query  <query-select-2.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-select-2.ttl>
-     ]
-     [  mf:name    "select-3" ;
-        rdfs:comment
-            "SELECT - one variable in query, two in SELECT" ;
-        mf:action
-            [ qt:query  <query-select-3.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-select-3.ttl>
-     ]
-     [  mf:name    "select-4" ;
-        rdfs:comment
-            "SELECT - two variables in query, one in SELECT" ;
-        mf:action
-            [ qt:query  <query-select-4.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-select-4.ttl>
-     ]
-    [  mf:name    "select-5" ;
-        rdfs:comment
-            "SELECT - filter vars do not contribute to SELECT *" ;
-        mf:action
-            [ qt:query  <query-select-5.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <results-select-5.srx>
-     ]
-
-   ).
+ @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 "SELECT" ;
+    mf:entries
+    (
+     [  mf:name    "select-0" ;
+        rdfs:comment
+            "SELECT - star in query, empty graph pattern" ;
+        mf:action
+            [ qt:query  <query-select-0.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-select-0.ttl>
+     ]
+
+     [  mf:name    "select-1" ;
+        rdfs:comment
+            "SELECT - one variable in query, empty graph pattern" ;
+        mf:action
+            [ qt:query  <query-select-1.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-select-1.ttl>
+     ]
+     [  mf:name    "select-2" ;
+        rdfs:comment
+            "SELECT - one variable in query, one in SELECT" ;
+        mf:action
+            [ qt:query  <query-select-2.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-select-2.ttl>
+     ]
+     [  mf:name    "select-3" ;
+        rdfs:comment
+            "SELECT - one variable in query, two in SELECT" ;
+        mf:action
+            [ qt:query  <query-select-3.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-select-3.ttl>
+     ]
+     [  mf:name    "select-4" ;
+        rdfs:comment
+            "SELECT - two variables in query, one in SELECT" ;
+        mf:action
+            [ qt:query  <query-select-4.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-select-4.ttl>
+     ]
+    [  mf:name    "select-5" ;
+        rdfs:comment
+            "SELECT - filter vars do not contribute to SELECT *" ;
+        mf:action
+            [ qt:query  <query-select-5.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <results-select-5.srx>
+     ]
+
+   ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-0.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-0.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-0.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-0.rq Thu Nov  3 17:32:36 2011
@@ -1 +1 @@
-SELECT * WHERE {}
+SELECT * WHERE {}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-1.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-1.rq Thu Nov  3 17:32:36 2011
@@ -1 +1 @@
-SELECT ?x WHERE {}
+SELECT ?x WHERE {}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-2.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-2.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-PREFIX : <http://example.org/>
-
-SELECT ?x
-  { :x :p ?x }
+PREFIX : <http://example.org/>
+
+SELECT ?x
+  { :x :p ?x }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-3.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-3.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-PREFIX : <http://example.org/>
-
-SELECT ?x ?y
-  { :x :p ?x }
+PREFIX : <http://example.org/>
+
+SELECT ?x ?y
+  { :x :p ?x }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-4.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-4.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-4.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-4.rq Thu Nov  3 17:32:36 2011
@@ -1,4 +1,4 @@
-PREFIX : <http://example.org/>
-
-SELECT ?x
-  { :x :p ?x . :x :q ?y }
+PREFIX : <http://example.org/>
+
+SELECT ?x
+  { :x :p ?x . :x :q ?y }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-5.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-5.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-5.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/query-select-5.rq Thu Nov  3 17:32:36 2011
@@ -1,2 +1,2 @@
-SELECT * 
-{ FILTER (?x = 1 ) }
+SELECT * 
+{ FILTER (?x = 1 ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-0.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-0.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-0.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-0.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#> .
-
-[]    rdf:type      rs:ResultSet ;
-      rs:solution   [ 
-                    ] .
+@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:solution   [ 
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-@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  "x" ;
-      rs:solution   [ 
-                    ] .
+@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  "x" ;
+      rs:solution   [ 
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-2.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  "x" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      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#> .
+@prefix :        <http://example.org/> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "x" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "x"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-3.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-3.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-3.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-3.ttl Thu Nov  3 17:32:36 2011
@@ -1,11 +1,11 @@
-@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  "y" ;
-      rs:resultVariable  "x" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      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#> .
+@prefix :        <http://example.org/> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "y" ;
+      rs:resultVariable  "x" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "x"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-4.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-4.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-4.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-4.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  "x" ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      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#> .
+@prefix :        <http://example.org/> .
+
+[]    rdf:type      rs:ResultSet ;
+      rs:resultVariable  "x" ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "x"
+                                    ]
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-5.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-5.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-5.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Select/results-select-5.srx Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-<?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>
-  </head>
-  <results ordered="false" distinct="false">
-  </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>
+  </head>
+  <results ordered="false" distinct="false">
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/data.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/data.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/data.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/data.ttl Thu Nov  3 17:32:36 2011
@@ -1,30 +1,30 @@
-@prefix : <http://example/> .
-
-:x1 a :X ;
-    :p 1 ;
-    :n 1 .
-
-:x2 a :X ;
-    :p 2 ;
-    :n 2 .
-
-:x3 a :X ;
-    :p 3 ;
-    :n 3 .
-
-:x4 a :X ;
-    :p 4 ;
-    :n 4 .
-
-:x5 a :X ;
-    :p 5 ;
-    :n 5 .
-
-:x6 a :X ;
-    :p "a" .
-
-:x7 a :X ;
-    :p "2" .
-
-:x8 a :X ;
+@prefix : <http://example/> .
+
+:x1 a :X ;
+    :p 1 ;
+    :n 1 .
+
+:x2 a :X ;
+    :p 2 ;
+    :n 2 .
+
+:x3 a :X ;
+    :p 3 ;
+    :n 3 .
+
+:x4 a :X ;
+    :p 4 ;
+    :n 4 .
+
+:x5 a :X ;
+    :p 5 ;
+    :n 5 .
+
+:x6 a :X ;
+    :p "a" .
+
+:x7 a :X ;
+    :p "2" .
+
+:x8 a :X ;
     :q 100 .
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,53 +1,53 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "Select expressions" ;
-    mf:entries
-    ( 
-      [  mf:name    "Select expr 1" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <select-expr-01.arq> ;
-              qt:data   <data.ttl> ] ;
-        mf:result  <select-expr-01.srx>
-      ]
-      [  mf:name    "Select expr 2" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <select-expr-02.arq> ;
-              qt:data   <data.ttl> ] ;
-        mf:result  <select-expr-02.srx>
-      ]
-      [  mf:name    "Select expr 3" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <select-expr-03.arq> ;
-              qt:data   <data.ttl> ] ;
-        mf:result  <select-expr-03.srx>
-      ]
-      [  mf:name    "Select expr 4" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <select-expr-04.arq> ;
-              qt:data   <data.ttl> ] ;
-        mf:result  <select-expr-04.srx>
-      ]
-      [  mf:name    "Select expr 5" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <select-expr-05.arq> ;
-              qt:data   <data.ttl> ] ;
-        mf:result  <select-expr-05.srx>
-      ]
-      [  mf:name    "Select expr 6" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <select-expr-06.arq> ;
-              qt:data   <data.ttl> ] ;
-        mf:result  <select-expr-06.srx>
-      ]
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "Select expressions" ;
+    mf:entries
+    ( 
+      [  mf:name    "Select expr 1" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <select-expr-01.arq> ;
+              qt:data   <data.ttl> ] ;
+        mf:result  <select-expr-01.srx>
+      ]
+      [  mf:name    "Select expr 2" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <select-expr-02.arq> ;
+              qt:data   <data.ttl> ] ;
+        mf:result  <select-expr-02.srx>
+      ]
+      [  mf:name    "Select expr 3" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <select-expr-03.arq> ;
+              qt:data   <data.ttl> ] ;
+        mf:result  <select-expr-03.srx>
+      ]
+      [  mf:name    "Select expr 4" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <select-expr-04.arq> ;
+              qt:data   <data.ttl> ] ;
+        mf:result  <select-expr-04.srx>
+      ]
+      [  mf:name    "Select expr 5" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <select-expr-05.arq> ;
+              qt:data   <data.ttl> ] ;
+        mf:result  <select-expr-05.srx>
+      ]
+      [  mf:name    "Select expr 6" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <select-expr-06.arq> ;
+              qt:data   <data.ttl> ] ;
+        mf:result  <select-expr-06.srx>
+      ]
+    ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.arq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX : <http://example/> 
-
-SELECT ?v (?v+10) 
-{
-  ?x a :X .
-  OPTIONAL { ?x :p ?v }
-}
-
+PREFIX : <http://example/> 
+
+SELECT ?v (?v+10) 
+{
+  ?x a :X .
+  OPTIONAL { ?x :p ?v }
+}
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-01.srx Thu Nov  3 17:32:36 2011
@@ -1,64 +1,64 @@
-<?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="v"/>
-    <variable name=".0"/>
-  </head>
-  <results>
-    <result>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>a</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
-      </binding>
-      <binding name=".0">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">15</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
-      </binding>
-      <binding name=".0">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">14</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-      <binding name=".0">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">13</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-      <binding name=".0">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">12</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-      <binding name=".0">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">11</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="v"/>
+    <variable name=".0"/>
+  </head>
+  <results>
+    <result>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>a</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
+      </binding>
+      <binding name=".0">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">15</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
+      </binding>
+      <binding name=".0">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">14</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+      <binding name=".0">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">13</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+      <binding name=".0">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">12</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+      <binding name=".0">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">11</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.arq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX : <http://example/> 
-
-SELECT ?v (?v+10 AS ?w)
-{
-  ?x a :X .
-  OPTIONAL { ?x :p ?v }
-}
+PREFIX : <http://example/> 
+
+SELECT ?v (?v+10 AS ?w)
+{
+  ?x a :X .
+  OPTIONAL { ?x :p ?v }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-02.srx Thu Nov  3 17:32:36 2011
@@ -1,64 +1,64 @@
-<?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="v"/>
-    <variable name="w"/>
-  </head>
-  <results>
-    <result>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>a</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
-      </binding>
-      <binding name="w">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">15</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
-      </binding>
-      <binding name="w">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">14</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-      <binding name="w">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">13</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-      <binding name="w">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">12</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-      <binding name="w">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">11</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="v"/>
+    <variable name="w"/>
+  </head>
+  <results>
+    <result>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>a</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
+      </binding>
+      <binding name="w">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">15</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
+      </binding>
+      <binding name="w">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">14</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+      <binding name="w">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">13</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+      <binding name="w">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">12</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+      <binding name="w">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">11</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/> 
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-
-SELECT (datatype(10) AS ?dt) { }
-
+PREFIX : <http://example/> 
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+
+SELECT (datatype(10) AS ?dt) { }
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-03.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="dt"/>
-  </head>
-  <results>
-    <result>
-      <binding name="dt">
-        <uri>http://www.w3.org/2001/XMLSchema#integer</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="dt"/>
+  </head>
+  <results>
+    <result>
+      <binding name="dt">
+        <uri>http://www.w3.org/2001/XMLSchema#integer</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.arq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX : <http://example/> 
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-
-SELECT (xsd:byte(str(?v)) AS ?byte)
-{
-  ?x a :X .
-  OPTIONAL { ?x :p ?v }
-}
+PREFIX : <http://example/> 
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+
+SELECT (xsd:byte(str(?v)) AS ?byte)
+{
+  ?x a :X .
+  OPTIONAL { ?x :p ?v }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-04.srx Thu Nov  3 17:32:36 2011
@@ -1,45 +1,45 @@
-<?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="byte"/>
-  </head>
-  <results>
-    <result>
-    </result>
-    <result>
-      <binding name="byte">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">2</literal>
-      </binding>
-    </result>
-    <result>
-    </result>
-    <result>
-      <binding name="byte">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">5</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="byte">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">4</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="byte">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="byte">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="byte">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">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="byte"/>
+  </head>
+  <results>
+    <result>
+    </result>
+    <result>
+      <binding name="byte">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">2</literal>
+      </binding>
+    </result>
+    <result>
+    </result>
+    <result>
+      <binding name="byte">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">5</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="byte">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">4</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="byte">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="byte">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="byte">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#byte">1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.arq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX : <http://example/> 
-
-SELECT ?v str(?v)
-{
-  ?x a :X .
-  OPTIONAL { ?x :p ?v }
-}
-
+PREFIX : <http://example/> 
+
+SELECT ?v str(?v)
+{
+  ?x a :X .
+  OPTIONAL { ?x :p ?v }
+}
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-05.srx Thu Nov  3 17:32:36 2011
@@ -1,70 +1,70 @@
-<?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="v"/>
-    <variable name=".0"/>
-  </head>
-  <results>
-    <result>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>2</literal>
-      </binding>
-      <binding name=".0">
-        <literal>2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>a</literal>
-      </binding>
-      <binding name=".0">
-        <literal>a</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
-      </binding>
-      <binding name=".0">
-        <literal>5</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
-      </binding>
-      <binding name=".0">
-        <literal>4</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-      <binding name=".0">
-        <literal>3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-      <binding name=".0">
-        <literal>2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-      <binding name=".0">
-        <literal>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="v"/>
+    <variable name=".0"/>
+  </head>
+  <results>
+    <result>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>2</literal>
+      </binding>
+      <binding name=".0">
+        <literal>2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>a</literal>
+      </binding>
+      <binding name=".0">
+        <literal>a</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
+      </binding>
+      <binding name=".0">
+        <literal>5</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
+      </binding>
+      <binding name=".0">
+        <literal>4</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+      <binding name=".0">
+        <literal>3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+      <binding name=".0">
+        <literal>2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+      <binding name=".0">
+        <literal>1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.arq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX : <http://example/> 
-
-SELECT ?v (str(?v) as ?str)
-{
-  ?x a :X .
-  OPTIONAL { ?x :p ?v }
-}
-
+PREFIX : <http://example/> 
+
+SELECT ?v (str(?v) as ?str)
+{
+  ?x a :X .
+  OPTIONAL { ?x :p ?v }
+}
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SelectExpr/select-expr-06.srx Thu Nov  3 17:32:36 2011
@@ -1,70 +1,70 @@
-<?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="v"/>
-    <variable name="str"/>
-  </head>
-  <results>
-    <result>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>2</literal>
-      </binding>
-      <binding name="str">
-        <literal>2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal>a</literal>
-      </binding>
-      <binding name="str">
-        <literal>a</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
-      </binding>
-      <binding name="str">
-        <literal>5</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
-      </binding>
-      <binding name="str">
-        <literal>4</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-      <binding name="str">
-        <literal>3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-      <binding name="str">
-        <literal>2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-      <binding name="str">
-        <literal>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="v"/>
+    <variable name="str"/>
+  </head>
+  <results>
+    <result>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>2</literal>
+      </binding>
+      <binding name="str">
+        <literal>2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal>a</literal>
+      </binding>
+      <binding name="str">
+        <literal>a</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">5</literal>
+      </binding>
+      <binding name="str">
+        <literal>5</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
+      </binding>
+      <binding name="str">
+        <literal>4</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+      <binding name="str">
+        <literal>3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+      <binding name="str">
+        <literal>2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+      <binding name="str">
+        <literal>1</literal>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-01.arq Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-PREFIX : <http://example/>
-
-SELECT *
-{
-    LET ( ?x := 1+3 )
-}
+PREFIX : <http://example/>
+
+SELECT *
+{
+    LET ( ?x := 1+3 )
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-02.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-02.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-02.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-assign-02.arq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX : <http://example/>
-
-SELECT *
-{
-    ?s ?p ?o
-    LET ( ?x := 1+3 )
-    ?s ?p ?o
-}
+PREFIX : <http://example/>
+
+SELECT *
+{
+    ?s ?p ?o
+    LET ( ?x := 1+3 )
+    ?s ?p ?o
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-01.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT count(*)
-{ ?x :p ?p }
-GROUP BY ?p
+PREFIX : <http://example/>
+
+SELECT count(*)
+{ ?x :p ?p }
+GROUP BY ?p

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-02.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-02.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-02.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-02.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT (COUNT(DISTINCT *) AS ?count)
-{ ?x :p ?p }
-GROUP BY ?p
+PREFIX : <http://example/>
+
+SELECT (COUNT(DISTINCT *) AS ?count)
+{ ?x :p ?p }
+GROUP BY ?p

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-03.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-03.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-03.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-03.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT (COUNT(?x) AS ?countX)
-{ ?x :p ?p }
-GROUP BY ?p
+PREFIX : <http://example/>
+
+SELECT (COUNT(?x) AS ?countX)
+{ ?x :p ?p }
+GROUP BY ?p

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-04.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-04.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-04.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-count-04.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT (COUNT(DISTINCT ?x) AS ?countDX)
-{ ?x :p ?p }
-GROUP BY ?p
+PREFIX : <http://example/>
+
+SELECT (COUNT(DISTINCT ?x) AS ?countDX)
+{ ?x :p ?p }
+GROUP BY ?p

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-general-13.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-general-13.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-general-13.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-general-13.rq Thu Nov  3 17:32:36 2011
@@ -1,3 +1,3 @@
-# Legal, if unusual, IRIs
-BASE <http://example/page.html>
-SELECT * WHERE { <a> <b> <#x> }
+# Legal, if unusual, IRIs
+BASE <http://example/page.html>
+SELECT * WHERE { <a> <b> <#x> }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-01.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x :p ?p }
-GROUP BY ?p
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x :p ?p }
+GROUP BY ?p

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-02.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-02.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-02.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-group-02.arq Thu Nov  3 17:32:36 2011
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x :p ?p }
-GROUP BY (?p=0) ?p
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x :p ?p }
+GROUP BY (?p=0) ?p

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-01.arq Thu Nov  3 17:32:36 2011
@@ -1 +1 @@
-SELECT (datatype(1)) {}
+SELECT (datatype(1)) {}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-02.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-02.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-02.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-02.arq Thu Nov  3 17:32:36 2011
@@ -1 +1 @@
-SELECT (?x+?y as ?z) ?a ?b {}
+SELECT (?x+?y as ?z) ?a ?b {}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-03.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-03.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-03.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-select-expr-03.arq Thu Nov  3 17:32:36 2011
@@ -1 +1 @@
-SELECT (?x*?y) ?z {}
+SELECT (?x*?y) ?z {}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-service-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-service-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-service-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-service-01.arq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX :    <http://example/>
-
-SELECT *
-{
-    SERVICE <http://host/service>
-    { ?x :p ?p }
-}
+PREFIX :    <http://example/>
+
+SELECT *
+{
+    SERVICE <http://host/service>
+    { ?x :p ?p }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-01.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-01.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-01.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-01.arq Thu Nov  3 17:32:36 2011
@@ -1,3 +1,3 @@
-PREFIX : <http://example/> 
-
+PREFIX : <http://example/> 
+
 SELECT * { SELECT * { ?s ?p ?o } }
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-02.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-02.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-02.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-02.arq Thu Nov  3 17:32:36 2011
@@ -1,3 +1,3 @@
-PREFIX : <http://example/> 
-
+PREFIX : <http://example/> 
+
 SELECT * { { SELECT * { ?s ?p ?o } } }
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-03.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-03.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-03.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-03.arq Thu Nov  3 17:32:36 2011
@@ -1,7 +1,7 @@
-PREFIX : <http://example/> 
-
-SELECT * { 
-    :x :p ?v 
-    OPTIONAL 
-    { SELECT * { ?s ?p ?o } }
-}
+PREFIX : <http://example/> 
+
+SELECT * { 
+    :x :p ?v 
+    OPTIONAL 
+    { SELECT * { ?s ?p ?o } }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-04.arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-04.arq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-04.arq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Serialization/syntax-subselect-04.arq Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-PREFIX : <http://example/> 
-
-SELECT * { 
-    :x :p ?v 
-    OPTIONAL 
-    { 
-        { SELECT * { ?s ?p ?o } }
-     }
-}
+PREFIX : <http://example/> 
+
+SELECT * { 
+    :x :p ?v 
+    OPTIONAL 
+    { 
+        { SELECT * { ?s ?p ?o } }
+     }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,17 +1,17 @@
-@prefix :  <http://example.org/ns#> .
-
-:x :num  1 .
-:x :num  2 .
-:x :num  3 .
-:x :num  4 .
-:x :num  1.5e0 .
-
-:y :num  1 .
-:y :num  2 .
-:y :num  3 .
-
-:x :str  "aaa" .
-:x :str  "002" .
-:x :str  "1" .
-:x :str  "AAA" .
-:x :str  "" .
+@prefix :  <http://example.org/ns#> .
+
+:x :num  1 .
+:x :num  2 .
+:x :num  3 .
+:x :num  4 .
+:x :num  1.5e0 .
+
+:y :num  1 .
+:y :num  2 .
+:y :num  3 .
+
+:x :str  "aaa" .
+:x :str  "002" .
+:x :str  "1" .
+:x :str  "AAA" .
+:x :str  "" .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/SolutionSeq/data-2.ttl Thu Nov  3 17:32:36 2011
@@ -1,6 +1,6 @@
-@prefix :  <http://example.org/ns#> .
-
-:x1 :num  1 .
-:x2 :num  1 .
-:x3 :num  1.0 .
-:x4 :num  1e0 .
+@prefix :  <http://example.org/ns#> .
+
+:x1 :num  1 .
+:x2 :num  1 .
+:x3 :num  1.0 .
+:x4 :num  1e0 .