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 2107-2107 CVJointMechanicalJointsubclass
(subclass Hinge MechanicalJoint) Cars.kif 1374-1374 合页MechanicalJointsubclass
(subclass UniversalJoint MechanicalJoint) Cars.kif 4229-4229 UniversalJointMechanicalJointsubclass
(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 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