diff options
Diffstat (limited to 'tests/TriGTests/localname_with_COLON.trig')
-rw-r--r-- | tests/TriGTests/localname_with_COLON.trig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TriGTests/localname_with_COLON.trig b/tests/TriGTests/localname_with_COLON.trig new file mode 100644 index 00000000..e166d575 --- /dev/null +++ b/tests/TriGTests/localname_with_COLON.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> .} |