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 2792-2793
(instance EngineFlooded RelationalAttribute) Cars.kif 2790-2790 Engine flooded is an instance of relational attribute

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


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

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 2795-2814


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