[Virtuoso-users] OpenLink Virtuoso-7.2.0 not running on mac 10.10.3

2015-04-11 Thread Haroon Rashid
Hello All, I have downloaded openlink Virtuoso 7.2.0 from link for MAC OSX version 10.10.3. I installed it according to install guide provided with the software package. All the steps were done successfully. Now, when I want to run

Re: [Virtuoso-users] Range of numerical values supported by Jena

2015-04-11 Thread Rose Beck
Sorry the subject is wrong. I want to find out the range of numerical values supported by Virtuoso? On Sun, Apr 12, 2015 at 12:13 AM, Rose Beck wrote: > I need to execute the following query: > > select ?a?c?d (?c + ?d as ?score) where{graph ?g{?a ?b} graph > ?g1{?a ?c} graph ?g2{?a ?d}} > > H

[Virtuoso-users] Range of numerical values supported by Jena

2015-04-11 Thread Rose Beck
I need to execute the following query: select ?a?c?d (?c + ?d as ?score) where{graph ?g{?a ?b} graph ?g1{?a ?c} graph ?g2{?a ?d}} Here ?c, ?d, ?score are numbers of any of the following type: xsd:decimal, xsd:double, xsd:integer, etc. Can someone please tell me the numerical range of these dat

[Virtuoso-users] check if a stored procedure exists

2015-04-11 Thread Gang Fu
Hi, I want to ask how can we check the existence of a stored procedure before we drop it? We need to drop the stored procedure before we create it, otherwise, there will be some issue, but if we drop a stored procedure that does not exist, we will get an error. So we need to check existence before