PREFIX skos: PREFIX : CONSTRUCT { [] a :Error; :message 'Concept [1] is both narrower than, and related to, another concept [2].'; :implicated ( ?x ?y ); . } WHERE { ?x skos:broader ?y; skos:related ?y. }