4.2 · Lesson

Adding specific node labels

In this lesson, you will learn how to refactor your graph by adding specific Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. to improve query performance and semantic clarity.

Labels allow you to categorize nodes and Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. in your graph, making it easier to query and understand the structure of your data.