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/12/17 10:16:58 UTC

svn commit: r1422812 - in /jena/trunk/jena-arq/testing/RIOT/Lang/Turtle: turtle-syntax-struct-04.ttl turtle-syntax-struct-05.ttl

Author: andy
Date: Mon Dec 17 09:16:58 2012
New Revision: 1422812

URL: http://svn.apache.org/viewvc?rev=1422812&view=rev
Log:
RDF tests

Added:
    jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-04.ttl
    jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-05.ttl

Added: jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-04.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-04.ttl?rev=1422812&view=auto
==============================================================================
--- jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-04.ttl (added)
+++ jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-04.ttl Mon Dec 17 09:16:58 2012
@@ -0,0 +1,4 @@
+@prefix : <http://example/> .
+:s :p1 :o1 ;;
+   :p2 :o2 
+   .

Added: jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-05.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-05.ttl?rev=1422812&view=auto
==============================================================================
--- jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-05.ttl (added)
+++ jena/trunk/jena-arq/testing/RIOT/Lang/Turtle/turtle-syntax-struct-05.ttl Mon Dec 17 09:16:58 2012
@@ -0,0 +1,4 @@
+@prefix : <http://example/> .
+:s :p1 :o1 ;
+   :p2 :o2 ;;
+   .