PREFIX skos: PREFIX : CONSTRUCT { [] a :Warning; :message 'Resource [1] has more than one stated preferred symbolic label [2][3] - are these the same resource?'; :implicated ( ?x ?n ?o ); . } WHERE { ?x skos:prefSymbol ?n; skos:prefSymbol ?o. FILTER ( ?n != ?o ) }