Dear all, I have questions about SWRL rules execution. For example : uncle(?x,?z) <- parent(?x,?y) ∧ brother(?y,?z) .
In topbraid or by the rules execution process itself, how the sequence of the conditions being executed? Means, is the execution of condition is front-back or back-front ? Front-back means, it will execute parent(?x,?y) followed by brother(? y,?z), or is it back-front , brother(?y,?z) followed by parent(?x,? y) ? How about SPIN? also the same approach , either front-back or back- front? thanks & regards, Baitiah -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
