<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: RDF/RSS1.0 podcasting updates</title>
	<atom:link href="http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/</link>
	<description>Collaborating Individuals - All Knowledge on one Floppy</description>
	<pubDate>Thu, 20 Nov 2008 12:21:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: B:datenbrei</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/#comment-2055</link>
		<dc:creator>B:datenbrei</dc:creator>
		<pubDate>Mon, 07 Feb 2005 22:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/#comment-2055</guid>
		<description>&lt;strong&gt;RSS 1.0 Enclosure Aggregator&lt;/strong&gt;
Hello World! This is the 0.2 release of gclosure, a RSS 1.0 and Rss 2.0 enabled enclosure aggregator primarly targetet at Podcast downloading. Basically it's intention is to bring all the wonderful RDF features to the world of podcasting. It uses libr...</description>
		<content:encoded><![CDATA[<p><strong>RSS 1.0 Enclosure Aggregator</strong><br />
Hello World! This is the 0.2 release of gclosure, a RSS 1.0 and Rss 2.0 enabled enclosure aggregator primarly targetet at Podcast downloading. Basically it&#8217;s intention is to bring all the wonderful RDF features to the world of podcasting. It uses libr&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph GÃ¶rn</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/#comment-2024</link>
		<dc:creator>Christoph GÃ¶rn</dc:creator>
		<pubDate>Fri, 04 Feb 2005 18:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/#comment-2024</guid>
		<description>Here is the same as RDQL
&lt;code&gt;
SELECT ?title ?enc ?len
WHERE ( ?item rdf:type rss:item )
( ?item rss:title ?title )
( ?enclosure rdf:type enc:Enclosure )
( ?item enc:enclosure ?enclosure )
( ?enclosure enc:url ?enc )
( ?enclosure enc:type ?type )
( ?enclosure enc:length ?len )
AND ?type =~ /audio\/mpeg/

USING foaf FOR &#60;http://xmlns.com/foaf/0.1/&#62;,
 dc FOR &#60;http://purl.org/dc/elements/1.1/&#62;,
 rss FOR &#60;http://purl.org/rss/1.0/&#62;,
 enc FOR &#60;http://purl.oclc.org/net/rss_2.0/enc#&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here is the same as RDQL<br />
<code><br />
SELECT ?title ?enc ?len<br />
WHERE ( ?item rdf:type rss:item )<br />
( ?item rss:title ?title )<br />
( ?enclosure rdf:type enc:Enclosure )<br />
( ?item enc:enclosure ?enclosure )<br />
( ?enclosure enc:url ?enc )<br />
( ?enclosure enc:type ?type )<br />
( ?enclosure enc:length ?len )<br />
AND ?type =~ /audio\/mpeg/</p>
<p>USING foaf FOR &lt;http://xmlns.com/foaf/0.1/&gt;,<br />
 dc FOR &lt;http://purl.org/dc/elements/1.1/&gt;,<br />
 rss FOR &lt;http://purl.org/rss/1.0/&gt;,<br />
 enc FOR &lt;http://purl.oclc.org/net/rss_2.0/enc#&gt;<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
