mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
SELECT ?a, ?b
|
|
FROM <http://somewhere/model1.rdf>
|
|
WHERE (?a, <http://somewhere/pred1>, ?b)
|
|
AND ?b < 5
|