mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 06:29:07 +02:00
13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
# Test empty [] operator; not allowed as predicate
|
|
@prefix : <http://example.org/base#> .
|
|
|
|
{
|
|
[] :a :b .
|
|
:c :d [] .
|
|
}
|
|
|
|
<http://example/graph> {
|
|
[] :a :b .
|
|
:c :d [] .
|
|
}
|