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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MovingAwayFromPeople
MovingAwayFromPeople

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


(documentation MovingAwayFromPeople EnglishLanguage "A bodily movement behavior which involves moving, or leaning, away from people (avoidance).") emotion.kif 1382-1383
(subclass MovingAwayFromPeople EmotionalBodilyMovementBehavior) emotion.kif 1380-1380

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


(termFormat EnglishLanguage MovingAwayFromPeople "moving away from people") emotion.kif 1381-1381

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


(=>
    (and
        (instance ?MTP MovingAwayFromPeople)
        (agent ?MTP ?A))
    (exists (?P ?U ?D1 ?D2)
        (and
            (instance ?P Human)
            (instance ?U UnitOfLength)
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?MTP))
                (distance ?MTP ?A
                    (MeasureFn ?D1 ?U)))
            (holdsDuring
                (ImmediateFutureFn
                    (WhenFn ?MTP))
                (distance ?MTP ?A
                    (MeasureFn ?D2 ?U)))
            (greaterThan ?D2 ?D1))))
emotion.kif 1393-1411
(=>
    (and
        (instance ?MTP MovingAwayFromPeople)
        (origin ?MTP ?O)
        (destination ?MTP ?D))
    (not
        (equal ?O ?D)))
emotion.kif 1385-1391


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