mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
16 lines
124 B
Plaintext
16 lines
124 B
Plaintext
@prefix : <http://example.org/#> .
|
|
|
|
{
|
|
:a :b "" .
|
|
|
|
:c :d """""" .
|
|
|
|
}
|
|
|
|
<http://example/graph> {
|
|
:a :b "" .
|
|
|
|
:c :d """""" .
|
|
|
|
}
|