diff options
Diffstat (limited to 'tests/TriGTests/trig-subm-19.trig')
-rw-r--r-- | tests/TriGTests/trig-subm-19.trig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-subm-19.trig b/tests/TriGTests/trig-subm-19.trig new file mode 100644 index 00000000..7cd14eee --- /dev/null +++ b/tests/TriGTests/trig-subm-19.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 . +} |