November 2022
Intermediate to advanced
294 pages
5h 58m
English
This stage of the journey will be to import RDF data into a property graph database. The first step is obviously to acquire some RDF data.
In the top part of the previous figure, you saw the remote endpoints we will query to get some RDF data. The following figure shows just that part again.

We are going to query two public SPARQL endpoints for data: DBpedia and Wikidata. We’re going to get a separate RDF graph from each of these two endpoints and then merge those two graphs into a single RDF graph for further processing.
So, let’s switch our graph service to ...