Re: [Virtuoso-users] Seek tuto and/or advice to import ontology in database.

2007-07-03 Thread Hugh Williams
Hi Brice, The error is occurring because you are using double quote (" ") when passing strings in the RDF_LOAD_RDFXML function, rather then single quote (' ') as indicated in the documentation at: http://docs.openlinksw.com/virtuoso/rdfapiandsql.html#rdfapidataimport Hope this solves your proble

Re: [Virtuoso-users] uploading RDF via HTTP/WebDAV, new try...

2007-07-03 Thread Hugh Williams
Hi Mikael, Youe should be able to use the alternative functions DB.DBA.TTLP or DB.DBA.RDF_LOAD_RDFXML to load from the file system as detailed at: http://docs.openlinksw.com/virtuoso/rdfapiandsql.html#rdfapidataimport Regards, Hugh On 3/7/07 09:18, "Mikael Högqvist" wrote: > Hi Hugh, thanks

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Michael K. Bergman
Hi Rumi, Thanks!! This is very practical stuff. :) Rumi Tsekova wrote: Hi Mike, Hi All, The ODS main menu is based on the ods-bar framework with associated code based in ods_bar.vspx, ods_bar.xsl, ods-bar.css and related ones having to do with user instances. ods_bar.xsl appears to be the

[Virtuoso-users] Seek tuto and/or advice to import ontology in database.

2007-07-03 Thread Cesbron, Brice
Thank You Never the less, I have an error : *** Error 42S22: [OpenLink][Virtuoso ODBC Driver][Virtuoso Server]SQ063: No colu mn D:\virtuoso-opensource-win32-5.0.1\temp\iarch.owl. at line 1 of Top-Level: RDF_LOAD_RDFXML(file_to_string_output("D:\virtuoso-opensource-win32-5.0. 1\temp\i arch.owl"),

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Rumi Tsekova
Hi Mike, Hi All, The ODS main menu is based on the ods-bar framework with associated code based in ods_bar.vspx, ods_bar.xsl, ods-bar.css and related ones having to do with user instances. ods_bar.xsl appears to be the main one. As an ODS sys admin, it is possible to change menu labels via t

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Michael K. Bergman
Hi Rob, This is mightily helpful, and certainly alerts me to the fact I need to be paying more attention to: http://docs.openlinksw.com/virtuoso/functions.html I had reviewed this Chap 23 in some detail before, but did not/could not recognize what was important or not. I note, for example,

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Yrjänä Rankka
Michael K. Bergman wrote: > Hi Yrjänä, > > Thanks for your recent input. > > Yrjänä Rankka wrote: > [snip] > > >>> 1. Add new menu links >>> >>> 2. Remove some of the existing ones >>> >>> 3. Change menu item orders, and >>> >>> 4. Modify the Discussion label. >>> >>> > > [snip] > >

Re: [Virtuoso-users] Seek tuto and/or advice to import ontology in database.

2007-07-03 Thread Rajeev J Sebastian
Hello Brice, This is very possible. Eg. start your server start isql console then, at the prompt, RDF_LOAD_RDFXML(file_to_string_output(""),0, "", "") Here, your owl file must be at a location in the Allowed Directories. The graph name can be any uri, e.g., http://myowlbase/ This loads th

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Michael K. Bergman
Hi Yrjänä, Thanks for your recent input. Yrjänä Rankka wrote: [snip] 1. Add new menu links 2. Remove some of the existing ones 3. Change menu item orders, and 4. Modify the Discussion label. [snip] If you want to change the way ODS-Bar behaves in this respect, you will have to *c

Re: [Virtuoso-users] Seek tuto and/or advice to import ontology in database.

2007-07-03 Thread Cesbron, Brice
Hello. To the end, I think I didn't asked the right question... I want apologize for this mistake. What I want to know is : - Is it possible to generate a complete virtuoso database from an ontology in a file like 'onto.owl' ? - If it's possible, how can I do this? (I would really

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Yrjänä Rankka
Yrjänä Rankka wrote: > Robert Jones wrote: > >> Michael K. Bergman wrote: >> >> >>> Hi Rob, >>> >>> Very helpful tips; see below. >>> >>> Robert Jones wrote: >>> >>> Michael K. Bergman wrote: > The ODS main menu is based on the ods-bar frame

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Yrjänä Rankka
Robert Jones wrote: > Michael K. Bergman wrote: > >> Hi Rob, >> >> Very helpful tips; see below. >> >> Robert Jones wrote: >> >>> Michael K. Bergman wrote: >>> The ODS main menu is based on the ods-bar framework with associated code based in ods_bar.vspx, ods_bar.xsl, ods-

Re: [Virtuoso-users] Virtuoso Server Problems

2007-07-03 Thread Yrjänä Rankka
Cesbron, Brice wrote: > Hello, > > I have downloaded virtuoso-opensource-win32-5.0.1. I launch the admin > interface : http://localhost:8890/conductor with log dba/dba. > What I try to do : > - Create a new database called "architest" > - Import in this db an ontology using advice given by open l

[Virtuoso-users] Virtuoso Server Problems

2007-07-03 Thread Cesbron, Brice
Hello, I have downloaded virtuoso-opensource-win32-5.0.1. I launch the admin interface : http://localhost:8890/conductor with log dba/dba. What I try to do : - Create a new database called "architest" - Import in this db an ontology using advice given by open link members (cf : Email Archive: v

Re: [Virtuoso-users] Modifying the ODS Main Menu

2007-07-03 Thread Yrjänä Rankka
Michael K. Bergman wrote: > Hi All, > > The ODS main menu is based on the ods-bar framework with associated code > based in ods_bar.vspx, ods_bar.xsl, ods-bar.css and related ones having > to do with user instances. ods_bar.xsl appears to be the main one. > > As an ODS sys admin, it is possible to

Re: [Virtuoso-users] uploading RDF via HTTP/WebDAV, new try...

2007-07-03 Thread Mikael Högqvist
Hi Hugh, thanks for the list. I tried the SPARUL implementation since it seems to be the most flexible. Now I just have one small question. I'm using LOAD INTO GRAPH to load a graph into the store. But, when I'm using LOAD with a file:// URI, it doesn