diff options
Diffstat (limited to 'tests/TrigTests/trig-syntax-ln-colons.trig')
-rw-r--r-- | tests/TrigTests/trig-syntax-ln-colons.trig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-syntax-ln-colons.trig b/tests/TrigTests/trig-syntax-ln-colons.trig new file mode 100644 index 00000000..d0fd5d45 --- /dev/null +++ b/tests/TrigTests/trig-syntax-ln-colons.trig @@ -0,0 +1,8 @@ +@prefix : <http://example/> . +{ +:s:1 :p:1 :o:1 . +:s::2 :p::2 :o::2 . +:3:s :3:p :3 . +::s ::p ::o . +::s: ::p: ::o: . +} |