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