mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-03 13:14:33 +01: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)
|