aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-syntax-prefix-06.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-syntax-prefix-06.trig')
-rw-r--r--tests/TriGTests/trig-syntax-prefix-06.trig4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-syntax-prefix-06.trig b/tests/TriGTests/trig-syntax-prefix-06.trig
new file mode 100644
index 00000000..b7a71c9a
--- /dev/null
+++ b/tests/TriGTests/trig-syntax-prefix-06.trig
@@ -0,0 +1,4 @@
+# colon is a legal pname character
+@prefix : <http://example/> .
+@prefix x: <http://example/> .
+{:a:b:c x:d:e:f :::: .}