diff options
Diffstat (limited to 'tests/TriGTests/trig-subm-22.trig')
-rw-r--r-- | tests/TriGTests/trig-subm-22.trig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-subm-22.trig b/tests/TriGTests/trig-subm-22.trig new file mode 100644 index 00000000..2b546609 --- /dev/null +++ b/tests/TriGTests/trig-subm-22.trig @@ -0,0 +1,11 @@ +@prefix : <http://example.org#> . + +{ +:a :b true . +:c :d false . +} + +<http://example/graph> { +:a :b true . +:c :d false . +} |