# filename: ex303.rq PREFIX xsd: SELECT ?currentTime ?currentSeconds WHERE { BIND (now() AS ?currentTime) BIND (seconds(?currentTime) AS ?currentSeconds) }