PPT Slide
Rules define new relationships in terms of existing ones.
The head contains 1 predicate.
The body is a conjunction of predicates, separated by commas.
bird( X ) : - animal( X ), haswings( X ) .
means X( animal( X ) haswings( X ) bird( X ))
“ X is a bird if X is an animal
Sister( X, Y ) : - female( X ) ,