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