aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/trig-turtle-02.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/trig-turtle-02.trig')
-rw-r--r--test/w3c/TriGTests/trig-turtle-02.trig9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-turtle-02.trig b/test/w3c/TriGTests/trig-turtle-02.trig
new file mode 100644
index 00000000..4dd160b6
--- /dev/null
+++ b/test/w3c/TriGTests/trig-turtle-02.trig
@@ -0,0 +1,9 @@
+# Turtle is TriG
+PREFIX : <http://example/>
+
+:s :p :o ;
+ :q 123 , 456 .
+
+PREFIX : <http://example/ns#>
+
+:s :p :o .