aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/old_style_prefix.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/old_style_prefix.trig')
-rw-r--r--test/w3c/TriGTests/old_style_prefix.trig3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/old_style_prefix.trig b/test/w3c/TriGTests/old_style_prefix.trig
new file mode 100644
index 00000000..014c1f0d
--- /dev/null
+++ b/test/w3c/TriGTests/old_style_prefix.trig
@@ -0,0 +1,3 @@
+@prefix p: <http://a.example/>.
+{p:s <http://a.example/p> <http://a.example/o> .}
+<http://example/graph> {p:s <http://a.example/p> <http://a.example/o> .}