mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
17 lines
179 B
Plaintext
17 lines
179 B
Plaintext
# 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""" .
|
|
}
|