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 [23/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/TypePromotion/tP-float-decimal-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal-fail.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-float-decimal-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:float1 rdf:value ?l .
-         t:decimal1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:decimal ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-float-decimal-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:float1 rdf:value ?l .
+         t:decimal1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:decimal ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-decimal.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-float-decimal.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:float1 rdf:value ?l .
-         t:decimal1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:float ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-float-decimal.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:float1 rdf:value ?l .
+         t:decimal1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:float ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-float.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-float.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-float.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-float-float.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-float-float.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:float1 rdf:value ?l .
-         t:float1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:float ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-float-float.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:float1 rdf:value ?l .
+         t:float1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:float ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-int-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-int-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-int-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-int-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-int-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:int1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-int-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:int1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-integer-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-integer-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-integer-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-integer-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-integer-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:integer1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-integer-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:integer1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-long-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-long-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-long-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-long-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-long-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:long1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-long-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:long1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-negativeInteger-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-negativeInteger-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-negativeInteger-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-negativeInteger-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-negativeInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:negativeIntegerN1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-negativeInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:negativeIntegerN1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonNegativeInteger-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonNegativeInteger-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonNegativeInteger-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonNegativeInteger-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-nonNegativeInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:nonNegativeInteger1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-nonNegativeInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:nonNegativeInteger1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonPositiveInteger-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonPositiveInteger-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonPositiveInteger-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-nonPositiveInteger-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-nonPositiveInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:nonPositiveIntegerN1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-nonPositiveInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:nonPositiveIntegerN1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-positiveInteger-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-positiveInteger-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-positiveInteger-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-positiveInteger-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-positiveInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:positiveInteger1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-positiveInteger-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:positiveInteger1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-byte-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-byte-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-byte-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-byte-fail.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-byte-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:byte1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:double ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-byte-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:byte1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:double ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-decimal.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-decimal.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-decimal.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-decimal.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-decimal.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:decimal1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:decimal ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-decimal.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:decimal1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:decimal ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-double.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-double.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-double.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-double.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-double.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:double1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:double ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-double.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:double1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:double ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-float.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-float.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-float.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-float.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-float.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:float1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:float ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-float.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:float1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:float ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-int-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-int-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-int-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-int-fail.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-int-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:int1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:float ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-int-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:int1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:float ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-long-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-long-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-long-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-long-fail.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-long-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:long1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:decimal ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-long-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:long1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:decimal ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short-fail.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-short-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:short ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-short-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:short ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-short-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-short-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:short1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-short-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:short1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedByte-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedByte-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedByte-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedByte-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-unsignedByte-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:unsignedByte1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-unsignedByte-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:unsignedByte1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedInt-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedInt-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedInt-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedInt-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-unsignedInt-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:unsignedInt1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-unsignedInt-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:unsignedInt1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedLong-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedLong-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedLong-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedLong-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-unsignedLong-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:unsignedLong1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-unsignedLong-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:unsignedLong1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedShort-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedShort-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedShort-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-unsignedShort-short.rq Thu Nov  3 17:32:36 2011
@@ -1,10 +1,10 @@
-# Positive test: product of type promotion within the xsd:decimal type tree.
-# $Id: tP-unsignedShort-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-ASK
- WHERE { t:unsignedShort1 rdf:value ?l .
-         t:short1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:integer ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-unsignedShort-short.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+ASK
+ WHERE { t:unsignedShort1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP.ttl Thu Nov  3 17:32:36 2011
@@ -1,28 +1,28 @@
-# $Id: tP.ttl,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#> .
-
-t:decimal1		rdf:value	"1"^^xsd:decimal .
-t:float1		rdf:value	"1"^^xsd:float .
-t:double1		rdf:value	"1"^^xsd:double .
-t:booleanT		rdf:value	"true"^^xsd:boolean .
-t:dateTime1		rdf:value	"2005-01-14T12:34:56"^^xsd:dateTime .
-
-# types derived from xsd:decimal: 
-
- t:integer1		rdf:value	"1"^^xsd:integer .
-  t:nonPositiveIntegerN1	rdf:value	"-1"^^xsd:nonPositiveInteger .
-   t:negativeIntegerN1	rdf:value	"-1"^^xsd:negativeInteger .
-  t:long1		rdf:value	"1"^^xsd:long .
-   t:int1		rdf:value	"1"^^xsd:int .
-    t:short1		rdf:value	"1"^^xsd:short .
-     t:byte1		rdf:value	"1"^^xsd:byte .
-  t:nonNegativeInteger1	rdf:value	"1"^^xsd:nonNegativeInteger .
-   t:unsignedLong1	rdf:value	"1"^^xsd:unsignedLong .
-    t:unsignedInt1	rdf:value	"1"^^xsd:unsignedInt .
-     t:unsignedShort1	rdf:value	"1"^^xsd:unsignedShort .
-      t:unsignedByte1	rdf:value	"1"^^xsd:unsignedByte .
-   t:positiveInteger1	rdf:value	"1"^^xsd:positiveInteger .
-
+# $Id: tP.ttl,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#> .
+
+t:decimal1		rdf:value	"1"^^xsd:decimal .
+t:float1		rdf:value	"1"^^xsd:float .
+t:double1		rdf:value	"1"^^xsd:double .
+t:booleanT		rdf:value	"true"^^xsd:boolean .
+t:dateTime1		rdf:value	"2005-01-14T12:34:56"^^xsd:dateTime .
+
+# types derived from xsd:decimal: 
+
+ t:integer1		rdf:value	"1"^^xsd:integer .
+  t:nonPositiveIntegerN1	rdf:value	"-1"^^xsd:nonPositiveInteger .
+   t:negativeIntegerN1	rdf:value	"-1"^^xsd:negativeInteger .
+  t:long1		rdf:value	"1"^^xsd:long .
+   t:int1		rdf:value	"1"^^xsd:int .
+    t:short1		rdf:value	"1"^^xsd:short .
+     t:byte1		rdf:value	"1"^^xsd:byte .
+  t:nonNegativeInteger1	rdf:value	"1"^^xsd:nonNegativeInteger .
+   t:unsignedLong1	rdf:value	"1"^^xsd:unsignedLong .
+    t:unsignedInt1	rdf:value	"1"^^xsd:unsignedInt .
+     t:unsignedShort1	rdf:value	"1"^^xsd:unsignedShort .
+      t:unsignedByte1	rdf:value	"1"^^xsd:unsignedByte .
+   t:positiveInteger1	rdf:value	"1"^^xsd:positiveInteger .
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/true.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/true.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/true.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/true.ttl Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-# Simple true result to an ASK query.
-# $Id: true.ttl,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
-
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-[]  rdf:type    rs:ResultSet ;
-    rs:boolean  "true"^^xsd:boolean .
+# Simple true result to an ASK query.
+# $Id: true.ttl,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $
+
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+[]  rdf:type    rs:ResultSet ;
+    rs:boolean  "true"^^xsd:boolean .

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/data.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/data.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/data.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/data.ttl Thu Nov  3 17:32:36 2011
@@ -1,11 +1,11 @@
-@prefix foaf:       <http://xmlns.com/foaf/0.1/> .
-
-_:a foaf:mbox   <ma...@example.net> .
-_:a foaf:name   "Alice" .
-_:a foaf:nick   "WhoMe?" .
-
-_:b foaf:mbox   <ma...@example.net> .
-_:b foaf:name   "Bert" .
-
-_:e foaf:mbox   <ma...@example.net> .
-_:e foaf:nick   "DuckSoup" .
+@prefix foaf:       <http://xmlns.com/foaf/0.1/> .
+
+_:a foaf:mbox   <ma...@example.net> .
+_:a foaf:name   "Alice" .
+_:a foaf:nick   "WhoMe?" .
+
+_:b foaf:mbox   <ma...@example.net> .
+_:b foaf:name   "Bert" .
+
+_:e foaf:mbox   <ma...@example.net> .
+_:e foaf:nick   "DuckSoup" .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,67 +1,67 @@
-@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 "UNION" ;
-    mf:entries
-    ( 
-      [ mf:name     "Union 1" ;
-        mf:action
-            [ qt:query  <union-1.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-1.srx>
-      ]
-      [ mf:name     "Union 2" ;
-        mf:action
-            [ qt:query  <union-2.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-2.srx>
-      ]
-      [ mf:name     "Union 3" ;
-        mf:action
-            [ qt:query  <union-3.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-3.srx>
-      ]
-      [ mf:name     "Union 4" ;
-        mf:action
-            [ qt:query  <union-4.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-4.srx>
-      ]
-      [ mf:name     "Union 5" ;
-        mf:action
-            [ qt:query  <union-5.rq> ;
-              qt:graphData   <data-1.ttl> ] ;
-        mf:result  <union-5.srx>
-      ]
-      [ mf:name     "Union 6" ;
-        mf:action
-            [ qt:query  <union-6.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-6.srx>
-      ]
-      [ mf:name     "Union 7" ;
-        mf:action
-            [ qt:query  <union-7.rq> ;
-              qt:data   <data-1.ttl> ;
-              qt:graphData   <data-1.ttl>
-             ] ;
-        mf:result  <union-7.srx>
-      ]
-      [ mf:name     "Union 8" ;
-        mf:action
-            [ qt:query  <union-8.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-8.srx>
-      ]
-      [ mf:name     "Union 9" ;
-        mf:action
-            [ qt:query  <union-9.rq> ;
-              qt:data   <data-1.ttl> ] ;
-        mf:result  <union-9.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 "UNION" ;
+    mf:entries
+    ( 
+      [ mf:name     "Union 1" ;
+        mf:action
+            [ qt:query  <union-1.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-1.srx>
+      ]
+      [ mf:name     "Union 2" ;
+        mf:action
+            [ qt:query  <union-2.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-2.srx>
+      ]
+      [ mf:name     "Union 3" ;
+        mf:action
+            [ qt:query  <union-3.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-3.srx>
+      ]
+      [ mf:name     "Union 4" ;
+        mf:action
+            [ qt:query  <union-4.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-4.srx>
+      ]
+      [ mf:name     "Union 5" ;
+        mf:action
+            [ qt:query  <union-5.rq> ;
+              qt:graphData   <data-1.ttl> ] ;
+        mf:result  <union-5.srx>
+      ]
+      [ mf:name     "Union 6" ;
+        mf:action
+            [ qt:query  <union-6.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-6.srx>
+      ]
+      [ mf:name     "Union 7" ;
+        mf:action
+            [ qt:query  <union-7.rq> ;
+              qt:data   <data-1.ttl> ;
+              qt:graphData   <data-1.ttl>
+             ] ;
+        mf:result  <union-7.srx>
+      ]
+      [ mf:name     "Union 8" ;
+        mf:action
+            [ qt:query  <union-8.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-8.srx>
+      ]
+      [ mf:name     "Union 9" ;
+        mf:action
+            [ qt:query  <union-9.rq> ;
+              qt:data   <data-1.ttl> ] ;
+        mf:result  <union-9.srx>
+      ]
+
+    ).

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-1.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-1.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-1.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-1.srx Thu Nov  3 17:32:36 2011
@@ -1,21 +1,21 @@
-<?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/x</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/y</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/x</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/y</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-2.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-2.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-2.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-2.srx Thu Nov  3 17:32:36 2011
@@ -1,18 +1,18 @@
-<?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/x</uri>
-      </binding>
-    </result>
-    <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>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+    </result>
+    <result>
+    </result>
+  </results>
+</sparql>

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

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

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-4.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-4.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-4.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-4.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="x"/>
-    <variable name="v"/>
-    <variable name="y"/>
-    <variable name="w"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="y">
-        <uri>http://example/z</uri>
-      </binding>
-      <binding name="w">
-        <uri>http://example/v2</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="y">
-        <uri>http://example/z</uri>
-      </binding>
-      <binding name="w">
-        <uri>http://example/v1</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="y">
-        <uri>http://example/y</uri>
-      </binding>
-      <binding name="w">
-        <uri>http://example/z</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"/>
+    <variable name="v"/>
+    <variable name="y"/>
+    <variable name="w"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="y">
+        <uri>http://example/z</uri>
+      </binding>
+      <binding name="w">
+        <uri>http://example/v2</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="y">
+        <uri>http://example/z</uri>
+      </binding>
+      <binding name="w">
+        <uri>http://example/v1</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="y">
+        <uri>http://example/y</uri>
+      </binding>
+      <binding name="w">
+        <uri>http://example/z</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

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

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.rq Thu Nov  3 17:32:36 2011
@@ -1,12 +1,12 @@
-PREFIX : <http://example/>
-PREFIX dir: <.>
-
-SELECT *
-{
-  GRAPH ?g
-  {
-    { ?x :p ?v }
-    UNION 
-    { ?y :q ?w}
-  }
-}
+PREFIX : <http://example/>
+PREFIX dir: <.>
+
+SELECT *
+{
+  GRAPH ?g
+  {
+    { ?x :p ?v }
+    UNION 
+    { ?y :q ?w}
+  }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-6.srx Thu Nov  3 17:32:36 2011
@@ -1,15 +1,15 @@
-<?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="v"/>
-    <variable name="y"/>
-    <variable name="w"/>
-    <variable name="g"/>
-  </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>
+    <variable name="x"/>
+    <variable name="v"/>
+    <variable name="y"/>
+    <variable name="w"/>
+    <variable name="g"/>
+  </head>
+  <results ordered="false" distinct="false">
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.rq Thu Nov  3 17:32:36 2011
@@ -1,12 +1,12 @@
-PREFIX : <http://example/>
-
-#Exclude ?g as it is location dependent.
-SELECT ?x ?y ?v ?w
-{
-    { ?x :p ?v }
-    UNION 
-    {
-       GRAPH ?g { ?y :q ?w}
-       FILTER (regex(str(?g), "data-1.ttl$"))
-    }
-}
+PREFIX : <http://example/>
+
+#Exclude ?g as it is location dependent.
+SELECT ?x ?y ?v ?w
+{
+    { ?x :p ?v }
+    UNION 
+    {
+       GRAPH ?g { ?y :q ?w}
+       FILTER (regex(str(?g), "data-1.ttl$"))
+    }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-7.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="x"/>
-    <variable name="y"/>
-    <variable name="v"/>
-    <variable name="w"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="y">
-        <uri>http://example/z</uri>
-      </binding>
-      <binding name="w">
-        <uri>http://example/v2</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="y">
-        <uri>http://example/z</uri>
-      </binding>
-      <binding name="w">
-        <uri>http://example/v1</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="y">
-        <uri>http://example/y</uri>
-      </binding>
-      <binding name="w">
-        <uri>http://example/z</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"/>
+    <variable name="y"/>
+    <variable name="v"/>
+    <variable name="w"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">4</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">3</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="y">
+        <uri>http://example/z</uri>
+      </binding>
+      <binding name="w">
+        <uri>http://example/v2</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="y">
+        <uri>http://example/z</uri>
+      </binding>
+      <binding name="w">
+        <uri>http://example/v1</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="y">
+        <uri>http://example/y</uri>
+      </binding>
+      <binding name="w">
+        <uri>http://example/z</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

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

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

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-PREFIX : <http://example/>
-
-SELECT *
-{
-  { ?x :p ?v . FILTER (?v = 1) }
-  UNION 
-  { ?z :q ?a . ?a :q ?v }
-}
+PREFIX : <http://example/>
+
+SELECT *
+{
+  { ?x :p ?v . FILTER (?v = 1) }
+  UNION 
+  { ?z :q ?a . ?a :q ?v }
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.srx?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Union/union-9.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="v"/>
-    <variable name="z"/>
-    <variable name="a"/>
-  </head>
-  <results ordered="false" distinct="false">
-    <result>
-      <binding name="x">
-        <uri>http://example/x</uri>
-      </binding>
-      <binding name="v">
-        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <uri>http://example/v2</uri>
-      </binding>
-      <binding name="z">
-        <uri>http://example/y</uri>
-      </binding>
-      <binding name="a">
-        <uri>http://example/z</uri>
-      </binding>
-    </result>
-    <result>
-      <binding name="v">
-        <uri>http://example/v1</uri>
-      </binding>
-      <binding name="z">
-        <uri>http://example/y</uri>
-      </binding>
-      <binding name="a">
-        <uri>http://example/z</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"/>
+    <variable name="v"/>
+    <variable name="z"/>
+    <variable name="a"/>
+  </head>
+  <results ordered="false" distinct="false">
+    <result>
+      <binding name="x">
+        <uri>http://example/x</uri>
+      </binding>
+      <binding name="v">
+        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <uri>http://example/v2</uri>
+      </binding>
+      <binding name="z">
+        <uri>http://example/y</uri>
+      </binding>
+      <binding name="a">
+        <uri>http://example/z</uri>
+      </binding>
+    </result>
+    <result>
+      <binding name="v">
+        <uri>http://example/v1</uri>
+      </binding>
+      <binding name="z">
+        <uri>http://example/y</uri>
+      </binding>
+      <binding name="a">
+        <uri>http://example/z</uri>
+      </binding>
+    </result>
+  </results>
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-0.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-0.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-0.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-0.n3 Thu Nov  3 17:32:36 2011
@@ -1,11 +1,11 @@
-# $Id: boolean-0.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix t: <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#> .
-
-# test values from http://www.w3.org/TR/xmlschema-2/#boolean
-t:fdigit	rdf:value	"0"^^xsd:boolean .
-t:ftext		rdf:value	"false"^^xsd:boolean .
-t:tdigit	rdf:value	"1"^^xsd:boolean .
-t:ttext		rdf:value	"true"^^xsd:boolean .
+# $Id: boolean-0.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix t: <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#> .
+
+# test values from http://www.w3.org/TR/xmlschema-2/#boolean
+t:fdigit	rdf:value	"0"^^xsd:boolean .
+t:ftext		rdf:value	"false"^^xsd:boolean .
+t:tdigit	rdf:value	"1"^^xsd:boolean .
+t:ttext		rdf:value	"true"^^xsd:boolean .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical-result.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical-result.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical-result.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical-result.n3 Thu Nov  3 17:32:36 2011
@@ -1,13 +1,13 @@
-# $Id: boolean-EBV-canonical-result.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "s" ;
-    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#ttext> ;
-                                rs:variable "s"
-                              ]
-                ] .
+# $Id: boolean-EBV-canonical-result.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "s" ;
+    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#ttext> ;
+                                rs:variable "s"
+                              ]
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-EBV-canonical.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-# Lexical form of EBV
-# $Id: boolean-EBV-canonical.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-SELECT ?s
- WHERE { ?s ?p ?o
-         FILTER ( str(TRUE || FALSE) = str(?o) ) }
+# Lexical form of EBV
+# $Id: boolean-EBV-canonical.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+SELECT ?s
+ WHERE { ?s ?p ?o
+         FILTER ( str(TRUE || FALSE) = str(?o) ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE-result.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE-result.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE-result.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE-result.n3 Thu Nov  3 17:32:36 2011
@@ -1,17 +1,17 @@
-# $Id: boolean-equiv-FALSE-result.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "one" ;
-    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#fdigit> ;
-                                rs:variable "one"
-                              ]
-                ] ;
-    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#ftext> ;
-                                rs:variable "one"
-                              ]
-                ] .
+# $Id: boolean-equiv-FALSE-result.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "one" ;
+    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#fdigit> ;
+                                rs:variable "one"
+                              ]
+                ] ;
+    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#ftext> ;
+                                rs:variable "one"
+                              ]
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-FALSE.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-# FALSE = legal boolean values
-# $Id: boolean-equiv-FALSE.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-SELECT ?one
- WHERE { ?one rdf:value ?oneL .
-         FILTER ( ?oneL = FALSE ) }
+# FALSE = legal boolean values
+# $Id: boolean-equiv-FALSE.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+SELECT ?one
+ WHERE { ?one rdf:value ?oneL .
+         FILTER ( ?oneL = FALSE ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE-result.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE-result.n3?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE-result.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE-result.n3 Thu Nov  3 17:32:36 2011
@@ -1,17 +1,17 @@
-# $Id: boolean-equiv-TRUE-result.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "one" ;
-    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#ttext> ;
-                                rs:variable "one"
-                              ]
-                ] ;
-    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#tdigit> ;
-                                rs:variable "one"
-                              ]
-                ] .
+# $Id: boolean-equiv-TRUE-result.n3,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "one" ;
+    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#ttext> ;
+                                rs:variable "one"
+                              ]
+                ] ;
+    rs:solution [ rs:binding  [ rs:value    <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/boolean-0#tdigit> ;
+                                rs:variable "one"
+                              ]
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/ValueTesting/boolean-equiv-TRUE.rq Thu Nov  3 17:32:36 2011
@@ -1,8 +1,8 @@
-# TRUE = legal boolean values
-# $Id: boolean-equiv-TRUE.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
-
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-SELECT ?one
- WHERE { ?one rdf:value ?oneL .
-         FILTER ( ?oneL = TRUE ) }
+# TRUE = legal boolean values
+# $Id: boolean-equiv-TRUE.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $
+
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
+SELECT ?one
+ WHERE { ?one rdf:value ?oneL .
+         FILTER ( ?oneL = TRUE ) }