diff options
Diffstat (limited to 'test/pretty/many-objects.ttl')
-rw-r--r-- | test/pretty/many-objects.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pretty/many-objects.ttl b/test/pretty/many-objects.ttl new file mode 100644 index 00000000..534741dd --- /dev/null +++ b/test/pretty/many-objects.ttl @@ -0,0 +1,9 @@ +@prefix eg: <http://example.org/> . + +eg:s + eg:p1 "apple" , + "banana" , + "cherry" ; + eg:p2 "asparagus" , + "beet" , + "carrot" . |