diff options
Diffstat (limited to 'test/w3c/TriGTests/alternating_bnode_graphs.trig')
-rw-r--r-- | test/w3c/TriGTests/alternating_bnode_graphs.trig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/alternating_bnode_graphs.trig b/test/w3c/TriGTests/alternating_bnode_graphs.trig new file mode 100644 index 00000000..e921099b --- /dev/null +++ b/test/w3c/TriGTests/alternating_bnode_graphs.trig @@ -0,0 +1,5 @@ +@prefix : <http://example/> . +{:a :b :c.} +_:G {:a :b :d.} +{:a :b :e.} +_:G {:a :b :f.} |