diff options
Diffstat (limited to 'tests/TrigTests/blankNodePropertyList_containing_collection.nq')
-rw-r--r-- | tests/TrigTests/blankNodePropertyList_containing_collection.nq | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/TrigTests/blankNodePropertyList_containing_collection.nq b/tests/TrigTests/blankNodePropertyList_containing_collection.nq new file mode 100644 index 00000000..85f272a7 --- /dev/null +++ b/tests/TrigTests/blankNodePropertyList_containing_collection.nq @@ -0,0 +1,6 @@ +_:b1 <http://a.example/p1> _:b2 . +_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . +_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . +_:b3 <http://a.example/p1> _:b4 <http://example/graph> . +_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example/graph> . +_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example/graph> . |