<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ISWC2009 2-3</title>
	<atom:link href="http://ivan-herman.name/2009/10/28/iswc2009-2-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan-herman.name/2009/10/28/iswc2009-2-3/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 13:00:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jesse Weaver</title>
		<link>http://ivan-herman.name/2009/10/28/iswc2009-2-3/#comment-5689</link>
		<dc:creator>Jesse Weaver</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://ivan-herman.name/?p=441#comment-5689</guid>
		<description>The &lt;a href=&quot;http://www.springerlink.com/content/77x71125037k6583&quot; rel=&quot;nofollow&quot;&gt;original publication&lt;/a&gt; is available at &lt;a href=&quot;http://www.springerlink.com&quot; rel=&quot;nofollow&quot;&gt;www.springerlink.com&lt;/a&gt;.  Therefore, I have posted my copy of the paper on my website at &lt;a href=&quot;http://www.cs.rpi.edu/~weavej3/papers/iswc2009.pdf&quot; rel=&quot;nofollow&quot;&gt;http://www.cs.rpi.edu/~weavej3/papers/iswc2009.pdf&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The <a href="http://www.springerlink.com/content/77x71125037k6583" rel="nofollow">original publication</a> is available at <a href="http://www.springerlink.com" rel="nofollow">http://www.springerlink.com</a>.  Therefore, I have posted my copy of the paper on my website at <a href="http://www.cs.rpi.edu/~weavej3/papers/iswc2009.pdf" rel="nofollow">http://www.cs.rpi.edu/~weavej3/papers/iswc2009.pdf</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Corlosquet</title>
		<link>http://ivan-herman.name/2009/10/28/iswc2009-2-3/#comment-5645</link>
		<dc:creator>Stephane Corlosquet</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://ivan-herman.name/?p=441#comment-5645</guid>
		<description>Thanks for asking me to clarify at the end of the presentation. I admit I should have made this more clear. Note that the modules we presented are already available for Drupal 6! I have posted &lt;a href=&quot;http://openspring.net/blog/2009/11/02/status-of-rdf-in-drupal-november-09-and-wrap-up-of-iswc2009&quot; rel=&quot;nofollow&quot;&gt;more details on a follow up blog post on the status of RDF in Drupal&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for asking me to clarify at the end of the presentation. I admit I should have made this more clear. Note that the modules we presented are already available for Drupal 6! I have posted <a href="http://openspring.net/blog/2009/11/02/status-of-rdf-in-drupal-november-09-and-wrap-up-of-iswc2009" rel="nofollow">more details on a follow up blog post on the status of RDF in Drupal</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Weaver</title>
		<link>http://ivan-herman.name/2009/10/28/iswc2009-2-3/#comment-5637</link>
		<dc:creator>Jesse Weaver</dc:creator>
		<pubDate>Sun, 01 Nov 2009 22:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://ivan-herman.name/?p=441#comment-5637</guid>
		<description>Glad to hear that you found our paper interesting (the &quot;Parallel Materialization&quot; paper).

Just a quick note.  It became apparent to me that many of the ISWC attendees were not familiar with the term &quot;embarrassingly parallel.&quot;  This is actually a technical term from the parallel computing community (and not, as some may have assumed, a term that I invented).  An embarrassingly parallel computation is &quot;the &#039;ideal&#039; computation from a parallel computing standpoint--a computation that can be divided into a number of completely independent parts, each of which can be executed by a separate processor&quot; [1].  So, the main take-away from my presentation is that the RDFS rules can be applied to an abox partitioning (as defined in my paper) in an embarrassingly parallel fashion (i.e., independently on each partition) to produce the RDFS closure.

Also, as soon as springerlink makes their version of my paper available, I will (be legally allowed--per the copyright agreement--to) publicly post a copy of the camera-ready version at my website, .

[1] Wilkinson, B., Allen, M.: 3. In: Parallel Programming: Techniques and Applications Using Networked Workstations and Parallel Computers. 2 edn. Prentice Hall (2005)</description>
		<content:encoded><![CDATA[<p>Glad to hear that you found our paper interesting (the &#8220;Parallel Materialization&#8221; paper).</p>
<p>Just a quick note.  It became apparent to me that many of the ISWC attendees were not familiar with the term &#8220;embarrassingly parallel.&#8221;  This is actually a technical term from the parallel computing community (and not, as some may have assumed, a term that I invented).  An embarrassingly parallel computation is &#8220;the &#8216;ideal&#8217; computation from a parallel computing standpoint&#8211;a computation that can be divided into a number of completely independent parts, each of which can be executed by a separate processor&#8221; [1].  So, the main take-away from my presentation is that the RDFS rules can be applied to an abox partitioning (as defined in my paper) in an embarrassingly parallel fashion (i.e., independently on each partition) to produce the RDFS closure.</p>
<p>Also, as soon as springerlink makes their version of my paper available, I will (be legally allowed&#8211;per the copyright agreement&#8211;to) publicly post a copy of the camera-ready version at my website, .</p>
<p>[1] Wilkinson, B., Allen, M.: 3. In: Parallel Programming: Techniques and Applications Using Networked Workstations and Parallel Computers. 2 edn. Prentice Hall (2005)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin</title>
		<link>http://ivan-herman.name/2009/10/28/iswc2009-2-3/#comment-5613</link>
		<dc:creator>Valentin</dc:creator>
		<pubDate>Wed, 28 Oct 2009 23:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://ivan-herman.name/?p=441#comment-5613</guid>
		<description>i don&#039;t know about ISWC papers in general, but Urbani et al paper you talk about is available at http://eyaloren.org/pubs/iswc2009.pdf.</description>
		<content:encoded><![CDATA[<p>i don&#8217;t know about ISWC papers in general, but Urbani et al paper you talk about is available at <a href="http://eyaloren.org/pubs/iswc2009.pdf" rel="nofollow">http://eyaloren.org/pubs/iswc2009.pdf</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
