subAttribute
|
|
appearance as argument number 1 |
(documentation InternalChange ChineseLanguage "这是当 Object 内部特性受到改变的 Process, 例如:Object 形状、颜色和结构等等。不属于这个类别的 Process 包括只影响和其他物体之间关系的改变,例如: 时空位置的变化。") | chinese_format.kif 3192-3194 | |
(documentation InternalChange EnglishLanguage "Processes which involve altering an internal property of an Object, e.g. the shape of the Object, its coloring, its structure, etc. Processes that are not instances of this class include changes that only affect the relationship to other objects, e.g. changes in spatial or temporal location.") | Merge.kif 12639-12643 | |
(subclass InternalChange Process) | Merge.kif 12638-12638 | Internal change is a subclass of process |
appearance as argument number 2 |
antecedent |
(=> (and (instance ?CHANGE InternalChange) (patient ?CHANGE ?OBJ)) (exists (?PROPERTY) (or (and (holdsDuring (BeginFn (WhenFn ?CHANGE)) (attribute ?OBJ ?PROPERTY)) (holdsDuring (EndFn (WhenFn ?CHANGE)) (not (attribute ?OBJ ?PROPERTY)))) (and (holdsDuring (BeginFn (WhenFn ?CHANGE)) (not (attribute ?OBJ ?PROPERTY))) (holdsDuring (EndFn (WhenFn ?CHANGE)) (attribute ?OBJ ?PROPERTY)))))) |
Merge.kif 12645-12656 |
|
consequent |
(=> (and (instance ?P Putting) (patient ?P ?S) (instance ?S Spice) (destination ?P ?F) (instance ?F PreparedFood)) (exists (?C ?A) (and (instance ?C InternalChange) (patient ?C ?F) (result ?C ?A) (attribute ?F ?A) (or (instance ?A FlavourAttribute) (instance ?A ColorAttribute))))) |
Economy.kif 4384-4399 |
|