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 = [22,3]], -exists-> [Quantity = 300 ]. //Environment( Food ):: [Food = "Baies_Sauvages"] - // -locatedIn-> [Position = [4,4]], // -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 ]. //AnimalTrajectoryList( _Agent, Trajectory ):: [ Animal : _Agent ] <-actor- [ Trajectory] -has-> [ List = ["Food1","Food2","Food3","Agent1"]]. Environment( Trajectory ):: [ Trajectory = "Food1"]- -has-> [ List = [ [5,5] , [3,5] , [4,7] , [2,9], [3,11] ] ], -obj-> [ Object = "honey" ]. Environment( Trajectory ):: [ Trajectory = "Food2"]- -has-> [ List = [ [16,7] , [18,5] , [20,6] , [22,6] , [22,7] , [24,6]]], -obj-> [ Object = "honey" ]. Environment( Trajectory ):: [ Trajectory = "Food3"]- -has-> [ List = [ [16,7] , [15,9] , [17,11], [19,9] , [20,9] , [20,11]] ], -obj-> [ Object = "fish" ]. 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" ].