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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DiningArea
DiningArea(dining area)dining_area

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


(documentation DiningArea EnglishLanguage "a DiningArea refers to a Region, either Outdoors or Indoors, that is intended for Eating") Mid-level-ontology.kif 16495-16496
(subclass DiningArea Region) Mid-level-ontology.kif 16494-16494 Dining area is a subclass of region

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


(subclass DiningRoom DiningArea) Mid-level-ontology.kif 16509-16509 Dining room is a subclass of dining area
(subclass OutdoorDiningArea DiningArea) Dining.kif 153-153 Outdoor dining is a subclass of dining area
(termFormat EnglishLanguage DiningArea "dining area") Mid-level-ontology.kif 16497-16497 Outdoor dining is a subclass of dining area

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


(=>
    (instance ?D DiningArea)
    (hasPurpose ?D
        (exists (?E)
            (and
                (instance ?E Eating)
                (eventLocated ?E ?D)))))
Mid-level-ontology.kif 16499-16505

consequent
-------------------------


(=>
    (and
        (attribute ?X Waiter)
        (instance ?X Human)
        (employs ?REST ?X)
        (instance ?REST Restaurant)
        (customer ?CUST ?REST)
        (located ?CUST ?TABLE)
        (instance ?TABLE Table))
    (exists (?DINING ?C ?FOOD ?KITCHEN)
        (and
            (possesses ?REST ?KITCHEN)
            (instance ?KITCHEN KitchenArea)
            (instance ?DINING DiningArea)
            (located ?TABLE ?DINING)
            (hasPurpose ?X
                (and
                    (instance ?C Carrying)
                    (agent ?C ?X)
                    (origin ?C ?KITCHEN)
                    (destination ?C ?TABLE)
                    (patient ?C ?FOOD)
                    (instance ?FOOD
                        (FoodForFn Human)))))))
Mid-level-ontology.kif 21690-21712
(=>
    (instance ?R Restaurant)
    (exists (?D)
        (and
            (possesses ?R ?D)
            (instance ?D DiningArea))))
Mid-level-ontology.kif 8070-8075
(=>
    (instance ?RV RecreationalVehicle)
    (modalAttribute
        (exists (?BED ?DINING ?KITCHEN)
            (and
                (instance ?BED Bed)
                (instance ?DINING DiningArea)
                (instance ?KITCHEN KitchenArea)
                (located ?BED ?RV)
                (located ?DINING ?RV)
                (located ?KITCHEN ?RV))) Likely))
Mid-level-ontology.kif 26865-26875


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