diff options
Diffstat (limited to 'test/TriGTests/trig-graph-bad-09.trig')
-rw-r--r-- | test/TriGTests/trig-graph-bad-09.trig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/TriGTests/trig-graph-bad-09.trig b/test/TriGTests/trig-graph-bad-09.trig new file mode 100644 index 00000000..3cfca535 --- /dev/null +++ b/test/TriGTests/trig-graph-bad-09.trig @@ -0,0 +1,12 @@ +# GRAPH tests +PREFIX : <http://example/> + +# GRAPH - no directives +graph :g { + :s :p :o +prefix x: <http://example/x#> + x:s1 x:p1 x:o1 . +} + + + |