#JSGF V1.0; grammar ToBI_location; public <statement> = <locationPhrase> [please]; <locationPhrase> = [<verb>] [<preposition>] [the | this] <location>; <verb> = go | search | learn | remember | memorize; <location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class>; <appliance_class> = coat_rack | kitchen_counter | fridge | bar; <shelf_class> = book_shelf | food_shelf; <seat_class> = <seating_class>; <seating_class> = sofa | bed; <table_class> = kitchen_table | desk | side_table | couch_table |bedroom_table; <door_class> = exit_door | entry_door | room_door; <utensil_class> = trash_bin; <preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from;