aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/abbreviate/collapse-graphs.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/abbreviate/collapse-graphs.trig')
-rw-r--r--test/extra/abbreviate/collapse-graphs.trig18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/extra/abbreviate/collapse-graphs.trig b/test/extra/abbreviate/collapse-graphs.trig
new file mode 100644
index 00000000..5bdf55ce
--- /dev/null
+++ b/test/extra/abbreviate/collapse-graphs.trig
@@ -0,0 +1,18 @@
+
+<http://example.org/g1> {
+ <http://example.org/s1>
+ <http://example.org/p1> <http://example.org/o1> ;
+ <http://example.org/p2> <http://example.org/o2> ;
+ <http://example.org/p3> <http://example.org/o3> .
+}
+
+<http://example.org/g2> {
+ <http://example.org/s2>
+ <http://example.org/p4> <http://example.org/o4> .
+}
+
+<http://example.org/g3> {
+ <http://example.org/s3>
+ <http://example.org/p5> <http://example.org/o5> ;
+ <http://example.org/p6> <http://example.org/o6> .
+}