name = 'aunt/2' slug = 'the aunt relation' description = '''\

aunt(X, Y): X is an aunt of Y.

?- aunt(sally, X).
  X = vanessa ;
  X = patricia.
''' hint = {}