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



KB Term:  Term intersection
English Word: 

Sigma KEE - GuidingMotion
GuidingMotion(guiding motion)

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


(subclass GuidingMotion Guiding) ComputerInput.kif 69-69 Guiding motion is a subclass of guiding
(documentation GuidingMotion EnglishLanguage "Controlling the motion (direction, trajectory, and/ or speed) of an Object.") ComputerInput.kif 70-70 Guiding motion is a subclass of guiding

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


(termFormat EnglishLanguage GuidingMotion "guiding motion") domainEnglishFormat.kif 64960-64960

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


(=>
    (instance ?GUIDE GuidingMotion)
    (exists (?MOTION)
        (and
            (subProcess ?MOTION ?GUIDE)
            (instance ?MOTION Motion))))
ComputerInput.kif 71-76 If X is an instance of guiding motion, then there exists Y such that Y is a subprocess of X and Y is an instance of motion
(=>
    (instance ?GUIDE GuidingMotion)
    (exists (?MOVED)
        (and
            (patient ?GUIDE ?MOVED)
            (instance ?MOVED Object))))
ComputerInput.kif 78-83 If X is an instance of guiding motion, then there exists Y such that Y is a patient of X and Y is an instance of object
(=>
    (and
        (instance ?GUIDE GuidingMotion)
        (patient ?GUIDE ?MOVED)
        (subProcess ?MOTION ?GUIDE)
        (instance ?MOTION Motion))
    (patient ?MOTION ?MOVED))
ComputerInput.kif 85-91 If X is an instance of guiding motion, Y is a patient of X, Z is a subprocess of X, and Z is an instance of motion, then Y is a patient of Z
(=>
    (and
        (instance ?GUIDE GuidingMotion)
        (subProcess ?MOTION ?GUIDE)
        (instance ?MOTION Motion)
        (patient ?MOTION ?MOVED))
    (patient ?GUIDE ?MOVED))
ComputerInput.kif 93-99 If X is an instance of guiding motion, Y is a subprocess of X, Y is an instance of motion, and Z is a patient of Y, then Z is a patient of X


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners