mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
@prefix : <http://example/> .
|
|
{
|
|
_:0b :p :o . # Starts with digit
|
|
_:_b :p :o . # Starts with underscore
|
|
_:b.0 :p :o . # Contains dot, ends with digit
|
|
}
|