SELECT DISTINCT ?s
WHERE {
?s <http://dbpedia.org/property/shortDescription> American politician
?s <http://dbpedia.org/property/branch> ?o1
FILTER regex (?o1, "United_States")
MINUS {?s dbo:wikiPageRedirects ?o . }}
