- From: Denny Vrandecic <dvr@aifb.uni-karlsruhe.de>
- Date: Fri, 18 Mar 2005 16:12:22 +0100
- To: Leo Sauermann <leo@gnowsis.com>
- Cc: www-rdf-calendar@w3.org
Hi Leo, if you don't know it yet, try a look at http://www.w3.org/2002/12/cal/ with fromIcal and toIcal, two Python scripts. If you find something better, let us know, I'll need it for an application I'm planning right now. Greetings, denny Leo Sauermann wrote: > > hello fellows. > > I published my outlook iCal extractor and what i get is roughly this: > > a few questions: > * are the ano dates with dtstamp correct? > * the anos bug me on querying, are they really needed? > * why is this list so quiet? > > * what is the best rdfs extractor of cal metadata from iCal files? (i > need for gnowsis) > > <rdf:RDF > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > xmlns:j.0="http://www.w3.org/2002/12/cal/ical#"> > <j.0:Vevent > rdf:about="http://leo.gnowsis.com/outlook/appointment/00000000ECD4B99358B9814B9DAFE2255CD8AE9A64243000"> > > <j.0:lastModified rdf:parseType="Resource"> > <j.0:dateTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime" > >2005-02-14T10:43:57Z</j.0:dateTime> > </j.0:lastModified> > <j.0:summary>Semantic Web Übung, Thomas Roth-Berghofer+Leo > Sauermann</j.0:summary> > <j.0:dtstamp rdf:parseType="Resource"> > <j.0:dateTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime" > >2005-02-14T10:43:00Z</j.0:dateTime> > </j.0:dtstamp> > <j.0:dtstart rdf:parseType="Resource"> > <j.0:dateTime > rdf:datatype="http://www.w3.org/2002/12/cal/tzd/Europe/Berlin#tz" > >2005-04-04T09:00:00</j.0:dateTime> > </j.0:dtstart> > <j.0:dtend rdf:parseType="Resource"> > <j.0:dateTime > rdf:datatype="http://www.w3.org/2002/12/cal/tzd/Europe/Berlin#tz" > >2005-04-04T16:30:00</j.0:dateTime> > </j.0:dtend> > <rdfs:label>Semantic Web Übung, Thomas Roth-Berghofer+Leo > Sauermann</rdfs:label> > <j.0:uid>00000000ECD4B99358B9814B9DAFE2255CD8AE9A64243000</j.0:uid> > </j.0:Vevent> > </rdf:RDF> > -- Denny Vrandecic Institute AIFB, University of Karlsruhe (TH) http://www.aifb.uni-karlsruhe.de/WBS/ Blog: http://semantic.nodix.net
Received on Friday, 18 March 2005 15:12:25 UTC