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