diff options
Diffstat (limited to 'test/pretty/inline-list-subject.ttl')
-rw-r--r-- | test/pretty/inline-list-subject.ttl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pretty/inline-list-subject.ttl b/test/pretty/inline-list-subject.ttl new file mode 100644 index 00000000..a3f8ac18 --- /dev/null +++ b/test/pretty/inline-list-subject.ttl @@ -0,0 +1,6 @@ +@prefix eg: <http://example.org/eg#> . + +( + eg:item1 + eg:item2 +) eg:isA eg:List . |