diff options
Diffstat (limited to 'tests/TurtleTests/nested_blankNodePropertyLists.nt')
-rw-r--r-- | tests/TurtleTests/nested_blankNodePropertyLists.nt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TurtleTests/nested_blankNodePropertyLists.nt b/tests/TurtleTests/nested_blankNodePropertyLists.nt new file mode 100644 index 00000000..5284c007 --- /dev/null +++ b/tests/TurtleTests/nested_blankNodePropertyLists.nt @@ -0,0 +1,3 @@ +_:b1 <http://a.example/p1> _:b2 . +_:b2 <http://a.example/p2> <http://a.example/o2> . +_:b1 <http://a.example/p> <http://a.example/o> . |