Relation PROCESSES

An agent processes information by performing an activity which makes use of abstract objects.
Arity: 2
Domain: *agent
Range: Information
Subrelation-Of: Representation-relation
Axioms:
(<=> (Processes ?A ?B)
     (And (Representation-Relation ?A ?B)
          (Exists (?C) (And (Performs ?A ?C) (Instrument ?C ?B)))
          (*Agent ?A)
          (Information ?B)))