A Graph-to-Graph Example
Explore the process of integrating multiple RDF graphs into a property graph and transforming data models using Elixir. Understand how to query remote and local endpoints with SPARQL and Cypher, merge graphs, and apply bi-directional transformations with Neo4j's n10s library for advanced graph data management.
We'll cover the following...
We'll cover the following...
Overview
As a better example of a graph-to-graph exercise, let’s try our hand at an extended journey.
We've already seen that there are public endpoints for RDF data. Let’s scoop up some of that RDF data, mix it together, and then add that into a local property graph database. For good measure, we’ll operate on that property graph in some way, and then what? Well, let’s get that graph out of our local property graph ...