1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 23:30:17 +01:00
Files
audacity/lib-src/redland/rasqal/tests/rdql/note-ex4.rdql
2010-01-24 09:19:39 +00:00

6 lines
157 B
Plaintext

SELECT ?resource
FROM <http://example.org/someWebPage>
WHERE (?resource info:age ?age)
AND ?age >= 24
USING info FOR <http://example.org/peopleInfo#>