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