SELECT DISTINCT ?s
WHERE {
?s <http://dbpedia.org/property/shortDescription> American film producer
?s <http://purl.org/dc/elements/1.1/description> ?o1
FILTER regex (?o1, "Americ")
MINUS {?s dbo:wikiPageRedirects ?o . }}
