aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TrigTests/blankNodePropertyList_containing_collection.nq
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-01-06 14:48:03 -0500
committerDavid Robillard <d@drobilla.net>2017-01-06 21:39:01 -0500
commit5475750ecf496c774a082464b3e60f5adce9cc8a (patch)
tree57e844edc09637096d1b5ea16dcc5ebb69f88345 /tests/TrigTests/blankNodePropertyList_containing_collection.nq
parent52590dbeb23100320417d6f72e20fadf215479e5 (diff)
downloadserd-5475750ecf496c774a082464b3e60f5adce9cc8a.tar.gz
serd-5475750ecf496c774a082464b3e60f5adce9cc8a.tar.bz2
serd-5475750ecf496c774a082464b3e60f5adce9cc8a.zip
Add support for reading TriG
Diffstat (limited to 'tests/TrigTests/blankNodePropertyList_containing_collection.nq')
-rw-r--r--tests/TrigTests/blankNodePropertyList_containing_collection.nq6
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> .