Re: [Virtuoso-users] Can not start Virtuoso OpenLink instance on Windows XP 64 bit

2008-10-23 Thread Hugh Williams
Hi Sergei, Can you confirm if your Windows 64biit installation is on an x86_64 (Opteron) or IA64 (itanium) chip, as I note in the support call case you logged with us it is stated to be IA64, whereas the Windows 64bit binary components we provide are for x86_64 chip types, both of why ar

[Virtuoso-users] Can not start Virtuoso OpenLink instance on Windows XP 64 bit

2008-10-23 Thread Sergejs Rikacovs
Have installed Virtuoso Openlink (open source edition) on a Windows XP x64 in a way described in http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows. However when I try to execute the following command : * virtuoso-t - I "Instance Name" +service start* I get "Debug assertion

Re: [Virtuoso-users] DISTINCT issue

2008-10-23 Thread Sergio Fernández
On Wed, 2008-10-22 at 11:01 +0700, Ivan Mikhailov wrote: > Hello Sergio, Hi Ivan, > I'd add a newline to read the query as the parser reads it: > > SELECT DISTINCT > (?name) ?person ?mail > WHERE { > ?person rdf:type foaf:Person . > ?person foaf:name ?name . > ?person foaf:mbox_sha1sum ?ma

Re: [Virtuoso-users] Virtuoso performance for bookmarking?

2008-10-23 Thread Hugh Williams
Hi Jens, Frederick Gaisson pointed me to the following Virtuoso procedure he wrote sometime ago for loading the Geonames RDF dump, thus providing the dump is still in the same format it should work for you: ==