Ruby Time is not an http://www.w3.org/2001/XMLSchema#time
Created by: jcoyne
The ruby Time class has date and time components.
> t = Time.new
=> 2014-10-13 12:55:45 -0500
But when you serialize to activeTriples, it makes this statement:
<http://projecthydra.org/ns/auth/acl#embargo_release_date> "12:55:45-05:00"^^<http://www.w3.org/2001/XMLSchema#time> .
Which loses the Date component.