- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Tue, 30 Aug 2005 11:33:10 +0100
- To: RDF Data Access Working Group <public-rdf-dawg@w3.org>
The query is:
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name
WHERE { ?x foaf:name ?name
FILTER regex(name, "^ali", "i") }
Should be ?name in the regex
Andy
Received on Tuesday, 30 August 2005 10:33:42 UTC