# filename: ex244.rq PREFIX dbr: SELECT ?o ?datatype WHERE { ?s ?p ?o . BIND (datatype(?o) as ?datatype) }