mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
SELECT ?link
|
|
SOURCE <http://xmlhack.com/rss10.php>
|
|
WHERE
|
|
(?x, rss:title, ?title),
|
|
(?x, rss:link, ?link)
|
|
AND ?title ~~ /^RdQL/i
|
|
USING
|
|
rss for <http://purl.org/rss/1.0/>
|