diff options
Diffstat (limited to 'test/TriGTests/blankNodePropertyList_as_object.nq')
-rw-r--r-- | test/TriGTests/blankNodePropertyList_as_object.nq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/TriGTests/blankNodePropertyList_as_object.nq b/test/TriGTests/blankNodePropertyList_as_object.nq new file mode 100644 index 00000000..8e38d4e4 --- /dev/null +++ b/test/TriGTests/blankNodePropertyList_as_object.nq @@ -0,0 +1,4 @@ +<http://a.example/s> <http://a.example/p> _:b1 . +_:b1 <http://a.example/p2> <http://a.example/o2> . +<http://a.example/s> <http://a.example/p> _:b2 <http://example/graph> . +_:b2 <http://a.example/p2> <http://a.example/o2> <http://example/graph> . |