<?xml version="1.0" encoding="ISO-8859-1" ?>
<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns="http://purl.org/rss/1.0/" 
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 
	xmlns:ev="http://igargoyle.com/rss/1.0/modules/event/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel rdf:about="http://domain.event/">
		<title>Event</title>
		<link>http://domain.event/</link>
		<description>
			Beschreibung des Feeds
		</description>
		<items>
			<rdf:Seq>
				<rdf:li resource="http://domain.event/00001" />
			</rdf:Seq>
		</items>
		<dc:date>2004-11-22T12:59:38+00:00</dc:date>
		<dc:publisher>Ersteller des Feeds</dc:publisher>
	</channel>

	<item rdf:about="http://domain.event/00001">
		<title>Event-Name</title>
		<link>http://domain.event/00001</link>
		<description>
			nähere Beschreibung der Veranstaltung
		</description>
		<ev:item>
			<ev:type>conference</ev:type>
			<ev:organizer>myself</ev:organizer>
			<ev:startdate>2004-10-25</ev:startdate>
			<ev:enddate>2004-10-30</ev:enddate>
			<geo:Point>
				<rdf:description>Berlin, Germany</rdf:description>
				<geo:lat>39.04</geo:lat>
				<geo:long>-95.69</geo:long>
			</geo:Point>
		</ev:item>
	</item>
</rdf:RDF>
