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 [22/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/Sort/sort-result-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-1.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-1.ttl Thu Nov  3 17:32:36 2011
@@ -1,102 +1,102 @@
-@prefix :        <http://example/> .
-@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  "v" ;
-      rs:resultVariable  "index" ;
-      rs:resultVariable  "x" ;
-      rs:solution   [ rs:binding    [ rs:value      5 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      99 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      7 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      7
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :iri2 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      4 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      8 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:binding    [ rs:value      "abc"^^<http://www.w3.org/2001/XMLSchema#string> ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      8
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :iri1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      3 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      2 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      6 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:binding    [ rs:value      9999 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      6
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "index"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      1
-                    ] .
+@prefix :        <http://example/> .
+@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  "v" ;
+      rs:resultVariable  "index" ;
+      rs:resultVariable  "x" ;
+      rs:solution   [ rs:binding    [ rs:value      5 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      99 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      7 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      7
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :iri2 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      4 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      8 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:binding    [ rs:value      "abc"^^<http://www.w3.org/2001/XMLSchema#string> ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      8
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :iri1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      3 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      2 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      6 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:binding    [ rs:value      9999 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      6
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "index"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      1
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-2.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-2.ttl Thu Nov  3 17:32:36 2011
@@ -1,178 +1,178 @@
-@prefix :        <http://example/> .
-@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:resultVariable  "v" ;
-      rs:resultVariable  "x" ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"@en ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y2 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      10
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"^^xsd:string ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x6 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      21
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x3 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "xyz"@FR ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      17
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"^^xsd:integer ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x7 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      20
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :z3 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "1"^^xsd:decimal ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      6
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"@en ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x2 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      16
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"^^:unknown ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x8 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      19
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x4 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "xyz"@fr ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      18
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y7 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :y8 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      :abc ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x9 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"@EN ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y3 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      9
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y1 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      8
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:string ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y4 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      13
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :z2 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      01 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"@EN ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x5 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      15
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :z1 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      7
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :xyz ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x10 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"^^:unknown ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y6 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      11
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x1 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      14
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:integer ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y5 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      12
-                    ] .
+@prefix :        <http://example/> .
+@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:resultVariable  "v" ;
+      rs:resultVariable  "x" ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"@en ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y2 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      10
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"^^xsd:string ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x6 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      21
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x3 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "xyz"@FR ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      17
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"^^xsd:integer ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x7 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      20
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :z3 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "1"^^xsd:decimal ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      6
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"@en ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x2 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      16
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"^^:unknown ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x8 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      19
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x4 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "xyz"@fr ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      18
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y7 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :y8 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      :abc ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x9 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"@EN ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y3 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      9
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y1 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      8
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:string ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y4 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      13
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :z2 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      01 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"@EN ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x5 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      15
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :z1 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      7
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :xyz ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x10 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"^^:unknown ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y6 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      11
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x1 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      14
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:integer ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y5 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      12
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-3.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-3.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-3.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Sort/sort-result-3.ttl Thu Nov  3 17:32:36 2011
@@ -1,178 +1,178 @@
-@prefix :        <http://example/> .
-@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:resultVariable  "v" ;
-      rs:resultVariable  "x" ;
-      rs:solution   [ rs:binding    [ rs:value      :x7 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "xyz"^^xsd:integer ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      2
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y7 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      21
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x9 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      [ 
-                                                    ] ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      20
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :y6 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "abc"^^:unknown ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      11
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"^^:unknown ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x8 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      3
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"^^xsd:string ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x6 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      1
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz"@EN ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x5 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      7
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :z3 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "1"^^xsd:decimal ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      16
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x4 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "xyz"@fr ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      4
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :y1 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "abc" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      14
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "xyz" ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :x1 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      8
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:string ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y4 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      9
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:integer ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y5 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      10
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x3 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "xyz"@FR ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      5
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x10 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      :xyz ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      18
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :x2 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "xyz"@en ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      6
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :abc ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:binding    [ rs:value      :y8 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:index      19
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :z1 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      1 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      15
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :y3 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "abc"@EN ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      13
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :z2 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      01 ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      17
-                    ] ;
-      rs:solution   [ rs:binding    [ rs:value      :y2 ;
-                                      rs:variable   "x"
-                                    ] ;
-                      rs:binding    [ rs:value      "abc"@en ;
-                                      rs:variable   "v"
-                                    ] ;
-                      rs:index      12
-                    ] .
+@prefix :        <http://example/> .
+@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:resultVariable  "v" ;
+      rs:resultVariable  "x" ;
+      rs:solution   [ rs:binding    [ rs:value      :x7 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "xyz"^^xsd:integer ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      2
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y7 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      21
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x9 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      [ 
+                                                    ] ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      20
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :y6 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "abc"^^:unknown ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      11
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"^^:unknown ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x8 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      3
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"^^xsd:string ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x6 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      1
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz"@EN ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x5 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      7
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :z3 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "1"^^xsd:decimal ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      16
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x4 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "xyz"@fr ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      4
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :y1 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "abc" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      14
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "xyz" ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :x1 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      8
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:string ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y4 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      9
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      "abc"^^xsd:integer ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y5 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      10
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x3 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "xyz"@FR ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      5
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x10 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      :xyz ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      18
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :x2 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "xyz"@en ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      6
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :abc ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:binding    [ rs:value      :y8 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:index      19
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :z1 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      1 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      15
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :y3 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "abc"@EN ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      13
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :z2 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      01 ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      17
+                    ] ;
+      rs:solution   [ rs:binding    [ rs:value      :y2 ;
+                                      rs:variable   "x"
+                                    ] ;
+                      rs:binding    [ rs:value      "abc"@en ;
+                                      rs:variable   "v"
+                                    ] ;
+                      rs:index      12
+                    ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/exportToDAWG
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/exportToDAWG?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/exportToDAWG (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/exportToDAWG Thu Nov  3 17:32:36 2011
@@ -1,13 +1,13 @@
-#!/bin/bash
-
-DAWG=~/W3C/DataAccess/tests/data/SyntaxDev
-DIR=$(echo Syntax-SPARQL*)
-echo $DIR
-
-for d in $DIR
-do
-  (
-      cd $d
-      cp *.* $DAWG/$d
-  )
-  done
+#!/bin/bash
+
+DAWG=~/W3C/DataAccess/tests/data/SyntaxDev
+DIR=$(echo Syntax-SPARQL*)
+echo $DIR
+
+for d in $DIR
+do
+  (
+      cd $d
+      cp *.* $DAWG/$d
+  )
+  done

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/manifest-syntax.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/manifest-syntax.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/manifest-syntax.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/manifest-syntax.ttl Thu Nov  3 17:32:36 2011
@@ -1,20 +1,20 @@
-@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 "Syntax" ;
-    mfx:include (
-        <Syntax-SPARQL_10_1/manifest.ttl>
-        <Syntax-SPARQL_10_2/manifest.ttl>
-        <Syntax-SPARQL_10_3/manifest.ttl>
-        <Syntax-SPARQL_11/manifest.ttl>   ## SPARQL 1.1
-        <Syntax-SPARQL-Fed/manifest.ttl> 
-        <Syntax-ARQ/manifest.ttl>
-
-        ## SPARQL 1.1 Update
-        <Syntax-SPARQL-Update/manifest.ttl>
-        <Syntax-SPARQL-Update-2/manifest.ttl>
-    ) .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix 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 "Syntax" ;
+    mfx:include (
+        <Syntax-SPARQL_10_1/manifest.ttl>
+        <Syntax-SPARQL_10_2/manifest.ttl>
+        <Syntax-SPARQL_10_3/manifest.ttl>
+        <Syntax-SPARQL_11/manifest.ttl>   ## SPARQL 1.1
+        <Syntax-SPARQL-Fed/manifest.ttl> 
+        <Syntax-ARQ/manifest.ttl>
+
+        ## SPARQL 1.1 Update
+        <Syntax-SPARQL-Update/manifest.ttl>
+        <Syntax-SPARQL-Update-2/manifest.ttl>
+    ) .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/syn-reification.sh
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/syn-reification.sh?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/syn-reification.sh (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Syntax/syn-reification.sh Thu Nov  3 17:32:36 2011
@@ -1,72 +1,72 @@
-#!/bin/bash
-
-## Reification
-N=0
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
-SELECT *
-{ ?id << ?x ?y ?z >> }
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
-SELECT *
-{ << ?x ?y ?z >> }
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
-SELECT *
-{ [] << ?x ?y ?z >> }
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
-PREFIX : <http://example.org/ns#>
-SELECT * WHERE
-{  << ?s ?p ?o >> :p "" } # reification as subject
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
-PREFIX : <http://example.org/ns#>
-SELECT * WHERE
-{  << ?s ?p ?o >> :p << ?s ?p ?o >> } # reification as subject and object
-EOF
-
-## Mixed forms
-N=0
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
-SELECT *
-{ [ << ?x ?y ?z >> ] } # Same as [] << ?x ?y ?z >>
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
-CONSTRUCT { [] << ?s ?p ?o >> } WHERE { ?s ?p ?o }
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
-CONSTRUCT { [ << ?s ?p ?o >> ] } WHERE { ?s ?p ?o }
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
-CONSTRUCT { ?s ?p ?o } WHERE { [ << ?s ?p ?o >> ] }
-EOF
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
-# Not a common query
-CONSTRUCT { ?s ?p ?o } WHERE { ( [ << ?s ?p ?o >> ] ) }
-EOF
-
-
-# Silly but legal
-
-N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
-PREFIX : <http://example.org/ns#>
-SELECT *
-WHERE
-{
-  [] << (?s) [ :pp :qq ] << :s :p :o >> >> .
-  ( [ :p () ] ) . 
-  ( [ :p << ?s ?p ?o >> ] ) .  # reification-as-object
-  { ( [ << ?s ?p ?o >> ] ) } .
-  { ( [ << [:p :q ] << 1 2 3 >> [a [] ] >> ] ) } .
-}
-EOF
+#!/bin/bash
+
+## Reification
+N=0
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
+SELECT *
+{ ?id << ?x ?y ?z >> }
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
+SELECT *
+{ << ?x ?y ?z >> }
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
+SELECT *
+{ [] << ?x ?y ?z >> }
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
+PREFIX : <http://example.org/ns#>
+SELECT * WHERE
+{  << ?s ?p ?o >> :p "" } # reification as subject
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-reif-arq-" $N arq) <<EOF
+PREFIX : <http://example.org/ns#>
+SELECT * WHERE
+{  << ?s ?p ?o >> :p << ?s ?p ?o >> } # reification as subject and object
+EOF
+
+## Mixed forms
+N=0
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
+SELECT *
+{ [ << ?x ?y ?z >> ] } # Same as [] << ?x ?y ?z >>
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
+CONSTRUCT { [] << ?s ?p ?o >> } WHERE { ?s ?p ?o }
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
+CONSTRUCT { [ << ?s ?p ?o >> ] } WHERE { ?s ?p ?o }
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
+CONSTRUCT { ?s ?p ?o } WHERE { [ << ?s ?p ?o >> ] }
+EOF
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
+# Not a common query
+CONSTRUCT { ?s ?p ?o } WHERE { ( [ << ?s ?p ?o >> ] ) }
+EOF
+
+
+# Silly but legal
+
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-forms-arq-" $N arq) <<EOF
+PREFIX : <http://example.org/ns#>
+SELECT *
+WHERE
+{
+  [] << (?s) [ :pp :qq ] << :s :p :o >> >> .
+  ( [ :p () ] ) . 
+  ( [ :p << ?s ?p ?o >> ] ) .  # reification-as-object
+  { ( [ << ?s ?p ?o >> ] ) } .
+  { ( [ << [:p :q ] << 1 2 3 >> [a [] ] >> ] ) } .
+}
+EOF

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/false.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/false.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/false.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/false.ttl Thu Nov  3 17:32:36 2011
@@ -1,9 +1,9 @@
-# Simple false result to an ASK query.
-# $Id: false.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  "false"^^xsd:boolean .
+# Simple false result to an ASK query.
+# $Id: false.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  "false"^^xsd:boolean .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/manifest.ttl?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/manifest.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/manifest.ttl Thu Nov  3 17:32:36 2011
@@ -1,314 +1,314 @@
-# $Id: manifest.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 rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dawgt:   <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .
-@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:comment "Type Promotion Tests" ;
-    mf:entries
-    (
-     [  mf:name    "tP-double-double" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-double-double.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-double-float" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-double-float.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-double-decimal" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-double-decimal.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-float-float" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-float-float.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-float-decimal" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-float-decimal.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-decimal-decimal" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-decimal-decimal.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-integer-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-integer-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-nonPositiveInteger-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-nonPositiveInteger-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-negativeInteger-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-negativeInteger-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-long-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-long-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-int-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-int-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-byte-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-byte-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-nonNegativeInteger-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-nonNegativeInteger-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-unsignedLong-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-unsignedLong-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-unsignedInt-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-unsignedInt-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-unsignedShort-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-unsignedShort-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-unsignedByte-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-unsignedByte-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-positiveInteger-short" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-positiveInteger-short.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-double" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-double.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-float" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-float.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-decimal" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-decimal.rq> ] ;
-        mf:result  <true.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-short-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-short-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-byte-short-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-byte-short-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-long-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-long-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-int-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-int-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-short-byte-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-short-byte-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-double-float-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-double-float-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-double-decimal-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-double-decimal-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-     [  mf:name    "tP-float-decimal-fail" ;
-        rdfs:comment
-            "Positive test: product of type promotion within the xsd:decimal type tree." ;
-        mf:action
-            [ qt:data   <tP.ttl> ;
-              qt:query  <tP-float-decimal-fail.rq> ] ;
-        mf:result  <false.ttl> ;
-        dawgt:approval dawgt:NotApproved
-      ]
-
-    # End of tests
-   ).
+# $Id: manifest.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 rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dawgt:   <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .
+@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:comment "Type Promotion Tests" ;
+    mf:entries
+    (
+     [  mf:name    "tP-double-double" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-double-double.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-double-float" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-double-float.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-double-decimal" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-double-decimal.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-float-float" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-float-float.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-float-decimal" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-float-decimal.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-decimal-decimal" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-decimal-decimal.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-integer-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-integer-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-nonPositiveInteger-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-nonPositiveInteger-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-negativeInteger-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-negativeInteger-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-long-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-long-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-int-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-int-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-byte-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-byte-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-nonNegativeInteger-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-nonNegativeInteger-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-unsignedLong-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-unsignedLong-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-unsignedInt-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-unsignedInt-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-unsignedShort-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-unsignedShort-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-unsignedByte-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-unsignedByte-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-positiveInteger-short" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-positiveInteger-short.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-double" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-double.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-float" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-float.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-decimal" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-decimal.rq> ] ;
+        mf:result  <true.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-short-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-short-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-byte-short-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-byte-short-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-long-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-long-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-int-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-int-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-short-byte-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-short-byte-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-double-float-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-double-float-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-double-decimal-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-double-decimal-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+     [  mf:name    "tP-float-decimal-fail" ;
+        rdfs:comment
+            "Positive test: product of type promotion within the xsd:decimal type tree." ;
+        mf:action
+            [ qt:data   <tP.ttl> ;
+              qt:query  <tP-float-decimal-fail.rq> ] ;
+        mf:result  <false.ttl> ;
+        dawgt:approval dawgt:NotApproved
+      ]
+
+    # End of tests
+   ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-short-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-short-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-short-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-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-byte-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:byte1 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-byte-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:byte1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:short ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-short.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-short.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-short.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-byte-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-byte-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:byte1 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-byte-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:byte1 rdf:value ?l .
+         t:short1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:integer ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-decimal-decimal.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-decimal-decimal.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-decimal-decimal.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-decimal-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-decimal-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:decimal1 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-decimal-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:decimal1 rdf:value ?l .
+         t:decimal1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:decimal ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-decimal-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-decimal-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-decimal-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-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-double-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:double1 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-double-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:double1 rdf:value ?l .
+         t:decimal1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:decimal ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-decimal.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-decimal.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-decimal.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-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-double-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:double1 rdf:value ?l .
-         t:decimal1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:double ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-double-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:double1 rdf:value ?l .
+         t:decimal1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:double ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-double.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-double.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-double.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-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-double-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:double1 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-double-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:double1 rdf:value ?l .
+         t:double1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:double ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float-fail.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float-fail.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float-fail.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float-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-double-float-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:double1 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-double-float-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:double1 rdf:value ?l .
+         t:float1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:float ) }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float.rq?rev=1197234&r1=1197233&r2=1197234&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-float.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ARQ/TypePromotion/tP-double-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-double-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:double1 rdf:value ?l .
-         t:float1 rdf:value ?r .
-         FILTER ( datatype(?l + ?r) = xsd:double ) }
+# Positive test: product of type promotion within the xsd:decimal type tree.
+# $Id: tP-double-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:double1 rdf:value ?l .
+         t:float1 rdf:value ?r .
+         FILTER ( datatype(?l + ?r) = xsd:double ) }