famrel.pl
?- male(john).
male(X)
n
;
.
parent(X, sally)
parent(tina, X)
parent(X, Y)
parent(X, X)
mother/2
mother(tina, jerry)
:-
,