I have two types of nodes: :Person and :Event.
Between these nodes there can be several different relations: :DECEDENT, :SPOUSE, :CHILD, :PARENT, etc.
Q1: Is it possible to set constraint on allowed relation types for specific :Event type?
Example:
F...