Is it possible to add a new parent relationship type? When I try, I get:
Invalid parameter type 1 for parent_id [value was undefined]
The relationship I'm trying to add is Occurence (Event) <-> Entity (Organization). An example would be:
MUSEUM (Entity) was venue of EXPOSITION (Occurrence)
Thanks