Graphs

label

A tag on a node that groups it with other nodes of the same kind. A node can carry more than one.

Also written: labels

Example

Ava and Ben both carry (:Person). Ava carries (:Employee) as well.

MATCH (p:Person) returns Ava and Ben. MATCH (e:Employee) returns Ava alone.

Lessons that use this term

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

No published lesson uses this term yet.

All glossary terms