# literals-05.n3 - Triple quoted literal with escapes

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

# <loggy> See http://swhack.com/logs/2004-12-09#T18-19-18
p q """Christopher "The Nerd" Schmidt""" .

p q """\t\r\n\\\"""" .
