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

Formal Language: 



KB Term:  Term intersection
English Word: 

  EngineFlooded

Sigma KEE - EngineFlooded
EngineFlooded

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 2791-2792
(instance EngineFlooded RelationalAttribute) Cars.kif 2789-2789 EngineFlooded e' uma instancia de Atributo Relacional

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


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

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 2794-2813


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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