mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
@prefix : <http://example/> .
|
|
{
|
|
:s:1 :p:1 :o:1 .
|
|
:s::2 :p::2 :o::2 .
|
|
:3:s :3:p :3 .
|
|
::s ::p ::o .
|
|
::s: ::p: ::o: .
|
|
}
|