SELECT DISTINCT ?s
WHERE {
?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Cleric>
?s <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_John_Paul_II>
MINUS {?s dbo:wikiPageRedirects ?o . }}
