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 2012/10/08 21:12:50 UTC

svn commit: r1395728 [2/3] - in /jena/trunk/jena-sdb: ./ Old/ Patches/ Reports/ Store/ bin/ bin2/ resources/ testing/Algebra/ testing/Assembler/ testing/BasicPatterns/ testing/Data/ testing/Expressions/ testing/General/ testing/Graph/ testing/Integrati...

Modified: jena/trunk/jena-sdb/testing/General/manifest.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/manifest.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/manifest.ttl (original)
+++ jena/trunk/jena-sdb/testing/General/manifest.ttl Mon Oct  8 19:12:43 2012
@@ -13,66 +13,66 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@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 "General tests" ;
-    mf:entries
-    ( 
-       [  mf:name   "Term-01" ;
-          mf:action [ qt:query <term-01.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-02 - plain string" ;
-          mf:action [ qt:query <term-02.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-03" ;
-          mf:action [ qt:query <term-03.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-04" ;
-          mf:action [ qt:query <term-04.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-05 - unknown type" ;
-          mf:action [ qt:query <term-05.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-06" ;
-          mf:action [ qt:query <term-06.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-07" ;
-          mf:action [ qt:query <term-07.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-08" ;
-          mf:action [ qt:query <term-08.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-09" ;
-          mf:action [ qt:query <term-09.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-10" ;
-          mf:action [ qt:query <term-10.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-11" ;
-          mf:action [ qt:query <term-11.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Term-12" ;
-          mf:action [ qt:query <term-12.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-
-       [  mf:name   "Vars-1" ;
-          mf:action [ qt:query <vars-1.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Vars-2" ;
-          mf:action [ qt:query <vars-2.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Vars-3" ;
-          mf:action [ qt:query <vars-3.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Vars-4" ;
-          mf:action [ qt:query <vars-4.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Vars-5" ;
-          mf:action [ qt:query <vars-5.rq> ; qt:data <data-1.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 "General tests" ;
+    mf:entries
+    ( 
+       [  mf:name   "Term-01" ;
+          mf:action [ qt:query <term-01.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-02 - plain string" ;
+          mf:action [ qt:query <term-02.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-03" ;
+          mf:action [ qt:query <term-03.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-04" ;
+          mf:action [ qt:query <term-04.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-05 - unknown type" ;
+          mf:action [ qt:query <term-05.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-06" ;
+          mf:action [ qt:query <term-06.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-07" ;
+          mf:action [ qt:query <term-07.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-08" ;
+          mf:action [ qt:query <term-08.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-09" ;
+          mf:action [ qt:query <term-09.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-10" ;
+          mf:action [ qt:query <term-10.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-11" ;
+          mf:action [ qt:query <term-11.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Term-12" ;
+          mf:action [ qt:query <term-12.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+
+       [  mf:name   "Vars-1" ;
+          mf:action [ qt:query <vars-1.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Vars-2" ;
+          mf:action [ qt:query <vars-2.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Vars-3" ;
+          mf:action [ qt:query <vars-3.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Vars-4" ;
+          mf:action [ qt:query <vars-4.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Vars-5" ;
+          mf:action [ qt:query <vars-5.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+    ).

Modified: jena/trunk/jena-sdb/testing/General/term-01.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-01.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-01.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-01.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT * { ?s ?p ?o }
+SELECT * { ?s ?p ?o }

Modified: jena/trunk/jena-sdb/testing/General/term-02.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-02.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-02.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-02.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX  :      <http://example/>
-
-SELECT  *
-WHERE { ?x  ?p "string" }
+PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX  :      <http://example/>
+
+SELECT  *
+WHERE { ?x  ?p "string" }

Modified: jena/trunk/jena-sdb/testing/General/term-03.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-03.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-03.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-03.rq Mon Oct  8 19:12:43 2012
@@ -1,6 +1,6 @@
-PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX  :      <http://example/>
-
-SELECT  *
-WHERE { ?x  ?p "string"@en }
-
+PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX  :      <http://example/>
+
+SELECT  *
+WHERE { ?x  ?p "string"@en }
+

Modified: jena/trunk/jena-sdb/testing/General/term-04.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-04.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-04.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-04.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX  :      <http://example/>
-
-SELECT  *
-WHERE { ?x  ?p "string"^^xsd:string }
+PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX  :      <http://example/>
+
+SELECT  *
+WHERE { ?x  ?p "string"^^xsd:string }

Modified: jena/trunk/jena-sdb/testing/General/term-05.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-05.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-05.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-05.rq Mon Oct  8 19:12:43 2012
@@ -1,6 +1,6 @@
-PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX  :       <http://example/>
-PREFIX  ex:     <http://example/ns#>
-
-SELECT  *
-WHERE { ?x  ?p "unknown"^^ex:type1 }
+PREFIX  xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX  :       <http://example/>
+PREFIX  ex:     <http://example/ns#>
+
+SELECT  *
+WHERE { ?x  ?p "unknown"^^ex:type1 }

Modified: jena/trunk/jena-sdb/testing/General/term-06.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-06.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-06.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-06.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT * { ?s ?p 'double " quote' }
+SELECT * { ?s ?p 'double " quote' }

Modified: jena/trunk/jena-sdb/testing/General/term-07.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-07.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-07.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-07.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT * { ?s ?p "single ' quote" }
+SELECT * { ?s ?p "single ' quote" }

Modified: jena/trunk/jena-sdb/testing/General/term-08.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-08.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-08.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-08.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT * { ?s ?p "" }
+SELECT * { ?s ?p "" }

Modified: jena/trunk/jena-sdb/testing/General/term-09.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/term-09.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/term-09.rq (original)
+++ jena/trunk/jena-sdb/testing/General/term-09.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT * { ?s ?p ""@en }
+SELECT * { ?s ?p ""@en }

Modified: jena/trunk/jena-sdb/testing/General/vars-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/vars-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/vars-1.rq (original)
+++ jena/trunk/jena-sdb/testing/General/vars-1.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT ?s { ?s ?p ?o }
+SELECT ?s { ?s ?p ?o }

Modified: jena/trunk/jena-sdb/testing/General/vars-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/vars-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/vars-2.rq (original)
+++ jena/trunk/jena-sdb/testing/General/vars-2.rq Mon Oct  8 19:12:43 2012
@@ -1,4 +1,4 @@
-# Unreferenced variable in SELECT
-
-SELECT ?s ?z { ?s ?p ?o }
-
+# Unreferenced variable in SELECT
+
+SELECT ?s ?z { ?s ?p ?o }
+

Modified: jena/trunk/jena-sdb/testing/General/vars-3.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/vars-3.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/vars-3.rq (original)
+++ jena/trunk/jena-sdb/testing/General/vars-3.rq Mon Oct  8 19:12:43 2012
@@ -1,3 +1,3 @@
-# Blank node in query pattern
-
-SELECT * { ?s ?p _:b }
+# Blank node in query pattern
+
+SELECT * { ?s ?p _:b }

Modified: jena/trunk/jena-sdb/testing/General/vars-4.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/vars-4.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/vars-4.rq (original)
+++ jena/trunk/jena-sdb/testing/General/vars-4.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-# ?x and ?X are different SPARQL variables
-
-SELECT ?x ?X { ?x :p1 ?X }
+PREFIX : <http://example/>
+
+# ?x and ?X are different SPARQL variables
+
+SELECT ?x ?X { ?x :p1 ?X }

Modified: jena/trunk/jena-sdb/testing/General/vars-5.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/General/vars-5.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/General/vars-5.rq (original)
+++ jena/trunk/jena-sdb/testing/General/vars-5.rq Mon Oct  8 19:12:43 2012
@@ -1,3 +1,3 @@
-PREFIX : <http://example/>
-
-SELECT ?x_1 ?X_1 { ?x_1 :p1 ?X_1 }
+PREFIX : <http://example/>
+
+SELECT ?x_1 ?X_1 { ?x_1 :p1 ?X_1 }

Modified: jena/trunk/jena-sdb/testing/Graph/data-1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Graph/data-1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Graph/data-1.ttl (original)
+++ jena/trunk/jena-sdb/testing/Graph/data-1.ttl Mon Oct  8 19:12:43 2012
@@ -1,3 +1,3 @@
-@prefix : <http://example/> .
-
-:x :p 1 .
+@prefix : <http://example/> .
+
+:x :p 1 .

Modified: jena/trunk/jena-sdb/testing/Graph/data-2.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Graph/data-2.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Graph/data-2.ttl (original)
+++ jena/trunk/jena-sdb/testing/Graph/data-2.ttl Mon Oct  8 19:12:43 2012
@@ -1,4 +1,4 @@
-@prefix : <http://example/> .
-
-:z :p 100 .
-:z :p 200 .
+@prefix : <http://example/> .
+
+:z :p 100 .
+:z :p 200 .

Modified: jena/trunk/jena-sdb/testing/Graph/manifest.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Graph/manifest.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Graph/manifest.ttl (original)
+++ jena/trunk/jena-sdb/testing/Graph/manifest.ttl Mon Oct  8 19:12:43 2012
@@ -13,51 +13,51 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@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 "Quads" ;
-    mf:entries
-    ( 
-
-      [  mf:name    "Quads-1" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <quad-1.rq> ;
-              qt:data   <data-1.ttl> ;
-              qt:graphData   <data-2.ttl> ;
-            ] ;
-      ]
-
-      [  mf:name    "Quads-2" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <quad-2.rq> ;
-              qt:data   <data-1.ttl> ;
-              qt:graphData   <data-2.ttl> ;
-            ] ;
-      ]
-
-      [  mf:name    "Quads-2a" ;
-         rdf:type   mfx:TestQuery ; 
-         mf:action
-            [ qt:query  <quad-2.rq> ;
-              qt:data   <data-2.ttl> ;
-              qt:graphData   <data-1.ttl> ;
-            ] ;
-      ]
-
-##       [  mf:name    "Quads-3" ;
-##          rdf:type   mfx:TestQuery ; 
-##          mf:action
-##             [ qt:query  <quad-3.rq> ;
-##               qt:data   <data-2.ttl> ;
-##               qt:graphData   <data-1.ttl> ;
-##               qt:graphData   <data-2.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 "Quads" ;
+    mf:entries
+    ( 
+
+      [  mf:name    "Quads-1" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <quad-1.rq> ;
+              qt:data   <data-1.ttl> ;
+              qt:graphData   <data-2.ttl> ;
+            ] ;
+      ]
+
+      [  mf:name    "Quads-2" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <quad-2.rq> ;
+              qt:data   <data-1.ttl> ;
+              qt:graphData   <data-2.ttl> ;
+            ] ;
+      ]
+
+      [  mf:name    "Quads-2a" ;
+         rdf:type   mfx:TestQuery ; 
+         mf:action
+            [ qt:query  <quad-2.rq> ;
+              qt:data   <data-2.ttl> ;
+              qt:graphData   <data-1.ttl> ;
+            ] ;
+      ]
+
+##       [  mf:name    "Quads-3" ;
+##          rdf:type   mfx:TestQuery ; 
+##          mf:action
+##             [ qt:query  <quad-3.rq> ;
+##               qt:data   <data-2.ttl> ;
+##               qt:graphData   <data-1.ttl> ;
+##               qt:graphData   <data-2.ttl> ;
+##             ] ;
+##       ]
+    ).

Modified: jena/trunk/jena-sdb/testing/Graph/quad-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Graph/quad-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Graph/quad-1.rq (original)
+++ jena/trunk/jena-sdb/testing/Graph/quad-1.rq Mon Oct  8 19:12:43 2012
@@ -1,4 +1,4 @@
-PREFIX : <http://example/>
-
-SELECT * { ?s ?p ?o }
-
+PREFIX : <http://example/>
+
+SELECT * { ?s ?p ?o }
+

Modified: jena/trunk/jena-sdb/testing/Graph/quad-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Graph/quad-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Graph/quad-2.rq (original)
+++ jena/trunk/jena-sdb/testing/Graph/quad-2.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT * { GRAPH ?g { ?s ?p ?o } }
-
-
+PREFIX : <http://example/>
+
+SELECT * { GRAPH ?g { ?s ?p ?o } }
+
+

Modified: jena/trunk/jena-sdb/testing/Graph/quad-3.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Graph/quad-3.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Graph/quad-3.rq (original)
+++ jena/trunk/jena-sdb/testing/Graph/quad-3.rq Mon Oct  8 19:12:43 2012
@@ -1 +1 @@
-SELECT * { GRAPH ?g {} }
+SELECT * { GRAPH ?g {} }

Modified: jena/trunk/jena-sdb/testing/Integration/data.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Integration/data.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Integration/data.ttl (original)
+++ jena/trunk/jena-sdb/testing/Integration/data.ttl Mon Oct  8 19:12:43 2012
@@ -1,18 +1,18 @@
-@prefix : <http://example/> .
-
-:x :p 1 .
-:x :p 2 .
-:x :p 3 .
-
-:x :p :a .
-:x :p :b .
-:x :p :z .
-
-:a :q1 :z1 .
-:a :q2 :z2 .
-
-:b :q1 :z1 .
-
-:z :p1 "abc" .
-:z :p2 "def" .
-:z :p3 "g" .
+@prefix : <http://example/> .
+
+:x :p 1 .
+:x :p 2 .
+:x :p 3 .
+
+:x :p :a .
+:x :p :b .
+:x :p :z .
+
+:a :q1 :z1 .
+:a :q2 :z2 .
+
+:b :q1 :z1 .
+
+:z :p1 "abc" .
+:z :p2 "def" .
+:z :p3 "g" .

Modified: jena/trunk/jena-sdb/testing/Integration/integrate-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Integration/integrate-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Integration/integrate-1.rq (original)
+++ jena/trunk/jena-sdb/testing/Integration/integrate-1.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT *
-WHERE 
- { { :x :p ?v } UNION { :a :q1 ?v } }
+PREFIX : <http://example/>
+
+SELECT *
+WHERE 
+ { { :x :p ?v } UNION { :a :q1 ?v } }

Modified: jena/trunk/jena-sdb/testing/Integration/integrate-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Integration/integrate-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Integration/integrate-2.rq (original)
+++ jena/trunk/jena-sdb/testing/Integration/integrate-2.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT *
-WHERE 
+PREFIX : <http://example/>
+
+SELECT *
+WHERE 
  { { :x :p ?v1 } UNION { :a :q2 ?v2 } }
\ No newline at end of file

Modified: jena/trunk/jena-sdb/testing/Integration/integrate-3.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Integration/integrate-3.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Integration/integrate-3.rq (original)
+++ jena/trunk/jena-sdb/testing/Integration/integrate-3.rq Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-PREFIX : <http://example/>
-
-SELECT *
-WHERE 
- { { :x :p ?v 
-     OPTIONAL { ?v :p1 ?w }
-   }
-   UNION 
-   { :a :q1 ?v } }
+PREFIX : <http://example/>
+
+SELECT *
+WHERE 
+ { { :x :p ?v 
+     OPTIONAL { ?v :p1 ?w }
+   }
+   UNION 
+   { :a :q1 ?v } }

Modified: jena/trunk/jena-sdb/testing/Integration/integrate-4.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Integration/integrate-4.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Integration/integrate-4.rq (original)
+++ jena/trunk/jena-sdb/testing/Integration/integrate-4.rq Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-PREFIX : <http://example/>
-
-SELECT ?z
-WHERE 
-{
-   :x :p ?z  .
-   ?z :p1 ?w .
-}
-ORDER BY ?w
+PREFIX : <http://example/>
+
+SELECT ?z
+WHERE 
+{
+   :x :p ?z  .
+   ?z :p1 ?w .
+}
+ORDER BY ?w

Modified: jena/trunk/jena-sdb/testing/Integration/manifest.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Integration/manifest.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Integration/manifest.ttl (original)
+++ jena/trunk/jena-sdb/testing/Integration/manifest.ttl Mon Oct  8 19:12:43 2012
@@ -13,30 +13,30 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@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 "Integration" ;
-    mf:entries
-    ( 
-       [  mf:name    "Partially optimized - 1" ;
-          mf:action 
-            [ qt:query <integrate-1.rq> ; qt:data <data.ttl> ] ;
-       ]
-       [  mf:name    "Partially optimized - 2" ;
-          mf:action
-            [ qt:query <integrate-2.rq> ; qt:data <data.ttl> ] ;
-       ]
-       [  mf:name    "Partially optimized - 3" ;
-          mf:action
-            [ qt:query <integrate-3.rq> ; qt:data <data.ttl> ] ;
-       ]
-       [  mf:name    "Partially optimized - 4" ;
-          mf:action
-            [ qt:query <integrate-4.rq> ; qt:data <data.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 "Integration" ;
+    mf:entries
+    ( 
+       [  mf:name    "Partially optimized - 1" ;
+          mf:action 
+            [ qt:query <integrate-1.rq> ; qt:data <data.ttl> ] ;
+       ]
+       [  mf:name    "Partially optimized - 2" ;
+          mf:action
+            [ qt:query <integrate-2.rq> ; qt:data <data.ttl> ] ;
+       ]
+       [  mf:name    "Partially optimized - 3" ;
+          mf:action
+            [ qt:query <integrate-3.rq> ; qt:data <data.ttl> ] ;
+       ]
+       [  mf:name    "Partially optimized - 4" ;
+          mf:action
+            [ qt:query <integrate-4.rq> ; qt:data <data.ttl> ] ;
+       ]
+    ).

Modified: jena/trunk/jena-sdb/testing/Modifiers/data-1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/data-1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/data-1.ttl (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/data-1.ttl Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-@prefix : <http://example/> .
-
-:x1 :p 1 .
-:x2 :p 2 .
-:x3 :p 3 .
-:x4 :p 4 .
-:x5 :p 5 .
-:x6 :p 6 .
-:x7 :p 7 .
+@prefix : <http://example/> .
+
+:x1 :p 1 .
+:x2 :p 2 .
+:x3 :p 3 .
+:x4 :p 4 .
+:x5 :p 5 .
+:x6 :p 6 .
+:x7 :p 7 .

Modified: jena/trunk/jena-sdb/testing/Modifiers/distinct-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/distinct-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/distinct-1.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/distinct-1.rq Mon Oct  8 19:12:43 2012
@@ -1,4 +1,4 @@
-PREFIX : <http://example/>
-
-SELECT DISTINCT ?v 
-{ ?x ?p ?v }
+PREFIX : <http://example/>
+
+SELECT DISTINCT ?v 
+{ ?x ?p ?v }

Modified: jena/trunk/jena-sdb/testing/Modifiers/distinct-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/distinct-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/distinct-2.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/distinct-2.rq Mon Oct  8 19:12:43 2012
@@ -1,6 +1,6 @@
-PREFIX : <http://example/>
-
-SELECT DISTINCT ?v 
-{ ?x :p ?v .
-  ?y :q ?w .    # Cross product
-}
+PREFIX : <http://example/>
+
+SELECT DISTINCT ?v 
+{ ?x :p ?v .
+  ?y :q ?w .    # Cross product
+}

Modified: jena/trunk/jena-sdb/testing/Modifiers/manifest.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/manifest.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/manifest.ttl (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/manifest.ttl Mon Oct  8 19:12:43 2012
@@ -13,48 +13,48 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@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 "Modifiers" ;
-    mf:entries
-    ( 
-       [  mf:name   "Slice 1" ;
-          mf:action [ qt:query <slice-1.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Slice 2" ;
-          mf:action [ qt:query <slice-2.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Slice 3" ;
-          mf:action [ qt:query <slice-3.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Slice 4" ;
-          mf:action [ qt:query <slice-4.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Slice 5" ;
-          mf:action [ qt:query <slice-5.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Slice 6" ;
-          mf:action [ qt:query <slice-6.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-## Order of results is not fixed so not stable.
-##        [  mf:name   "Slice 7" ;
-##           mf:action [ qt:query <slice-7.rq> ; qt:data <data-1.ttl> ] ;
-##        ]
-##        [  mf:name   "Slice 8" ;
-##           mf:action [ qt:query <slice-8.rq> ; qt:data <data-1.ttl> ] ;
-##        ]
-##        [  mf:name   "Slice 9" ;
-##           mf:action [ qt:query <slice-9.rq> ; qt:data <data-1.ttl> ] ;
-##        ]
-       [  mf:name   "Distinct 1" ;
-          mf:action [ qt:query <distinct-1.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name   "Distinct 2" ;
-          mf:action [ qt:query <distinct-2.rq> ; qt:data <data-1.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 "Modifiers" ;
+    mf:entries
+    ( 
+       [  mf:name   "Slice 1" ;
+          mf:action [ qt:query <slice-1.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Slice 2" ;
+          mf:action [ qt:query <slice-2.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Slice 3" ;
+          mf:action [ qt:query <slice-3.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Slice 4" ;
+          mf:action [ qt:query <slice-4.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Slice 5" ;
+          mf:action [ qt:query <slice-5.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Slice 6" ;
+          mf:action [ qt:query <slice-6.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+## Order of results is not fixed so not stable.
+##        [  mf:name   "Slice 7" ;
+##           mf:action [ qt:query <slice-7.rq> ; qt:data <data-1.ttl> ] ;
+##        ]
+##        [  mf:name   "Slice 8" ;
+##           mf:action [ qt:query <slice-8.rq> ; qt:data <data-1.ttl> ] ;
+##        ]
+##        [  mf:name   "Slice 9" ;
+##           mf:action [ qt:query <slice-9.rq> ; qt:data <data-1.ttl> ] ;
+##        ]
+       [  mf:name   "Distinct 1" ;
+          mf:action [ qt:query <distinct-1.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name   "Distinct 2" ;
+          mf:action [ qt:query <distinct-2.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+    ).

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-1.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-1.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x ?p ?v }
-LIMIT 3
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x ?p ?v }
+LIMIT 3

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-2.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-2.rq Mon Oct  8 19:12:43 2012
@@ -1,8 +1,8 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ 
-  ?x :p ?v .
-  :x ?p ?v 
-}
-LIMIT 3
+PREFIX : <http://example/>
+
+SELECT ?p
+{ 
+  ?x :p ?v .
+  :x ?p ?v 
+}
+LIMIT 3

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-3.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-3.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-3.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-3.rq Mon Oct  8 19:12:43 2012
@@ -1,6 +1,6 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x ?p ?v }
-OFFSET 2
-
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x ?p ?v }
+OFFSET 2
+

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-4.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-4.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-4.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-4.rq Mon Oct  8 19:12:43 2012
@@ -1,7 +1,7 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x :p ?v . ?x ?p ?v .
-}
-OFFSET 3
-LIMIT 1
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x :p ?v . ?x ?p ?v .
+}
+OFFSET 3
+LIMIT 1

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-5.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-5.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-5.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-5.rq Mon Oct  8 19:12:43 2012
@@ -1,7 +1,7 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x ?p ?v .
-}
-OFFSET 3
-LIMIT 100
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x ?p ?v .
+}
+OFFSET 3
+LIMIT 100

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-6.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-6.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-6.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-6.rq Mon Oct  8 19:12:43 2012
@@ -1,6 +1,6 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x ?p ?v . }
-OFFSET 300
-LIMIT 2
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x ?p ?v . }
+OFFSET 300
+LIMIT 2

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-7.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-7.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-7.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-7.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT ?p
-{ ?x ?p ?v . ?x ?p ?v }
+PREFIX : <http://example/>
+
+SELECT ?p
+{ ?x ?p ?v . ?x ?p ?v }
 OFFSET 2
\ No newline at end of file

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-8.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-8.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-8.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-8.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT *
-{ ?x ?p ?v . ?x ?p ?v }
+PREFIX : <http://example/>
+
+SELECT *
+{ ?x ?p ?v . ?x ?p ?v }
 OFFSET 2
\ No newline at end of file

Modified: jena/trunk/jena-sdb/testing/Modifiers/slice-9.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Modifiers/slice-9.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Modifiers/slice-9.rq (original)
+++ jena/trunk/jena-sdb/testing/Modifiers/slice-9.rq Mon Oct  8 19:12:43 2012
@@ -1,5 +1,5 @@
-PREFIX : <http://example/>
-
-SELECT *
-{ ?x ?p ?v }
-LIMIT 3
+PREFIX : <http://example/>
+
+SELECT *
+{ ?x ?p ?v }
+LIMIT 3

Modified: jena/trunk/jena-sdb/testing/Optionals1/data-1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/data-1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/data-1.ttl (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/data-1.ttl Mon Oct  8 19:12:43 2012
@@ -1,15 +1,15 @@
-@prefix : <http://example/> .
-
-:x :p 1 .
-:x :p 2 .
-:x :p 3 .
-
-:x :p :a .
-:x :p :b .
-
-:a :q1 :z1 .
-:a :q2 :z2 .
-
-:b :q1 :z1 .
-
-:z :p "abc" .
+@prefix : <http://example/> .
+
+:x :p 1 .
+:x :p 2 .
+:x :p 3 .
+
+:x :p :a .
+:x :p :b .
+
+:a :q1 :z1 .
+:a :q2 :z2 .
+
+:b :q1 :z1 .
+
+:z :p "abc" .

Modified: jena/trunk/jena-sdb/testing/Optionals1/data-2.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/data-2.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/data-2.ttl (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/data-2.ttl Mon Oct  8 19:12:43 2012
@@ -1,16 +1,16 @@
-@prefix : <http://example/> .
-
-:x :p :a .
-:x :p :b .
-:x :p :c .
-
-:a :q1 :z11 .
-:a :q1 :z12 .
-
-:a :q2 :z21 .
-:a :q2 :z22 .
-
-:b :q2 :y21 .
-:b :q2 :y22 .
-
+@prefix : <http://example/> .
+
+:x :p :a .
+:x :p :b .
+:x :p :c .
+
+:a :q1 :z11 .
+:a :q1 :z12 .
+
+:a :q2 :z21 .
+:a :q2 :z22 .
+
+:b :q2 :y21 .
+:b :q2 :y22 .
+
 :c :r  :rr .
\ No newline at end of file

Modified: jena/trunk/jena-sdb/testing/Optionals1/manifest.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/manifest.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/manifest.ttl (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/manifest.ttl Mon Oct  8 19:12:43 2012
@@ -13,35 +13,35 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@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 "Optionals - set 1" ;
-    mf:entries
-    ( 
-       [  mf:name    "Optional - 1" ;
-          mf:action [ qt:query <opt-1.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name    "Optional - 2" ;
-          mf:action [ qt:query <opt-2.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name    "Optional - 3" ;
-          mf:action [ qt:query <opt-3.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name    "Optional - 4" ;
-          mf:action [ qt:query <opt-4.rq> ; qt:data <data-1.ttl> ] ;
-       ]
-       [  mf:name    "Coalesce - 1" ;
-          mf:action [ qt:query <opt-coalesce-1.rq> ; qt:data <data-2.ttl> ] ;
-       ]
-       [  mf:name    "Coalesce - 2" ;
-          mf:action [ qt:query <opt-coalesce-2.rq> ; qt:data <data-2.ttl> ] ;
-       ]
-       [  mf:name    "Coalesce - 3" ;
-          mf:action [ qt:query <opt-coalesce-3.rq> ; qt:data <data-2.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 "Optionals - set 1" ;
+    mf:entries
+    ( 
+       [  mf:name    "Optional - 1" ;
+          mf:action [ qt:query <opt-1.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name    "Optional - 2" ;
+          mf:action [ qt:query <opt-2.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name    "Optional - 3" ;
+          mf:action [ qt:query <opt-3.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name    "Optional - 4" ;
+          mf:action [ qt:query <opt-4.rq> ; qt:data <data-1.ttl> ] ;
+       ]
+       [  mf:name    "Coalesce - 1" ;
+          mf:action [ qt:query <opt-coalesce-1.rq> ; qt:data <data-2.ttl> ] ;
+       ]
+       [  mf:name    "Coalesce - 2" ;
+          mf:action [ qt:query <opt-coalesce-2.rq> ; qt:data <data-2.ttl> ] ;
+       ]
+       [  mf:name    "Coalesce - 3" ;
+          mf:action [ qt:query <opt-coalesce-3.rq> ; qt:data <data-2.ttl> ] ;
+       ]
+    ).

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-1.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-1.rq Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-# single triple pattern, single optional
-PREFIX : <http://example/>
-
-SELECT * WHERE
-{ 
-    ?x :p 1 .
-    OPTIONAL { ?x :q1 ?v }
-}
-
+# single triple pattern, single optional
+PREFIX : <http://example/>
+
+SELECT * WHERE
+{ 
+    ?x :p 1 .
+    OPTIONAL { ?x :q1 ?v }
+}
+

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-2.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-2.rq Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-# single triple pattern, single optional
-PREFIX : <http://example/>
-
-SELECT * WHERE
-{ 
-    ?x :p 1 .
-    OPTIONAL { ?x :noSuchProp ?v }
-}
-
+# single triple pattern, single optional
+PREFIX : <http://example/>
+
+SELECT * WHERE
+{ 
+    ?x :p 1 .
+    OPTIONAL { ?x :noSuchProp ?v }
+}
+

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-3.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-3.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-3.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-3.rq Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-# single triple pattern, block optional 
-PREFIX : <http://example/>
-
-SELECT * WHERE
-{ 
-    ?x :p 1 .
-    OPTIONAL { ?x :p ?a . ?a :q1 ?v .}
-}
-
+# single triple pattern, block optional 
+PREFIX : <http://example/>
+
+SELECT * WHERE
+{ 
+    ?x :p 1 .
+    OPTIONAL { ?x :p ?a . ?a :q1 ?v .}
+}
+

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-4.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-4.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-4.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-4.rq Mon Oct  8 19:12:43 2012
@@ -1,15 +1,15 @@
-# single triple pattern, block optional 
-PREFIX : <http://example/>
-
-SELECT * WHERE
-{ 
-{
-    ?x :p 1 .
-    OPTIONAL { ?x :pZZZ ?a . ?a :q1 ?v .}   # Term not in data
-}
-UNION
-{
-    ?x :p "abc" .
-}
-
-}
+# single triple pattern, block optional 
+PREFIX : <http://example/>
+
+SELECT * WHERE
+{ 
+{
+    ?x :p 1 .
+    OPTIONAL { ?x :pZZZ ?a . ?a :q1 ?v .}   # Term not in data
+}
+UNION
+{
+    ?x :p "abc" .
+}
+
+}

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-1.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-1.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-1.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-1.rq Mon Oct  8 19:12:43 2012
@@ -1,10 +1,10 @@
-# Multiple optionals.
-PREFIX : <http://example/>
-
-SELECT *
-{ 
-    ?x :p ?z .
-    OPTIONAL { ?z :q1 ?a }
-    OPTIONAL { ?z :q2 ?a }
-}
-
+# Multiple optionals.
+PREFIX : <http://example/>
+
+SELECT *
+{ 
+    ?x :p ?z .
+    OPTIONAL { ?z :q1 ?a }
+    OPTIONAL { ?z :q2 ?a }
+}
+

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-2.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-2.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-2.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-2.rq Mon Oct  8 19:12:43 2012
@@ -1,9 +1,9 @@
-# Multiple optionals.
-PREFIX : <http://example/>
-
-SELECT *
-{ 
-    OPTIONAL { ?z :q1 ?a }
-    OPTIONAL { ?z :q2 ?a }
-}
-
+# Multiple optionals.
+PREFIX : <http://example/>
+
+SELECT *
+{ 
+    OPTIONAL { ?z :q1 ?a }
+    OPTIONAL { ?z :q2 ?a }
+}
+

Modified: jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-3.rq
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-3.rq?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-3.rq (original)
+++ jena/trunk/jena-sdb/testing/Optionals1/opt-coalesce-3.rq Mon Oct  8 19:12:43 2012
@@ -1,10 +1,10 @@
-# Multiple optionals.
-PREFIX : <http://example/>
-
-SELECT *
-{   
-    ?x :p ?z .
-    OPTIONAL { ?z :q1 ?a . ?z :q2 ?b }
-    OPTIONAL { ?z :q2 ?a . ?z :q2 ?b }
-}
-
+# Multiple optionals.
+PREFIX : <http://example/>
+
+SELECT *
+{   
+    ?x :p ?z .
+    OPTIONAL { ?z :q1 ?a . ?z :q2 ?b }
+    OPTIONAL { ?z :q2 ?a . ?z :q2 ?b }
+}
+

Modified: jena/trunk/jena-sdb/testing/StoreDesc/db2-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/db2-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/db2-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/db2-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,17 +1,17 @@
-@prefix sdb:     <http://jena.hpl.hp.com/2007/sdb#> .
-@prefix rdfs:	 <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "DB2" ;
-    sdb:sdbHost        "sweb-sdb-4:50000" ;
-    sdb:sdbName        "TEST2H" ;
-    # Universal
-    sdb:driver         "com.ibm.db2.jcc.DB2Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2" ;
-    sdb:connection     _:c ;
-.
+@prefix sdb:     <http://jena.hpl.hp.com/2007/sdb#> .
+@prefix rdfs:	 <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "DB2" ;
+    sdb:sdbHost        "sweb-sdb-4:50000" ;
+    sdb:sdbName        "TEST2H" ;
+    # Universal
+    sdb:driver         "com.ibm.db2.jcc.DB2Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/db2-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/db2-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/db2-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/db2-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,17 +1,17 @@
-@prefix sdb:     <http://jena.hpl.hp.com/2007/sdb#> .
-@prefix rdfs:	 <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "DB2" ;
-    sdb:sdbHost        "sweb-sdb-4:50000" ;
-    sdb:sdbName        "TEST2I" ;
-    # Universal
-    sdb:driver         "com.ibm.db2.jcc.DB2Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     _:c ;
-.
+@prefix sdb:     <http://jena.hpl.hp.com/2007/sdb#> .
+@prefix rdfs:	 <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "DB2" ;
+    sdb:sdbHost        "sweb-sdb-4:50000" ;
+    sdb:sdbName        "TEST2I" ;
+    # Universal
+    sdb:driver         "com.ibm.db2.jcc.DB2Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/derby-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/derby-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/derby-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/derby-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,15 +1,15 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "derby" ;
-    sdb:sdbName        "target/Derby-test/derby-hash" ;
-#    sdb:driver         "org.apache.derby.jdbc.EmbeddedDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/hash" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "derby" ;
+    sdb:sdbName        "target/Derby-test/derby-hash" ;
+#    sdb:driver         "org.apache.derby.jdbc.EmbeddedDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/hash" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/derby-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/derby-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/derby-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/derby-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,15 +1,15 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "derby" ;
-    sdb:sdbName        "target/Derby-test/derby-index" ;
-#    sdb:driver         "org.apache.derby.jdbc.EmbeddedDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "derby" ;
+    sdb:sdbName        "target/Derby-test/derby-index" ;
+#    sdb:driver         "org.apache.derby.jdbc.EmbeddedDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/h2-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/h2-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/h2-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/h2-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,14 +1,14 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-<#c> rdf:type sdb:SDBConnection ;
-    sdb:sdbType      "h2:mem" ;
-    sdb:sdbName      "test2-hash" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/hash" ;
-    sdb:connection     <#c> ;
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+<#c> rdf:type sdb:SDBConnection ;
+    sdb:sdbType      "h2:mem" ;
+    sdb:sdbName      "test2-hash" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/hash" ;
+    sdb:connection     <#c> ;
 .
\ No newline at end of file

Modified: jena/trunk/jena-sdb/testing/StoreDesc/h2-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/h2-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/h2-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/h2-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,15 +1,15 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-<#c> rdf:type sdb:SDBConnection ;
-    sdb:sdbType      "h2:mem" ;
-    # Must be a different name to any other H2 in-memory databases
-    sdb:sdbName      "test2-index" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     <#c> ;
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+<#c> rdf:type sdb:SDBConnection ;
+    sdb:sdbType      "h2:mem" ;
+    # Must be a different name to any other H2 in-memory databases
+    sdb:sdbName      "test2-index" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     <#c> ;
 .
\ No newline at end of file

Modified: jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,18 +1,18 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType      "hsqldb" ;
-    sdb:sdbHost      "mem" ;
-    sdb:sdbUser      "sa" ;
-    sdb:sdbPassword  "" ;
-    sdb:sdbName      "test2-hash" ;
-#    sdb:driver       "org.hsqldb.jdbcDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/hash" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType      "hsqldb" ;
+    sdb:sdbHost      "mem" ;
+    sdb:sdbUser      "sa" ;
+    sdb:sdbPassword  "" ;
+    sdb:sdbName      "test2-hash" ;
+#    sdb:driver       "org.hsqldb.jdbcDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/hash" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/hsqldb-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,18 +1,18 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType      "hsqldb" ;
-    sdb:sdbHost      "mem" ;
-    sdb:sdbUser      "sa" ;
-    sdb:sdbPassword  "" ;
-    sdb:sdbName      "test2-index" ;
-#    sdb:driver       "org.hsqldb.jdbcDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType      "hsqldb" ;
+    sdb:sdbHost      "mem" ;
+    sdb:sdbUser      "sa" ;
+    sdb:sdbPassword  "" ;
+    sdb:sdbName      "test2-index" ;
+#    sdb:driver       "org.hsqldb.jdbcDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,16 +1,16 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "MSSQLServerExpress" ;
-    sdb:sdbHost        "localhost" ;
-    sdb:sdbName        "test2-hash" ;
-#    sdb:driver         "com.microsoft.sqlserver.jdbc.SQLServerDriver"
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/hash" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "MSSQLServerExpress" ;
+    sdb:sdbHost        "localhost" ;
+    sdb:sdbName        "test2-hash" ;
+#    sdb:driver         "com.microsoft.sqlserver.jdbc.SQLServerDriver"
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/hash" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/ms-sql-e-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,16 +1,16 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "MSSQLServerExpress" ;
-    sdb:sdbHost        "localhost" ;
-    sdb:sdbName        "test2-index" ;
-#    sdb:driver         "com.microsoft.sqlserver.jdbc.SQLServerDriver"
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "MSSQLServerExpress" ;
+    sdb:sdbHost        "localhost" ;
+    sdb:sdbName        "test2-index" ;
+#    sdb:driver         "com.microsoft.sqlserver.jdbc.SQLServerDriver"
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/mysql-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/mysql-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/mysql-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/mysql-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,18 +1,18 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:jdbcURL       "jdbc:mysql://localhost/test2-hash?useUnicode=true&characterEncoding=UTF-8" ;
-    sdb:sdbType       "MySQL" ;
-    sdb:sdbHost       "localhost" ;
-    sdb:sdbName       "test2-hash" ;
-    sdb:driver        "com.mysql.jdbc.Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout     "layout2" ;
-    sdb:connection _:c ;
-    sdb:engine     "InnoDB" ;
-    .
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:jdbcURL       "jdbc:mysql://localhost/test2-hash?useUnicode=true&characterEncoding=UTF-8" ;
+    sdb:sdbType       "MySQL" ;
+    sdb:sdbHost       "localhost" ;
+    sdb:sdbName       "test2-hash" ;
+    sdb:driver        "com.mysql.jdbc.Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout     "layout2" ;
+    sdb:connection _:c ;
+    sdb:engine     "InnoDB" ;
+    .

Modified: jena/trunk/jena-sdb/testing/StoreDesc/mysql-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/mysql-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/mysql-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/mysql-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,17 +1,17 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType       "MySQL" ;
-    sdb:sdbHost       "localhost" ;
-    sdb:sdbName       "test2-index" ;
-    sdb:driver        "com.mysql.jdbc.Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout     "layout2/index" ;
-    sdb:connection _:c ;
-    sdb:engine     "InnoDB" ;
-    .
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType       "MySQL" ;
+    sdb:sdbHost       "localhost" ;
+    sdb:sdbName       "test2-index" ;
+    sdb:driver        "com.mysql.jdbc.Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout     "layout2/index" ;
+    sdb:connection _:c ;
+    sdb:engine     "InnoDB" ;
+    .

Modified: jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,19 +1,19 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "oracle" ;
-    sdb:sdbHost        "localhost:1521" ;
-    sdb:sdbName        "XE" ;
-    ## Use different users to have different tests database in the same installation
-    sdb:sdbUser        "test2-hash" ;
-    sdb:sdbPassword    "test2-hash" ;
-#    sdb:driver         "oracle.jdbc.driver.OracleDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/hash" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "oracle" ;
+    sdb:sdbHost        "localhost:1521" ;
+    sdb:sdbName        "XE" ;
+    ## Use different users to have different tests database in the same installation
+    sdb:sdbUser        "test2-hash" ;
+    sdb:sdbPassword    "test2-hash" ;
+#    sdb:driver         "oracle.jdbc.driver.OracleDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/hash" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/oracle-xe-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,19 +1,19 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "oracle" ;
-    sdb:sdbHost        "localhost:1521" ;
-    sdb:sdbName        "XE" ;
-    ## Use different users to have different tests database in the same installation
-    sdb:sdbUser        "test2-index" ;
-    sdb:sdbPassword    "test2-index" ;
-#    sdb:driver         "oracle.jdbc.driver.OracleDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "oracle" ;
+    sdb:sdbHost        "localhost:1521" ;
+    sdb:sdbName        "XE" ;
+    ## Use different users to have different tests database in the same installation
+    sdb:sdbUser        "test2-index" ;
+    sdb:sdbPassword    "test2-index" ;
+#    sdb:driver         "oracle.jdbc.driver.OracleDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/pgsql-hash.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/pgsql-hash.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/pgsql-hash.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/pgsql-hash.ttl Mon Oct  8 19:12:43 2012
@@ -1,16 +1,16 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "postgresql" ;
-    sdb:sdbHost        "localhost" ;
-    sdb:sdbName        "test2-hash" ;
-#    sdb:driver         "org.postgresql.Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "postgresql" ;
+    sdb:sdbHost        "localhost" ;
+    sdb:sdbName        "test2-hash" ;
+#    sdb:driver         "org.postgresql.Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDesc/pgsql-index.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDesc/pgsql-index.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDesc/pgsql-index.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDesc/pgsql-index.ttl Mon Oct  8 19:12:43 2012
@@ -1,16 +1,16 @@
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "postgresql" ;
-    sdb:sdbHost        "localhost" ;
-    sdb:sdbName        "test2-index" ;
-#    sdb:driver         "org.postgresql.Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout2/index" ;
-    sdb:connection     _:c ;
-.
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "postgresql" ;
+    sdb:sdbHost        "localhost" ;
+    sdb:sdbName        "test2-index" ;
+#    sdb:driver         "org.postgresql.Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout2/index" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/db2-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/db2-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/db2-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/db2-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,17 +1,17 @@
-@prefix sdb:     <http://jena.hpl.hp.com/2007/sdb#> .
-@prefix rdfs:	 <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "DB2" ;
-    sdb:sdbHost        "sweb-sdb-4:50000" ;
-    sdb:sdbName        "TEST1" ;
-    # Universal
-    sdb:driver         "com.ibm.db2.jcc.DB2Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     _:c ;
-.
+@prefix sdb:     <http://jena.hpl.hp.com/2007/sdb#> .
+@prefix rdfs:	 <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "DB2" ;
+    sdb:sdbHost        "sweb-sdb-4:50000" ;
+    sdb:sdbName        "TEST1" ;
+    # Universal
+    sdb:driver         "com.ibm.db2.jcc.DB2Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/derby-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/derby-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/derby-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/derby-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,17 +1,17 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "derby" ;
-    sdb:sdbName        "target/Derby-test/derby-simple" ;
-#    sdb:driver         "org.apache.derby.jdbc.EmbeddedDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     _:c ;
-.
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "derby" ;
+    sdb:sdbName        "target/Derby-test/derby-simple" ;
+#    sdb:driver         "org.apache.derby.jdbc.EmbeddedDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/h2-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/h2-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/h2-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/h2-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,16 +1,16 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-<#c> rdf:type sdb:SDBConnection ;
-    sdb:sdbType      "h2:mem" ;
-    sdb:sdbHost      "mem" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     <#c> ;
-.
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+<#c> rdf:type sdb:SDBConnection ;
+    sdb:sdbType      "h2:mem" ;
+    sdb:sdbHost      "mem" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     <#c> ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/hsqldb-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/hsqldb-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/hsqldb-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/hsqldb-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,20 +1,20 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType      "hsqldb" ;
-    sdb:sdbHost      "mem" ;
-    sdb:sdbUser      "sa" ;
-    sdb:sdbPassword  "" ;
-    sdb:sdbName      "test1" ;
-#    sdb:driver       "org.hsqldb.jdbcDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     _:c ;
-.
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType      "hsqldb" ;
+    sdb:sdbHost      "mem" ;
+    sdb:sdbUser      "sa" ;
+    sdb:sdbPassword  "" ;
+    sdb:sdbName      "test1" ;
+#    sdb:driver       "org.hsqldb.jdbcDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/ms-sql-e-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/ms-sql-e-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/ms-sql-e-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/ms-sql-e-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,20 +1,20 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-## Database must have a binary collation sequence, else upper and lower case are the same.
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "MSSQLServerExpress" ;
-    sdb:sdbHost        "localhost" ;
-    sdb:sdbName        "test1" ;
-#    sdb:driver         "com.microsoft.sqlserver.jdbc.SQLServerDriver"
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     _:c ;
-.
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+## Database must have a binary collation sequence, else upper and lower case are the same.
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "MSSQLServerExpress" ;
+    sdb:sdbHost        "localhost" ;
+    sdb:sdbName        "test1" ;
+#    sdb:driver         "com.microsoft.sqlserver.jdbc.SQLServerDriver"
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/mysql-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/mysql-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/mysql-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/mysql-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,19 +1,19 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType       "MySQL" ;
-    sdb:sdbHost       "localhost" ;
-    sdb:sdbName       "test1" ;
-    sdb:driver        "com.mysql.jdbc.Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout     "layout1" ;
-    sdb:connection _:c ;
-    sdb:engine     "InnoDB" ;
-    .
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType       "MySQL" ;
+    sdb:sdbHost       "localhost" ;
+    sdb:sdbName       "test1" ;
+    sdb:driver        "com.mysql.jdbc.Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout     "layout1" ;
+    sdb:connection _:c ;
+    sdb:engine     "InnoDB" ;
+    .

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/oracle-xe-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/oracle-xe-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/oracle-xe-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/oracle-xe-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,21 +1,21 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "oracle" ;
-    sdb:sdbHost        "localhost:1521" ;
-    sdb:sdbName        "XE" ;
-    ## Use different users to have different tests database in the same installation
-    sdb:sdbUser        "test1" ;
-    sdb:sdbPassword    "test1" ;
-#    sdb:driver         "oracle.jdbc.driver.OracleDriver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     _:c ;
-.
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "oracle" ;
+    sdb:sdbHost        "localhost:1521" ;
+    sdb:sdbName        "XE" ;
+    ## Use different users to have different tests database in the same installation
+    sdb:sdbUser        "test1" ;
+    sdb:sdbPassword    "test1" ;
+#    sdb:driver         "oracle.jdbc.driver.OracleDriver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/StoreDescSimple/pgsql-layout1.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/StoreDescSimple/pgsql-layout1.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/StoreDescSimple/pgsql-layout1.ttl (original)
+++ jena/trunk/jena-sdb/testing/StoreDescSimple/pgsql-layout1.ttl Mon Oct  8 19:12:43 2012
@@ -1,18 +1,18 @@
-## Store description for the simple (non-performant) database layout
-
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-
-_:c rdf:type sdb:SDBConnection ;
-    sdb:sdbType        "postgresql" ;
-    sdb:sdbHost        "localhost" ;
-    sdb:sdbName        "test1" ;
-#    sdb:driver         "org.postgresql.Driver" ;
-    .
-
-[] rdf:type sdb:Store ;
-    sdb:layout         "layout1" ;
-    sdb:connection     _:c ;
-.
+## Store description for the simple (non-performant) database layout
+
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+
+_:c rdf:type sdb:SDBConnection ;
+    sdb:sdbType        "postgresql" ;
+    sdb:sdbHost        "localhost" ;
+    sdb:sdbName        "test1" ;
+#    sdb:driver         "org.postgresql.Driver" ;
+    .
+
+[] rdf:type sdb:Store ;
+    sdb:layout         "layout1" ;
+    sdb:connection     _:c ;
+.

Modified: jena/trunk/jena-sdb/testing/Structure/data.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/testing/Structure/data.ttl?rev=1395728&r1=1395727&r2=1395728&view=diff
==============================================================================
--- jena/trunk/jena-sdb/testing/Structure/data.ttl (original)
+++ jena/trunk/jena-sdb/testing/Structure/data.ttl Mon Oct  8 19:12:43 2012
@@ -1,23 +1,23 @@
-@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	    <http://www.w3.org/2000/01/rdf-schema#> .
-
-@prefix : <http://example/> .
-
-:x :p :z1 .
-:x :p :z2 .
-:x :p :z3 .
-:x :p :z4 .
-
-:z1 :q1 "w11-1" .
-:z1 :q1 "w11-2" .
-
-:z2 :q1 "w21-1" .
-:z2 :q2 "w22-1" .
-
-:z3 :q2 "w32-1" .
-:z3 :q2 "w32-2" .
-
-:z4 :q3 "w43-1" .
-
-:x :r "AA" .
-:x :r "BB" .
+@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	    <http://www.w3.org/2000/01/rdf-schema#> .
+
+@prefix : <http://example/> .
+
+:x :p :z1 .
+:x :p :z2 .
+:x :p :z3 .
+:x :p :z4 .
+
+:z1 :q1 "w11-1" .
+:z1 :q1 "w11-2" .
+
+:z2 :q1 "w21-1" .
+:z2 :q2 "w22-1" .
+
+:z3 :q2 "w32-1" .
+:z3 :q2 "w32-2" .
+
+:z4 :q3 "w43-1" .
+
+:x :r "AA" .
+:x :r "BB" .