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