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

2015-05-03 Thread Hugh Williams
Hi Rose, The range of the various types supported by Virtuoso are detailed at: http://docs.openlinksw.com/virtuoso/coredbengine.html#DataTypes Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.

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