# filename: ex251.rq PREFIX d: SELECT ?s ?testStr WHERE { ?s ?p ?o . BIND (str(?o) AS ?testStr) }