Class ORGANISM-ATTRIBUTE

A property of the organism or its major parts.
Subclass-Of: Notion
Problem: This is -so defined- a meta-level category. On the other hand, instances (199 + 52 PUI instances) are to be studied, in order to distribute them in the right place.
Axioms:
(Slot-Value-Type Organism-Attribute Degree-Of Organism-Attribute)

(Slot-Value-Type Organism-Attribute Outcome-Of Phenomenon-Or-Process)

(=> (Organism-Attribute ?Self)
    (And (Exists (?A)
                 (And (Generic-Association ?Self ?A) (Organism ?A)))
         (Forall (?B)
                 (=> (Measurement-Of ?Self ?B)
                     (Or (Organism-Attribute ?B)
                         (Physiologic-Function ?B))))
         (Forall (?C)
                 (=> (Manifestation-Of ?Self ?C)
                     (Or (Organism-Attribute ?C)
                         (Physiologic-Function ?C))))))