diff options
Diffstat (limited to 'tests/TriGTests/comment_following_localName.trig')
-rw-r--r-- | tests/TriGTests/comment_following_localName.trig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/TriGTests/comment_following_localName.trig b/tests/TriGTests/comment_following_localName.trig new file mode 100644 index 00000000..649a9a59 --- /dev/null +++ b/tests/TriGTests/comment_following_localName.trig @@ -0,0 +1,8 @@ +@prefix p: <http://a.example/> . +<http://a.example/s> <http://a.example/p> p:o#comment +. + +<http://example/graph> { + <http://a.example/s> <http://a.example/p> <http://a.example/o>#comment + . +} |