Re: [Neo4j] Load rdf data into neo4j

2018-05-03 Thread Sun Yuhan
I have tried neosemantics. I use a sample data of wikidata to test the loading function. The query I am running is: CALL semantics.liteOntoImport('/home/yuhansun/Documents/GeoReachHop/test/slice_10.nt','RDF/XML') After running that, it shows

Re: [Neo4j] Load rdf data into neo4j

2018-05-03 Thread 'Michael Hunger' via Neo4j
Perhaps starting with a subset makes sense? Jesus did you ever import wikidata? Did you see the neosemantics library by my colleague Jesus Barrasa which supports loading RDF into Neo4j: https://github.com/jbarrasa/neosemantics Explained a bit here: https://jbarrasa.com/2016/06/07/importing-rdf-da

[Neo4j] Load rdf data into neo4j

2018-05-03 Thread Sun Yuhan
I am trying to load wikidata into neo4j which I download from this link: https://dumps.wikimedia.org/wikidatawiki/entities/20180222/ After unzipping, the total size is about 300GB. How can I efficiently load that into neo4j? Any suggestion? Thanks, -- You received this message because you are