Re: [Virtuoso-users] Configuring new user

2011-08-04 Thread Hugh Williams
Hi I don’t understand the problem you are describing, so can you please provide a test case that can be created locally ? If I insert the following data via isql and query it I get the following: SQL SPARQL Type the rest of statement, end with a semicolon (;) insert into graph

Re: [Virtuoso-users] Configuring new user

2011-08-04 Thread Houda kr
Hi, In the query below, you didn't specify the datatype (dateTime), and in this case there is no problem. However, If you insert the following data (where I specify the datatype: xsd:dateTime) and query it, you will get the following : SQL sparql insert into graph http://BookStore.com {

Re: [Virtuoso-users] Configuring new user

2011-08-04 Thread Ivan Mikhailov
Hello Houda, for xsd:dateTime, value space is described as a combination of date and time of day in Chapter 5.4 of ISO 8601. Its lexical space is the extended format: [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] The time zone may be specified as Z (UTC) or (+|-)hh:mm. Time zones that aren't specified

Re: [Virtuoso-users] Configuring new user

2011-08-03 Thread Hugh Williams
Hi Houda, You are missing the following from the example in the documentation, which is required before you can set user permissions on graphs: -- At least some data are supposed to be confidential, -- thus the whole storage becomes confidential. DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('nobody', 0);

Re: [Virtuoso-users] Configuring new user

2011-08-03 Thread Houda kr
OK thanks Hugh. I have also another question : how can I remove the timezone added by Virtuoso from the SPARQL results (queries executed on SPARQL endpoint) when the datatype is dateTime. I want to simply have 00:00:00T-mm-dd instead of 00:00:00T-mm-dd+01:00 (the +01:00 is added by