SELECT DISTINCT ?s
WHERE {
?s <http://dbpedia.org/property/shortDescription> British artist
?s <http://dbpedia.org/property/placeOfBirth> ?o1
FILTER regex (?o1, "London")
MINUS {?s dbo:wikiPageRedirects ?o . }}
