Hi, i have the following type hierarchy, from the more general to the more specific : A1, A2, A3,
and the rules : if A1 then B= "value1" if A2 then B= "value2" if A3 then B= "value3" When a triple matches with A3 then the rules infer the triples : B= "value1", B= "value2", B= "value3". In my use case i want only the deduced triple B= "value3", Is someone know how to implement this behavior ? Thank you. Olivier.
