diff options
Diffstat (limited to 'test/extra/abbreviate/collapse-graphs.nq')
-rw-r--r-- | test/extra/abbreviate/collapse-graphs.nq | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/extra/abbreviate/collapse-graphs.nq b/test/extra/abbreviate/collapse-graphs.nq new file mode 100644 index 00000000..40ccc7f9 --- /dev/null +++ b/test/extra/abbreviate/collapse-graphs.nq @@ -0,0 +1,6 @@ +<http://example.org/s1> <http://example.org/p1> <http://example.org/o1> <http://example.org/g1> . +<http://example.org/s1> <http://example.org/p2> <http://example.org/o2> <http://example.org/g1> . +<http://example.org/s1> <http://example.org/p3> <http://example.org/o3> <http://example.org/g1> . +<http://example.org/s2> <http://example.org/p4> <http://example.org/o4> <http://example.org/g2> . +<http://example.org/s3> <http://example.org/p5> <http://example.org/o5> <http://example.org/g3> . +<http://example.org/s3> <http://example.org/p6> <http://example.org/o6> <http://example.org/g3> . |