diff options
Diffstat (limited to 'tests/ntriples-2013/comment_following_triple.nt')
-rw-r--r-- | tests/ntriples-2013/comment_following_triple.nt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ntriples-2013/comment_following_triple.nt b/tests/ntriples-2013/comment_following_triple.nt new file mode 100644 index 0000000..5619459 --- /dev/null +++ b/tests/ntriples-2013/comment_following_triple.nt @@ -0,0 +1,5 @@ +<http://example/s> <http://example/p> <http://example/o> . # comment +<http://example/s> <http://example/p> _:o . # comment +<http://example/s> <http://example/p> "o" . # comment +<http://example/s> <http://example/p> "o"^^<http://example/dt> . # comment +<http://example/s> <http://example/p> "o"@en . # comment |