# filename: ex021.rq PREFIX ab: SELECT * WHERE { ?s ?p ?o . FILTER (regex(?o, "yahoo","i")) }