aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/alternating_iri_graphs.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/alternating_iri_graphs.trig')
-rw-r--r--test/w3c/TriGTests/alternating_iri_graphs.trig5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/alternating_iri_graphs.trig b/test/w3c/TriGTests/alternating_iri_graphs.trig
new file mode 100644
index 00000000..6ce4d656
--- /dev/null
+++ b/test/w3c/TriGTests/alternating_iri_graphs.trig
@@ -0,0 +1,5 @@
+@prefix : <http://example/> .
+{:a :b :c.}
+:G {:a :b :d.}
+{:a :b :e.}
+:G {:a :b :f.}