# literals-04.n3 - Triple quoted strings

@prefix : <http://example.org/#> .
@keywords a .

subj pred """simple string""", """string with a newline (
) and a double-quote (")""" .
