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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - EngineFlooded
EngineFlooded(engine flooded)

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


(documentation EngineFlooded EnglishLanguage "A state in which an InternalCombustionEngine has too much Fuel in its CombustionChamber to operate as intended.") Cars.kif 2808-2809
(instance EngineFlooded RelationalAttribute) Cars.kif 2806-2806 Engine flooded is an instance of relational attribute

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


(termFormat EnglishLanguage EngineFlooded "engine flooded") Cars.kif 2807-2807

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


(=>
    (and
        (instance ?E InternalCombustionEngine)
        (instance ?CC CombustionChamber)
        (part ?CC ?E)
        (instance ?F Fuel)
        (instance ?M UnitOfVolume)
        (holdsDuring ?T
            (and
                (contains ?CC ?F)
                (measure ?F
                    (MeasureFn ?N1 ?M))
                (attribute ?E EngineFlooded))))
    (hasPurpose ?CC
        (not
            (exists (?F2 ?N2)
                (and
                    (instance ?F2 Fuel)
                    (contains ?CC ?F2)
                    (measure ?F2
                        (MeasureFn ?N2 ?M))
                    (greaterThanOrEqualTo ?N2 ?N1))))))
Cars.kif 2811-2830


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