aboutsummaryrefslogtreecommitdiffstats
path: root/test/filter/input.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/filter/input.ttl')
-rw-r--r--test/filter/input.ttl9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/filter/input.ttl b/test/filter/input.ttl
new file mode 100644
index 00000000..59aa67f7
--- /dev/null
+++ b/test/filter/input.ttl
@@ -0,0 +1,9 @@
+@prefix eg: <http://example.org/> .
+
+eg:s1
+ eg:p1 eg:o1 ;
+ eg:p2 eg:o2 .
+
+eg:s2
+ eg:p1 eg:o1 ;
+ eg:p2 eg:o2 .