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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - engineIdleSpeed
engineIdleSpeed

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


(documentation engineIdleSpeed EnglishLanguage "The rotation rate of the Crankshaft that exists when the Engine is running but the GasPedal is not depressed. Note that under certain conditions of load on the engine and gear ratio, the same speed is possible even when the gas pedal is depressed.") Cars.kif 2561-2565
(domain engineIdleSpeed 1 InternalCombustionEngine) Cars.kif 2558-2558 The number 1 argument of engine idle speed is an instance of internal combustion engine
(domain engineIdleSpeed 2 FunctionQuantity) Cars.kif 2559-2559 The number 2 argument of engine idle speed is an instance of function quantity
(instance engineIdleSpeed BinaryPredicate) Cars.kif 2557-2557 engine idle speed is an instance of binary predicate

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


(format EnglishLanguage engineIdleSpeed "the idle speed of %1 is %n %2") Cars.kif 2560-2560
(termFormat EnglishLanguage engineIdleSpeed "engine idle speed") domainEnglishFormat.kif 65822-65822

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


(=>
    (and
        (engineIdleSpeed ?E
            (RotationFn
                (MeasureFn ?N1 MilesPerHour) ?M))
        (instance ?A Automobile)
        (instance ?P GasPedal)
        (instance ?P Pushing)
        (destination ?P ?GP)
        (part ?E ?A)
        (part ?GP ?A)
        (instance ?C Crankshaft)
        (part ?C ?E)
        (holdsDuring
            (WhenFn ?P)
            (measure ?C
                (RotationFn
                    (MeasureFn ?N2 MilesPerHour) ?M))))
    (modalAttribute
        (greaterThan ?N2 ?N1) Likely))
Cars.kif 2585-2603
(=>
    (and
        (holdsDuring ?T
            (measure ?C ?S))
        (engineIdleSpeed ?E ?S)
        (instance ?A Automobile)
        (part ?E ?A)
        (part ?C ?E))
    (modalAttribute
        (not
            (exists (?P ?GP)
                (and
                    (during ?P ?T)
                    (instance ?P Pushing)
                    (destination ?P ?GP)
                    (part ?GP ?A)))) Likely))
Cars.kif 2567-2583


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