mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-11 14:41:06 +02:00
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
SELECT ?a, ?b
|
|
WHERE (?a, <http://somewhere/pred1>, ?c) ,
|
|
(?c, <http://somewhere/pred2>, ?b)
|