Hi Nestor,
Hello, I'm new with Virtuoso software.
I'm using the Virtuoso 6.1 open source version for ubuntu. I'm
trying to import one .nt dump file to my virtuoso server but i can't
find the correct way to achieve it.
I first try it with a ISQL sentence like this:
ld_dir('/usr/share/virt
Hi Nestor,
The first parameter to ld_dir() should be a directory and not an actual
filename, the second parameter then takes the name of the file or file types ie
*.nt to load, thus it should be something like:
ld_dir('/usr/share/virtuoso-opensource-6.1/vad/','%.nt','graph');
If "dbtr
Hello, I'm new with Virtuoso software.
I'm using the Virtuoso 6.1 open source version for ubuntu. I'm trying to
import one .nt dump file to my virtuoso server but i can't find the correct
way to achieve it.
I first try it with a ISQL sentence like this:
ld_dir('/usr/share/virtuoso-opensource-6.1