@prefix dc: <http://purl.org/dc/elements/1.1/>.

<> dc:description """an experiment in formatting
and formalizing meeting agendas""",
"$Id: swad11Jun.n3,v 1.4 2002/06/12 18:51:00 connolly Exp $".

@prefix r: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix s: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ont: <http://www.daml.org/2001/03/daml+oil#>.
@prefix dt: <http://www.w3.org/2001/XMLSchema#>.
@prefix k: <http://opencyc.sourceforge.net/daml/cyc.daml#> .
@prefix w3s: <http://www.w3.org/2000/11/mr76/w3c-style#>.

@prefix swad: <http://www.w3.org/2000/01/sw/swadGroup#>.

swad:Weekly k:subEvents swad:mtg20020611.

swad:mtg20020611
  w3s:regretsRegistry <>;
  w3s:previousMinutes  [
     = <http://www.w3.org/2002/06/04-swad-irc>;
     dc:title "IRC log of swad on 2002-06-04"
    ];
  k:startingPoint [ dt:dateTime "2002-06-11T14:00-0500" ]; #@@timezone?
  k:duration [ dt:duration "P2H" ];
  k:eventOccursAt <irc://irc.w3.org:6665/swad>,
	<tel:+1-617-761-6200;postdial=7923>.

#@@derive this?
#@@formalize upcoming appearances?
_:atISWC  k:participantStatus w3s:regrets;
             _:conflictWith [ r:value "International Semantic Web Conference (ISWC)" ].

swad:ericP _:atISWC swad:mtg20020611.
swad:jimH _:atISWC swad:mtg20020611.

# record of previous meeting...
swad:mtg20020604
  k:ist {
    swad:mtg20020604 k:socialParticipants
      swad:danC, swad:stein, swad:sandro,
      swad:tim, swad:ralph, swad:ericP
  }.



