10 Mar 2005
CS 3243 - FOL and Prolog
37
Rules
lRules combine facts to increase knowledge of the system
l
lson(X,Y):-
l male(X),child(X,Y).
l
lX is a son of Y if X is male and
X is a child of Y