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

Formal Language: 



KB Term:  Term intersection
English Word: 

  GuidingMotion

Sigma KEE - GuidingMotion
GuidingMotion(guiding motion)

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


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

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


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

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


(=>
    (and
        (instance ?GUIDE GuidingMotion)
        (patient ?GUIDE ?MOVED)
        (subProcess ?MOTION ?GUIDE)
        (instance ?MOTION Motion))
    (patient ?MOTION ?MOVED))
ComputerInput.kif 85-91
(=>
    (and
        (instance ?GUIDE GuidingMotion)
        (subProcess ?MOTION ?GUIDE)
        (instance ?MOTION Motion)
        (patient ?MOTION ?MOVED))
    (patient ?GUIDE ?MOVED))
ComputerInput.kif 93-99
(=>
    (instance ?GUIDE GuidingMotion)
    (exists (?MOTION)
        (and
            (subProcess ?MOTION ?GUIDE)
            (instance ?MOTION Motion))))
ComputerInput.kif 71-76
(=>
    (instance ?GUIDE GuidingMotion)
    (exists (?MOVED)
        (and
            (patient ?GUIDE ?MOVED)
            (instance ?MOVED Object))))
ComputerInput.kif 78-83


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