mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02:00
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
@prefix p: <http://a.example/> .
|
|
<http://a.example/s> <http://a.example/p> p:o#comment
|
|
.
|
|
|
|
<http://example/graph> {
|
|
<http://a.example/s> <http://a.example/p> <http://a.example/o>#comment
|
|
.
|
|
}
|