...

/

Step 4: Get RDF Out of the Local Property Graph Database

Step 4: Get RDF Out of the Local Property Graph Database

Learn how to export the RDF graph using three different queries

Stage 2: Get RDF out of an LPG Store

Let’s now go on to the next stage in the journey and extract the new graph from the property graph database and import it into an RDF graph database.

The following figure shows the local endpoints over our RDF and LPG graph databases:

Press + to interact
Local endpoints
Local endpoints

We can export RDF data from Neo4j by using the /rdf endpoint.

Now, there are three main ways to do this.

    ...