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


KB Term:  Term intersection
English Word: 

Sigma KEE - EmotionalState
EmotionalState(emotional state)Anglomania, CER, abandon, abashed, abashment, abience, ablaze, abreaction, adience, admiration, adoration, afeard, afeared, affect, affected, affectional, affective, aflame, afraid, aggravated, aghast, agitated, agitation, agog, agonal, agony, alarmed, alienate, amativeness, ambivalence, ambivalency, amorousness, amort, amused, angered, angrily, anguished, annoyed, anticipation, antipathy, anxious, anxiously, appalled, appreciative, appreciativeness, apprehensive, apprehensively, approbation, approval, ardent...

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


(subclass EmotionalState StateOfMind) Merge.kif 18631-18631 Emotional state is a subclass of state of mind
(documentation EmotionalState EnglishLanguage "The Class of Attributes that denote emotional states of CognitiveAgent.") Merge.kif 18632-18633 Emotional state is a subclass of state of mind
(relatedInternalConcept EmotionalState AppraisalAsUndesirableConsequences) emotion.kif 393-393 Emotional state is internally related to appraisal as undesirable consequences

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


(instance Surprise EmotionalState) Mid-level-ontology.kif 21236-21236 Surprise is an instance of emotional state
(subclass SubjectiveEmotionalFeeling EmotionalState) emotion.kif 83-83 Subjective emotional feeling is a subclass of emotional state
(instance Jealousy EmotionalState) emotion.kif 690-690 Jealousy is an instance of emotional state
(instance Interested EmotionalState) emotion.kif 703-703 Interest is an instance of emotional state
(instance Contempt EmotionalState) emotion.kif 1144-1144 Contempt is an instance of emotional state
(instance Love EmotionalState) emotion.kif 1165-1165 Love is an instance of emotional state
(instance Pleasure EmotionalState) emotion.kif 1196-1196 Pleasure is an instance of emotional state
(instance Happiness EmotionalState) emotion.kif 1235-1235 Happiness is an instance of emotional state
(instance Unhappiness EmotionalState) emotion.kif 1331-1331 Unhappiness is an instance of emotional state
(instance Anxiety EmotionalState) emotion.kif 1345-1345 Anxiety is an instance of emotional state
(instance Anger EmotionalState) emotion.kif 1361-1361 Anger is an instance of emotional state
(instance Shame EmotionalState) emotion.kif 1383-1383 Shame is an instance of emotional state
(instance Disgust EmotionalState) emotion.kif 1414-1414 Disgust is an instance of emotional state
(instance Expectant EmotionalState) emotion.kif 1490-1490 Expectant is an instance of emotional state
(instance Irritation EmotionalState) emotion.kif 1498-1498 Irritation is an instance of emotional state
(instance Despair EmotionalState) emotion.kif 1508-1508 Despair is an instance of emotional state
(instance Disappointment EmotionalState) emotion.kif 1518-1518 Disappointment is an instance of emotional state
(instance Pride EmotionalState) emotion.kif 1528-1528 Pride is an instance of emotional state
(instance Embarrassment EmotionalState) emotion.kif 1539-1539 Embarrassment is an instance of emotional state
(instance Grief EmotionalState) emotion.kif 1573-1573 Grief is an instance of emotional state
(instance InspirationEmotion EmotionalState) emotion.kif 1580-1580 Inspiration (emotion) is an instance of emotional state
(instance Worry EmotionalState) emotion.kif 1584-1584 Worry is an instance of emotional state
(instance Concern EmotionalState) emotion.kif 1632-1632 Concern is an instance of emotional state
(instance Compassion EmotionalState) emotion.kif 1657-1657 Compassion is an instance of emotional state
(instance Fear EmotionalState) emotion.kif 1679-1679 Angst is an instance of emotional state

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domain emotionTendency 2 EmotionalState) emotion.kif 121-121 The number 2 argument of emotion tendency is an instance of emotional state
(domain actionTendency 1 EmotionalState) emotion.kif 136-136 The number 1 argument of action tendency is an instance of emotional state
(domain attitudeForObject 1 EmotionalState) emotion.kif 2971-2971 The number 1 argument of attitude for object is an instance of emotional state
(domain attitudeForFormula 1 EmotionalState) emotion.kif 2978-2978 The number 1 argument of attitude for formula is an instance of emotional state

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


