私はプロローグが初めてで、アドバイスが欲しいです。
私はいくつかの事実を持っています:
male(tom).
male(james).
male(john).
female(elly).
female(joanne).
female(evonne).
brother(john,tom).
brother(john,joanne).
sister(elly,joanne).
parent_of(evonne,john).
parent_of(james,john).
andparent_of
を使用せずにルールを定義することは可能ですか?sister
brother