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