name = 'Family relations' description = '''\

First steps in Prolog: defining rules for various family relations. For tasks in this set a database of family trees is already defined. In Prolog, this information is represented with the predicates parent/2, male/1 and female/1.

'''