Re: [Virtuoso-users] Limited number of SPARQL inserts ?

2009-06-09 Thread Alexander De Leon
Hi After further testing I found that the same code works on another virtuoso 6.0 which I have installed on a different machine. Hence, the problem must be related to the configuration of that particular server. I will have access to the server tomorrow. I will do more testing then and s

Re: [Virtuoso-users] facet overflow

2009-06-09 Thread Hugh Williams
Hi Michel, Hmm Indeed, are you using the same testdata.n3 dataset you sent me and what did you search on ? I searched for "sgd" to see the problem with IE7 whereas FireFox 3.0.10 displays the results correctly ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http:

Re: [Virtuoso-users] facet overflow

2009-06-09 Thread Michel Dumontier
Hmm.. weird.. i just installed Firefox 3.0.10 on Vista 32 and still see the problem... -=Michel=- On Tue, Jun 9, 2009 at 8:32 AM, Hugh Williams wrote: > Hi Michel, > Thanks, with the data you provided I have been able to recreate the problem > with IE7 also. FireFox ( on windows or mac) and Safa

Re: [Virtuoso-users] facet overflow

2009-06-09 Thread Hugh Williams
Hi Michel, Thanks, with the data you provided I have been able to recreate the problem with IE7 also. FireFox ( on windows or mac) and Safari do not exhibit the same problem displaying the same results page. So this looks like a browser rendering issue which we shall fix. Are you able t

Re: [Virtuoso-users] Limited number of SPARQL inserts ?

2009-06-09 Thread Tim Haynes
Alexander De Leon wrote: I'm inserting RDF triples into Virtuoso Open Source 6.0.0-tp1. The triples are inserted one by one using the following code: for (StmtIterator i = rdf.listStatements(); i.hasNext();) { Statement stmt = i.nextStatement(); sparql = "INSERT INTO GRAPH <" + graph

Re: [Virtuoso-users] Limited number of SPARQL inserts ?

2009-06-09 Thread Hugh Williams
Hi Alexander, Having stated that the insertions worked with the 5.0.10 build, have you also tried with the 5.0.11 build which is available for download ? For your 6.0.0-TP1 build can you provide a copy of the virtuoso.log file in the database directory for analysis as we would like to see

Re: [Virtuoso-users] facet overflow

2009-06-09 Thread Michel Dumontier
Hi! It was on a local server using Google Chrome 2.0.172.30 on Vista 32. I've attached some test data that reproduces the result i saw. thanks! -=Michel=- On Mon, Jun 8, 2009 at 6:24 PM, Hugh Williams wrote: > Hi Michel, > What server is this being observed on, a local server you have setu

[Virtuoso-users] incorrect results from go.bio2rdf.org/sparql

2009-06-09 Thread Peter Ansell
Hi all, Not sure if this is a configuration or software issue, but I am getting invalid RDF/XML (and possibly N3 although I am not so sure about that one) from the following query: CONSTRUCT { ?p ?o . } WHERE { GRAPH {