Re: [Virtuoso-users] Fwd: Query regarding virtuoso

2013-07-29 Thread Jim McCusker
What's the prefix for geo:? If it's the same one GeoSPARQL uses, then you look like you're at least data compatible already (which is a great start). Jim On Mon, Jul 29, 2013 at 11:27 AM, Kingsley Idehen wrote: > On 7/29/13 10:50 AM, Jim McCusker wrote: > > On Thu, Jul 25, 2013 at 8:22 AM, King

[Virtuoso-users] OWL reasoning with custom rules?

2013-07-29 Thread Kayhan Uludemirciler
Hello, we are trying to do some OWL reasoning based on owl:propertyChainAxiom. Since that predicate is not supported, is there a way to define external rules, so that the built-in reasoner can use them? Regards Kayhan Uludemirciler Softwareentwicklung SOHARD Software GmbH Würzburger Str. 19

Re: [Virtuoso-users] Fwd: Query regarding virtuoso

2013-07-29 Thread Kingsley Idehen
On 7/29/13 10:50 AM, Jim McCusker wrote: On Thu, Jul 25, 2013 at 8:22 AM, Kingsley Idehen mailto:kide...@openlinksw.com>> wrote: Virtuoso 6.x Open Source Editions don't nclude our SPARQL-GEO related functionality. That said, we've made this part of the Open Source edition for versio

Re: [Virtuoso-users] ASSUME ???

2013-07-29 Thread Kingsley Idehen
On 7/29/13 3:59 AM, Jerven Bolleman wrote: Dear Virtuoso devs, What is the ASSUME variable that you added in 6.1.7 ? http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/ I can't find any reference to this in the SPARQL 1.1 query standard. Is this a virtuoso specific extension? Regards,

[Virtuoso-users] DB.DBA.VAD_PACK

2013-07-29 Thread Jürgen Jakobitsch SWC
hi, i guess, VAD_PACK ignores second parameter base_uri_of_resources. as far as i checked is all versions. wkr jürgen -- | Jürgen Jakobitsch, | Software Developer | Semantic Web Company GmbH | Mariahilfer Straße 70 / Neubaugasse 1, Top 8 | A - 1070 Wien, Austria | Mob +43 676 62 12 710 | Fax +

Re: [Virtuoso-users] ASSUME ???

2013-07-29 Thread Patrick van Kleef
HI Jerven, > What is the ASSUME variable that you added in 6.1.7 ? > http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/ > > I can't find any reference to this in the SPARQL 1.1 query standard. > Is this a virtuoso specific extension? I passed your question to the virtuoso development t

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

[Virtuoso-users] Query regarding virtuoso

2013-07-29 Thread Maria Jackson
Hi, I downloaded dbpedia n-quads data from ( http://km.aifb.kit.edu/projects/btc-2012/dbpedia/). I am trying to load BTC data to Virtuoso using: DB.DBA.TTLP_MT(file_to_string_output('/var/lib/virtuoso-opensource-6.1/db/data-0.nq'),'','graph iri',512); I am getting the following error: **

[Virtuoso-users] ASSUME ???

2013-07-29 Thread Jerven Bolleman
Dear Virtuoso devs, What is the ASSUME variable that you added in 6.1.7 ? http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/ I can't find any reference to this in the SPARQL 1.1 query standard. Is this a virtuoso specific extension? Regards, Jerven -- --