victim(mr_boddy). victim(cook). victim(motorist). victim(police_officer). victim(yvette). victim(singing_telegram). suspect(professor_plum). suspect(mrs_peacock). suspect(mrs_white). suspect(miss_scarlet). suspect(colonel_mustard). suspect(mr_green). suspect(wadsworth). weapon(wrench). weapon(candlestick). weapon(lead_pipe). weapon(knife). weapon(revolver). weapon(rope). room(hall). room(kitchen). room(lounge). room(library). room(billiard_room). murder(mr_boddy,candlestick,hall). murder(cook,knife,kitchen). murder(motorist,wrench,lounge). murder(police_officer,lead_pipe,library). murder(singing_telegram,revolver,hall). murder(yvette,rope,billiard_room). % Update accuse to solve the murders. % Add more facts and rules as needed. accuse(V,S) :- murder(V,W,R), suspect(S).