aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-syntax-ln-dots.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-syntax-ln-dots.trig')
-rw-r--r--tests/TriGTests/trig-syntax-ln-dots.trig6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-syntax-ln-dots.trig b/tests/TriGTests/trig-syntax-ln-dots.trig
new file mode 100644
index 00000000..f420e8a9
--- /dev/null
+++ b/tests/TriGTests/trig-syntax-ln-dots.trig
@@ -0,0 +1,6 @@
+@prefix : <http://example/> .
+{
+:s.1 :p.1 :o.1 .
+:s..2 :p..2 :o..2.
+:3.s :3.p :3.
+}