November 2022
Intermediate to advanced
294 pages
5h 58m
English
We’re going to explore different graph models in this book, so it might be handy to have a reference graph that we can use to gauge how each model behaves. Let’s do that by creating a simple graph for a book catalog.
We’ll start by populating our book graph with one book:
This simple exercise is meant to familiarize you with some basic semantic elements and later show you how these elements can be represented in the different graph models we’ll encounter.
We can visualize our book graph in the following figure.

This is a diagrammatic representation. We’ll ...