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

Formal Language: 



KB Term:  Term intersection
English Word: 

  MovingTowardsPeople

Sigma KEE - MovingTowardsPeople
MovingTowardsPeople(moving towards people)

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


(documentation MovingTowardsPeople EnglishLanguage "A bodily movement behavior which involves moving, or leaning, towards people (approach).") emotion.kif 1414-1415
(subclass MovingTowardsPeople EmotionalBodilyMovementBehavior) emotion.kif 1416-1416 Moving towards people is a subclass of emotional bodily movement behavior
(subclass MovingTowardsPeople Translocation) emotion.kif 1417-1417 Moving towards people is a subclass of translocation

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


(termFormat EnglishLanguage MovingTowardsPeople "moving towards people") emotion.kif 1413-1413

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


(=>
    (and
        (instance ?MTP MovingTowardsPeople)
        (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 ?D1 ?D2))))
emotion.kif 1427-1445
(=>
    (and
        (instance ?MTP MovingTowardsPeople)
        (origin ?MTP ?O)
        (destination ?MTP ?D))
    (not
        (equal ?O ?D)))
emotion.kif 1419-1425


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