Re: [Virtuoso-users] Storing uris

2010-02-26 Thread Alexander Sidorov
Hi Nathan, But Virtuoso will do all right even if I save uri value as literal "http://a.uri"; :) For example: scienceConferenceUri typeOfScience "http://uri#mathematics"; When I save object properties values I always see some kind of dualism :) On the one hand, object property is a uri (referenc

Re: [Virtuoso-users] Storing uris

2010-02-26 Thread Nathan
Alexander Sidorov wrote: > > I use SPARUL. > In that case it's just a simple which denotes the type of the uri :) virtuoso will do the rest > > 2010/2/26 Nathan >> Alexander Sidorov wrote: >>> Hello! >>> >>> What is the best way of storing properties' values that are uris: as >

Re: [Virtuoso-users] Storing uris

2010-02-26 Thread Alexander Sidorov
Hi Nathan, I use SPARUL. Regards, Alexander 2010/2/26 Nathan > Alexander Sidorov wrote: > > Hello! > > > > What is the best way of storing properties' values that are uris: as > literal > > ("http://somgraph#somename";) or as uri (). > May be > > there are some speci

Re: [Virtuoso-users] Storing uris

2010-02-26 Thread Nathan
Alexander Sidorov wrote: > Hello! > > What is the best way of storing properties' values that are uris: as literal > ("http://somgraph#somename";) or as uri (). May be > there are some specific built in functions for one of this ways... > normally (always) as URIs - as

[Virtuoso-users] Storing uris

2010-02-26 Thread Alexander Sidorov
Hello! What is the best way of storing properties' values that are uris: as literal ("http://somgraph#somename";) or as uri (). May be there are some specific built in functions for one of this ways... Regards, Alexander

Re: [Virtuoso-users] Free text index update

2010-02-26 Thread Hugh Williams
Hi Alexander, This is an error in the documentation and a request has been made for it to be corrected, which will be done in the next update of the site ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com F

[Virtuoso-users] Free text index update

2010-02-26 Thread Alexander Sidorov
Hello! My message about possible error in documentationwas ignored, so once more :) Do I understand right that to make free text index update synchronously I should execute the following code: DB.DBA.VT_BATCH_UPDATE ('DB.DBA.RDF_OBJ',

Re: [Virtuoso-users] Autoincrement rdf field

2010-02-26 Thread Ivan Mikhailov
Hello Alexander, You may use sequence_next() (http://docs.openlinksw.com/virtuoso/fn_sequence_next.html) BIF as source of autoincremented integers. However this function should be used with care in SPARUL statements as well as in UPDATE SQL statement. The optimizer does not know that the function

[Virtuoso-users] Autoincrement rdf field

2010-02-26 Thread Alexander Sidorov
Hello! What is the preferred way of stroring autoincrement values in RDF-storage? Now I just use GUIDs (but don't like them) and have some workaround ideas of using relational table's autoincrement field values at RDF-storage. But may be there is some build-in support? Regards, Alexander

Re: [Virtuoso-users] Support for Jena 2.6.2...

2010-02-26 Thread Hugh Williams
Hi Jesse Are you encountering a specific problem with Jena 2.6.2 as I have compiled and run applications compiled with this Jena version successfully in the past. Our documentation details Jena 2.5.5 as the version we originally tested against as a minimum version but we would expect it to be c

Re: [Virtuoso-users] Installing Virtuoso on Windows

2010-02-26 Thread Hugh Williams
Hi Sashi, Virtuoso has its own built in RDF Storage as it is a proven and fully functional Database with in its own right and thus their is no need for SQLServer, MySQL or another other remote database for storing the actual triples/data. They are all stored in the Virtuoso RDF_QUAD table you