mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-24 16:38:07 +02:00
15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
# Test , operator
|
|
@prefix : <http://example.org/base#> .
|
|
|
|
{
|
|
:a :b :c,
|
|
:d,
|
|
:e .
|
|
}
|
|
|
|
<http://example/graph> {
|
|
:a :b :c,
|
|
:d,
|
|
:e .
|
|
}
|