summaryrefslogtreecommitdiffstats
path: root/tests/mkr/test-31.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mkr/test-31.ttl')
-rw-r--r--tests/mkr/test-31.ttl10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/mkr/test-31.ttl b/tests/mkr/test-31.ttl
new file mode 100644
index 0000000..c1130ed
--- /dev/null
+++ b/tests/mkr/test-31.ttl
@@ -0,0 +1,10 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rss: <http://purl.org/rss/1.0/> .
+
+<http://example.org/block>
+ rss:items [
+ rdf:_1 <http://example.org/first-item> ;
+ rdf:_2 <http://example.org/second-item> ;
+ a rdf:Seq
+ ] .
+