Hi, How can I use bif:contains predicate for a string value with multiple words. For example when I run the following query it works fine,
select * from <people> where {?s foaf:Name ?name . ?name bif:contains "jack" .} But trying to run the query below doesn't work. select * from <people> where {?s foaf:Name ?name . ?name bif:contains "jack jill" .} Kunal --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.