<?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:media="http://search.yahoo.com/mrss"
	>

<channel>
	<title>Ivan’s private site</title>
	<atom:link href="http://ivanherman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanherman.wordpress.com</link>
	<description></description>
	<pubDate>Sat, 26 Apr 2008 22:58:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Setting up and RDFa file with Apache (second)</title>
		<link>http://ivanherman.wordpress.com/2008/04/27/setting-up-and-rdfa-file-with-apache-second/</link>
		<comments>http://ivanherman.wordpress.com/2008/04/27/setting-up-and-rdfa-file-with-apache-second/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 22:58:28 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[RDF]]></category>

		<category><![CDATA[RDFa]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=109</guid>
		<description><![CDATA[A few weeks ago I wrote a short post on how I set up an RDFa file with apache. As commented there by masaka (and I also received some private comments), that setup had the disadvantage that if a client had an accept header that referred both to HTML and to RDF, then it went [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A few weeks ago I wrote a <a href="http://ivanherman.wordpress.com/2008/02/22/setting-up-an-rdfa-with-apache/">short post</a> on how I set up an RDFa file with apache. As commented there by masaka (and I also received some private comments), that setup had the disadvantage that if a client had an accept header that referred <em>both </em>to HTML and to RDF, then it went wrong. Essentially, the server picked whichever was first in the <code>.htaccess</code> file.</p>
<p>So I had to revise (and ask advise from those who understand how Apache works). Here is how SW-FAQ is now set up. It is a little bit more complicated and requires the “.var” facilities to be switched on in Apache. In the same directory where I store the <code>SW-FAQ.html</code> file, I also store a <code>SW-FAQ.var</code> file (called a “type map file”). It looks as follows:</p>
<pre>URI: SW-FAQ

URI: SW-FAQ.html
Content-Type: text/html

URI: SW-FAQ.rdf
Content-Type: application/rdf+xml; qs=0.5
</pre>
<p>the .htaccess file in the same directory is now simpler; it just says:</p>
<pre>RewriteEngine On
RewriteBase /2001/sw/
RewriteRule SW-FAQ.rdf /2007/08/pyRdfa/extract?uri=http://www.w3.org/2001/sw/SW-FAQ.html [L]
</pre>
<p>The .var file switches in <a href="http://httpd.apache.org/docs/2.0/content-negotiation.html">Apache’s content negotiation</a> mechanism. The media type determines which version is returned, and this takes into account the “quality” parameter of the HTTP accept header, too. The <code>.htaccess</code> file would then just direct the server to run the RDFa distiller and return the result when RDF is required. This seems to work better…</p>
<p>(It was TimBL who pushed me to do the changes this time, and the basic structure comes from him, actually…)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/109/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/109/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=109&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/04/27/setting-up-and-rdfa-file-with-apache-second/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>Semantic Web W3C Track at WWW2008</title>
		<link>http://ivanherman.wordpress.com/2008/04/24/semantic-web-w3c-track-at-www2008/</link>
		<comments>http://ivanherman.wordpress.com/2008/04/24/semantic-web-w3c-track-at-www2008/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 01:51:38 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<category><![CDATA[china]]></category>

		<category><![CDATA[lod]]></category>

		<category><![CDATA[multimedia]]></category>

		<category><![CDATA[URI]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=108</guid>
		<description><![CDATA[ Yesterday I chaired a Semantic Web session at the W3C Track at WWW2008. Nice turnout (about 100 people), and I had to cut the discussions to keep within schedule, which is always a good sign&#8230;
Three presentations, fairly different from one another. Tom Heath and Chris Bizer made a presentation (co-authored with Tim Berners-Lee) on [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignright" style="float:left;margin-right:1em;" src="http://www.ivan-herman.net/Photos/JAlbum/Beijing/slides/img_6299.jpg" alt="" width="300" /> Yesterday I chaired a Semantic Web session at the <a href="http://www.w3.org/2008/04/w3c-track.html">W3C Track at WWW2008</a>. Nice turnout (about 100 people), and I had to cut the discussions to keep within schedule, which is always a good sign&#8230;</p>
<p>Three presentations, fairly different from one another. Tom Heath and Chris Bizer made a <a href="http://www.w3.org/2008/Talks/WWW2008-W3CTrack-LOD.pdf">presentation </a>(co-authored with Tim Berners-Lee) on the Linking Open Data project. Real good stuff. Maybe the most impressive part was when Chris flipped through the figures on the “current” status of the linked dataset, starting from a year ago at WWW2007 up to April 2008. And the fact that, actually, we essentially lost track of how many triplets are out there; there are simply too many of those! I also did not know that Tom worked on <a href="http://revyu.com/">Revyu </a>by automatically adding information coming from DPBedia to an entry. I really hope that the coming year will see lots of user applications that rely on this huge amount of public RDF data out there…</p>
<p>Raphaël Troncy made a <a href="http://www.cwi.nl/~troncy/Talks/WWW08/">presentation</a> on managing multimedia content on the Semantic Web. The situation today is really a maze with all kinds of standards, semi-standards, etc, on how to describe, annotate, reason about, say, video. <a href="http://www.w3.org/blog/SW/2008/04/21/proposed_w3c_activity_for_video_on_the_w">Lots of work ahead</a>, both in the Semantic Web area and in others. Think of the fact that we still do not have a generally accepted URI to describe something like an area in an image, or a specific point in time in a video. (There was, actually, a short discussion after the presentation on how some of the current URI schemes fit, or not fit, general Web Architecture…)</p>
<p>Huajun Chen gave an <a href="http://www.w3.org/2008/Talks/WWW2008-SW-China.pdf">overview </a>on what is happening in the Semantic Web area in China. In two words: <em>a lot</em>. Some of the technologies developed in China are now well-known all around, some of them less. We should realize that there are more Semantic Web related blogs and subscribers to local mailing lists than anywhere else… I think one of the challenges is to bind the various SW communities beyond the boundaries of languages, where Chinese is probably the largest “local” community. I do not have any magic bullet here, but presentations like Huajun’s are important to have…</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=108&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/04/24/semantic-web-w3c-track-at-www2008/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://www.ivan-herman.net/Photos/JAlbum/Beijing/slides/img_6299.jpg" medium="image" />
	</item>
		<item>
		<title>Data Portability Rock ‘n Roll</title>
		<link>http://ivanherman.wordpress.com/2008/04/01/data-portability-rock-%e2%80%98n-roll/</link>
		<comments>http://ivanherman.wordpress.com/2008/04/01/data-portability-rock-%e2%80%98n-roll/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 10:20:56 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=103</guid>
		<description><![CDATA[John has already praised this video in his blog but, well, if you have missed his blog: look at Danny (Ringo) Ayers’ video on data portability, foaf, rdf, etc. It is worth it!

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>John has already praised this video <a href="http://www.johnbreslin.com/blog/2008/03/31/danja-rocks-with-his-dataportability-and-me-video-some-slides-ive-made-for-dpsioc/">in his blog</a> but, well, if you have missed his blog: look at Danny (Ringo) Ayers’ video on data portability, foaf, rdf, etc. It is worth it!</p>
<p><span style="text-align:center; display: block;"><a href="http://ivanherman.wordpress.com/2008/04/01/data-portability-rock-%e2%80%98n-roll/"><img src="http://img.youtube.com/vi/6eGcsGPgUTw/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=103&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/04/01/data-portability-rock-%e2%80%98n-roll/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/6eGcsGPgUTw/2.jpg" medium="image" />
	</item>
		<item>
		<title>IR and SW communities (Baeza-Yates et. al.’s comments)</title>
		<link>http://ivanherman.wordpress.com/2008/03/23/ir-and-sw-communities-baeza-yates-et-al%e2%80%99s-comments/</link>
		<comments>http://ivanherman.wordpress.com/2008/03/23/ir-and-sw-communities-baeza-yates-et-al%e2%80%99s-comments/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 09:37:54 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=102</guid>
		<description><![CDATA[It is quite unfortunate that IEEE still has not recognized the power of the Web, and their publications are still accessible through subscriptions only. This is also true for sections such as the “Trends &#38; Controversies” of the IEEE Intelligent Systems. Anyway, I hope I do not break any copyright by quoting a few sentences…
The [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is quite unfortunate that IEEE still has not recognized the power of the Web, and their publications are still accessible through subscriptions only. This is also true for sections such as the “Trends &amp; Controversies” of the IEEE Intelligent Systems. Anyway, I hope I do not break any copyright by quoting a few sentences…</p>
<p>The latest (i.e., January/February 200 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> issue of IEEE IS includes a T&amp;C section entitled “Near Terms Prospects for Semantic Technologies”. It includes a number of short papers, all worth reading. Among those there is also a short contribution by Ricardo Baeza-Yates, Péter Mika and Hugo Zaragoza (all three from Yahoo! Research in Barcelona, Spain) on the relationships between search and SW. They ask the question: “Why has the Semantic Web had so little effect on search services?” They put forward several reasons, but I was most compelled by the “cultural” divide that they claim to exist between communities. Here is what they write:</p>
<blockquote><p>[...] a clear cultural divide exists between the IR and Semantic Web communities. IR conferences prove difficult for researchers from other fields to attend, owing largely to a strong emphasis on methodology and, in particular, evaluation. Consequently, existing work on ontology-based IR focuses on smaller subtasks such as query expansion using ontologies or improving search result presentation, but there’s little work on reshaping the IR core. [...] Also, as Semantic Web research continues to experience considerable growth and attract significant funding for basic research, members of the community feel less compelled to even attempt breaking these barriers, real or imagined, despite the significant economic motivators. IR research is strongly driven by a problem, whereas Semantic Web research is driven by a solution. Metaphorically speaking, Semantic Web researchers are like the hobbyist toolsmith who has the idea for the perfect tool and resents compromises on the design. However, IR, as a customer, is interested in buying a hammer that might not be perfect but can drive nails quickly and precisely.</p></blockquote>
<p>Let us not forget: these are friendly critiques coming from a group that has just <a href="http://www.ysearchblog.com/archives/000527.html">stirred a significant interest</a> in being at the forefront in binding these two areas! Worth remembering, in my view.</p>
<p>Add-on to the original mail on 2008-04-05: I have received a mail from IEEE, that the T&amp;S section is <a href="http://www.computer.org/portal/cms_docs_intelligent/intelligent/content/x1tnc.pdf">now available online</a>. Great…</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=102&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/03/23/ir-and-sw-communities-baeza-yates-et-al%e2%80%99s-comments/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>SemTech conference 2008</title>
		<link>http://ivanherman.wordpress.com/2008/03/03/semtech-conference-2008/</link>
		<comments>http://ivanherman.wordpress.com/2008/03/03/semtech-conference-2008/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 09:57:58 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=101</guid>
		<description><![CDATA[This year’s version of the Semantic Technology conference has its program online. Lots of good stuff in perspective, it will be an interesting week…
A new feature of the conference is on its web site: there is a cool personal scheduler based on Exhibit which you can use to plan your week, export that into RDF [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This year’s version of the <a href="http://semantic-conference.com/ataglance/">Semantic Technology conference</a> has its program online. Lots of good stuff in perspective, it will be an interesting week…</p>
<p>A new feature of the conference is on its web site: there is a <a href="http://semantic-conference.com/scheduler/">cool personal scheduler</a> based on <a href="http://simile.mit.edu/exhibit/">Exhibit</a> which you can use to plan your week, export that into RDF or ICS, add it to your calendar…  nice stuff!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=101&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/03/03/semtech-conference-2008/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>Book worth reading: on Paul Erdős</title>
		<link>http://ivanherman.wordpress.com/2008/03/02/book-worth-reading-on-paul-erdos/</link>
		<comments>http://ivanherman.wordpress.com/2008/03/02/book-worth-reading-on-paul-erdos/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 09:54:54 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Hungary]]></category>

		<category><![CDATA[Private]]></category>

		<category><![CDATA[Work Related]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=100</guid>
		<description><![CDATA[If you are interested by the personalities behind mathematics, or simply in the peculiar mind of a genius, it is worth reading Bruce Schechter’s book on Paul Erdős (well, with my Hungarian background I should really write Erdős Pál). Erdős Pál was undeniably one of the greatest scientific minds of the 20th century and certainly [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you are interested by the personalities behind mathematics, or simply in the peculiar mind of a genius, it is worth reading Bruce Schechter’s book on Paul Erdős (well, with my Hungarian background I should really write Erdős Pál). <a href="http://en.wikipedia.org/wiki/Paul_Erd%C5%91s">Erdős Pál</a> was undeniably one of the greatest scientific minds of the 20<sup>th</sup> century and certainly one of the greatest mathematicians ever. But also a very peculiar personality. He lived a completely “monastic” life; he never had a fixed job, a place he could really call “home”, all his worldly possessions would fit into a suitcase, and he spent most of his life traveling around the globe from one conference to the other, from one city to the other, wherever he had friends he could do mathematics with. He was author or co-author of around 1,500(!) articles; the number of collaborators was so big that the community came up with the humorous notion of “<a href="http://en.wikipedia.org/wiki/Erd%C5%91s_number" title="Erdős number">Erdős number</a>”. He was also incredibly generous in helping young, talented mathematicians to start their career.</p>
<p>I did not have the pleasure to meet Erdős personally, although I had the privilege of having some of his closest collaborators as my teachers at the <a href="http://www.elte.hu">University of Budapest</a> in the early 70’s (Turán, Sós, Simonovits, Hajnal,…). But he regularly came back to Hungary. We never knew when (nobody did, in fact); the news suddenly spread among us that Erdős was in Budapest and that he would make a presentation, well, tomorrow afternoon. And we went, forgetting our regular, scheduled courses and listed to his talk. His lectures were always great, witty, and full of interesting and unsolved problems. He would usually come with a problem saying “this seems to be an open issue, I have the feeling that it could be solved this and this way; I give a prices of 100$ to whoever solves this”. Or $10 or $1,000, depending on the problem (although the monetary side was not the most important in trying to solve those problems; the perspective of gaining an Erdős number 1, ie, becoming one of  Erdős’ co-authors, was much more of an incentive).  Even if our field of interest did not coincide with Erdős’, these lectures were always among the highlights of the year. And it did not occur often; I think in those 5 years that I spent at the University, I saw him twice, or maybe three times… certainly not more.</p>
<p>It may be an unusual analogy, but his personality, and the style of his appearances remind me of another genius in a totally different area, namely <a href="http://en.wikipedia.org/wiki/Sviatoslav_Richter">Sviatoslav Richter</a>.  Much like Erdős, he was one of the greatest personalities of the century in a particular field (as a classical pianist) who also led a kind of a recluse, monastic life without real possession and ignoring all traditional signs of success. And much like Erdős nobody knew when he would appear in Budapest for a concert nor what he would play; the news spread among those interested and we all ran to listen to his performances (played in a darkened concert hall, with barely a small lamp on the piano illuminating the music sheet only). And his performance of <a href="http://en.wikipedia.org/wiki/Well-Tempered_Clavier">Bach’s Well Tempered Clavier</a> remain among the most cherished memories I have from my youth. Much like Erdős’ occasional visits.</p>
<p>A book worth reading.</p>
<p>[1] <a href="http://worldcat.org/oclc/39123186">Bruce Schechter: “My Brain is Open, the Mathematical Journeys of Paul Erdős”</a>. The book is not new, but just appeared on some airports, that is where I found it…</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=100&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/03/02/book-worth-reading-on-paul-erdos/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up an RDFa file with apache</title>
		<link>http://ivanherman.wordpress.com/2008/02/22/setting-up-an-rdfa-with-apache/</link>
		<comments>http://ivanherman.wordpress.com/2008/02/22/setting-up-an-rdfa-with-apache/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:56:11 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<category><![CDATA[RDFa]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=99</guid>
		<description><![CDATA[As I said yesterday, the SW FAQ file is now in XHTML/RDFa. However, I was wondering how to set up the environment so that the right URI-s would lead to the right format, ie, either HTML or RDF. Of course, one could generate the SW-FAQ.rdf file offline and put that on the server, but that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As <a href="http://ivanherman.wordpress.com/2008/02/21/rdfa-syntax-lc-is-out/">I said yesterday</a>, the <a href="http://www.w3.org/2001/sw/SW-FAQ">SW FAQ</a> file is now in XHTML/RDFa. However, I was wondering how to set up the environment so that the right URI-s would lead to the right format, ie, either HTML or RDF. Of course, one could generate the SW-FAQ.rdf file offline and put that on the server, but that sounded a little bit like cheating (although, I must admit, that is what I did first). What one would like is</p>
<ul>
<li><code>http://www.w3.org/2001/sw/SW-FAQ</code> should return
<ul>
<li>XHTML by default</li>
<li> RDF/XML if so requested, but generated from the XHTML file on-the-fly via an RDFa processor; and to that with an HTTP 303 round (to make it really neat)</li>
</ul>
</li>
<li><code>http://www.w3.org/2001/sw/SW-FAQ.rdf</code> should return RDF/XML, again generated on-the-fly</li>
<li><code>http://www.w3.org/2001/sw/SW-FAQ.html</code> should return, well, XHTML</li>
</ul>
<p>It so happens that, on apache, a little bit of <code>.htaccess</code> wizardry works. The problem is that you have to be the wizard, which I am not. Luckily, my colleague and friend <a href="http://www.w3.org/People/all#swick">Ralph Swick</a> is :-). So here is the <code>.htaccess</code> file:</p>
<p><code>RewriteEngine On</code><br />
<code>RewriteBase /2001/sw/</code></p>
<p><code>#This is where the RDFa distiller is called on-the-fly:</code><br />
<code>RewriteRule SW-FAQ.rdf /2007/08/pyRdfa/extract?uri=http://www.w3.org/2001/sw/SW-FAQ.html [L]</code></p>
<p><code># Take care of the RDF case when so requested</code><br />
<code>RewriteCond %{HTTP_ACCEPT} application/rdf\+xml</code><br />
<code>RewriteRule ^SW-FAQ$ SW-FAQ.rdf [R=303,L]</code></p>
<p><code>RewriteRule ^SW-FAQ$ SW-FAQ.html [L]</code></p>
<p>And voilà! Thanks Ralph…</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=99&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/02/22/setting-up-an-rdfa-with-apache/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>RDFa Syntax LC is out</title>
		<link>http://ivanherman.wordpress.com/2008/02/21/rdfa-syntax-lc-is-out/</link>
		<comments>http://ivanherman.wordpress.com/2008/02/21/rdfa-syntax-lc-is-out/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 18:41:23 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=98</guid>
		<description><![CDATA[The RDFa Syntax Last Call document has just been published; yey!
I have also made an update of the RDFa processor that I coded last summer; it is now available for download and is also used through the “RDFa Distiller” service page. I have played with RDFa in practical terms, too; my foaf file in HTML, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The <a href="http://www.w3.org/blog/SW/2008/02/21/rdfa_syntax_last_call_working_draft">RDFa Syntax Last Call document has just been published</a>; yey!</p>
<p>I have also made an update of the <a href="http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/">RDFa processor </a>that I coded last summer; it is now <a href="http://dev.w3.org/2004/PythonLib-IH/dist/pyRdfa.tar.gz">available for download</a> and is also used through the “<a href="http://www.w3.org/2007/08/pyRdfa/">RDFa Distiller</a>” service page. I have played with RDFa in practical terms, too; <a href="http://www.ivan-herman.net/foaf.html">my foaf file in HTML</a>, the <a href="http://www.w3.org/2001/sw/">W3C SW Activity Home page</a>, and the <a href="http://www.w3.org/2001/sw/SW-FAQ.html">Semantic Web FAQ page</a> are all annotated with RDFa now. Once one is used to it, it is fairly straightforward to add even complex RDF statements to HTML pages with an arbitrarily large number of different vocabularies mixed in. Of course, authoring tools would be good, but let us take things one step at a time… Having the Last Call published (ie, the Working Groups believing to have taken care of all technical issues) is a major, big step ahead!</p>
<p>B.t.w., <a href="http://bnode.org">Benjamin Nowack</a> jumped on the <a href="http://www.w3.org/2001/sw/SW-FAQ.rdf">SW-FAQ RDF file</a> to make a nice little hack; here is the mail he sent on the SW SWEO list the other day:</p>
<blockquote><p> Heh, silly stuff, just FYI: On the #foaf channel is foafbot (a SPARQLy reincarnation<br />
of an earlierbot we had there years ago). It understands RDFa, and allows the<br />
specification of custom commands at [1]. I made it load Ivan&#8217;s FAQ, and<br />
created an &#8220;faq&#8221; command, so that you can now pass a keyword or phrase<br />
to the bot and it will respond with a pointer to the FAQ (if something<br />
matched the RDFa-encoded question), e.g.:</p>
<p>&lt;bengee&gt; foafbot, faq giant ontology</p>
<p>&lt;foafbot&gt; bengee, see http://www.w3.org/2001/sw/SW-FAQ#whgiantont <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Benji</p>
<p>[1] http://semsol.org/semcamp/sparqlbot</p></blockquote>
<p>Isn&#8217;t that cool? As far as I could see, it took him about 10 minutes to add this hack, thanks to the SW-FAQ being in RDF…</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=98&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/02/21/rdfa-syntax-lc-is-out/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>SW for Health Care and Life Sciences Workshop, W3C Track</title>
		<link>http://ivanherman.wordpress.com/2008/02/21/sw-for-health-care-and-life-sciences-workshop-w3c-track/</link>
		<comments>http://ivanherman.wordpress.com/2008/02/21/sw-for-health-care-and-life-sciences-workshop-w3c-track/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 10:10:35 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<category><![CDATA[w3c]]></category>

		<category><![CDATA[www2008]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=97</guid>
		<description><![CDATA[The program for WWW2008 is really shaping up.   I already blogged a while ago on the SW related stuffs at the conference, and on the LOD workshop program yesterday. Well, the program of the Health Care and Life Sciences Workshop is also public now. Again, lots of great stuff there. Last but not least: [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The program for <a href="http://www2008.org">WWW2008</a> is really shaping up.   I already <a href="http://ivanherman.wordpress.com/2007/12/10/semantic-web-stuffs-at-www2008/">blogged a while ago</a> on the SW related stuffs at the conference, and <a href="http://ivanherman.wordpress.com/2008/02/20/linked-data-on-the-web-workshop-in-beijing/">on the LOD workshop program</a> yesterday. Well, the <a href="http://esw.w3.org/topic/HCLS/WWW2008">program of the Health Care and Life Sciences Workshop</a> is also public now. Again, lots of great stuff there. Last but not least: the program of the <a href="http://www.w3.org/2008/04/w3c-track.html">W3C Track</a> is also public with, as usual, a SW session (and others!).</p>
<p>It will be an interesting week (an an interesting place).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/97/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/97/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=97&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/02/21/sw-for-health-care-and-life-sciences-workshop-w3c-track/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>Linked Data on the Web Workshop in Beijing</title>
		<link>http://ivanherman.wordpress.com/2008/02/20/linked-data-on-the-web-workshop-in-beijing/</link>
		<comments>http://ivanherman.wordpress.com/2008/02/20/linked-data-on-the-web-workshop-in-beijing/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 16:06:49 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[Work Related]]></category>

		<category><![CDATA[www2008]]></category>

		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=96</guid>
		<description><![CDATA[The preliminary programme for the &#8220;Linked Data on the Web&#8221; Workshop  (one of the workshops  at the WWW2008 conference) is now online. It looks really good… worth checking out!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The preliminary programme for the &#8220;<a href="http://events.linkeddata.org/ldow2008">Linked Data on the Web</a>&#8221; Workshop  (one of the workshops  at the <a href="http://www2008.org">WWW2008 </a>conference) is now <a href="http://events.linkeddata.org/ldow2008/#program">online</a>. It looks really good… worth checking out!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanherman.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanherman.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanherman.wordpress.com&blog=557157&post=96&subd=ivanherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivanherman.wordpress.com/2008/02/20/linked-data-on-the-web-workshop-in-beijing/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ivanherman-128.jpg" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
	</channel>
</rss>