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