mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-27 09:38:39 +02:00
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
# N3 paths
|
|
@prefix : <http://example/> .
|
|
@prefix ns: <http://example/p#> .
|
|
|
|
{
|
|
:x.
|
|
ns:p.
|
|
ns:q :p :z .
|
|
}
|