RE: newbie question: ical:EVENT-PROP

Joachim,
	a <ical:VEVENT-PROP> is the property of a <ical:VCALENDAR> which refers
to, for example, an event (which would be a classs - check out VEVENT).
Hence
in the examples, you might see

<ical:VCALENDAR>
 <ical:VEVENT-PROP>
  <ical:VEVENT rdf:about="http://test.example.com/events/115">
   <dc:description>This is an event</dc:description>
   <ical:DTSTART>...

Or a reference to an event resource, e.g.
<ical:VCALENDAR>
  <dc:title>RETSINA Calendar for November 2001</dc:title>
  <ical:VEVENT-PROP
rdf:resource="http://ariadne.cimds.ri.cmu.edu/calendar2/data/1004743266.rdf#
eventrdftest21004743266" />
...

I believe the definition of the VEVENT-PROP property is missing from the
schema,
but this is an example of what that property could be (Libby, could you let
me
know if I'm wrong...)

<iCalendar:Property
rdf:about="http://ilrt.org/discovery/2001/06/schemas/ical-full/hybrid.rdf#VE
VENT-PROP"
	rdfs:label="Event-Property" rdfs:comment="Specifies that there is an
event.">
  <rdfs:domain
rdf:resource="http://ilrt.org/discovery/2001/06/schemas/ical-full/hybrid.rdf
#VCALENDAR" />
  <rdfs:range
rdf:resource="http://ilrt.org/discovery/2001/06/schemas/ical-full/hybrid.rdf
#CAL-COMPONENT" />
</iCalendar:Property>

Hope that helps.
	Terry
_____________________________________________________________________
Terry R. Payne, PhD.    | http://www.cs.cmu.edu/~terryp/index.html
CMU, Robotics Institute | Voice: (412) 268-8780 Fax: (412) 268-5569
Pittsburgh, PA 15213    | Email: terry@acm.org or Terry.Payne@cmu.edu

-----Original Message-----
From: www-rdf-calendar-request@w3.org
[mailto:www-rdf-calendar-request@w3.org]On Behalf Of
Joachim.Peer@unisg.ch
Sent: Wednesday, November 14, 2001 9:18 AM
To: www-rdf-calendar@w3.org
Subject: newbie question: ical:EVENT-PROP


Hi all!

currently i am trying to figure out the basics of rdf-calendar; but i
stumbled very soon: i cant figure out the semantics of <ical:VEVENT-PROP>
which embeds <ical:VEVENT>

i found this construct in example calendar files like
http://ilrt.org/discovery/2001/06/content/track1.rdf

but not in the rdf schema definition at
http://ilrt.org/discovery/2001/06/schemas/ical-full/hybrid.rdf


can someone please explain this to me?
thanks in advance!

joachim

Received on Wednesday, 14 November 2001 16:52:24 UTC