comparison sparql/sparql/test/dawg/data-r2/regex/regex-query-004.rq @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7785ad38967f
1 PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2 PREFIX ex: <http://example.com/#>
3 SELECT ?val
4 WHERE {
5 ex:foo rdf:value ?val .
6 FILTER regex(str(?val), "example\\.com")
7 }