lieb(sandra).
ist_guter_freund(X) :- lieb(X).

% assert(ist_guter_freund(sandra)).
:-ist_guter_freund(sandra).
