diff options
Diffstat (limited to 'test/TriGTests/trig-subm-20.trig')
-rw-r--r-- | test/TriGTests/trig-subm-20.trig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/TriGTests/trig-subm-20.trig b/test/TriGTests/trig-subm-20.trig new file mode 100644 index 00000000..6e3032e5 --- /dev/null +++ b/test/TriGTests/trig-subm-20.trig @@ -0,0 +1,13 @@ +@prefix : <http://example.org#> . + +{ +:a :b -1.0 . +:c :d -1 . +:e :f -1.0e0 . +} + +<http://example/graph> { +:a :b -1.0 . +:c :d -1 . +:e :f -1.0e0 . +} |