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