(=>
    (and
        (instance ?I Ingesting)
        (experiencer ?I ?H)
        (objectTransferred ?I ?MS)
        (instance ?MS MoodStabilizer)
        (instance ?E ?EC)
        (involvedInEvent ?E ?H)
        (holdsDuring
            (WhenFn ?E)
            (attribute ?H ?ES))
        (instance ?ES EmotionalState)
        (instance ?E2 ?EC)
        (involvedInEvent ?E2 ?H)
        (earlier
            (WhenFn ?E2)
            (WhenFn ?I)))
    (modalAttribute
        (not
            (holdsDuring ?E2
                (attribute ?H ?ES))) Unlikely))
Mid-level-ontology.kif 11219-11240 If All of the following hold: (1) X is an instance of ingesting (2) Y experiences X (3) the object transferred in X is Z (4) Z is an instance of mood stabilizer (5) W is an instance of V (6) Y is an involved in event of W (7) U is an attribute of Y holds during the time of existence of W (8) U is an instance of emotional state (9) T is an instance of V (10) Y is an involved in event of T (11) the time of existence of T happens earlier than the time of existence of X, then the statement U is not an attribute of Y doesn't hold during T has the modal force of unlikely

consequent
-------------------------


(=>
    (instance ?A CognitiveAgent)
    (exists (?E)
        (and
            (instance ?E EmotionalState)
            (attribute ?A ?E))))
Merge.kif 18635-18640 If X is an instance of cognitive agent, then there exists Y such that Y is an instance of emotional state and Y is an attribute of X
(=>
    (instance ?EVU EmotionalVoiceUtterances)
    (exists (?A)
        (causesProposition
            (exists (?E ?A)
                (and
                    (instance ?E EmotionalState)
                    (attribute ?A ?E)))
            (agent ?EVU ?A))))
emotion.kif 109-117 If X is an instance of emotional voice utterances, then there exists Y such that Y is an agent of X is a causes proposition of there exist Z, Y such that Z is an instance of emotional state, and Z is an attribute of Y
(=>
    (instance ?PR PhysiologicalResponseToEmotionalState)
    (exists (?EP ?A)
        (and
            (instance ?EP EmotionalState)
            (experiencer ?EP ?A)
            (experiencer ?PR ?A)
            (causes ?EP ?PR))))
emotion.kif 2244-2251 If X is an instance of physiological response to emotion process, then there exist Y, Z such that Y is an instance of emotional state, Z experiences Y, Z experiences X, and Y causes X
(=>
    (and
        (instance ?B Blushing)
        (experiencer ?B ?A))
    (exists (?T1 ?T2 ?S1 ?S2)
        (and
            (instance ?S1 EmotionalState)
            (instance ?S2 EmotionalState)
            (not
                (equal ?S1 ?S2))
            (holdsDuring ?T1
                (attribute ?A ?S1))
            (holdsDuring ?T2
                (attribute ?A ?S2))
            (starts
                (WhenFn ?B) ?T2)
            (finishes
                (WhenFn ?B) ?T1))))
emotion.kif 2535-2550 If X is an instance of blushing and Y experiences X, then All of the following hold: (1) there exist Z, W,, , V (2) U such that V is an instance of emotional state (3) U is an instance of emotional state (4) equal V (5) U (6) V is an attribute of Y holds during Z (7) U is an attribute of Y holds during W (8) the time of existence of X starts W (9) the time of existence of X finishes Z


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners