# filename: ex262.rq PREFIX xsd: SELECT ?o ?dateTimeTest WHERE { ?s ?p ?o . BIND (xsd:dateTime(?o) as ?dateTimeTest) }