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

Formal Language: 



KB Term:  Term intersection
English Word: 

  MechanicalJoint

Sigma KEE - MechanicalJoint
MechanicalJoint(mechanical joint)hinge_joint, joint, knuckle_joint, toggle_joint

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


(documentation MechanicalJoint EnglishLanguage "A Device that links two parts of a PhysicalSystem and allows them to move in relation to one another. Examples include Hinges, drawer slides and BallJoints.") Cars.kif 1378-1379
(subclass MechanicalJoint EngineeringComponent) Cars.kif 1376-1376 Mechanical joint is a subclass of engineering component

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


(subclass BallJoint MechanicalJoint) Cars.kif 1364-1364 Ball joint is a subclass of mechanical joint
(subclass Bearing MechanicalJoint) Cars.kif 1399-1399 Bearing is a subclass of mechanical joint
(subclass CVJoint MechanicalJoint) Cars.kif 2107-2107 C.V. joint is a subclass of mechanical joint
(subclass Hinge MechanicalJoint) Cars.kif 1374-1374 Hinge is a subclass of mechanical joint
(subclass UniversalJoint MechanicalJoint) Cars.kif 4229-4229 Universal joint is a subclass of mechanical joint
(termFormat EnglishLanguage MechanicalJoint "mechanical joint") Cars.kif 1377-1377

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


(=>
    (instance ?MJ MechanicalJoint)
    (hasPurpose ?MJ
        (exists (?S ?P1 ?P2 ?M)
            (and
                (instance ?M Motion)
                (instance ?S PhysicalSystem)
                (instance ?P1 EngineeringComponent)
                (instance ?P2 EngineeringComponent)
                (part ?P1 PhysicalSystem)
                (part ?MJ PhysicalSystem)
                (part ?P2 PhysicalSystem)
                (not
                    (patient ?M ?P1))
                (patient ?M ?P2)
                (connectedEngineeringComponents ?P1 ?MJ)
                (connectedEngineeringComponents ?P2 ?MJ)))))
Cars.kif 1381-1397


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