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