PREFIX : PREFIX fn: SELECT ?x WHERE { ## ?item :q ?q OPTIONAL { { ?item :p ?p .FILTER(?p!=?q) } } ?item1 :q ?q FILTER(?p!=?q) ?item2 :q ?q . }