<?xml-stylesheet href="/parts/ical.xsl" type="text/xsl" media="screen"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://www.w3.org/2002/12/cal/ical#"
  xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:x="http://www.w3.org/2002/12/cal/prod/kanzaki.co_aecc9ad85690eae3#">
 <Vcalendar>
  <prodid>-//kanzaki.com//RDFCal 1.0//EN</prodid>
  <version>2.0</version>
  <method>PUBLISH</method>
  <x:wrCalname>New York Comedy</x:wrCalname>
  <dc:source rdf:resource="http://www.newyorkplanet.net/comedy.html"/>

  <component>
   <Vevent>
    <summary>Eating It</summary>
    <dtstart rdf:parseType="Resource">
     <date>2003-05-12</date>
    </dtstart>
    <description>Some of the smartest comedy south of Houston St.</description>
    <location>Luna Lounge, 171 Ludlow St, New York, NY</location>
    <geo rdf:parseType="Resource">
     <geo:lat>40.7217</geo:lat>
     <geo:long>-73.9875</geo:long>
    </geo>
    <url rdf:resource="http://www.newyorkplanet.net/eatingit.html"/>
   </Vevent>
  </component>

  <component>
   <Vevent>
    <summary>Soft Pants</summary>
    <dtstart rdf:parseType="Resource">
     <date>2003-05-14</date>
    </dtstart>
    <description>Some of the Best Comedy in Siberia</description>
    <location>Siberia Bar, 356 1/2 W 40th St (8th/9th Ave), New York, NY</location>
    <geo rdf:parseType="Resource">
     <geo:lat>40.7567</geo:lat>
     <geo:long>-73.9925</geo:long>
    </geo>
    <url rdf:resource="http://www.newyorkplanet.net/softpants.html"/>
   </Vevent>
  </component>

  <component>
   <Vevent>
    <summary>Beacher's Comedy Madhouse</summary>
    <dtstart rdf:parseType="Resource">
     <date>2003-05-17</date>
    </dtstart>
    <description>An outrageous filmed interactive event</description>
    <location>The Supper Club, 240 W 47th St (Broadway/8th Ave), New York, NY</location>
    <geo rdf:parseType="Resource">
     <geo:lat>40.7604</geo:lat>
     <geo:long>-73.9875</geo:long>
    </geo>
    <url rdf:resource="http://www.newyorkplanet.net/beacher.html"/>
   </Vevent>
  </component>
  <component>
   <Vevent>
    <summary>Asssscat Improv Comedy Show</summary>
    <dtstart rdf:parseType="Resource">
     <date>2003-05-18</date>
    </dtstart>
    <description>Improv Comedy a cut above</description>
    <location>UCB Theatre, 307 W 26th St, New York, NY</location>
    <geo rdf:parseType="Resource">
     <geo:lat>40.7478</geo:lat>
     <geo:long>-73.9986</geo:long>
    </geo>
    <url rdf:resource="http://www.newyorkplanet.net/asscat.html"/>
   </Vevent>
  </component>
  <component>
   <Vevent>
    <summary>Me, Myself and Others</summary>
    <dtstart rdf:parseType="Resource">
     <date>2003-05-22</date>
    </dtstart>
    <description>Just play along and no one gets hurt!</description>
    <location>369 West 46th Street (8th/9th Ave), New York, NY</location>
    <geo rdf:parseType="Resource">
     <geo:lat>40.7604</geo:lat>
     <geo:long>-73.9894</geo:long>
    </geo>
    <url rdf:resource="http://www.newyorkplanet.net/memyself.html"/>
   </Vevent>
  </component>
  <component>
   <Vevent>
    <summary>Poole Party</summary>
    <dtstart rdf:parseType="Resource">
     <date>2003-05-24</date>
    </dtstart>
    <description>Comedy and Variety Fest</description>
    <location>Don't Tell Mama, 343 W 46th St (8th/9th Ave), New York, NY </location>
    <geo rdf:parseType="Resource">
     <geo:lat>40.7604</geo:lat>
     <geo:long>-73.9894</geo:long>
    </geo>
    <url rdf:resource="http://www.newyorkplanet.net/poole.html"/>
   </Vevent>
  </component>

 </Vcalendar>
</rdf:RDF>
