The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# 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""" .
}