1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 06:08:40 +02:00
audacity/lib-src/redland/rasqal/tests/rdql/example_at_7.rdql
2010-01-24 09:19:39 +00:00

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/>