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