diff options
Diffstat (limited to 'test/w3c/TriGTests/trig-kw-graph-04.trig')
-rw-r--r-- | test/w3c/TriGTests/trig-kw-graph-04.trig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-kw-graph-04.trig b/test/w3c/TriGTests/trig-kw-graph-04.trig new file mode 100644 index 00000000..8a38e30e --- /dev/null +++ b/test/w3c/TriGTests/trig-kw-graph-04.trig @@ -0,0 +1,8 @@ +# GRAPH tests +PREFIX : <http://example/> + +GRAPH :g1 { :s :p :o } +GRAPH :g2 { :s :p :o } +:g3 { :s :p :o } +GRAPH :g4 { :s :p :o } +GRAPH :g5 { :s :p :o } |