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