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



KB Term:  Term intersection
English Word: 

  Alumina

Sigma KEE - GasPedal
GasPedal(gas pedal)accelerator, accelerator_pedal, gas, gas_pedal, gun, throttle

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


(subclass GasPedal Device) Cars.kif 2368-2368 Gas pedal is a subclass of device
(documentation GasPedal EnglishLanguage "A Device that controls the flow of Fuel (which may be Diesel as well as Gasoline) to the Engine.") Cars.kif 2370-2372 Gas pedal is a subclass of device

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


(termFormat EnglishLanguage GasPedal "gas pedal") Cars.kif 2369-2369

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


(=>
    (instance ?GP GasPedal)
    (hasPurpose ?GP
        (exists (?P ?T ?F ?E ?A)
            (and
                (instance ?P Pushing)
                (instance ?T Transfer)
                (instance ?F Fuel)
                (instance ?E Engine)
                (instance ?A Automobile)
                (part ?GP ?A)
                (part ?E ?A)
                (destination ?P ?GP)
                (destination ?T ?E)
                (patient ?T ?F)
                (causes ?P ?T)))))
Cars.kif 2374-2389 If X is an instance of gas pedal, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W,, , V (2) U such that Y is an instance of pushing (3) Z is an instance of transfer (4) W is an instance of fuel (5) V is an instance of engine (6) U is an instance of automobile (7) X is a part of U (8) V is a part of U (9) Y ends up at X (10) Z ends up at V (11) W is a patient of Z (12) Y causes Z
(=>
    (and
        (engineIdleSpeed ?E
            (MeasureFn ?RI RevolutionsPerMinute))
        (instance ?A Automobile)
        (instance ?GP GasPedal)
        (instance ?P Pushing)
        (destination ?P ?GP)
        (part ?E ?A)
        (part ?GP ?A)
        (instance ?C Crankshaft)
        (instance ?R1 Rotating)
        (moves ?R1 ?C)
        (during
            (WhenFn ?R1)
            (WhenFn ?P))
        (part ?C ?E)
        (equal
            (MeasureFn ?RA RevolutionsPerMinute)
            (RotationFn ?R1)))
    (modalAttribute
        (greaterThan ?RA ?RI) Likely))
Cars.kif 2419-2441 If All of the following hold: (1) the idle speed of X is Y revolutions per minute(s) (2) Z is an instance of automobile (3) W is an instance of gas pedal (4) V is an instance of pushing (5) V ends up at W (6) X is a part of Z (7) W is a part of Z (8) U is an instance of crankshaft (9) T is an instance of rotating (10) U moves during T (11) the time of existence of T takes place during the time of existence of V (12) U is a part of X (13) equal S revolutions per minute(s) and the rotation of T during, then the statement S is greater than Y has the modal force of likely


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners