If I have a knowledge base of people and their birthdays like:
birthYear( adam , 2000 ).
birthYear( bob , 2001 ).
birthYear( john , 2002 ).
How would I create a query to exhaustively search the knowledge base to find the youngest person without modifying the knowledge base?