aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/blankNodePropertyList_with_multiple_triples.nq
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/blankNodePropertyList_with_multiple_triples.nq')
-rw-r--r--test/w3c/TriGTests/blankNodePropertyList_with_multiple_triples.nq6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/blankNodePropertyList_with_multiple_triples.nq b/test/w3c/TriGTests/blankNodePropertyList_with_multiple_triples.nq
new file mode 100644
index 00000000..ac7e6125
--- /dev/null
+++ b/test/w3c/TriGTests/blankNodePropertyList_with_multiple_triples.nq
@@ -0,0 +1,6 @@
+_:b1 <http://a.example/p1> <http://a.example/o1> .
+_:b1 <http://a.example/p2> <http://a.example/o2> .
+_:b1 <http://a.example/p> <http://a.example/o> .
+_:b2 <http://a.example/p1> <http://a.example/o1> <http://example/graph> .
+_:b2 <http://a.example/p2> <http://a.example/o2> <http://example/graph> .
+_:b2 <http://a.example/p> <http://a.example/o> <http://example/graph> .