# regex PREFIX foaf: SELECT ?name WHERE { ?x foaf:name ?name FILTER regex(?name, "^ali", "i") }