Typo in example in 11.2.3.6

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