Replies: 3 comments 15 replies
-
Hi Carlos, interesting test case ! Hmz, I assume that's a few billion of triples ? Are you using the JSON or NTriples version ? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response! Actually right now I'm looking at the LMDB documentation (https://rdf4j.org/documentation/programming/lmdb-store/) so I can load Wikidata on it. However I did not see any reference to LMDB in the RDF4J documentation (https://rdf4j.org/documentation/tools/console/), maybe I missed it. What I'm doing right now is developing a class to create the LMDB store and load into it Wikidata. I hope it will work. Any suggestion? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Dear all, a quick update: I'm loading Wikidata truthy by dividing one file with the triples into 1200+ files. Sometimes I find some bad IRI, the error I get is the following: When that happens the code throws an exception, which I caught, but the file stops loading. Is there any way to allow inserting line by line the file? I had a look at the code for generating one triple and inserting it, however I needed a bit more of time for identifying what data type the object of a triple is, and adding it correctly to the database. This is my code https://gist.github.com/cbuil/cf2b9429eeefc5a61cd28fe24d1cfac1 At the beginning of the process loading a file with ~170.000 lines took ~10 seconds, after a day loading each file takes ~400 seconds. Best Carlos |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community
I want to load Wikidata Truthy on RDF4J, so far I generated a new package following the instructions on the repo, deployed the server and workbench wars on a Tomcat 9 server (the machine has 120GB of ram), I created the native repository on the workbench, loaded that repo on the console and ran the load command. However the load stops, I do not know why. Are there any instructions or recommendations to load Wikidata Truthy on RDF4J?
Thanks!
Carlos
Beta Was this translation helpful? Give feedback.
All reactions