On Sat, Aug 6, 2011 at 3:11 AM, pankaj <pankaj....@gmail.com> wrote:

>
> I have following data modeling problem. Node A related to Node B with
> complex property C. I modeled it like
> A->B->C. Now I have another node D related to B with complex property C and
> E. Now my graph looks like
> D->B->c, A->B->C, and D->B->E. Now storing like this, I lost the
> information
> that A never related to B in the context of complex property E. How do I
> model it?
>

You can use abstract layer and REF relationship to name nodes, that what I
do.

Quite interesting to see other possible solutions.

-- 
Dmitriy Shabanov
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to