Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MealPlan
MealPlan(meal plan)hotel_plan, meal_plan

appearance as argument number 1
-------------------------


(documentation MealPlan EnglishLanguage "MealPlan refers to the Meal that are included in a particular stay at a TravelerAccommodation") Hotel.kif 1553-1554
(subclass MealPlan Proposition) Hotel.kif 1552-1552 Meal plan is a subclass of proposition

appearance as argument number 2
-------------------------


(subclass FullBoard MealPlan) Hotel.kif 1591-1591 Full board is a subclass of meal plan
(subclass HalfBoard MealPlan) Hotel.kif 1603-1603 Half board is a subclass of meal plan
(subclass MealPlanBreakfast MealPlan) Hotel.kif 1634-1634 Modified american meal plan is a subclass of meal plan
(subclass MealPlanEuropean MealPlan) Hotel.kif 1614-1614 European meal plan is a subclass of meal plan
(subclass MealPlanModifiedAmerican MealPlan) Hotel.kif 1643-1643 Meal plan modified american is a subclass of meal plan
(termFormat EnglishLanguage MealPlan "meal plan") Hotel.kif 1555-1555 Meal plan modified american is a subclass of meal plan

appearance as argument number 3
-------------------------


(domain includedMeal 1 MealPlan) Hotel.kif 1562-1562 The number 1 argument of included meal is an instance of meal plan
(domainSubclass mealPlanInclusion 2 MealPlan) Hotel.kif 2809-2809 The number 2 argument of meal plan inclusion is a subclass of meal plan

antecedent
-------------------------


(=>
    (and
        (offers ?HOTEL ?MP)
        (instance ?MP MealPlan)
        (includedMeal ?MP ?ATTR)
        (attribute ?HOTEL TravelerAccommodation)
        (guest ?GUEST ?HOTEL)
        (buys ?GUEST ?HOTEL ?MP))
    (holdsDuring
        (WhenFn
            (guest ?GUEST ?HOTEL))
        (exists (?TI)
            (holdsDuring ?TI
                (exists (?MEAL)
                    (and
                        (attribute ?MEAL ?ATTR)
                        (hasPurpose ?MEAL
                            (exists (?E)
                                (and
                                    (instance ?E Eating)
                                    (agent ?E ?GUEST)
                                    (patient ?E ?MEAL))))))))))
Hotel.kif 1569-1589


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners