aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/trig-subm-03.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/trig-subm-03.trig')
-rw-r--r--test/w3c/TriGTests/trig-subm-03.trig14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-subm-03.trig b/test/w3c/TriGTests/trig-subm-03.trig
new file mode 100644
index 00000000..b52f7c9a
--- /dev/null
+++ b/test/w3c/TriGTests/trig-subm-03.trig
@@ -0,0 +1,14 @@
+# Test , operator
+@prefix : <http://example.org/base#> .
+
+{
+:a :b :c,
+ :d,
+ :e .
+}
+
+<http://example/graph> {
+:a :b :c,
+ :d,
+ :e .
+}