Relation Resource-Substitute

Instance-Of: Relation, Set
Arity: 3
Documentation:
A Relationship between two Resources and an Activity or Activity-Spec whereby the one Resource may be used or consumed in the Activity or Activity-Spec instead of the other.

Implication Axioms for Resource-Substitute:

(=> (Resource-Substitute ?Resource ?Resource-Sub ?A-Or-Spec)
    (=> (Can-Use-Resource ?A-Or-Spec ?Resource)
        (Can-Use-Resource ?A-Or-Spec ?Resource-Sub)))


Axioms for Resource-Substitute:

(Nth-Domain Resource-Substitute 3 Activity-Or-Spec)