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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Soaking
Soaking(soaking)brine, douse, dowse, drench, imbue, soak, sop, souse

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


(documentation Soaking EnglishLanguage "Soaking refers to the process of Wetting wherein an Object is Surrounded by FreshWater") Mid-level-ontology.kif 26787-26788
(subclass Soaking Wetting) Mid-level-ontology.kif 26786-26786 Soaking is a subclass of wetting

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


(subclass CoffeeMaking Soaking) Food.kif 650-650 Coffee making is a subclass of soaking
(termFormat EnglishLanguage Soaking "soaking") Mid-level-ontology.kif 26789-26789 Coffee making is a subclass of soaking

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


(=>
    (instance ?SOAK Soaking)
    (exists (?WATER ?OBJ)
        (and
            (instance ?OBJ Object)
            (patient ?SOAK ?OBJ)
            (instance ?WATER FreshWater)
            (resource ?SOAK ?WATER)
            (holdsDuring ?SOAK
                (orientation ?OBJ ?WATER Surrounded)))))
Mid-level-ontology.kif 26791-26800

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


(=>
    (instance ?CM CoffeeMaking)
    (exists (?S ?W ?CG)
        (and
            (subProcess ?S ?CM)
            (instance ?S Soaking)
            (resource ?S ?W)
            (instance ?W DrinkingWater)
            (patient ?S ?CG)
            (instance ?CG CoffeeGrind))))
Food.kif 675-684
(=>
    (instance ?CM CoffeeMaking)
    (holdsDuring ?CM
        (exists (?LM ?S ?R)
            (and
                (instance ?LM LiquidMotion)
                (instance ?S Soaking)
                (instance ?R Removing)
                (before
                    (BeginFn
                        (WhenFn ?LM))
                    (BeginFn
                        (WhenFn ?S)))
                (before
                    (BeginFn
                        (WhenFn ?S))
                    (BeginFn
                        (WhenFn ?R)))))))
Food.kif 703-716
(=>
    (instance ?X GrecianTub)
    (hasPurpose ?X
        (exists (?HUMAN ?SOAK)
            (and
                (instance ?SOAK Soaking)
                (instance ?HUMAN Human)
                (agent ?SOAK ?HUMAN)
                (patient ?SOAK ?HUMAN)
                (eventLocated ?SOAK ?X)))))
Mid-level-ontology.kif 26808-26817


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