# filename: ex301.rq PREFIX d: PREFIX t: PREFIX xsd: SELECT ?timezoneTest ?tzTest WHERE { ?mtg t:starts ?startTime . BIND (timezone(?startTime) AS ?timezoneTest) BIND (tz(?startTime) AS ?tzTest) }