From 5475750ecf496c774a082464b3e60f5adce9cc8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Jan 2017 14:48:03 -0500 Subject: Add support for reading TriG --- tests/TrigTests/collection_object.nq | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/TrigTests/collection_object.nq (limited to 'tests/TrigTests/collection_object.nq') diff --git a/tests/TrigTests/collection_object.nq b/tests/TrigTests/collection_object.nq new file mode 100644 index 00000000..8ced4ad1 --- /dev/null +++ b/tests/TrigTests/collection_object.nq @@ -0,0 +1,6 @@ + _:b1 . +_:b1 "1"^^ . +_:b1 . + _:b2 . +_:b2 "1"^^ . +_:b2 . -- cgit v1.2.1