Environment( Food ):: [Food = "honey"] - -locatedIn-> [Position = [3,11]], -exists-> [Quantity = 100 ]. Environment( Food ):: [Food = "honey"] - -locatedIn-> [Position = [24,6]], -exists-> [Quantity = 250 ]. Environment( Food ):: [Food = "fish"] - -locatedIn-> [Position = [20,11]], -exists-> [Quantity = 30 ]. Environment( Food ):: [Food = "fish"] - -locatedIn-> [Position = [11,1]], -exists-> [Quantity = 50 ]. Environment( Food ):: [Food = "cheese"] - -locatedIn-> [Position = [23,3]], -exists-> [Quantity = 300 ]. Environment( Food ):: [Food = "cheese"] - -locatedIn-> [Position = [5,8]], -exists-> [Quantity = 300 ]. //Environment( Food ):: [Food = "honey"] - // -locatedIn-> [Position = [4,4]], // -exists-> [Quantity = 300 ]. Environment( Food ):: [Food = "fish"] - -locatedIn-> [Position = [3,9]], -exists-> [Quantity = 300 ]. Environment( Agent ):: [Agent = John] - -locatedIn-> [CurrentPosition = [5,5]], -typeOf-> [Type = Bear ]. Environment( Agent ):: [Agent = Arthur] - -locatedIn-> [CurrentPosition = [16,7]], -typeOf-> [Type = Bird ]. Environment( Trajectory ):: [ Trajectory = "Food1"]- -has-> [ List = [ [5,5] , [3,5] , [4,7] , [2,9], [3,11] ] ], -obj-> [ Object = "honey" ], -typeOf-> [ Type = Food ]. Environment( Trajectory ):: [ Trajectory = "Food2"]- -has-> [ List = [ [16,7] , [18,5] , [20,6] , [22,6] , [22,7] , [24,6]]], -obj-> [ Object = "honey" ], -typeOf-> [ Type = Food ]. Environment( Trajectory ):: [ Trajectory = "Food3"]- -has-> [ List = [ [16,7] , [15,9] , [17,11], [19,9] , [20,9] , [20,11]] ], -obj-> [ Object = "honey" ], -typeOf-> [ Type = Food ]. Environment( Trajectory ):: [ Trajectory = "Food4"]- -has-> [ List = [ [16,7] , [15,5] , [13,4] , [14,2], [18,1] , [21,3] , [23,3]] ], -obj-> [ Object = "cheese" ], -typeOf-> [ Type = Food ]. Environment( Trajectory ):: [ Trajectory = "Agent1"]- -has-> [ List = [ [5,5] , [6,6] , [8,7] , [10,8] , [11,10] , [12,8] , [14,7] , [16,7]] ], -obj-> [ Object = "Agent" ], -typeOf-> [ Type = Agent ].