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 2013/01/22 00:02:53 UTC

svn commit: r1436680 - in /jena/Experimental/riot-output: src/main/java/riot/writer/ testing/RIOT/Writer/

Author: andy
Date: Mon Jan 21 23:02:52 2013
New Revision: 1436680

URL: http://svn.apache.org/viewvc?rev=1436680&view=rev
Log: (empty)

Added:
    jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-11.ttl
    jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-12.ttl
    jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-13.ttl
    jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-14.ttl
    jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-15.ttl
Modified:
    jena/Experimental/riot-output/src/main/java/riot/writer/TestRIOTWriter.java

Modified: jena/Experimental/riot-output/src/main/java/riot/writer/TestRIOTWriter.java
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-output/src/main/java/riot/writer/TestRIOTWriter.java?rev=1436680&r1=1436679&r2=1436680&view=diff
==============================================================================
--- jena/Experimental/riot-output/src/main/java/riot/writer/TestRIOTWriter.java (original)
+++ jena/Experimental/riot-output/src/main/java/riot/writer/TestRIOTWriter.java Mon Jan 21 23:02:52 2013
@@ -49,6 +49,11 @@ public class TestRIOTWriter extends Base
     @Test public void writer08() { test("writer-rt-08.ttl") ; }
     @Test public void writer09() { test("writer-rt-09.ttl") ; }
     @Test public void writer10() { test("writer-rt-10.ttl") ; }
+    @Test public void writer11() { test("writer-rt-11.ttl") ; }
+    @Test public void writer12() { test("writer-rt-12.ttl") ; }
+    @Test public void writer13() { test("writer-rt-13.ttl") ; }
+    @Test public void writer14() { test("writer-rt-14.ttl") ; }
+    @Test public void writer15() { test("writer-rt-15.ttl") ; }
 
     private void test(String filename)
     {

Added: jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-11.ttl
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-11.ttl?rev=1436680&view=auto
==============================================================================
--- jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-11.ttl (added)
+++ jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-11.ttl Mon Jan 21 23:02:52 2013
@@ -0,0 +1,15 @@
+@prefix :     <http://example/> .
+@prefix ns:   <http://example/ns#> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
+
+# This is a well-formed list used in the next few tests.
+:x :q _:x0 .
+
+_:x0 rdf:first "cell-0" .
+_:x0 rdf:rest  _:x1 .
+
+_:x1   rdf:first "cell-1" .
+_:x1   rdf:rest  _:x2 .
+
+_:x2   rdf:first "cell-2" .
+_:x2   rdf:rest  rdf:nil .
\ No newline at end of file

Added: jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-12.ttl
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-12.ttl?rev=1436680&view=auto
==============================================================================
--- jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-12.ttl (added)
+++ jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-12.ttl Mon Jan 21 23:02:52 2013
@@ -0,0 +1,14 @@
+@prefix :     <http://example/> .
+@prefix ns:   <http://example/ns#> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
+
+:x :q _:x0 .
+
+#_:x0 rdf:first "cell-0" .
+_:x0 rdf:rest  _:x1 .
+
+_:x1   rdf:first "cell-1" .
+_:x1   rdf:rest  _:x2 .
+
+_:x2   rdf:first "cell-2" .
+_:x2   rdf:rest  rdf:nil .
\ No newline at end of file

Added: jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-13.ttl
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-13.ttl?rev=1436680&view=auto
==============================================================================
--- jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-13.ttl (added)
+++ jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-13.ttl Mon Jan 21 23:02:52 2013
@@ -0,0 +1,15 @@
+@prefix :     <http://example/> .
+@prefix ns:   <http://example/ns#> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
+
+:x :q _:x0 .
+
+_:x0 rdf:first "cell-0" .
+_:x0 rdf:rest  _:x1 .
+
+_:x1   rdf:first "cell-1" .
+_:x1   rdf:first "cell-1a" .
+_:x1   rdf:rest  _:x2 .
+
+_:x2   rdf:first "cell-2" .
+_:x2   rdf:rest  rdf:nil .
\ No newline at end of file

Added: jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-14.ttl
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-14.ttl?rev=1436680&view=auto
==============================================================================
--- jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-14.ttl (added)
+++ jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-14.ttl Mon Jan 21 23:02:52 2013
@@ -0,0 +1,18 @@
+@prefix :     <http://example/> .
+@prefix ns:   <http://example/ns#> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
+
+:x :q _:x0 .
+
+_:x0 rdf:first "cell-0" .
+_:x0 rdf:rest  _:x1 .
+
+_:x1   rdf:first "cell-1" .
+_:x1   rdf:rest  _:x2 .
+
+_:x2   rdf:first "cell-2" .
+_:x2   rdf:rest  rdf:nil .
+_:x2   rdf:rest  _:x3 .
+
+_:x3   rdf:first "cell-3" .
+_:x3   rdf:rest  rdf:nil .

Added: jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-15.ttl
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-15.ttl?rev=1436680&view=auto
==============================================================================
--- jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-15.ttl (added)
+++ jena/Experimental/riot-output/testing/RIOT/Writer/writer-rt-15.ttl Mon Jan 21 23:02:52 2013
@@ -0,0 +1,14 @@
+@prefix :     <http://example/> .
+@prefix ns:   <http://example/ns#> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
+
+:x :q _:x0 .
+
+_:x0 rdf:first "cell-0" .
+_:x0 rdf:rest  _:x1 .
+
+_:x1   rdf:first "cell-1" .
+_:x1   rdf:rest  _:x2 .
+
+_:x2   rdf:first "cell-2" .
+_:x2   rdf:rest  _:x0 .
\ No newline at end of file