aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TurtleTests/prefix_reassigned_and_used.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TurtleTests/prefix_reassigned_and_used.ttl')
-rw-r--r--tests/TurtleTests/prefix_reassigned_and_used.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TurtleTests/prefix_reassigned_and_used.ttl b/tests/TurtleTests/prefix_reassigned_and_used.ttl
new file mode 100644
index 00000000..1f948597
--- /dev/null
+++ b/tests/TurtleTests/prefix_reassigned_and_used.ttl
@@ -0,0 +1,3 @@
+@prefix p: <http://a.example/>.
+@prefix p: <http://b.example/>.
+p:s <http://a.example/p> <http://a.example/o> .