MAN(make-instance [A] of MAN (name A) (wife []) (father [F]) (mother [G])(brothers []) (sisters [B]) (make-instance [B] of WOMAN (name B) (husband []) (father [F]) (mother [G])(brothers [A]) (sisters []) (make-instance [C] of MAN (name C) (wife []) (father [J]) (mother [K])(brothers []) (sisters [D]) (make-instance [D] of WOMAN (name D) (husband []) (father [J]) (mother [K])(brothers [C]) (sisters []) (make-instance [E] of MAN (name E) (wife []) (father [O]) (mother [N])(brothers [F]) (sisters []) (make-instance [F] of MAN (name F) (wife []) (father [O]) (mother [N])(brothers [E]) (sisters []) (make-instance [G] of WOMAN (name G) (husband []) (father []) (mother [])(brothers [H]) (sisters []) (make-instance [H] of MAN (name H) (wife []) (father []) (mother [])(brothers []) (sisters [G]) (make-instance [I] of WOMAN (name I) (husband []) (father [T]) (mother [S])(brothers []) (sisters []) (make-instance [J] of WOMAN (name J) (husband []) (father [T]) (mother [S])(brothers []) (sisters []) (make-instance [K] of MAN (name K) (wife []) (father [W]) (mother [V])(brothers []) (sisters []) (make-instance [L] of WOMAN (name L) (husband []) (father [W]) (mother [V])(brothers [K]) (sisters []) (make-instance [M] of MAN (name M) (wife []) (father []) (mother [])(brothers []) (sisters [N]) (make-instance [N] of WOMAN (name N) (husband []) (father []) (mother [])(brothers [M]) (sisters []) (make-instance [O] of MAN (name O) (wife []) (father []) (mother [])(brothers [P]) (sisters []) (make-instance [P] of MAN (name P) (wife []) (father []) (mother [])(brothers [O]) (sisters []) (make-instance [R] of MAN (name R) (wife []) (father []) (mother [])(brothers []) (sisters [S]) (make-instance [S] of WOMAN (name S) (husband []) (father []) (mother [])(brothers [R]) (sisters []) (make-instance [T] of MAN (name T) (wife []) (father []) (mother [])(brothers []) (sisters [U]) (make-instance [U] of WOMAN (name U) (husband []) (father []) (mother [])(brothers [T]) (sisters []) (make-instance [V] of WOMAN (name V) (husband []) (father []) (mother [])(brothers []) (sisters []) (make-instance [W] of MAN (name W) (wife []) (father []) (mother [])(brothers []) (sisters [])