Re: [Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Hugh Williams
Hi Sumit, The version is 7.1 and build id is 3209 which is what the conductor or "virtuoso-t -?" would indicate. Note, you should also consider using the git repository where there is a stable/7 branch the equivalent of what is on source forge and also a develop/7 branch which has all the fi

Re: [Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Purohit, Sumit
Thanks Hugh, Based on your suggestions i am able to upgrade virtuoso. Thanks Last question, although i installed v7.1.0 from http://sourceforge.net/projects/virtuoso/files/ but installed conductor show "07.10.3207" . Does conductor uses a different internal version number ? thanks sumit _

Re: [Virtuoso-users] GRAPHS

2014-05-08 Thread Hugh Williams
Hi Jakub, The file loads fine for me: SQL> load basic.sql; Done. -- 6 msec. Done. -- 0 msec. Done. -- 2 msec. Done. -- 1 msec. Done. -- 2 msec. STATEMESSAGE VARCHAR VARCHAR ___ 0IRI class has been def

Re: [Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Hugh Williams
Hi Sumit, You simply run the "checkpoint" command from "isql" to commit pending transactions into the database file before shutting the database running with the 7.0 binary and restarting with the 7.1 binary. As otherwise you will get an error indicating the trx file is not compatible with the

Re: [Virtuoso-users] R2RML Graph to RDF

2014-05-08 Thread Kingsley Idehen
On 5/8/14 5:25 PM, Jakub Kán(a wrote: How can I transform stored GRAPH by R2RML to RDF? Is there a function? Jakub See: [1] http://docs.openlinksw.com/virtuoso/r2rml.html -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog

[Virtuoso-users] R2RML Graph to RDF

2014-05-08 Thread Jakub Káňa
How can I transform stored GRAPH by R2RML to RDF? Is there a function? Jakub -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements

Re: [Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Purohit, Sumit
and before using default 7.1 binaries i want to recompile it as in my project i face issue mentioned here; http://boards.openlinksw.com/phpBB3/viewtopic.php?f=12&t=801#p2310 Do you think need to recompile changes anything mentioned above ? thanks sumit From: Pur

Re: [Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Purohit, Sumit
thanks for prompt response. Can you explain what you mean by "nsuring a checkpoint has been performed such that the trx file is 0 bytes" as this was my 2nd question. Thanks again. --sumit From: Hugh Williams [hwilli...@openlinksw.com] Sent: Thursday, May 08, 201

Re: [Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Hugh Williams
Hi Summit, There are no instructions necessary, as the databases between the two versions are compatible. So you simply shutdown the 7.0 database instance ensuring a checkpoint has been performed such that the trx file is 0 bytes and then start the database with the new 7.1 binary. Best Regard

[Virtuoso-users] Instructions to upgrade to V 7.1.0

2014-05-08 Thread Purohit, Sumit
Hi, I want to update virtuoso (open source) from 7.00.3203 to latest version 7.1.0. I could not find any update instructions for this version. Included README.UPDATE talks about "Upgrading from VOS 6.1.X to VOS 6.1.4" as latest. Is there any documentation to upgrade to v7.1.0 ? 2nd question i h

[Virtuoso-users] GRAPHS

2014-05-08 Thread Jakub Káňa
How can I fix this I tried to load basic.sql file. It is not working again. ___ 0Previous definition of IRI class is identical to the new one, not touched 0Previous definition of IRI class has been dropp

Re: [Virtuoso-users] isparql receives wrong response format

2014-05-08 Thread Sebastian Straub
> What is the version of the iSPARQL VAD you have installed 1.29.29/ 2014-05-07 > as with version 1.29.28 the default query expands to the following for me ? > > query= > select distinct ?Concept where {[] a ?Concept} LIMIT 100 > format=application/rdf+xml Yes, this should be equivalent to mine