Data modeling

intermediate node

A node introduced to act as an intermediate step between two or more other nodes, or to carry properties that a single relationship cannot.

Example

A (:Role) node joins the person, the film and the character in one place.

A single [:ACTED_IN] relationship joins two things, Tom Hanks and the film. The (:Role) node separates Tom Hanks from Toy Story with an intermediate (:Role) node.

Lessons that use this term

The lesson and course links below open in a new tab.

3 lessons use this term. Results are ordered by term density.

Graph Data Modeling Fundamentals4 mentions

  • Intermediate NodesAdding Intermediate Nodesthis example, we replace the WORKS_AT hyperedge with an Employment intermediate node3 mentions
  • Adding a Role NodeAdding Intermediate Nodeswould you refactor the graph to add an intermediate node representing the role property of the ACTED_IN1 mention

Get started with Graph Data Science1 mention

All glossary terms