<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Wed, 13 Aug 2008 21:00:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: B:datenbrei</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/comment-page-1/#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><![CDATA[&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&#039;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-page-1/#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><![CDATA[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 &lt;http://xmlns.com/foaf/0.1/&gt;,
 dc FOR &lt;http://purl.org/dc/elements/1.1/&gt;,
 rss FOR &lt;http://purl.org/rss/1.0/&gt;,
 enc FOR &lt;http://purl.oclc.org/net/rss_2.0/enc#&gt;
&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;<a href="http://xmlns.com/foaf/0.1/&#038;gt" >http://xmlns.com/foaf/0.1/&#038;gt</a>;,<br />
 dc FOR &lt;<a href="http://purl.org/dc/elements/1.1/&#038;gt" >http://purl.org/dc/elements/1.1/&#038;gt</a>;,<br />
 rss FOR &lt;<a href="http://purl.org/rss/1.0/&#038;gt" >http://purl.org/rss/1.0/&#038;gt</a>;,<br />
 enc FOR &lt;<a href="http://purl.oclc.org/net/rss_2.0/enc#&#038;gt" >http://purl.oclc.org/net/rss_2.0/enc#&#038;gt</a>;<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
