Hi Zehra,

Seems your older Virtyoso build is on a Ubuntu or Debian system using the 
binaries they ship with there distirbutions ie from 23 Mar 2012 in this case 
which is also what you will get from there apt-get repositories, and is thus 
not out of date and doesn't support this feature. Thus you need perform your 
own port of Virtuoso open source on the machine in question from our archives 
on github or sourceforge:

        http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload

Note there are also details on upgrading the binaries of specific Linux 
distributions to our latest available versions detailed at:

        
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSBuild#Specific%20Linux%20Distributions
 
Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 11 Jan 2013, at 11:44, Zehra Gül Çabuk <[email protected]> wrote:

> Hi all, 
> 
> I've created a construct query like this as I've posted it before: 
> 
> CONSTRUCT 
> {
>     ?mail <http://baseURI/feedback#send> ?user
> } 
> WHERE 
> {
>   ?feedback <http://baseURI/feedback#time> ?time. 
>   ?feedback <http://baseURI/feedback#has_user> ?user. 
>   {
>       SELECT (IRI(bif:concat(?user,?user)) AS ?mail) WHERE {?feedback 
> <http://baseURI/feedback#has_user> ?user.}
>   }
> }
> 
> Now I have a problem about build date differences of virtuoso instances which 
> I've executed the query. 
> The query could be executed when the version and build of virtuoso like this 
> : 
> 
> Version: 06.01.3127
> Build: Aug 13 2012
> 
> But could not executed over this : 
> 
> Version: 06.01.3127
> Build: Mar 23 2012
> 
> When I've tried to remove the old build of virtuoso, update operating system 
> and reinstall using "sudo apt-get install virtuoso-opensource" command, build 
> number did not changed.
> 
> Is there any other way to be able to execute this query without change the 
> version of virtuoso or how can I upgrade my virtuoso to new build?
> 
> Thanks in advance. 
> Zehra Gül ÇABUK
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812_______________________________________________
> Virtuoso-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to