1# Test long literal
2@prefix :  <http://example.org/ex#> .
3
4{
5:a :b """a long
6	literal
7with
8newlines""" .
9}
10
11<http://example/graph> {
12:a :b """a long
13	literal
14with
15newlines""" .
16}
17