I want to upload whole of the Dbpedia data set to the GraphDB. I have installed am using Docker container and have run it successfully. Now the problem is, I am unable to upload the .nt files because the maximum size of the file allowed is 200 MB. Can anybody help?
-
I have currently exactly the same problem as you described. Did you find a solution for this question?Mohammad Kazemi-Beydokhti– Mohammad Kazemi-Beydokhti2023-12-01 00:04:20 +00:00Commented Dec 1, 2023 at 0:04
-
Create a docker image first, then try this command. sudo docker run -p 127.0.0.1:7200:7200 -v /home/laptop/Downloads/de/downloads:/home/laptop/Downloads/de/downloads --name graphdb -e "GDB_JAVA_OPTS= -Dgraphdb.workbench.importDirectory=/home/laptop/Downloads/de/downloads" ontotext/graphdb:9.0.0-free (here is the version of your graphdb image)Khan– Khan2023-12-02 11:40:23 +00:00Commented Dec 2, 2023 at 11:40
Add a comment
|