mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
14 lines
139 B
Plaintext
14 lines
139 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 .
|
|
}
|