SELECT DISTINCT ?s
WHERE {
?s <http://dbpedia.org/property/peerage> ?o0
FILTER regex (?o0, "the_United_Kingdom")
MINUS {?s dbo:wikiPageRedirects ?o . }}
