Blushing |
appearance as argument number 1 |
(documentation Blushing EnglishLanguage "The process of turning red in response to a stimulus which has a deep emotional effect.") | Mid-level-ontology.kif 21729-21730 | |
(subclass Blushing AutonomicProcess) | Mid-level-ontology.kif 21728-21728 | |
(subclass Blushing PhysiologicalResponseToEmotionalState) | emotion.kif 1695-1695 |
appearance as argument number 2 |
(termFormat ChineseLanguage Blushing "脸红") | domainEnglishFormat.kif 11428-11428 | |
(termFormat ChineseTraditionalLanguage Blushing "臉紅") | domainEnglishFormat.kif 11427-11427 | |
(termFormat EnglishLanguage Blushing "blushing") | domainEnglishFormat.kif 11426-11426 |
antecedent |
(=> (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)))) |
Mid-level-ontology.kif 21732-21747 |