Re: [Virtuoso-users] Issue with xsd:duration datatype

2014-02-10 Thread Hugh Williams
Hi Julien, This does not appear to be supported still in the latest builds, thus I have requested and update from development as to when it will be added ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http:

Re: [Virtuoso-users] Error when INSERT a triple with large literal: "Value of ANY type column too long"

2014-02-10 Thread Hugh Williams
Hi Enrico, This is strange, as XML literals should be serialised as an object inside a blob when being inserted. Thus can you please provide an actual query as is being executed via isql that demonstrates this problem, such that we can attempt to recreate in-house. Also please confirm the act

Re: [Virtuoso-users] Issue with xsd:duration datatype

2014-02-10 Thread Julien Plu
Hello ! I made a pull to get the last version of the develop/7 branch and the bug is still there. Any news about it ? Thanks. Best. Julien 2013-12-19 Julien Plu : > Thanks Hugh ! Let me know please if it's include the support of this > datatype :-) > > > 2013/12/19 Hugh Williams > >> Hi Jul

Re: [Virtuoso-users] Error when INSERT a triple with large literal: "Value of ANY type column too long"

2014-02-10 Thread Enrico Daga
(just reply to this to be sure it has been dispatched because I was not subscribed to the list) On 7 February 2014 17:50, Enrico Daga wrote: > Hi, > > I have a problem with my application and I hope to find someone here to > help me. > > I am using Virtuoso 6 (precisely Virtuoso Open Source 6.0

Re: [Virtuoso-users] Problem with property paths

2014-02-10 Thread Nikunj Jain
Hey Hugh You can all see the results of first query at http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+%3Fmid+where+{%0D%0A%3Fmid+%3Chttp%3A%2F%2Fwww.w3.org%2F2004%2F02%2Fskos%2Fcore%23broader%3E{2}+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FCategory%3ASports%3E

Re: [Virtuoso-users] Problem with property paths

2014-02-10 Thread Nikunj Jain
Hey Hugh Running first query on http://dbpedia.org/sparql returns two results On Mon, Feb 10, 2014 at 7:03 PM, Hugh Williams wrote: > HI Nikunj, > > What Dbpedia server are you running these queries against as running > against http://dbpedia.org/sparql , both return no results ? > > Note also

Re: [Virtuoso-users] Problem with property paths

2014-02-10 Thread Hugh Williams
HI Nikunj, What Dbpedia server are you running these queries against as running against http://dbpedia.org/sparql , both return no results ? Note also documentation on property paths support in Virtuoso can be found at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTip

Re: [Virtuoso-users] JDBC sqlexception thrown for not implemented methods instead of SQLFeatureNotSupportedException

2014-02-10 Thread Hugh Williams
Hi Jerven, Thanks for the suggestion, we shall schedule to implement this in the JDBC Driver ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.c

[Virtuoso-users] JDBC sqlexception thrown for not implemented methods instead of SQLFeatureNotSupportedException

2014-02-10 Thread Jerven Bolleman
Dear virtuoso devs, A small thing in the JDBC drivers shipping with virtuoso. When a method is not supported by the JDBC driver you often throw an exception like this. public int setString(long pos, String str, int offset, int len) throws SQLException { throw new VirtuosoExceptio