Re: [Virtuoso-users] LOD encoding problems

2010-05-22 Thread Alexander Sidorov
Fixed version: public static string FixLgdString(string lgdString) { byte[] lgdStringBytes = Encoding.UTF8.GetBytes(lgdString); if (lgdStringBytes.Length == lgdString.Length) return lgdString; int firstByteOffset = (194 + 144 + 195) - 208;

Re: [Virtuoso-users] full-text search

2010-05-22 Thread mats . gls
So then, to make for example an index for an album that includes artist name and album name, I would need to use something along the lines of this? create procedure upd_index(in subject varchar, in _g iri_id, in _s iri_id, in _p iri_id, in _o any) { declare vtb, subject; declare text_to_index

[Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-22 Thread Nicolas Figay
Hi, I'm trying to access virtuoso server through an apache server, using mod_proxy. Calling http://www.mysite.net/virtuoso, it should redirect on my local server on 88.191.91.72:8890 NameVirtualHost 88.191.91.72 ServerName www.mysite.net ... ProxyRequests off Order deny,all

[Virtuoso-users] Issue with iSPARQL installation

2010-05-22 Thread Nicolas Figay
Hi Hugh, note that in addition to have some problems with FF 3.0.7 with iSparQL, I had also some problems with 2.24.0.1, based on Gecko 1.9. Don't know if java scripts are handle by gecko or some other part of the web navigator. Nicolas