# coding=utf-8 id = 95 name = 'grandparent/2' slug = 'the grandparent relation' description = '''\

grandparent(P, C): P is a grandparent of C.

  ?- grandparent(tina, X).
    X = vanessa ;
    X = patricia.
  ?- grandparent(tina, vanessa).
    true.
''' hint = {}