aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/trig-syntax-bad-n3-extras-03.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/trig-syntax-bad-n3-extras-03.trig')
-rw-r--r--test/w3c/TriGTests/trig-syntax-bad-n3-extras-03.trig9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-syntax-bad-n3-extras-03.trig b/test/w3c/TriGTests/trig-syntax-bad-n3-extras-03.trig
new file mode 100644
index 00000000..bb21bf08
--- /dev/null
+++ b/test/w3c/TriGTests/trig-syntax-bad-n3-extras-03.trig
@@ -0,0 +1,9 @@
+# N3 paths
+@prefix : <http://example/> .
+@prefix ns: <http://example/p#> .
+
+{
+:x.
+ ns:p.
+ ns:q :p :z .
+}