Relation Potential-Customer

Instance-Of: Binary-Relation, Relation, Set
Domain: Potential-Sale
Range: Legal-Entity
Arity: 2
Documentation:
The Legal-Entity in a Potential-Sale that may become the

Actual-Customer in a possible future Sale.


Frame References to Potential-Customer:

In class Potential-Sale:

Slots:

Potential-Customer:
Minimum-Slot-Cardinality: 0
Slot-Value-Type: Legal-Entity

Implication Axioms mentioning Potential-Customer:

(=> (Customer ?X)
    (Or (Exists (?Sale) (Actual-Customer ?Sale ?X))
        (Exists (?Potential-Sale)
                (Potential-Customer ?Potential-Sale ?X))
        (Exists (?Sale-Offer)
                (Specified-Potential-Customer ?Sale-Offer ?X))))


Equivalence Axioms mentioning Potential-Customer:

(<=> (Customer ?X)
     (And (Legal-Entity ?X)
          (Actor ?X)
          (Or (Exists (?Sale) (Actual-Customer ?Sale ?X))
              (Exists (?Potential-Sale)
                      (Potential-Customer ?Potential-Sale ?X))
              (Exists (?Sale-Offer)
                      (Specified-Potential-Customer ?Sale-Offer ?X)))))