diff options
Diffstat (limited to 'tests/extra/turtle-syntax-ln-colons.nt')
-rw-r--r-- | tests/extra/turtle-syntax-ln-colons.nt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extra/turtle-syntax-ln-colons.nt b/tests/extra/turtle-syntax-ln-colons.nt new file mode 100644 index 00000000..9b3c223f --- /dev/null +++ b/tests/extra/turtle-syntax-ln-colons.nt @@ -0,0 +1,5 @@ +<http://example/s:1> <http://example/p:1> <http://example/o:1> . +<http://example/s::2> <http://example/p::2> <http://example/o::2> . +<http://example/3:s> <http://example/3:p> <http://example/3> . +<http://example/:s> <http://example/:p> <http://example/:o> . +<http://example/:s:> <http://example/:p:> <http://example/:o:> . |