[Virtuoso-users] vsp sparql variable offset and limit?

2009-12-10 Thread Lourens van der Meij
I want to specify variable limit and offset values in sparql queries in vsp pages. I tried: declare _lm int; _lm := 10; FOR (sparql select ?v1_lab where {`iri(?:_uri)` skos:prefLabel ?v1_lab} limit $:_lm) DO { ... and some less probable guesses, but I only get syntax error

Re: [Virtuoso-users] virtuoso gobbling 400% of cpu

2009-12-10 Thread Tim Haynes
Kurt J wrote: Hello, I have a virtuoso instance running that backs up the http://dbtune.org/myspace service. Today i had to kill it b/c it was using like 400% cpu. I checked the 'virtuoso.log' file and it was of no help - just a bunch of 'check point made' statements. Can i log the queries ma

Re: [Virtuoso-users] virtuoso gobbling 400% of cpu

2009-12-10 Thread Patrick van Kleef
Hi Kurt, I have a virtuoso instance running that backs up the http://dbtune.org/myspace service. Today i had to kill it b/c it was using like 400% cpu. I checked the 'virtuoso.log' file and it was of no help - just a bunch of 'check point made' statements. Can i log the queries made somehow??

[Virtuoso-users] virtuoso gobbling 400% of cpu

2009-12-10 Thread Kurt J
Hello, I have a virtuoso instance running that backs up the http://dbtune.org/myspace service. Today i had to kill it b/c it was using like 400% cpu. I checked the 'virtuoso.log' file and it was of no help - just a bunch of 'check point made' statements. Can i log the queries made somehow??? S

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Sebastian Trueg
Nathan wrote: > Sebastian Trueg wrote: >> Tim Haynes wrote: >>> Sebastian Trueg wrote: >>> Is there a query that would replace one URI with another one in all graphs? In other words: I need to "rename" one resource and make sure that all statements in all graphs are updated accord

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Nathan
Sebastian Trueg wrote: > Tim Haynes wrote: >> Sebastian Trueg wrote: >> >>> Is there a query that would replace one URI with another one in all >>> graphs? In other words: I need to "rename" one resource and make sure >>> that all statements in all graphs are updated accordingly. >>> Currently I

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Sebastian Trueg
Tim Haynes wrote: > Sebastian Trueg wrote: > >> Is there a query that would replace one URI with another one in all >> graphs? In other words: I need to "rename" one resource and make sure >> that all statements in all graphs are updated accordingly. >> Currently I am doing that on the client si

Re: [Virtuoso-users] SPARQL Result Problem - Virtuoso 06.00.3123

2009-12-10 Thread Hugh Williams
Hi Nathan/Bernhard, This is a known issue, as it has been reported with "distinct" queries under other circumstances before. I shall add this reported occurrence to the current pending bug report for development to resolve and report back when it is fixed ... Best Regards Hugh Williams Profess

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Tim Haynes
Sebastian Trueg wrote: Is there a query that would replace one URI with another one in all graphs? In other words: I need to "rename" one resource and make sure that all statements in all graphs are updated accordingly. Currently I am doing that on the client side which is rather slow. Personal

Re: [Virtuoso-users] SPARQL Result Problem - Virtuoso 06.00.3123

2009-12-10 Thread Nathan
Bernhard Haslhofer wrote: > Hi, > > for research purposes I have imported DBpedia dumps into a local Virtuoso > 06.00.3123 instance using the following command: > > ttlp_mt (file_to_string_output ('$f'), '', '$g', 255); > > I am using the 255 flag cause I need all triples in the store, also th

[Virtuoso-users] SPARQL Result Problem - Virtuoso 06.00.3123

2009-12-10 Thread Bernhard Haslhofer
Hi, for research purposes I have imported DBpedia dumps into a local Virtuoso 06.00.3123 instance using the following command: ttlp_mt (file_to_string_output ('$f'), '', '$g', 255); I am using the 255 flag cause I need all triples in the store, also the erroneous ones. Now, when executing th

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-12-10 Thread Olivier Berger
Le mercredi 09 décembre 2009 à 22:59 +0100, Obey Arthur Liu a écrit : > > > Hi Patrick, > > > The repository is here: > http://git.debian.org/?p=collab-maint/virtuoso-opensource.git > > Which contains a copy of virtuoso and not only the Debian modified files... which is suboptimal IMHO, but

Re: [Virtuoso-users] VSP and utf-8

2009-12-10 Thread Hugh Williams
Hi Lourens, The following documentation link provides details on wide vs narrow character handling in Virtuoso: http://docs.openlinksw.com/virtuoso/wideidentifiers.html#wideidentifiers Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Supp