diff options
Diffstat (limited to 'test/extra/longhand/collection_object.ttl')
-rw-r--r-- | test/extra/longhand/collection_object.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/extra/longhand/collection_object.ttl b/test/extra/longhand/collection_object.ttl new file mode 100644 index 00000000..3310c418 --- /dev/null +++ b/test/extra/longhand/collection_object.ttl @@ -0,0 +1,2 @@ +@prefix eg: <http://example.org/> . +eg:s eg:p1 ( 1 2 ) ; eg:p2 ( 3 4 ) . |