diff --git a/ps-grammar/robotZoo/roboZoo.jsgf b/ps-grammar/robotZoo/roboZoo.jsgf
index c8f2bef5a593957970a20b83fb7960bbb234803d..9a498a49826953ca17dc34bb1bae07dd3ce7420d 100644
--- a/ps-grammar/robotZoo/roboZoo.jsgf
+++ b/ps-grammar/robotZoo/roboZoo.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar ToBI_roboZoo;
 
-public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> | <timo> ) [tobi];
+public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> | <timo> | <team>) [tobi];
 
 <biron> =  biron;
 <andi> = andreas; 
@@ -15,3 +15,4 @@ public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <chr
 <niksa> = niksa;
 <sven> = sven;
 <timo> = timo;
+<team> = team | whole;