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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Cavitating
Cavitating(cavitating)

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


(documentation Cavitating EnglishLanguage "A process whereby a PartialVacuum forms in a Liquid, near the blades or impellers of a Pump, reducing its ability to move the liquid.") Cars.kif 1744-1746
(subclass Cavitating LiquidMotion) Cars.kif 1742-1742 Cavitating is a subclass of liquid motion

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


(termFormat EnglishLanguage Cavitating "cavitating") Cars.kif 1743-1743

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


(=>
    (and
        (instance ?C Cavitating)
        (instance ?P Pump)
        (attribute ?P DeviceOn)
        (attribute ?L1 Liquid)
        (contains ?P ?L1))
    (exists (?PP ?L2)
        (and
            (part ?PP ?P)
            (hasPurpose ?PP
                (and
                    (attribute ?L2 Liquid)
                    (meetsSpatially ?L2 ?PP)))
            (holdsDuring
                (WhenFn ?C)
                (not
                    (exists (?L3)
                        (and
                            (attribute ?L3 Liquid)
                            (meetsSpatially ?PP ?L3))))))))
Cars.kif 1748-1768


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