aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TrigTests/trig-turtle-02.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TrigTests/trig-turtle-02.trig')
-rw-r--r--tests/TrigTests/trig-turtle-02.trig9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-turtle-02.trig b/tests/TrigTests/trig-turtle-02.trig
new file mode 100644
index 00000000..4dd160b6
--- /dev/null
+++ b/tests/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 .