     @prefix : <ical-ifp.n3#> .
     @prefix x-lic: <http://www.w3.org/2002/12/cal/prod/Apple_Comp_628d9d8459c556fa#> .
    
      [      a :Vcalendar;
             :component  [
                 a :Vevent;
                 :attendee  [
                     :calAddress <mailto:libby.miller@bristol.ac.uk>;
                     :cn "Libby Miller" ];
                 :component  [
                     a :Valarm;
                     :action "AUDIO";
                     :alarmid "EB825E41-23CE-11D7-B93D-003foobar";
                     :attach <Ping>;
                     :trigger  [
                         :duration "-PT10M" ] ];
                 :dtstamp  [
                     :dateTime "2003-01-09T12:39:09Z" ];
                 :dtstart  [
                     :dateTime "2003-01-15T18:00:00";
                     :timezone _:L30C32 ];
                 :duration  [
                     :duration "PT1H" ];
                 :organizer  [
                     :calAddress <mailto:pldms@mac.com>;
                     :cn "Damian Steer" ];
                 :sequence "2";
                 :summary "IRC Meet";
                 :uid "EB825E41-23CE-11D7-B93D-003065B0C95E" ],
                    _:L30C32;
             :method "REQUEST";
             :prodid "-//Apple Computer, Inc//iCal 1.0//EN";
             :publishedAs <http://example.com/tetst/calendar.ics> ].
    
    _:L30C32     a :Vtimezone;
         :daylight  [
             :dtstart  [
                 :dateTime "1970-03-29T01:00:00" ];
             :rrule  [
                 :byday "-1SU";
                 :bymonth "3";
                 :freq "YEARLY";
                 :interval "1" ];
             :tzname "BST";
             :tzoffsetfrom "+0000";
             :tzoffsetto "+0100" ];
         :standard  [
             :dtstart  [
                 :dateTime "1970-10-25T02:00:00" ];
             :rrule  [
                 :byday "-1SU";
                 :bymonth "10";
                 :freq "YEARLY";
                 :interval "1" ];
             :tzname "GMT";
             :tzoffsetfrom "+0100";
             :tzoffsetto "+0000" ];
         :tzid "/softwarestudio.org/Olson_20011030_5/Europe/London";
         x-lic:location "Europe/London" .
    


