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