Prolog Syntax
:heavy_check_mark: Prolog is based on facts, rules, queries, constants, and variables
:heavy_check_mark: Facts and rules make up the database while queries drive the search process
:heavy_check_mark: Facts, rules, and queries are made up of constants and variables
:red_flag: All prolog statements end in a period