diff options
Diffstat (limited to 'tests/terse/collection_object.ttl')
-rw-r--r-- | tests/terse/collection_object.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
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: <http://example.org/> . +eg:s eg:p1 ( 1 2 ) ; eg:p2 ( 3 4 ) . |