Graphs

property graph

The data model Neo4j implements, in which nodes and relationships both carry properties as well as labels and types.

Example

Tom Hanks acted in Toy Story, and John Lasseter directed it.

The (:Person) node carries a born property alongside its label. The [:ACTED_IN] relationship carries a role property alongside its type. [:DIRECTED] carries no properties at all, which is allowed; going without a type is not.

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