The RDF-to-Neo4j Converter

This is a Java-based project providing configurable components to convert RDF data into Cypher commands that can populate a Neo4j graph database.

You can configure the way RDF is mapped into Neo4J entities (nodes, node properties, relations and relation properties) by means of SPARQL queries. More details in the next sections.

The core of the project is the rdf2neo library, while rdf2neo-cli module is a command line tool to manage Neo4J imports.

 LINK to GitHub 

You may also like...