pub static EcsExclusive: u64
Can be added to relationship to indicate that the relationship can only occur once on an entity. Adding a 2nd instance will replace the 1st.
Behavior: R(X, Y) + R(X, Z) = R(X, Z)