mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 09:08:44 +02:00
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
# GRAPH tests
|
|
PREFIX : <http://example/>
|
|
|
|
# GRAPH - no directives
|
|
graph :g {
|
|
:s :p :o
|
|
prefix x: <http://example/x#>
|
|
x:s1 x:p1 x:o1 .
|
|
}
|
|
|
|
|
|
|