aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pattern/test-pattern.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pattern/test-pattern.ttl')
-rw-r--r--tests/pattern/test-pattern.ttl10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/pattern/test-pattern.ttl b/tests/pattern/test-pattern.ttl
new file mode 100644
index 00000000..3742e5ed
--- /dev/null
+++ b/tests/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
+ ] .