Re: [Virtuoso-users] Help with virtuoso

2012-02-14 Thread Patrick van Kleef
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

Re: [Virtuoso-users] Help with virtuoso

2012-02-14 Thread Hugh Williams
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

[Virtuoso-users] Help with virtuoso

2012-02-13 Thread Nestor Facundo Abraham
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