<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peter Williams &#187; Microformats</title>
	<atom:link href="http://barelyenough.org/blog/tag/microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org</link>
	<description>… and there is much to be learned</description>
	<lastBuildDate>Mon, 21 May 2012 14:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>GRDDL</title>
		<link>http://barelyenough.org/blog/2007/05/grddl-is-smart/</link>
		<comments>http://barelyenough.org/blog/2007/05/grddl-is-smart/#comments</comments>
		<pubDate>Fri, 18 May 2007 04:42:27 +0000</pubDate>
		<dc:creator>Peter Williams</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2007/05/grddl-is-smart/</guid>
		<description><![CDATA[I have been watching the Semantic Web efforts with guarded interest for the last few years. I really like the idea. However, I have always thought it was probably a pipe dream. The Semantic Web is a chicken and egg problem, there must be a lot of data published to attract the general developer population [...]]]></description>
			<content:encoded><![CDATA[<p>I have been watching the <a href='http://en.wikipedia.org/wiki/Semantic_Web'>Semantic Web</a> efforts with guarded interest for the last few years. I really like the idea. However, I have always thought it was probably a pipe dream. The Semantic Web is a chicken and egg problem, there must be a lot of data published to attract the general developer population but it needs to attract the general developer population to get a lot of data published.</p>
<p><a href='http://www.w3.org/RDF/'>RDF</a>, <a href='http://www.w3.org/TR/rdf-sparql-query/'>SPARQL</a> and the other Semantic Web technologies are pretty uniformly wicked cool. Unfortunately, they are also rather unlike the technologies with which most developers are familiar. I has never obvious to me how we, as an industry, could get to the Semantic Web from here. But today I became aware of <a href='http://www.w3.org/TR/grddl/'>GRDDL</a><sup id='39376a21ae447ea2a8f6516a91da5c685abde381fnref:1'><a href='#39376a21ae447ea2a8f6516a91da5c685abde381fn:1' rel='footnote'>1</a></sup>, which is the path to the Semantic Web.</p>
<p>As I understand it, GRDDL amounts to this: publish your data in what ever format you like but include a link to an <a href='http://www.w3.org/TR/xslt'>XSLT</a> transform that will convert your published format into an RDF document. So you can continue to publish your <a href='http://microformats.org/'>microformatted</a> HTML document and be part the Semantic Web just by adding a link element.</p>
<p>My initial reaction to GRDDL is an exquisite combination of &#8220;man, there are some really smart people in the world&#8221; and &#8220;duh, why did I not see that&#8221;. That set of feelings is usually a strong indication of a good idea.</p>
<div class='footnotes'>
<hr />
<ol>
<li id='39376a21ae447ea2a8f6516a91da5c685abde381fn:1'>
<p>via <a href='http://dig.csail.mit.edu/breadcrumbs/node/194'>Dan Connolly</a></p>
<p><a href='#39376a21ae447ea2a8f6516a91da5c685abde381fnref:1' rev='footnote'>&#8617;</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://barelyenough.org/blog/2007/05/grddl-is-smart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscriptions Microformat (Redux)</title>
		<link>http://barelyenough.org/blog/2005/07/subscriptions-microformat-redux/</link>
		<comments>http://barelyenough.org/blog/2005/07/subscriptions-microformat-redux/#comments</comments>
		<pubDate>Fri, 29 Jul 2005 16:34:18 +0000</pubDate>
		<dc:creator>Peter Williams</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2005/07/subscriptions-microformat-redux/</guid>
		<description><![CDATA[Previously I proposed a mircoformat for describing blog subscriptions. Ryan King pointed out in a comment that there is one already, Attention.XML. That does solve my problem. I do see one potential issue with it. There appears to be no way to distinguish an Attention.xml outline from any other XOXO outline. I suppose it might [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I proposed a mircoformat for <a href='http://pezra.barelyenough.org/blog/2005/07/subscriptions-microformat/'>describing blog subscriptions</a>.  Ryan King pointed out in a comment that there is one already, <a href='http://developers.technorati.com/wiki/attentionxml'>Attention.XML</a>.  That does solve my problem.</p>
<p>I do see one potential issue with it.  There appears to be no way to distinguish an Attention.xml outline from any other XOXO outline.  I suppose it might be acceptable to treat any XOXO block that contains links as a set of subscriptions but it feels a bit kludgey to me.  Having an Attention.XML blocks declare their class as &#8220;xoxo attentionxml&#8221;, or something similar, would solve this problem, and make Attention.XML blocks a bit more obvious.  Or have I just missed something?</p>
<p>Tags: <a href='http://microformats.org/wiki/xoxo' rel='tag'>XOXO</a>, <a href='http://developers.technorati.com/wiki/attentionxml' rel='tag'>Attention.XML</a></p>
]]></content:encoded>
			<wfw:commentRss>http://barelyenough.org/blog/2005/07/subscriptions-microformat-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

