I downloaded freebase data-dump in RDF data is serialized using the N-Triples format, encoded as UTF-8 text and compressed with Gzip. I would like to import it to Neo4j.
There are a lot of java source codes without documentation and with too much dependencies. Even manuals on official website are linking to broken pages or github repositories without documentation at all. I understand that Neo4j isn't a triple store, I would like to create a graph.
How to create database from freebase full data dump file in neo4j?