aboutsummaryrefslogtreecommitdiffstats
path: root/test/pattern/test-pattern.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pattern/test-pattern.ttl')
-rw-r--r--test/pattern/test-pattern.ttl10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/pattern/test-pattern.ttl b/test/pattern/test-pattern.ttl
new file mode 100644
index 00000000..3742e5ed
--- /dev/null
+++ b/test/pattern/test-pattern.ttl
@@ -0,0 +1,10 @@
+?s
+ <http://example.org/p1> <http://example.org/o1> .
+
+<http://example.org/s>
+ ?p <http://example.org/o1> ;
+ <http://example.org/p1> ?o ;
+ <http://example.org/p2> [
+ ?2p <http://example.org/o2> ;
+ <http://example.org/p3> ?_o
+ ] .