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
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
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??
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo