Relation INTERPRETS

An agent interprets an entity by processing information used as interpretant of that entity.
Arity: 2
Domain: *agent
Range: Entity
Subrelation-Of: Representation-relation
Axioms:
(<=> (Interprets ?A ?B)
     (And (Representation-Relation ?A ?B)
          (Exists (?C)
                  (And (Processes ?A ?C) (Interpretant-Of ?C ?B)))
          (*Agent ?A)
          (Entity ?B)))