Re: [Virtuoso-users] Max row length exceeded error

2010-05-31 Thread Nathan
Hi Ivan, That's stopped the exception, however the output is a little messed up now: here's a direct link: http://bit.ly/ccBdXy you can see the XML fragment in the 'encoded' val is.. screwed. This only happens with larger blocks of XML, not sure on the exact figure but think it's circa 4000

Re: [Virtuoso-users] Max row length exceeded error

2010-05-31 Thread Ivan Mikhailov
Hello Mathan, I've found and tested a workaround for similar case on other dataset: sparql [prefix declarations skipped] select * from where { ?item local:parent ?parent ; local:text ?text . FILTER regex (?text, ' rabbit ', 'i') } order by ?parent ; cause

Re: [Virtuoso-users] PUTting RDF

2010-05-31 Thread Kingsley Idehen
On 5/30/10 9:04 PM, Hugh Williams wrote: Hi Nathan, Would inserting via the Virtuoso SPARQL endpoint suffice, as detailed at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#SPARQL%20Insert%20via%20/sparql%20endpoint Nathan, Interim (without an explicit URL pat

Re: [Virtuoso-users] PUTting RDF

2010-05-31 Thread Nathan
Hi Hugh, Afraid not, I already use sparql update often, but this is for rdf with quite a lot of 'content' (as in big chunks of text and xml/xhtml fragments) and have found that due to various other issue the only way to get them in to virtuoso is to serialize as rdf/xml and PUT them. However

Re: [Virtuoso-users] PUTting RDF

2010-05-31 Thread Hugh Williams
Hi Nathan, Would inserting via the Virtuoso SPARQL endpoint suffice, as detailed at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#SPARQL%20Insert%20via%20/sparql%20endpoint Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlin