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


KB Term:  Term intersection
English Word: 

Sigma KEE - Gearbox
Gearbox(gearbox)
gear_box, gear_case, gearbox, hydraulic_transmission, hydraulic_transmission_system

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


(documentation Gearbox EnglishLanguage "A device composed of several gear_trains used to change speed and torque of transmitted motion.") engineering.kif 977-978
(subclass Gearbox EngineeringComponent) engineering.kif 979-979 Gearbox is a subclass of engineering component
(externalImage Gearbox "http://upload.wikimedia.org/wikipedia/commons/b/ b5/ Helicopter_Bristol_171_Sycamore_main_gear_box_and_rotor_head.jpg") pictureList.kif 1777-1777 Gearbox is a subclass of engineering component

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


(subclass AutomobileTransmission Gearbox) Cars.kif 2188-2188 Transmission is a subclass of gearbox
(subclass SteeringBox Gearbox) Cars.kif 3833-3833 Steering box is a subclass of gearbox
(termFormat EnglishLanguage Gearbox "gearbox") domainEnglishFormat.kif 25618-25618 Steering box is a subclass of gearbox
(termFormat ChineseTraditionalLanguage Gearbox "變速器") domainEnglishFormat.kif 25619-25619 Steering box is a subclass of gearbox
(termFormat ChineseLanguage Gearbox "变速器") domainEnglishFormat.kif 25620-25620 Steering box is a subclass of gearbox
(typicalPart GearTrain Gearbox) engineering.kif 980-980 A gear train is typically a part of a gearbox

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


(=>
    (and
        (instance ?C Clutch)
        (instance ?A Automobile)
        (instance ?E Engine)
        (instance ?G Gearbox)
        (instance ?GEAR Gear)
        (part ?GEAR ?G)
        (part ?G ?A)
        (part ?C ?A)
        (part ?E ?A)
        (instance ?M Motion)
        (patient ?M ?E)
        (attribute ?C DeviceOn))
    (not
        (exists (?M2)
            (and
                (instance ?M2 Motion)
                (patient ?M2 ?G)
                (causes ?M ?M2)))))
Cars.kif 1681-1700 If All of the following hold: (1) X is an instance of clutch (2) Y is an instance of automobile (3) Z is an instance of engine (4) W is an instance of gearbox (5) V is an instance of gear (6) V is a part of W (7) W is a part of Y (8) X is a part of Y (9) Z is a part of Y (10) U is an instance of motion (11) Z is a patient of U (12) device on is an attribute of X, then there doesn't exist T such that T is an instance of motion, W is a patient of T, and U causes T
(=>
    (and
        (instance ?C Clutch)
        (instance ?A Automobile)
        (instance ?E Engine)
        (instance ?G Gearbox)
        (instance ?GEAR Gear)
        (part ?GEAR ?G)
        (part ?G ?A)
        (part ?C ?A)
        (part ?E ?A)
        (instance ?M Motion)
        (patient ?M ?E)
        (attribute ?C DeviceOff))
    (exists (?M2)
        (and
            (instance ?M2 Motion)
            (patient ?M2 ?G)
            (causes ?M ?M2))))
Cars.kif 1702-1720 If All of the following hold: (1) X is an instance of clutch (2) Y is an instance of automobile (3) Z is an instance of engine (4) W is an instance of gearbox (5) V is an instance of gear (6) V is a part of W (7) W is a part of Y (8) X is a part of Y (9) Z is a part of Y (10) U is an instance of motion (11) Z is a patient of U (12) device off is an attribute of X, then there exists T such that T is an instance of motion, W is a patient of T, and U causes T


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