coloring (Coloring)
The subclass of SurfaceChange where a
ColorAttribute of the patient is altered.
Ontology
SUMO / PROCESSESSuperclass(es)
Related WordNet synsets
- change of color
- an act that change the light that something reflects
- coloring, colouring
- the act of of process of changing the color of something
- color
- add color to; "The child colored the drawings"; "Fall colored the trees"
See more related synsets on a separate page.
Axioms (1)
If coloring is an instance of coloring and obj is a patient of coloring, then there exists color attribute property so that property is an attribute of obj immediately before "the time of existence of coloring" and property is not an attribute of obj immediately after "the time of existence of coloring".
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists
(?PROPERTY)
(and
(instance ?PROPERTY ColorAttribute)
(holdsDuring
(ImmediatePastFn
(WhenFn ?COLORING))
(attribute ?OBJ ?PROPERTY))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?COLORING))
(not
(attribute ?OBJ ?PROPERTY))))))