From e56e7291095bc9ba2368054601297c2cc65cdf90 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Mar 2019 22:50:31 +0100 Subject: Add support for writing terse collections --- tests/terse/collection_object.ttl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/terse/collection_object.ttl (limited to 'tests/terse/collection_object.ttl') diff --git a/tests/terse/collection_object.ttl b/tests/terse/collection_object.ttl new file mode 100644 index 00000000..3310c418 --- /dev/null +++ b/tests/terse/collection_object.ttl @@ -0,0 +1,2 @@ +@prefix eg: . +eg:s eg:p1 ( 1 2 ) ; eg:p2 ( 3 4 ) . -- cgit v1.2.1