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

9 lines
180 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, "example\\.com")
}