# filename: ex223.rq SELECT ?s WHERE { ?s ?p ?o . FILTER (str(?o) = "two") }