Hi all,

I've created a construct query like this as I've posted it before:

*CONSTRUCT *
*{*
*    ?mail <http://baseURI/
<http://com.galaksiya.muse/event#will_send_to>feedback#send>
?user*
*} *
*WHERE *
*{*
*  ?feedback 
<http://baseURI/feedback#time<http://seagent.ege.edu.tr/feedback#time>>
?time. *
*  ?feedback 
<http://baseURI/feedback#has_user<http://seagent.ege.edu.tr/feedback#has_user>>
?user. *
*  {*
*      SELECT (IRI(bif:concat(?user,?user)) AS ?mail) WHERE {?feedback **<
http://baseURI/feedback#has_user<http://seagent.ege.edu.tr/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

Reply via email to