using hCalendar in a meeting record

I went to a pretty cool meeting last week and served as scribe...
   http://www.policyawareweb.org/2005/ftf2/paw-mtg

Tonight I enhanced the record so that the actions
and the event-related decisions are formalized:
  http://www.policyawareweb.org/2005/ftf2/Makefile
  http://www.policyawareweb.org/2005/ftf2/paw-mtg-cal.ics
  http://www.policyawareweb.org/2005/ftf2/paw-mtg-cal.xcal

In there you'll find an iCalendar Vevent for each of the
future meetings we decided on and a Vtodo for each action item.
I tested the .ics with apple's iCal.


The way its made doesn't use GRDDL just yet; I generated
the .ics with
 http://dev.w3.org/cvsweb/2001/palmagent/toICal.xsl
and then generated the .rdf with
 http://www.w3.org/2002/12/cal/fromIcal.py 

I haven't adapted toICal.py to spit out RDF
directly yet.

I also haven't formalized references to people yet.

Here's what it looks like in N3...
  (from cwm --rdf paw-mtg-cal.xcal --n3 )

     @prefix : <http://www.w3.org/2002/12/cal/icaltzd#> .
     @prefix XML: <http://www.w3.org/2001/XMLSchema#> .
     @prefix paw: <http://www.policyawareweb.org/2005/ftf2/paw-mtg#> .

    paw:action02     a :Vtodo;
         :summary "ACTION: DanC to discuss WS-Policy mapping and GRDDL
with Vlad"@en;
         :uid
"http://www.policyawareweb.org/2005/ftf2/paw-mtg#action02";
         :url paw:action02 .

    paw:action03     a :Vtodo;
         :summary "ACTION: YK to schedule a meeting with TimBL and Bijan
to discuss n3 semantics"@en;
         :uid
"http://www.policyawareweb.org/2005/ftf2/paw-mtg#action03";
         :url paw:action03 .

...

    paw:item15ev     a :Vevent;
         :description "RESOLUTION: to meet 2:30pmET Weds 31 Aug for
1.5hrs to advance cwm work. timbl, danc, yarden, vlad, daniel."@en;
         :dtstart "2005-08-31T18:30:00Z"^^XML:dateTime;
         :duration  [
             :duration "PT1H30M" ];
         :summary "advance cwm work"@en;
         :uid
"http://www.policyawareweb.org/2005/ftf2/paw-mtg#item15ev";
         :url paw:item15ev .

...

    paw:item18d44     a :Vevent;
         :description "RESOLUTION: to have a 3rd PAW ftf meeting 18-19
Jan in Maryland; location contingent on confirmation from timbl"@en;
         :dtend "2006-01-20"^^XML:date;
         :dtstart "2006-01-18"^^XML:date;
         :location "Maryland"@en;
         :summary "3rd PAW ftf meeting"@en;
         :uid
"http://www.policyawareweb.org/2005/ftf2/paw-mtg#item18d44";
         :url paw:item18d44 .


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Sunday, 28 August 2005 05:04:52 UTC