# filename: ex260.rq PREFIX xsd: SELECT ?o ?stringTest ?booleanTest WHERE { ?s ?p ?o . BIND (xsd:string(?o) as ?stringTest) BIND (xsd:boolean(?o) as ?booleanTest) }