Re: [Virtuoso-users] Sparql Nested depth exceed error

2011-10-03 Thread Sachit Malhotra
Hi Ivan, Thanks for the response. I'll see if i can modify the query and get less outer joins and see if it fixes the issue. Thanks. Sachit. On Fri, Sep 30, 2011 at 11:05 PM, Ivan Mikhailov imikhai...@openlinksw.comwrote: Hello Sachit, On Wed, 2011-09-28 at 12:12 +1000, Sachit Malhotra

Re: [Virtuoso-users] Sparql Nested depth exceed error

2011-10-03 Thread Ivan Mikhailov
Hello Sachit, One of solutions is to handle the long list of properties at the client side: DESCRIBE ?isbsgProject could be a fast and simple replacement for SELECT ?isbsgProject*isbsg:isbsg_project_id as ?isbsg_project_id ?isbsgProject*isbsg:data_quality_rating

[Virtuoso-users] Regexp_replace pattern matching with variable substitution

2011-10-03 Thread Peter Secomb
Hi everyone, I'm using Virtuoso regexp_replace to strip newline and whitespace characters from an xml file before passing it to xtree_doc. My pattern to match is: 'n[0-9]:(\n|\s)' I need to preserve the value matched by [0-9] in the replacement string. eg:

Re: [Virtuoso-users] Regexp_replace pattern matching with variable substitution

2011-10-03 Thread Patrick van Kleef
HI Peter, I'm using Virtuoso regexp_replace to strip newline and whitespace characters from an xml file before passing it to xtree_doc. My pattern to match is: 'n[0-9]:(\n|\s)' I need to preserve the value matched by [0-9] in the replacement string. eg: