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, 0 insertions, 5 deletions
diff --git a/test/w3c/TriGTests/alternating_bnode_graphs.trig b/test/w3c/TriGTests/alternating_bnode_graphs.trig deleted file mode 100644 index e921099b..00000000 --- a/test/w3c/TriGTests/alternating_bnode_graphs.trig +++ /dev/null @@ -1,5 +0,0 @@ -@prefix : <http://example/> . -{:a :b :c.} -_:G {:a :b :d.} -{:a :b :e.} -_:G {:a :b :f.} |