mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-08 16:12:31 +02:00
8 lines
145 B
Turtle
8 lines
145 B
Turtle
# N3 paths
|
|
@prefix : <http://www.w3.org/2013/TurtleTests/> .
|
|
@prefix ns: <http://www.w3.org/2013/TurtleTests/p#> .
|
|
|
|
:x.
|
|
ns:p.
|
|
ns:q :p :z .
|