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/13 19:59:57 UTC

svn commit: r1201474 [4/4] - in /incubator/jena/Jena2/ARQ/trunk: src/main/java/com/hp/hpl/jena/query/ src/main/java/com/hp/hpl/jena/sparql/ src/main/java/com/hp/hpl/jena/sparql/core/ src/main/java/com/hp/hpl/jena/sparql/core/assembler/ src/main/java/co...

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-02.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-02.ttl?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-02.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-02.ttl Sun Nov 13 18:59:51 2011
@@ -1,8 +1,8 @@
-# Example 1 from
-# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
-# $Id: normalization-02.ttl,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
-@prefix : <http://example/vocab#>.
-
-:s1 :p <example://a/b/c/%7Bfoo%7D#xyz>.
-:s2 :p <eXAMPLE://a/./b/../b/%63/%7bfoo%7d#xyz>.
-
+# Example 1 from
+# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
+# $Id: normalization-02.ttl,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
+@prefix : <http://example/vocab#>.
+
+:s1 :p <example://a/b/c/%7Bfoo%7D#xyz>.
+:s2 :p <eXAMPLE://a/./b/../b/%63/%7bfoo%7d#xyz>.
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03-results.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03-results.ttl?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03-results.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03-results.ttl Sun Nov 13 18:59:51 2011
@@ -1,14 +1,14 @@
-# Example 1 from
-# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
-# $Id: normalization-03-results.ttl,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "S" ;
-    rs:solution [ rs:binding  [ rs:value    <http://example/vocab#s3> ;
-                                rs:variable "S"
-                              ]
-                ] .
+# Example 1 from
+# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
+# $Id: normalization-03-results.ttl,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "S" ;
+    rs:solution [ rs:binding  [ rs:value    <http://example/vocab#s3> ;
+                                rs:variable "S"
+                              ]
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.rq Sun Nov 13 18:59:51 2011
@@ -1,8 +1,8 @@
-# Example 2 from
-# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
-# $Id: normalization-03.rq,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
-PREFIX : <http://example/vocab#>
-PREFIX p2: <http://example.com:80/#>
-
-SELECT ?S WHERE { ?S :p p2:abc }
-
+# Example 2 from
+# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
+# $Id: normalization-03.rq,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
+PREFIX : <http://example/vocab#>
+PREFIX p2: <http://example.com:80/#>
+
+SELECT ?S WHERE { ?S :p p2:abc }
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.ttl?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/i18n/normalization-03.ttl Sun Nov 13 18:59:51 2011
@@ -1,9 +1,9 @@
-# Example 1 from
-# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
-# $Id: normalization-03.ttl,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
-@prefix : <http://example/vocab#>.
-
-:s3 :p <http://example.com:80/#abc>.
-:s4 :p <http://example.com/#abc>.
-:s5 :p <http://example.com/#abc>.
-
+# Example 1 from
+# http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096
+# $Id: normalization-03.ttl,v 1.1 2005/10/25 17:26:57 andy_seaborne Exp $
+@prefix : <http://example/vocab#>.
+
+:s3 :p <http://example.com:80/#abc>.
+:s4 :p <http://example.com/#abc>.
+:s5 :p <http://example.com/#abc>.
+

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/manifest.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/manifest.n3?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/manifest.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/manifest.n3 Sun Nov 13 18:59:51 2011
@@ -1,43 +1,43 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:comment "SPARQL regex tests" ;
-    mf:entries (
-      [ mf:name    "regex-query-001" ;
-        rdfs:comment
-            "Simple unanchored match test" ;
-        mf:action
-            [ qt:query  <regex-query-001.rq> ;
-              qt:data   <regex-data-01.n3> ] ;
-        mf:result  <regex-result-001.n3>
-      ]
-      [ mf:name    "regex-query-002" ;
-        rdfs:comment
-            "Case insensitive unanchored match test" ;
-        mf:action
-            [ qt:query  <regex-query-002.rq> ;
-              qt:data   <regex-data-01.n3> ] ;
-        mf:result  <regex-result-002.n3>
-      ]
-      [ mf:name    "regex-query-003" ;
-        rdfs:comment
-            "Use/mention test" ;
-        mf:action
-            [ qt:query  <regex-query-003.rq> ;
-              qt:data   <regex-data-01.n3> ] ;
-        mf:result  <regex-result-003.n3>
-      ]
-      [ mf:name    "regex-query-004" ;
-        rdfs:comment
-            "str()+URI test" ;
-        mf:action
-            [ qt:query  <regex-query-004.rq> ;
-              qt:data   <regex-data-01.n3> ] ;
-        mf:result  <regex-result-004.n3>
-      ]
-
-    # End of tests
-   ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:comment "SPARQL regex tests" ;
+    mf:entries (
+      [ mf:name    "regex-query-001" ;
+        rdfs:comment
+            "Simple unanchored match test" ;
+        mf:action
+            [ qt:query  <regex-query-001.rq> ;
+              qt:data   <regex-data-01.n3> ] ;
+        mf:result  <regex-result-001.n3>
+      ]
+      [ mf:name    "regex-query-002" ;
+        rdfs:comment
+            "Case insensitive unanchored match test" ;
+        mf:action
+            [ qt:query  <regex-query-002.rq> ;
+              qt:data   <regex-data-01.n3> ] ;
+        mf:result  <regex-result-002.n3>
+      ]
+      [ mf:name    "regex-query-003" ;
+        rdfs:comment
+            "Use/mention test" ;
+        mf:action
+            [ qt:query  <regex-query-003.rq> ;
+              qt:data   <regex-data-01.n3> ] ;
+        mf:result  <regex-result-003.n3>
+      ]
+      [ mf:name    "regex-query-004" ;
+        rdfs:comment
+            "str()+URI test" ;
+        mf:action
+            [ qt:query  <regex-query-004.rq> ;
+              qt:data   <regex-data-01.n3> ] ;
+        mf:result  <regex-result-004.n3>
+      ]
+
+    # End of tests
+   ).

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-data-01.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-data-01.n3?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-data-01.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-data-01.n3 Sun Nov 13 18:59:51 2011
@@ -1,5 +1,5 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ex: <http://example.com/#> .
-
-ex:foo rdf:value "abcDEFghiJKL" , "ABCdefGHIjkl", "0123456789",
-	<http://example.com/uri>, "http://example.com/literal" .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix ex: <http://example.com/#> .
+
+ex:foo rdf:value "abcDEFghiJKL" , "ABCdefGHIjkl", "0123456789",
+	<http://example.com/uri>, "http://example.com/literal" .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-001.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-001.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-001.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-001.rq Sun Nov 13 18:59:51 2011
@@ -1,8 +1,8 @@
-PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  ex: <http://example.com/#>
-
-SELECT ?val
-WHERE {
-	ex:foo rdf:value ?val .
-	FILTER regex(?val, "GHI")
-}
+PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  ex: <http://example.com/#>
+
+SELECT ?val
+WHERE {
+	ex:foo rdf:value ?val .
+	FILTER regex(?val, "GHI")
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-002.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-002.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-002.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-002.rq Sun Nov 13 18:59:51 2011
@@ -1,8 +1,8 @@
-PREFIX  ex: <http://example.com/#>
-PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-
-SELECT ?val
-WHERE {
-	ex:foo rdf:value ?val .
-	FILTER regex(?val, "DeFghI", "i")
-}
+PREFIX  ex: <http://example.com/#>
+PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+
+SELECT ?val
+WHERE {
+	ex:foo rdf:value ?val .
+	FILTER regex(?val, "DeFghI", "i")
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-003.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-003.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-003.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-003.rq Sun Nov 13 18:59:51 2011
@@ -1,8 +1,8 @@
-PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  ex:  <http://example.com/#>
-
-SELECT ?val
-WHERE {
-	ex:foo rdf:value ?val .
-	FILTER regex(?val, "example\\.com")
-}
+PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  ex:  <http://example.com/#>
+
+SELECT ?val
+WHERE {
+	ex:foo rdf:value ?val .
+	FILTER regex(?val, "example\\.com")
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-004.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-004.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-004.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-query-004.rq Sun Nov 13 18:59:51 2011
@@ -1,7 +1,7 @@
-PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX  ex: <http://example.com/#>
-SELECT ?val
-WHERE {
-	ex:foo rdf:value ?val .
-	FILTER regex(str(?val), "example\\.com")
-}
+PREFIX  rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX  ex: <http://example.com/#>
+SELECT ?val
+WHERE {
+	ex:foo rdf:value ?val .
+	FILTER regex(str(?val), "example\\.com")
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-001.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-001.n3?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-001.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-001.n3 Sun Nov 13 18:59:51 2011
@@ -1,10 +1,10 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "val" ;
-    rs:solution [ rs:binding  [ rs:value    "ABCdefGHIjkl" ;
-                                rs:variable "val"
-                              ] ;
-                ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "val" ;
+    rs:solution [ rs:binding  [ rs:value    "ABCdefGHIjkl" ;
+                                rs:variable "val"
+                              ] ;
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-002.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-002.n3?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-002.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-002.n3 Sun Nov 13 18:59:51 2011
@@ -1,14 +1,14 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "val" ;
-    rs:solution [ rs:binding  [ rs:value    "ABCdefGHIjkl" ;
-                                rs:variable "val"
-                              ] ;
-                ] ;
-    rs:solution [ rs:binding  [ rs:value    "abcDEFghiJKL" ;
-                                rs:variable "val"
-                              ] ;
-                ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "val" ;
+    rs:solution [ rs:binding  [ rs:value    "ABCdefGHIjkl" ;
+                                rs:variable "val"
+                              ] ;
+                ] ;
+    rs:solution [ rs:binding  [ rs:value    "abcDEFghiJKL" ;
+                                rs:variable "val"
+                              ] ;
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-003.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-003.n3?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-003.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-003.n3 Sun Nov 13 18:59:51 2011
@@ -1,10 +1,10 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "val" ;
-    rs:solution [ rs:binding  [ rs:value    "http://example.com/literal" ;
-                                rs:variable "val"
-                              ] ;
-                ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "val" ;
+    rs:solution [ rs:binding  [ rs:value    "http://example.com/literal" ;
+                                rs:variable "val"
+                              ] ;
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-004.n3
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-004.n3?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-004.n3 (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/DAWG/regex/regex-result-004.n3 Sun Nov 13 18:59:51 2011
@@ -1,14 +1,14 @@
-@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
-
-[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
-                rs:ResultSet ;
-    rs:resultVariable
-                "val" ;
-    rs:solution [ rs:binding  [ rs:value    "http://example.com/literal" ;
-                                rs:variable "val"
-                              ] ;
-                ] ;
-    rs:solution [ rs:binding  [ rs:value    <http://example.com/uri> ;
-                                rs:variable "val"
-                              ] ;
-                ] .
+@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
+
+[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
+                rs:ResultSet ;
+    rs:resultVariable
+                "val" ;
+    rs:solution [ rs:binding  [ rs:value    "http://example.com/literal" ;
+                                rs:variable "val"
+                              ] ;
+                ] ;
+    rs:solution [ rs:binding  [ rs:value    <http://example.com/uri> ;
+                                rs:variable "val"
+                              ] ;
+                ] .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-1.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-1.ttl?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-1.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-1.ttl Sun Nov 13 18:59:51 2011
@@ -1,19 +1,19 @@
-# Data for LARQ example 1
-
-@prefix  :         <http://example/> .
-@prefix  xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-@prefix  dc:         <http://purl.org/dc/elements/1.1/> .
-@prefix  rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-
-:doc1 dc:title "Document 1" ;
-    rdfs:label "A general label" 
-    .
-
-:doc2 dc:title "Document 2" ;
-    rdfs:label "A general label"
-    .
-
-:doc3 dc:title "Without the keyword" ;
-    rdfs:label "Label with the work document in it" ;
-    .
+# Data for LARQ example 1
+
+@prefix  :         <http://example/> .
+@prefix  xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+@prefix  dc:         <http://purl.org/dc/elements/1.1/> .
+@prefix  rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+
+:doc1 dc:title "Document 1" ;
+    rdfs:label "A general label" 
+    .
+
+:doc2 dc:title "Document 2" ;
+    rdfs:label "A general label"
+    .
+
+:doc3 dc:title "Without the keyword" ;
+    rdfs:label "Label with the work document in it" ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-2.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-2.ttl?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-2.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data-2.ttl Sun Nov 13 18:59:51 2011
@@ -1,30 +1,30 @@
-# Test data.
-
-@prefix  :         <http://example/> .
-@prefix  xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-@prefix  dc:         <http://purl.org/dc/elements/1.1/> .
-@prefix  rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-
-:doc1 dc:title "Document 1" ;
-    rdfs:label "A general label" 
-    .
-
-:doc2 dc:title "Document 2" ;
-    rdfs:label "A general label"
-    .
-
-:doc3 dc:title "Without the keyword" ;
-    # No label.
-    .
-
-# Label includes 'document'.
-:doc4  rdfs:label "No title for this document" .
-
-:doc5  dc:title "Document 5"@en ;
-    rdfs:label "Lang tag on dc:title" ;
-    .
-
-:doc6  dc:title "Document 5"^^xsd:string ;
-    rdfs:label "XSD string for dc:title" ;
-    .
+# Test data.
+
+@prefix  :         <http://example/> .
+@prefix  xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+@prefix  dc:         <http://purl.org/dc/elements/1.1/> .
+@prefix  rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+
+:doc1 dc:title "Document 1" ;
+    rdfs:label "A general label" 
+    .
+
+:doc2 dc:title "Document 2" ;
+    rdfs:label "A general label"
+    .
+
+:doc3 dc:title "Without the keyword" ;
+    # No label.
+    .
+
+# Label includes 'document'.
+:doc4  rdfs:label "No title for this document" .
+
+:doc5  dc:title "Document 5"@en ;
+    rdfs:label "Lang tag on dc:title" ;
+    .
+
+:doc6  dc:title "Document 5"^^xsd:string ;
+    rdfs:label "XSD string for dc:title" ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data.ttl?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data.ttl (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/data.ttl Sun Nov 13 18:59:51 2011
@@ -1,28 +1,28 @@
-@prefix  :         <http://example/> .
-@prefix  xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-@prefix  dc:         <http://purl.org/dc/elements/1.1/> .
-@prefix  rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-
-:doc1 dc:title "Document 1" ;
-    rdfs:label "A general label" 
-    .
-
-:doc2 dc:title "Document 2" ;
-    rdfs:label "A general label"
-    .
-
-:doc3 dc:title "Without the keyword" ;
-    # No label.
-    .
-
-# Label includes 'document'.
-:doc4  rdfs:label "No title for this document" .
-
-:doc5  dc:title "Document 5"@en ;
-    rdfs:label "Lang tag on dc:title" ;
-    .
-
-:doc6  dc:title "Document 5"^^xsd:string ;
-    rdfs:label "XSD string for dc:title" ;
-    .
+@prefix  :         <http://example/> .
+@prefix  xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+@prefix  dc:         <http://purl.org/dc/elements/1.1/> .
+@prefix  rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+
+:doc1 dc:title "Document 1" ;
+    rdfs:label "A general label" 
+    .
+
+:doc2 dc:title "Document 2" ;
+    rdfs:label "A general label"
+    .
+
+:doc3 dc:title "Without the keyword" ;
+    # No label.
+    .
+
+# Label includes 'document'.
+:doc4  rdfs:label "No title for this document" .
+
+:doc5  dc:title "Document 5"@en ;
+    rdfs:label "Lang tag on dc:title" ;
+    .
+
+:doc6  dc:title "Document 5"^^xsd:string ;
+    rdfs:label "XSD string for dc:title" ;
+    .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-1.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-1.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-1.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-1.rq Sun Nov 13 18:59:51 2011
@@ -1,9 +1,9 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{
-    ?lit pf:textMatch '+document'
-}
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{
+    ?lit pf:textMatch '+document'
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-2.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-2.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-2.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-2.rq Sun Nov 13 18:59:51 2011
@@ -1,10 +1,10 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{
-    ?lit pf:textMatch '+document' . 
-    ?doc ?p ?lit
-}
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{
+    ?lit pf:textMatch '+document' . 
+    ?doc ?p ?lit
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-3.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-3.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-3.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-3.rq Sun Nov 13 18:59:51 2011
@@ -1,7 +1,7 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{ ?subj pf:textMatch '+document' }
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{ ?subj pf:textMatch '+document' }

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-4.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-4.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-4.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-4.rq Sun Nov 13 18:59:51 2011
@@ -1,9 +1,9 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{
-    (?lit ?score) pf:textMatch '+document'
-}
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{
+    (?lit ?score) pf:textMatch '+document'
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-5.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-5.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-5.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-5.rq Sun Nov 13 18:59:51 2011
@@ -1,9 +1,9 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{
-    (?lit ?score) pf:textMatch ('+document' 1)
-}
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{
+    (?lit ?score) pf:textMatch ('+document' 1)
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-6.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-6.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-6.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-6.rq Sun Nov 13 18:59:51 2011
@@ -1,9 +1,9 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{
-    (?lit ?score) pf:textMatch ('+document' 0.7)
-}
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{
+    (?lit ?score) pf:textMatch ('+document' 0.7)
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-7.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-7.rq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-7.rq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/LARQ/larq-q-7.rq Sun Nov 13 18:59:51 2011
@@ -1,9 +1,9 @@
-PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
-PREFIX :       <http://example/>
-PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
-PREFIX dc:    <http://purl.org/dc/elements/1.1/>
-
-SELECT *
-{
-    ?lit pf:textMatch ('+document' 0.7 1)
-}
+PREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>
+PREFIX :       <http://example/>
+PREFIX pf:     <http://jena.hpl.hp.com/ARQ/property#>
+PREFIX dc:    <http://purl.org/dc/elements/1.1/>
+
+SELECT *
+{
+    ?lit pf:textMatch ('+document' 0.7 1)
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-1.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-1.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-2.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-2.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-3.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-3.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-4.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-4.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-5.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-5.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-6.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-6.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-7.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/LARQ/results-7.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/README.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/README.txt?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/README.txt (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/README.txt Sun Nov 13 18:59:51 2011
@@ -1,13 +1,13 @@
-Testing
-=======
-
-Test sets can be run with the arq.qtest command line tool
-(a wrapper round JUnit).
-
-In the ARQ system test suite:
-
-ARQ/            Tests of the ARQ system
-LARQ/           Test files for Lucene-ARQ
-DAWG/           DAWG formal test suite
-
-"DAWG" is "Data Access Working Group"
+Testing
+=======
+
+Test sets can be run with the arq.qtest command line tool
+(a wrapper round JUnit).
+
+In the ARQ system test suite:
+
+ARQ/            Tests of the ARQ system
+LARQ/           Test files for Lucene-ARQ
+DAWG/           DAWG formal test suite
+
+"DAWG" is "Data Access Working Group"

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-00.trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-00.trig?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-00.trig (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-00.trig Sun Nov 13 18:59:51 2011
@@ -1,5 +1,5 @@
-@prefix : <http://example/> .
-{
-    # No trailing dot
-    :x :p "123" 
-}
+@prefix : <http://example/> .
+{
+    # No trailing dot
+    :x :p "123" 
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-01.trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-01.trig?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-01.trig (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-bad-01.trig Sun Nov 13 18:59:51 2011
@@ -1,8 +1,8 @@
-
-@prefix : <http://example/> .
-{
-    # No trailing dot in first block.
-    :x :p 123 ;
-       :q :o
-    :x :p 123 .
-}
+
+@prefix : <http://example/> .
+{
+    # No trailing dot in first block.
+    :x :p 123 ;
+       :q :o
+    :x :p 123 .
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-empty.trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-empty.trig?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-empty.trig (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-empty.trig Sun Nov 13 18:59:51 2011
@@ -1 +1 @@
-# Nothing here!
+# Nothing here!

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.nq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.nq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.nq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.nq Sun Nov 13 18:59:51 2011
@@ -1 +1 @@
-#
+#

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.trig?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.trig (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-00.trig Sun Nov 13 18:59:51 2011
@@ -1 +1 @@
-# Empty
+# Empty

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.nq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.nq?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.nq (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.nq Sun Nov 13 18:59:51 2011
@@ -1 +1 @@
-<http://example/x> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://example/x> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.trig?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.trig (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-01.trig Sun Nov 13 18:59:51 2011
@@ -1,4 +1,4 @@
-@prefix : <http://example/> .
-{
-    :x :p 123 .
-}
+@prefix : <http://example/> .
+{
+    :x :p 123 .
+}

Modified: incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-02.trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-02.trig?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-02.trig (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/RIOT/TriG/trig-test-02.trig Sun Nov 13 18:59:51 2011
@@ -1,11 +1,11 @@
-@prefix : <http://example/> .
-
-{
-    :x :p 123 .
-}
-
-:g { :x :p 456 . }
-
-{ :x :p 789 . } 
-
+@prefix : <http://example/> .
+
+{
+    :x :p 123 .
+}
+
+:g { :x :p 456 . }
+
+{ :x :p 789 . } 
+
 :g { :x :p "abc" . }
\ No newline at end of file

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output.srj
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output.srj?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output.srx?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output.srx Sun Nov 13 18:59:51 2011
@@ -1,39 +1,39 @@
-<?xml version="1.0"?>
-<sparql xmlns="http://www.w3.org/2005/sparql-results#"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
-
-  <head>
-    <variable name="x"/>
-    <variable name="hpage"/>
-    <variable name="name"/>
-    <variable name="mbox"/>
-    <variable name="age"/>
-    <variable name="blurb"/>
-    <variable name="friend"/>
-
-    <link href="example.rq" />
-  </head>
-
-  <results>
-    <result>
-      <binding name="x"><bnode>r1</bnode></binding>
-      <binding name="hpage"><uri>http://work.example.org/alice/</uri></binding>
-      <binding name="name"><literal>Alice</literal></binding>
-      <binding name="mbox"><literal></literal></binding>
-      <binding name="friend"><bnode>r2</bnode></binding>
-      <binding name="blurb"><literal datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral">&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;My name is &lt;b&gt;alice&lt;/b&gt;&lt;/p&gt;</literal></binding>
-    </result>
-
-    <result> 
-      <binding name="x"><bnode>r2</bnode></binding>
-      <binding name="hpage"><uri>http://work.example.org/bob/</uri></binding>
-      <binding name="name"><literal xml:lang="en">Bob</literal></binding>
-      <binding name="mbox"><uri>mailto:bob@work.example.org</uri></binding>
-      <binding name="age"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">30</literal></binding>
-      <binding name="friend"><bnode>r1</bnode></binding>
-    </result>
-
-  </results>
-
-</sparql>
+<?xml version="1.0"?>
+<sparql xmlns="http://www.w3.org/2005/sparql-results#"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
+
+  <head>
+    <variable name="x"/>
+    <variable name="hpage"/>
+    <variable name="name"/>
+    <variable name="mbox"/>
+    <variable name="age"/>
+    <variable name="blurb"/>
+    <variable name="friend"/>
+
+    <link href="example.rq" />
+  </head>
+
+  <results>
+    <result>
+      <binding name="x"><bnode>r1</bnode></binding>
+      <binding name="hpage"><uri>http://work.example.org/alice/</uri></binding>
+      <binding name="name"><literal>Alice</literal></binding>
+      <binding name="mbox"><literal></literal></binding>
+      <binding name="friend"><bnode>r2</bnode></binding>
+      <binding name="blurb"><literal datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral">&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;My name is &lt;b&gt;alice&lt;/b&gt;&lt;/p&gt;</literal></binding>
+    </result>
+
+    <result> 
+      <binding name="x"><bnode>r2</bnode></binding>
+      <binding name="hpage"><uri>http://work.example.org/bob/</uri></binding>
+      <binding name="name"><literal xml:lang="en">Bob</literal></binding>
+      <binding name="mbox"><uri>mailto:bob@work.example.org</uri></binding>
+      <binding name="age"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">30</literal></binding>
+      <binding name="friend"><bnode>r1</bnode></binding>
+    </result>
+
+  </results>
+
+</sparql>

Modified: incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output2.srx
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output2.srx?rev=1201474&r1=1201473&r2=1201474&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output2.srx (original)
+++ incubator/jena/Jena2/ARQ/trunk/testing/ResultSet/output2.srx Sun Nov 13 18:59:51 2011
@@ -1,12 +1,12 @@
-<?xml version="1.0"?>
-<sparql xmlns="http://www.w3.org/2005/sparql-results#"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
-
-  <head>
-    <link href="example2.rq" />
-  </head>
-
-  <boolean>true</boolean>
-
-</sparql>
+<?xml version="1.0"?>
+<sparql xmlns="http://www.w3.org/2005/sparql-results#"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
+
+  <head>
+    <link href="example2.rq" />
+  </head>
+
+  <boolean>true</boolean>
+
+</sparql>