Erick,
I would like to make you aware that the new VOS 5.0.5 release can be
downloaded from:
http://sf.net/projects/virtuoso/files
I have compiled his myself and can confirm that the segmentation fault you
reported has been resolved.
I note the query returns any empty result set, what are y
Hi Pierre, Hugh,
thanks for your support. We will wait then some news from you (release
5.0.5).
cheers,
Erick
Pierre De Wilde wrote:
It was a possible workaround. I have used FILTER(isIRI(?o) =
false) instead of FILTER(!isIRI(?o)) in 5.0.3, but it doesn't seem to
work with sameTerm().
Re
It was a possible workaround. I have used FILTER(isIRI(?o) = false) instead
of FILTER(!isIRI(?o)) in 5.0.3, but it doesn't seem to work with sameTerm().
Regarding 5.0.4, it may be safer to wait the 'official' confirmation that
your problem is solved.
Pierre
2008/2/6, Erick Antezana :
>
> Hi Pierr
Hi Pierre,
I tried out the line:
FILTER(sameTerm(?prot,cco:CCO_B0001243) = false)
and some variants like:
FILTER(sameTerm(?prot,cco:CCO_B0001243) = 'false')
I've got the following message:
37000 Error SQ074: Line 9: syntax error at '=' before 'isnull'
SPARQL query:
define sql:signal-void-va
Hi Erick,
In 5.0.3, FILTER(!...) may not work properly. Instead, try
this: FILTER(sameTerm(?prot,cco:CCO_B0001243) = false)
In 5.0.4, FILTER(!...) seems to work properly.
Pierre
2008/2/6, Erick Antezana :
>
> Hi,
>
> we're running 5.0.3 on a linux box. So far everything was going
> perfectly