1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 22:53:55 +01:00
Files
audacity/lib-src/redland/rasqal/tests/sparql/regex/regex-query-001.rq
2010-01-24 09:19:39 +00:00

9 lines
169 B
SPARQL

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX ex: <http://example.com/#>
SELECT ?val
WHERE {
ex:foo rdf:value ?val .
FILTER regex(?val, "GHI")
}