mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-15 08:07:41 +02:00
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
@prefix : <http://example.org#> .
|
|
|
|
{
|
|
:a :b true .
|
|
:c :d false .
|
|
}
|
|
|
|
<http://example/graph> {
|
|
:a :b true .
|
|
:c :d false .
|
|
}
|