# coding=utf-8 id = 181 name = 'mother/2' slug = 'the mother-child relation' description = '''\
mother(M, C): M is the mother of C.
mother(M, C)
M
C
?- mother(tina, william). true. ?- mother(nevia, X). X = luana ; X = daniela.