aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/trig-eval-struct-02.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/trig-eval-struct-02.trig')
-rw-r--r--test/w3c/TriGTests/trig-eval-struct-02.trig13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-eval-struct-02.trig b/test/w3c/TriGTests/trig-eval-struct-02.trig
new file mode 100644
index 00000000..332af23c
--- /dev/null
+++ b/test/w3c/TriGTests/trig-eval-struct-02.trig
@@ -0,0 +1,13 @@
+{
+ <http://example/s>
+ <http://example/p1> <http://example/o1> ;
+ <http://example/p2> <http://example/o2> ;
+ .
+}
+
+<http://example/graph> {
+ <http://example/s>
+ <http://example/p1> <http://example/o1> ;
+ <http://example/p2> <http://example/o2> ;
+ .
+}