mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 17:08:07 +02:00
14 lines
145 B
Plaintext
14 lines
145 B
Plaintext
@prefix : <http://example.org#> .
|
|
|
|
{
|
|
:a :b -1.0 .
|
|
:c :d -1 .
|
|
:e :f -1.0e0 .
|
|
}
|
|
|
|
<http://example/graph> {
|
|
:a :b -1.0 .
|
|
:c :d -1 .
|
|
:e :f -1.0e0 .
|
|
}
|