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