Hello,

I wonder whether Virtuoso has different processing mechanisms on the
following queries:

TYPE1:
------------------------------------------------------
SELECT  *  WHERE {
?var1 :p1 ?var2.
FILTER (?var1 IN ( :rsc1, :rsc2, :rsc3)).
?var3 :p2 ?var1.
}
-------------------------------------------------------

TYPE2:
-------------------------------------------------------
SELECT  *  WHERE {
?var1 :p1 ?var2.
?var3 :p2 ?var1.
FILTER (?var1 IN ( :rsc1, :rsc2, :rsc3 )).
}

First query type has filter block in the position just after triple which
includes variable to be filtered. Second query type has filter block at the
end of the all triples.

Best Regards,

Burak Yönyül
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to