PREFIX skos: PREFIX : CONSTRUCT { [] a :Warning; :message 'Literal [1] is preferred lexical label for two separately identified concepts [2][3] in scheme [4] - are these concepts the same?.'; :implicated ( ?l ?x ?y ?s ); . } WHERE { ?x skos:prefLabel ?l; skos:inScheme ?s. ?y skos:prefLabel ?m; skos:inScheme ?s. FILTER ( ?x != ?y && str(?l) = str(?m) && lang(?l) = lang(?m) ) }