How to model Many-to-Many
relationship in Graph databases (Property graph database)
In the below picture, Company/creditor files their claim to court when the borrower goes bankrupt and there will be an authorised representative for the each company/creditor to the case. How to model this scenario ?
Find who is representative of given creditor? Trick is creditor can have multiple claim on multiple case and multiple authorized representative.
Any suggestion ? If possible in Apache Tinkerpop Gremlin
way of handling.