Re: RDFa Tutorial

On Wed, 2009-05-20 at 14:56 +0200, Steven Pemberton wrote:
> <span property="event:dtend" content="2009-04-25">24th April</span>
> 
> maybe if I add a time, so that it at least mentions the right date.

IIRC ISO 8601 has an interesting construction "T24:00" which represents
the very last instant of a particular day. So you could do:

<span property="event:dtend" content="2009-04-24T24:00:00"
  >24th April</span>

xsd:dateTime does explicitly allow this notation. I can't remember
whether iCalendar / the RDF iCalendar vocab allows it though.

-- 
Toby Inkster <tai@g5n.co.uk>

Received on Wednesday, 20 May 2009 15:36:43 UTC