mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 09:08:44 +02:00
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
# GRAPH tests
|
|
PREFIX : <http://example/>
|
|
|
|
# GRAPH and a triples block.
|
|
GRAPH :g {
|
|
:s :p :o .
|
|
GRAPH :g1 { :s1 :p1 :o1 }
|
|
}
|
|
|