SELECT DISTINCT ?s
WHERE {
?s <http://dbpedia.org/property/language> ?o0
FILTER regex (?o0, "Serb")
MINUS {?s dbo:wikiPageRedirects ?o . }}
