The Boy - 2009-03-27

Hello all,
please I am new in CLIPS and I would like to define the following rule in CLIPS:
if x has father y and y has brother z then
x has uncle z.

I assume that I define a class Person. so x, y and z are instances of Person,

Thanks in advance for your help.

Joe