I am trying to apply a Subquery in filters in Jena Sparql.Is this possible.If yes,how?eg:
SELECT ?x WHERE(?y <xyz:> ?z . ?y <abc:> ?x .FILTER regex(?z,subquery,"i")}
I mean I want to give the expression in filter using some subquery in jena..How Can I do it?If not whats its replacement?