crust(thin).
crust(handtossed).
crust(deepdish).
cheese(mozzarella).
cheese(cheddar).
cheese(parmesan).
topping(none).
topping(pepperoni).
topping(sausage).
topping(onion).
topping(pepper).
 
likes(author, thin, cheddar, onion).
likes(author, handtossed, mozzarella, pepper).
likes(bob, thin, cheddar, onion).
likes(bob, thin, cheddar, sausage).
likes(mike, thin, cheddar, onion).