1@prefix : <http://example.org/foo#> .
2
3{
4## \U00015678 is a not a legal codepoint
5## :a :b """\nthis \ris a \U00015678long\t
6## literal\uABCD
7## """ .
8##
9## :d :e """\tThis \uABCDis\r \U00015678another\n
10## one
11## """ .
12
13# \U00015678 is a not a legal codepoint
14# \U00012451 in Cuneiform numeric ban 3
15:a :b """\nthis \ris a \U00012451long\t
16literal\uABCD
17""" .
18
19:d :e """\tThis \uABCDis\r \U00012451another\n
20one
21""" .
22}
23
24<http://example/graph> {
25## \U00015678 is a not a legal codepoint
26## :a :b """\nthis \ris a \U00015678long\t
27## literal\uABCD
28## """ .
29##
30## :d :e """\tThis \uABCDis\r \U00015678another\n
31## one
32## """ .
33
34# \U00015678 is a not a legal codepoint
35# \U00012451 in Cuneiform numeric ban 3
36:a :b """\nthis \ris a \U00012451long\t
37literal\uABCD
38""" .
39
40:d :e """\tThis \uABCDis\r \U00012451another\n
41one
42""" .
43}
44