# Test long literal
@prefix :  <http://example.org/ex#> .

{
:a :b """a long
	literal
with
newlines""" .
}

<http://example/graph> {
:a :b """a long
	literal
with
newlines""" .
}