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

Formal Language: 



KB Term:  Term intersection
English Word: 

  MechanicalJoint

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 est une sous-classe de composant d'un appareil

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


(subclass BallJoint MechanicalJoint) Cars.kif 1364-1364 BallJoint est une sous-classe de MechanicalJoint
(subclass Bearing MechanicalJoint) Cars.kif 1399-1399 Bearing est une sous-classe de MechanicalJoint
(subclass CVJoint MechanicalJoint) Cars.kif 2107-2107 CVJoint est une sous-classe de MechanicalJoint
(subclass Hinge MechanicalJoint) Cars.kif 1374-1374 Hinge est une sous-classe de MechanicalJoint
(subclass UniversalJoint MechanicalJoint) Cars.kif 4229-4229 UniversalJoint est une sous-classe de 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 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