aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TrigTests/trig-turtle-01.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TrigTests/trig-turtle-01.trig')
-rw-r--r--tests/TrigTests/trig-turtle-01.trig8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-turtle-01.trig b/tests/TrigTests/trig-turtle-01.trig
new file mode 100644
index 00000000..785f04cb
--- /dev/null
+++ b/tests/TrigTests/trig-turtle-01.trig
@@ -0,0 +1,8 @@
+# Turtle is TriG
+PREFIX : <http://example/>
+
+:s :p :o ;
+ :q 123 , 456 .
+
+:s1 :p1 "more" .
+