Concerning the file structure, my goal is to create a real RDF file (maybe some attributes names will be wrong but nevermind).
I would like to import a file which has the same structure than the file we can find at this site (rdf dump).
The beginning of the extracted file (14Go) is the following :
< http: //dblp.l3s.de/d2r/resource/collections/acm/kim95> < http: //www.w3.org/2002/07/owl#sameAs> < http: //dblp.l3s.de/d2r/resource/publications/books/acm/Kim95> .
< http: //dblp.l3s.de/d2r/resource/collections/acm/kim95> < http: //purl.org/dc/elements/1.1/title> "Modern Database Systems"^^< http: //www.w3.org/2001/XMLSchema#string> .
I'm gonna try to make a parser but I'm sure a converter rdf->cypher
or an importer rdf for neo4j already exists.
(or tomorrow, it will)