mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 09:07:41 +02:00
17 lines
134 B
Plaintext
17 lines
134 B
Plaintext
# Test for : allowed
|
|
@prefix : <http://example.org/ron> .
|
|
|
|
{
|
|
[] : [] .
|
|
|
|
: : : .
|
|
|
|
}
|
|
|
|
<http://example/graph> {
|
|
[] : [] .
|
|
|
|
: : : .
|
|
|
|
}
|