The story of RdfCalendar so far...

RDF Calendar Task Force Report

Libby Miller and Dan Connolly

Semantic Web Interest Group Meeting March 2004

speaker's note: 30 min, incl q/a

Presentation Overview

Why RDF Calendar?

Cool Stuff: ToDo list from bug reports

n3bugstodo-grab

details: bug status in .ics of 29Jan.

Cool Stuff: iCalendar from travel itinerary

calIntShot

itin-mia

see also: TravelTools

Cool Stuff: Event Sherpa

screenshot_organize

<blockquote>...Answer: Semaview is committed to the 'Intelligent Internet' or 'Semantic Web'. Whatever standard(s) emerge(s) as the defacto means of describing data in a machine understandable format, Semaview will adopt. Currently, RDF is best positioned to become the standard but Semaview recognizes that may change.</blockquote>

Cool Stuff: KANZAKI

by MasahideKanzaki.

History: Before the Workshop

The Bristol Workshop: Inputs

The Bristol Workshop: Outputs

see also: workshop report

Mailing list, IRC ScheduledChats

Creating a public papertrail and a mechanism for

data-driven schema

BEGIN:VEVENT
UID:20020630T230445Z-3895-69-1-7@jammer
DTSTAMP:20020630T230445Z
DTSTART;VALUE=DATE:20020703
DTEND;VALUE=DATE:20020706
TRANSP:OPAQUE
SEQUENCE:2
SUMMARY:Scooby Conference
LOCATION:San Francisco
DESCRIPTION:can't wait!\n
CATEGORIES:Miscellaneous
CLASS:PUBLIC
END:VEVENT
BEGIN:VEVENT

 [
                 a :Vevent;
                 :categories "Miscellaneous";
                 :class "PUBLIC";
                 :description "can't wait!\n";
                 :dtend  [
                     :date "2002-07-06" ];
                 :dtstamp  [
                     :dateTime "2002-06-30T23:04:45Z" ];
                 :dtstart  [
                     :date "2002-07-03" ];
                 :location "San Francisco";
                 :sequence "2";
                 :summary "Scooby Conference";
                 :transp "OPAQUE";
                 :uid "20020630T230445Z-3895-69-1-7@jammer" ]

some technical detail in RdfCalendarSchema

Design Patterns

Ugly Details

Timezones

Properties with enumerated values

Dates (background: workshop ref - dashes)

Current Work

Further work

Things for others to try...

Postscript: Reading/Refs

Leigh Dodds - Get Your FOAF On: Events

rdfical-a-matic

Leigh Dodd's conference wiki

Libby/DanC's (failed) submission to WWW2004

RFC 2445 (iCalendar) html version text version

Masahide Kanzaki's introduction to iCalendar in RDF (mostly Japanese but also English text)

RdfCalendarPresentation (last edited 2007-04-12 02:16:05 by MarkABaker)