...

/

Step 1: Query RDF Databases for Data

Step 1: Query RDF Databases for Data

Learn how to generate multiple RDF graphs and merge them together.

We'll cover the following...

Stage 1: Getting RDF into an LPG Store

This stage of the journey is to import RDF data into a property graph database. The first step is obviously to acquire some RDF data.

We’ll query the following two databases:

  • Wikidata

  • DBpedia

Note: There are public SPARQL endpoints available for the databases above. However, we’ll run and query them locally to avoid any availability issues.

SPARQL endpoints
SPARQL endpoints

We’ll get an RDF ...