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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - MechanicalJoint
MechanicalJoint

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 MechanicalJointエンジニアリング部品subclass では

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


(subclass BallJoint MechanicalJoint) Cars.kif 1364-1364 BallJointMechanicalJointsubclass では
(subclass Bearing MechanicalJoint) Cars.kif 1399-1399 BearingMechanicalJointsubclass では
(subclass CVJoint MechanicalJoint) Cars.kif 2091-2091 CVJointMechanicalJointsubclass では
(subclass Hinge MechanicalJoint) Cars.kif 1374-1374 HingeMechanicalJointsubclass では
(subclass RoboticJoint MechanicalJoint) engineering.kif 1079-1079 RoboticJointMechanicalJointsubclass では
(subclass UniversalJoint MechanicalJoint) Cars.kif 4290-4290 UniversalJointMechanicalJointsubclass では
(termFormat EnglishLanguage MechanicalJoint "mechanical joint") Cars.kif 1377-1377 UniversalJointMechanicalJointsubclass では

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 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