diff options
Diffstat (limited to 'tests/TriGTests/trig-subm-07.trig')
-rw-r--r-- | tests/TriGTests/trig-subm-07.trig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-subm-07.trig b/tests/TriGTests/trig-subm-07.trig new file mode 100644 index 00000000..b5e254af --- /dev/null +++ b/tests/TriGTests/trig-subm-07.trig @@ -0,0 +1,4 @@ +# 'a' only allowed as a predicate +@prefix : <http://example.org/base#> . +{:a a :b .} +<http://example/graph> {:a a :b .} |