aboutsummaryrefslogtreecommitdiffstats
path: root/test/terse/collection_object.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-13 20:22:49 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:04:09 -0500
commitd8e718453cf7a29045b648683b0645094bc66ae9 (patch)
treec3e0776fddbcb60caa90fbd984a3710365cdf8de /test/terse/collection_object.ttl
parentd30f90cae709a9192aa29f219a494c62b865e0f8 (diff)
downloadserd-d8e718453cf7a29045b648683b0645094bc66ae9.tar.gz
serd-d8e718453cf7a29045b648683b0645094bc66ae9.tar.bz2
serd-d8e718453cf7a29045b648683b0645094bc66ae9.zip
Add support for writing terse collections
Diffstat (limited to 'test/terse/collection_object.ttl')
-rw-r--r--test/terse/collection_object.ttl2
1 files changed, 2 insertions, 0 deletions
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: <http://example.org/> .
+eg:s eg:p1 ( 1 2 ) ; eg:p2 ( 3 4 ) .