#JSGF V1.0;
grammar emergencySituation_object;

public <emergencySituation> = <objectPhrase>;

<objectPhrase> = <water> | <firstaidkit> | <cell phone> | <nothing>;

<water> = water;
<firstaidkit> = first aid kit;
<cell phone> = (cell phone);
<nothing> = nothing;