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

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


(subclass BallJoint MechanicalJoint) Cars.kif 1364-1364 子類 BallJoint and MechanicalJoint
(subclass Bearing MechanicalJoint) Cars.kif 1399-1399 子類 Bearing and MechanicalJoint
(subclass CVJoint MechanicalJoint) Cars.kif 2107-2107 子類 CVJoint and MechanicalJoint
(subclass Hinge MechanicalJoint) Cars.kif 1374-1374 子類 合頁 and MechanicalJoint
(subclass UniversalJoint MechanicalJoint) Cars.kif 4229-4229 子類 UniversalJoint and MechanicalJoint
(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