[Virtuoso-users] sparql compiler syntax

2009-04-10 Thread Steve Judkins
Hi all, Is there any way of prefixing URIs with special encoded chars that doesn't cause SPARQL to complain? It doesn't seem to like encoded chars outside <> enclosures: Works: SELECT * WHERE { ?p ?o } Doesn't Work: PREFIX db:

Re: [Virtuoso-users] Cannot reinstall Virtuoso on Windows

2009-04-10 Thread Ted Thibodeau Jr
Hi, Marco -- On Apr 10, 2009, at 02:40 PM, Marco Ocana wrote: I have tried multiple times reinstalling Virtuoso Version 5.0.10.3037 on Windows XP 32-bit, but cannot get the service started. I have removed the services, unregistered the Odbc drivers and walk through the steps described in the

[Virtuoso-users] Cannot reinstall Virtuoso on Windows

2009-04-10 Thread Marco Ocana
Hi, I have tried multiple times reinstalling Virtuoso Version 5.0.10.3037 on Windows XP 32-bit, but cannot get the service started. I have removed the services, unregistered the Odbc drivers and walk through the steps described in the open source web page, but everytime I try to start the servi

Re: [Virtuoso-users] Problem with xml and json format using sparql end-point

2009-04-10 Thread Ivan Mikhailov
Marco, While I trying to reproduce the original loading/corruption problem, you may INSERT INTO DB.DBA.RDF_LANGUAGE (RL_ID, RL_TWOBYTE) values (258, 'en'); SHUTDOWN; and start the server again. We knows from sample data and from error message that 258 should correspond to 'en', so this dirty hack

Re: [Virtuoso-users] Problem with xml and json format using sparql end-point

2009-04-10 Thread Marco Ocana
Hi Ivan, I actually did have a problem earlier loading data, but deleted the containing graph and did not think that there would be consequences afterwards. As I recall, the error I got at the time was that the data was invalid (something like it only accepts rdf/xml, turtle,etc), but without pr