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

Formal Language: 



KB Term:  Term intersection
English Word: 

  CVJoint

Sigma KEE - CVJoint
CVJoint

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


(documentation CVJoint EnglishLanguage "A MechanicalJoint that allows two joined shafts to turn at the same speed throughout a range of angles with respect to each other. The most common type of CV joint is a BallJoint, although there are also other kinds.") Cars.kif 2115-2118
(subclass CVJoint MechanicalJoint) Cars.kif 2113-2113

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


(termFormat EnglishLanguage CVJoint "C.V. joint") Cars.kif 2114-2114

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


(=>
    (and
        (instance ?SH1 Shaft)
        (instance ?SH2 Shaft)
        (not
            (equal ?SH1 ?SH2))
        (instance ?R1 Rotating)
        (patient ?R1 ?SH1)
        (instance ?R2 Rotating)
        (patient ?R2 ?SH2)
        (causes ?R1 ?R2)
        (instance ?CV CVJoint)
        (connectedEngineeringComponents ?R1 ?CV)
        (connectedEngineeringComponents ?R2 ?CV)
        (holdsDuring
            (WhenFn ?R1)
            (equal ?SH1
                (RotationFn ?N ?T))))
    (holdsDuring
        (WhenFn ?R2)
        (equal ?SH2
            (RotationFn ?N ?T))))
Cars.kif 2120-2139


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