Re: [Virtuoso-users] isql-vt load problems

2011-01-08 Thread Hugh Williams
Hi Can you try with a later Virtuoso snapshot build available from the following URL: http://demo.openlinksw.com/c/BCFLIS As I cannot recreate the problem with sample datasets I have loaded here, and the query below shows the graphs clear is there. Best Regards Hugh Williams Professi

Re: [Virtuoso-users] isql-vt load problems

2011-01-07 Thread R Stanislaus
Hi Hugh reinstalled and loaded the a data set and ran your query: *sparql select * where { graph ?g {?s ?p ?o filter(regex(?s,"uniprot"))}} limit 10;* and here are the result below. It is recognizing the graph, with the above query however selecting for a distinct graph returns nothing. Any Id

Re: [Virtuoso-users] isql-vt load problems

2011-01-05 Thread R Stanislaus
Hi Hugh There are a total of 89 million triples. Both ontology and data. Also forgot to mention that I have used RDF_LOAD_RDFXML() function too, without luck. Additionally, I have uploaded small subset of the data and I encounter the same problem. I get the feeling it is some configuration issue an

Re: [Virtuoso-users] isql-vt load problems

2011-01-05 Thread Hugh Williams
Hi Romesh, I cannot recall this issue having been reported with the RDF_LOAD_RDFXML_MT() function before. Are you going to be loaded the data again, what is the triple count of the dataset being loaded as I not too large we can try to load locally to check ? Best Regards Hugh Williams Professi

Re: [Virtuoso-users] isql-vt load problems

2011-01-04 Thread R Stanislaus
Hi I cannot run this query as I deleted all the triples from the db as I am trying to figure out what is happening. To your knowledge has this happened to anyone before? It looks like this problem is with the latest version. Version 5.12.3041 seems fine. Thanks Romesh On Mon, Jan 3, 2011 at 8:47

Re: [Virtuoso-users] isql-vt load problems

2011-01-04 Thread Hugh Williams
Hi What does the following query which should return the graph name associated with the returned triples return for the ?g: sparql select * where { graph ?g {?s ?p ?o filter(regex(?s,"uniprot"))}} limit 10; Best Regards Hugh Williams Professional Services OpenLink Software Web: http:/

Re: [Virtuoso-users] isql-vt load problems

2011-01-03 Thread R Stanislaus
Hi Hugh, >Firstly I would recommend you upgrade to the 06.01.3127 builds as you appear to be one release out of >date, or are you running a Virtuoso build from a Linux distro ? Yes I am using the Virtuoso running from a Linux distro native version. My previous attempt was using version 6.01.3127.

Re: [Virtuoso-users] isql-vt load problems

2010-12-24 Thread Hugh Williams
Hi Firstly I would recommend you upgrade to the 06.01.3127 builds as you appear to be one release out of date, or are you running a Virtuoso build from a Linux distro ? Specifically what is the method you are using to load the data into Virtuoso, please provide the commands being run with isql

[Virtuoso-users] isql-vt load problems

2010-12-23 Thread R Stanislaus
Dear lists, Virtuoso version: 06.01.3126 My problem is similar to one posted on this list: http://sourceforge.net/mailarchive/message.php?msg_id=26750866 However, I followed the instructions to the letter and still have the problem. Here is the problem: I can upload rdf data using isql-vt or as i