I've been looking through the node relationship modules, but I don't find exactly what I'm looking for, which probably means I skipped over something or just didn't get the full feature set of something. So I'm going to ask the brilliant world out there for some guidance.
What I have is two kinds of nodes, Entities (people, companies, groups) and Projects (theater production, concert, CD, Video).
Now any Entity is likely to be linked to multiple Projects, and Projects are linked to Multiple Entities.
So I'm looking for a many to many sibling relationship. (though Parent to multiple child is OK too, just fast lookup one way, slow lookup the other I'm guessing)
But here's the extra wrinkle: the relationship type of each Entity-Project can be different, so I imagined using a taxonomy, which has many features that I want to include in the relationship (such as synonym, and a hierarchy of relationship types)
So I imagine that what I'm looking for is Node - Term - Node relationship, though if someone even has a better moniker for this that might just help me search my way to something close to what I'm looking for.