- From: Aaron Swartz <aswartz@swartzfam.com>
- Date: Mon, 11 Jun 2001 22:29:28 -0500
- To: Michael Arick <marick@cse.ucsc.edu>, <www-rdf-calendar@w3.org>
Michael Arick <marick@cse.ucsc.edu> wrote: > Properties in iCal have values (and parameters that can be set on them). > Sometimes, they have types that make these values easy to define, but > other times, you have choices for value type (such as Date-Time vs. > Date, but there are others). > > I'm not entirely sure how to represent this kind of choice in RDF. Any > ideas or pointers to full RDF-schemas I could look at? It seems to me what you probably want to do is create two types (Date-Time and Date) and then create a new class (TimeEntry) that contains both of them as subclasses. Then point to TimeEntry. Does this make sense? Perhaps I could help more with a more concrete example. -- [ Aaron Swartz | me@aaronsw.com | http://www.aaronsw.com ]
Received on Monday, 11 June 2001 23:29:49 UTC