Importing RDF with n10s—A Neo4j Plug-in
Explore how to use the neosemantics (n10s) plugin to import RDF graphs into Neo4j's property graph model. Learn installation steps and key procedures to configure, import, and query RDF data as property graphs using Cypher.
We'll cover the following...
We'll cover the following...
The property graphs and RDF graphs seem to be separate worlds that we need to bridge, and there is a way.
Graph interchange via neosemantics
We know that RDF provides a number of standard serializations. This should make graph interchange simpler. Neosemantics (or n10s) is a Neo4j plug-in for importing and exporting RDF graphs into Neo4j—a property graph store—and claims to do that losslessly. Sounds perfect. Let’s explore.
Note: There is a super ...