name = 'mother/2' slug = 'the mother-child relation' description = '''\

mother(M, C): M is the mother of C.

?- mother(tina, william).
  true.
?- mother(nevia, X).
  X = luana ;
  X = daniela.
''' hint = {}