Re: [Virtuoso-users] Building VAD

2013-07-29 Thread Denis Lukovnikov
Hi, I've executed the commands. Now I have three entries for DB.DBA.RDF_GRAPH_GROUP_MEMBER, all together with "http://dbpedia.org";. But viewing an entity still gives the same mistake. Greetings, Denis From: jimk...@gmail.com Date: Wed, 24 Jul 2013 09:38:49 +0300 Subject: Re: Building VAD To:

Re: [Virtuoso-users] Building VAD

2013-07-29 Thread Denis Lukovnikov
Hi, Maybe I have a wrong version of something but changing the "UNION select _G" in the highlighted line and 5 other later occurences of "UNION select _G" by "SELECT RGGM_GROUP_IID FROM DB.DBA.RDF_GRAPH_GROUP_MEMBER WHERE RGGM_GROUP_IID = _G" makes it work. This solution is really stupid but I'

Re: [Virtuoso-users] Building VAD

2013-07-29 Thread Denis Lukovnikov
Hi, Do graph groups make a difference when the error reported is a syntax error? The last three words of the line you highlighted (SELECT RGGM_MEMBER_IID FROM DB.DBA.RDF_GRAPH_GROUP_MEMBER WHERE RGGM_GROUP_IID = _G UNION SELECT _G), "UNION SELECT _G" seem rather wrong in SQL. It looks incorrect

Re: [Virtuoso-users] Building VAD

2013-07-24 Thread Dimitris Kontokostas
Hi, This is perfectly valid syntax, just see "_G" as a value (the graph ID) What I did here was to enable graph group search in raw VOS SQL. If _G is the group graph (http://dbpedia.org in this case) the query searches in all group members of _G, otherwise just _G Which VOS version are you worki

Re: [Virtuoso-users] Building VAD

2013-07-23 Thread Dimitris Kontokostas
Hi Denis, Adding the dbpedia developers and the Virtuoso mailing list since this might affect others too The reason for this must be this part of line 272: select RGGM_MEMBER_IID FROM DB.DBA.RDF_GRAPH_GROUP_MEMBER where RGGM_GROUP_IID = _G UNION select _G https://github.com/dbpedia/dbpedia-vad-i1