Skip to content

Only parent objects should have isMemberOfCollection relationships; child objects should not.

Mark Jordan requested to merge (removed):issue-5 into issue-5

Child objects do not have an explicit isMemberOfCollection. They may have one, but if so it is unrelated to the isMemberOfCollection relationship(s) the parent may have. This merge request removes the assignment of the isMemberOfCollection relationship on child object ingestion.

Merge request reports