<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Semantic Web</title>
        <link>http://davidseth.net/blog/category/4.aspx</link>
        <description>Semantic Web</description>
        <language>en-AU</language>
        <copyright>David Peterson</copyright>
        <managingEditor>david@davidseth.net</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <item>
            <title>G'day Nova</title>
            <link>http://davidseth.net/blog/archive/2008/03/09/gday-nova.aspx</link>
            <description>&lt;p&gt;Before I begin telling you why I would like early access to Twine I would just like to thank you. I first sent you an email about a year ago asking what Semantic Web conferences you would recommend. I was pretty new to the field and certainly had not yet met anyone I could even discuss the word "RDF" with. You were kind enough to send me an email back recommending &lt;a href="http://www.semantic-conference.com/"&gt;SemTech&lt;/a&gt; in San Jose, May 07.&lt;/p&gt;  &lt;p&gt;I took your advice and haven't looked back yet... I work in Australia and my company is now working with many of the leading marine science agencies to find ways of accelerating research into climate change. We are using Semantic Web technologies along with open access policies to come up with clever solutions to nearly impossible situations. So I just wanted to let you know what your "small" reply to me over a year ago has lead to.&lt;/p&gt;  &lt;p&gt;There are many reasons why I would love to get my hands on Twine, but I will only go into two right now to keep this post short.&lt;/p&gt;  &lt;p&gt;1. My regular &lt;a href="http://www.sitepoint.com/articlelist/497"&gt;blogging&lt;/a&gt; is done with &lt;a href="http://www.sitepoint.com/"&gt;SitePoint&lt;/a&gt; (one of the most visited Web developer sites around). That is a good thing because the people that frequent the site are not your regular Semantic Web junkies, in fact, they are pretty much in the opposite camp. So it is the perfect venue to help persuade a HUGE audience of developers into drinking the Semantic Web kool-aid :)&lt;/p&gt;  &lt;p&gt;2. I previously mentioned our work with climate change researchers and science groups and they are just begging for a tool like Twine (although they don't know it yet). I would love to pry and dig my way around to see how it could benefit their important work.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/26.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2008/03/09/gday-nova.aspx</guid>
            <pubDate>Sun, 09 Mar 2008 11:27:23 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/26.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2008/03/09/gday-nova.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/26.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/26.aspx</trackback:ping>
        </item>
        <item>
            <title>Running D2R server with MS SQL 2005</title>
            <link>http://davidseth.net/blog/archive/2008/02/11/Running-D2R-server-with-MS-SQL-2005.aspx</link>
            <description>&lt;p&gt;I was having trouble getting &lt;a href="http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/index.html"&gt;D2R server&lt;/a&gt; running on my machine. Now, I know this worked in the past with no problems, but that was a few months ago. I think my version of MS SQL 2005 Express has been updated since then, but I wasn't sure.&lt;/p&gt;  &lt;p&gt;Anyway, I couldn't get the thing to run. I kept getting the following error message:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;code&gt;The connection to the named instance  has failed. Error: java.net.SocketTimeoutException: Receive timed out.&lt;/code&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I was using the exact same configuration file as before so I was getting very frustrated. &lt;/p&gt;  &lt;blockquote&gt;&lt;code&gt;map:database a d2rq:Database;      &lt;br /&gt;    d2rq:jdbcDriver "com.microsoft.sqlserver.jdbc.SQLServerDriver";       &lt;br /&gt;    d2rq:jdbcDSN "jdbc:sqlserver://david-xps;instanceName=sqlexpress;databaseName=xxxx";       &lt;br /&gt;    d2rq:username "xxxx";       &lt;br /&gt;    d2rq:password "xxxx";       &lt;br /&gt;    .&lt;/code&gt; &lt;/blockquote&gt;  &lt;p&gt;I did a search and came across this Microsoft doc - &lt;a href="http://support.microsoft.com/kb/265808"&gt;How to connect to a named instance of SQL Server 2005 or SQL Server 2000 by using the client tools in the earlier version of SQL Server&lt;/a&gt;. I was running a named instance of SQLEXPRESS so I followed the directions from the doc:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open SQL Server Configuration Manager, and then expand &lt;strong&gt;SQL Server 2005 Network Configuration&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Protocols for &lt;var&gt;InstanceName&lt;/var&gt;&lt;/strong&gt;, and then double-click &lt;strong&gt;TCP/IP&lt;/strong&gt; in the right panel.       &lt;br /&gt;&lt;b&gt;Note &lt;/b&gt;&lt;var&gt;InstanceName&lt;/var&gt; is a placeholder for the named instance of SQL Server 2005. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Protocol&lt;/strong&gt; tab, notice the value of the &lt;strong&gt;Listen All&lt;/strong&gt; item. &lt;/li&gt;    &lt;li&gt;Click the &lt;strong&gt;IP Addresses&lt;/strong&gt; tab:       &lt;ol&gt;       &lt;li&gt;If the value of &lt;strong&gt;Listen All&lt;/strong&gt; is &lt;b&gt;yes&lt;/b&gt;, the TCP/IP port number for this instance of SQL Server 2005 is the value of the &lt;strong&gt;TCP Dynamic Ports&lt;/strong&gt; item under &lt;strong&gt;IPAll&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;If the value of &lt;strong&gt;Listen All&lt;/strong&gt; is &lt;b&gt;no&lt;/b&gt;, the TCP/IP port number for this instance of SQL Server 2005 is the value of the &lt;strong&gt;TCP Dynamic Ports&lt;/strong&gt; item for a specific IP address &lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Note&lt;/b&gt; If the value of the &lt;strong&gt;TCP Dynamic Ports&lt;/strong&gt; item is not set, you must set it yourself. For more information about how to configure a server to listen on a specific TCP port, visit the following Microsoft Developer Network (MSDN) Web site: &lt;i&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms177440.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms177440.aspx&lt;/a&gt; (&lt;a href="http://msdn2.microsoft.com/en-us/library/ms177440.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms177440.aspx&lt;/a&gt;)&lt;/i&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;So, after all that, I used the TCP Dynamic Ports value and plugged it in to my connection string:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;code&gt;d2rq:jdbcDSN "jdbc:sqlserver://david-xps:&lt;strong&gt;&lt;font color="#ff0000"&gt;49417&lt;/font&gt;&lt;/strong&gt;;instanceName=sqlexpress;databaseName=xxxx";&lt;/code&gt;&lt;/p&gt;    &lt;p&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And it worked like a charm!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:85d27a6e-95a0-4723-968f-3564d5efd692" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/D2R" rel="tag"&gt;D2R&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/D2RQ" rel="tag"&gt;D2RQ&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/SQL2005" rel="tag"&gt;SQL2005&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/25.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2008/02/11/Running-D2R-server-with-MS-SQL-2005.aspx</guid>
            <pubDate>Mon, 11 Feb 2008 10:40:21 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/25.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2008/02/11/Running-D2R-server-with-MS-SQL-2005.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/25.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/25.aspx</trackback:ping>
        </item>
        <item>
            <title>Photos from Busan, Korea</title>
            <link>http://davidseth.net/blog/archive/2007/11/12/Photos-from-Busan-Korea.aspx</link>
            <description>&lt;p&gt;I am putting some of my photos online from Busan, South Korea where the ISWC2007 conference is taking place. Please take a look.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.flickr.com/photos/davidsethp/tags/iswc2007/" href="http://www.flickr.com/photos/davidsethp/tags/iswc2007/"&gt;http://www.flickr.com/photos/davidsethp/tags/iswc2007/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;/p&gt;&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e8fabfd8-3366-41f6-9b89-79573995138a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Flickr Tags: &lt;a href="http://flickr.com/photos/tags/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://flickr.com/photos/tags/busan" rel="tag"&gt;busan&lt;/a&gt;&lt;/div&gt;   &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9f0794bd-9df8-4cdb-a737-de47fe4767c9" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://technorati.com/tags/busan" rel="tag"&gt;busan&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/20.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/11/12/Photos-from-Busan-Korea.aspx</guid>
            <pubDate>Mon, 12 Nov 2007 02:46:52 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/20.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/11/12/Photos-from-Busan-Korea.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/20.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/20.aspx</trackback:ping>
        </item>
        <item>
            <title>Arrived in Busan for ISWC2007 - Wow</title>
            <link>http://davidseth.net/blog/archive/2007/11/11/Arrived-in-Busan-for-ISWC2007--Wow.aspx</link>
            <description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ce554a43-6782-485b-a0ad-ca31c823100b" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Flickr Tags: &lt;a href="http://flickr.com/photos/tags/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://flickr.com/photos/tags/busan" rel="tag"&gt;busan&lt;/a&gt;, &lt;a href="http://flickr.com/photos/tags/south%20korea" rel="tag"&gt;south korea&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;I am here in &lt;a title="Busan, South Korea" href="http://en.wikipedia.org/wiki/Busan"&gt;Busan&lt;/a&gt; for the International Semantic Web Conference (ISWC2007). I arrived yesterday afternoon and my jaw still hasn't properly aligned itself with my head :)&lt;/p&gt;  &lt;p&gt;This place is amazing, the sheer size of it is mind boggling to me. I haven't seen such a scale of population, high rises, office buildings, factories. I am impressed. The population of Busan is 3.5 million, all packed into a relatively small section of land.&lt;/p&gt;  &lt;p&gt;I am also a bit intimidated as well because I speak absolutely no Korean... well actually I know one word "&lt;em&gt;kam-sa-ham-ni-da&lt;/em&gt;" which means "&lt;em&gt;thank you&lt;/em&gt;". The other translation barrier is that the written Korean language does not use a Roman alphabet but instead uses &lt;a href="http://en.wikipedia.org/wiki/Hangul"&gt;Hangul&lt;/a&gt;: &lt;a href="http://en.wiktionary.org/wiki/%ED%95%9C%EA%B5%AD%EC%96%B4"&gt;한국어&lt;/a&gt;/&lt;a href="http://en.wiktionary.org/wiki/%EC%A1%B0%EC%84%A0%EB%A7%90"&gt;조선말&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This means that I can not even approach a basic comprehension of what things are or how to even pronounce it. It makes it exciting as I don't quite know what I am ordering, but I have found people to be exceedingly friendly, helpful and understanding.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://davidseth.net/images/davidseth_net/WindowsLiveWriter/ArrivedinBusanWow_ED07/IMG_1394.jpg"&gt;&lt;img id="id" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 5px 15px; border-right-width: 0px" height="204" alt="IMG_1394" src="http://davidseth.net/images/davidseth_net/WindowsLiveWriter/ArrivedinBusanWow_ED07/IMG_1394_thumb.jpg" width="304" align="right" border="0" /&gt;&lt;/a&gt; The city is positioning itself as a hub of technology and development, but importantly it seems to be keeping a lively feeling. I can see the rapid pace of change and construction, on the street level everything is being updated or newly build. The view changes from above though, from a higher vantage point I can see behind all the construction fences there are shacks and dwellings hidden from the street level view. As far as I can tell no one lives in these, either they have been re-located into the massive high-rise apartments or they have been pushed into the country. Either way nothing is standing in the way of progress - it looks like the oldest buildings are about 10-15 years old. And even they are being renovated or torn down for a newer, taller building.&lt;/p&gt;  &lt;p&gt;Oh, I almost forgot, the activity and hum goes well into the night, well past 4am. I woke up the first night I was here (couldn't sleep well, beds here are HARD), the window was open and I could here people chatting and laughing below. The city is also brighter at night than in the day! It almost requires sunglasses to walk down the busy cramped streets, with neon and glowing signs everywhere. I like it. The best part is that there are no blinking lights. That is a big plus...&lt;a href="http://davidseth.net/images/davidseth_net/WindowsLiveWriter/ArrivedinBusanWow_ED07/100_2332.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 15px 20px 0px 0px; border-right-width: 0px" height="324" alt="Busan Haeundae Area" src="http://davidseth.net/images/davidseth_net/WindowsLiveWriter/ArrivedinBusanWow_ED07/100_2332_thumb.jpg" width="485" align="left" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/19.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/11/11/Arrived-in-Busan-for-ISWC2007--Wow.aspx</guid>
            <pubDate>Sun, 11 Nov 2007 08:18:40 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/19.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/11/11/Arrived-in-Busan-for-ISWC2007--Wow.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/19.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/19.aspx</trackback:ping>
        </item>
        <item>
            <title>W3C's New Marketing for the Semantic Web</title>
            <link>http://davidseth.net/blog/archive/2007/10/12/W3Cs-New-Marketing-for-the-Semantic-Web.aspx</link>
            <description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d8a64a61-36b8-463a-8d60-8e86ba6ecc94" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/semweb" rel="tag"&gt;semweb&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/w3c" rel="tag"&gt;w3c&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;img style="margin: 0px 15px 0px 0px" src="http://www.w3.org/Icons/SW/sw-cube.png" align="left" /&gt;The W3C has a new set of icons for the Semantic Web. About time. Marketing and looks are important and for the Semantic Web to begin to sink in a re-branding was/is necessary.&lt;/p&gt;  &lt;p&gt;I congratulate the W3C on a smart move. Although I do question the box theme? The logo makes me thing small, I know it has an upturned corner to invite, but to me, box = closed.&lt;/p&gt;  &lt;p&gt;Anyway, it was a good move. &lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/18.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/10/12/W3Cs-New-Marketing-for-the-Semantic-Web.aspx</guid>
            <pubDate>Thu, 11 Oct 2007 15:32:30 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/18.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/10/12/W3Cs-New-Marketing-for-the-Semantic-Web.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/18.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/18.aspx</trackback:ping>
        </item>
        <item>
            <title>ISWC2007 - All in order...</title>
            <link>http://davidseth.net/blog/archive/2007/10/11/ISWC2007--All-in-order.aspx</link>
            <description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:901386b8-917a-4bb5-ba10-c55ea7db454a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/semweb" rel="tag"&gt;semweb&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/busan" rel="tag"&gt;busan&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;Finally booked at the Seacloud. It is amazingly tough to find ratings or unbiased information on places to stay in South Korea. I know they are one of the most connected countries in the world so that is what makes it so odd.&lt;/p&gt;  &lt;p&gt;Seacloud looks great and it has 100mbs connections free in-room.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/17.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/10/11/ISWC2007--All-in-order.aspx</guid>
            <pubDate>Thu, 11 Oct 2007 12:51:21 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/17.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/10/11/ISWC2007--All-in-order.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/17.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/17.aspx</trackback:ping>
        </item>
        <item>
            <title>SmugMug supporting FOAF and other open standards</title>
            <link>http://davidseth.net/blog/archive/2007/10/06/SmugMug-supporting-FOAF-and-other-open-standards.aspx</link>
            <description>&lt;p&gt;Just read this on their blog, it has been in place for a few weeks now. Great news, I have a develop account so plan on using this new feature in the &lt;a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData"&gt;Linking Open Data&lt;/a&gt; kind of way.&lt;/p&gt;  &lt;p&gt;Here is a quote from the &lt;a href="http://blogs.smugmug.com/don/2007/09/21/smugmug-supports-xfn-foaf/"&gt;blog&lt;/a&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;I’m absolutely positive we’re barely scratching the surface, and people like David will set me straight, but at least we’re making forward progress - 150K SmugMug accounts now have auto-discoverable FOAF, embedded XFN, and are OpenID endpoints.&lt;/p&gt;    &lt;p&gt;What does this mean for you? It means, hopefully, that SmugMug can play nicely with other social applications on the web. Your network of friends &amp;amp; family is now published in machine-readable formats so that other networks can do intelligent things with that data. How exactly this will happen remains to be seen, but there are lots of bright people thinking about it, so hopefully it’ll happen. &lt;/p&gt;    &lt;p&gt;At the very least, when the &lt;a href="http://radar.oreilly.com/archives/2007/03/the_future_of_w_1.html"&gt;Semantic Web actually works in the year 2022&lt;/a&gt;, SmugMug will be ready. &lt;img alt=":)" src="http://blogs.smugmug.com/don/wp-includes/images/smilies/icon_smile.gif" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;It is good to see that such a great photo sharing site (&lt;a href="http://www.smugmug.com/"&gt;SmugMug&lt;/a&gt;)  has such forward looking developers.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/16.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/10/06/SmugMug-supporting-FOAF-and-other-open-standards.aspx</guid>
            <pubDate>Sat, 06 Oct 2007 11:06:21 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/16.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/10/06/SmugMug-supporting-FOAF-and-other-open-standards.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/16.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/16.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft releases new Interactive Media Manager with RDF and OWL!</title>
            <link>http://davidseth.net/blog/archive/2007/07/11/Microsoft-is-convinced-of-the-semantic-web.aspx</link>
            <description>Microsoft has recently released a new media management application that implements RDF and OWL for metadata interchange:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="margin-left: 40px;"&gt;"This RDF model allows companies to add nuance and intelligence to media management beyond what is possible with traditional metadata."&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a very interesting turn of events, Microsoft is concerned about sharing:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="margin-left: 40px;"&gt;"... Most importantly, the IMM RDF model overcomes traditional barriers to metadata sharing between external systems."&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
The name of the app is &lt;a href="http://www.microsoft.com/resources/mediaandentertainment/solutions_imm.mspx"&gt;Interactive Media Manager&lt;/a&gt;&lt;em&gt; - "A rich, collaborative media management solution for pre-production, post-production and production environments."&lt;span style="font-style: italic;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
I am surprised at this, I was sure Microsoft was looking into Semantic technologies and building internal tools. But to create a production app and to talk about the advantages of RDF and OWL as open standards is impressive.&lt;br /&gt;
&lt;br /&gt;
Here is a screenshot of the player:&lt;br /&gt;
&lt;img src="http://www.microsoft.com/resources/mediaandentertainment/images/SharePoint_Player_540x377.jpg" alt="Interactive Media Manager" /&gt;&lt;img src="http://davidseth.net/blog/aggbug/14.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/07/11/Microsoft-is-convinced-of-the-semantic-web.aspx</guid>
            <pubDate>Tue, 10 Jul 2007 14:11:18 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/14.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/07/11/Microsoft-is-convinced-of-the-semantic-web.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/14.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/14.aspx</trackback:ping>
        </item>
        <item>
            <title>URIs - Actually Creating Useful Links for Everyone, not just SemWeb geeks</title>
            <link>http://davidseth.net/blog/archive/2007/06/29/URI-Best-Practices--Actually-Creating-Useful-Links.aspx</link>
            <description>&lt;p&gt;There is a bit of a &lt;a href="http://simile.mit.edu/mail/ReadMsg?listName=Linking%20Open%20Data&amp;amp;msgId=18052"&gt;debate&lt;/a&gt; going on in the &lt;a href="http://simile.mit.edu/mailman/listinfo/linking-open-data"&gt;linking-open-data&lt;/a&gt; list about what are the best practices for creating useful URIs for use in the Semantic Web. I believe that the current best practice is that any URI should be dereferenceable so therefore they need to be transported via HTTP.&lt;/p&gt; &lt;p&gt;The debate started off with links to a European data set where the URI was: &lt;/p&gt;&lt;a href="http://www4.wiwiss.fu-berlin.de/eurostat/resource/countries/France "&gt;http://www4.wiwiss.fu-berlin.de/eurostat/resource/countries/France&lt;/a&gt;  &lt;p&gt;(note the /resource/) and if a browser would visit the URI it would re-direct them to:&lt;/p&gt; &lt;p&gt;&lt;a title="http://www4.wiwiss.fu-berlin.de/eurostat/page/countries/France" href="http://www4.wiwiss.fu-berlin.de/eurostat/page/countries/France"&gt;http://www4.wiwiss.fu-berlin.de/eurostat/page/countries/France&lt;/a&gt;&lt;/p&gt; &lt;p&gt;(note the /html/) and if a RDF app would visit the URI it would re-direct them to:&lt;/p&gt; &lt;p&gt;&lt;a title="http://www4.wiwiss.fu-berlin.de/eurostat/data/countries/France" href="http://www4.wiwiss.fu-berlin.de/eurostat/data/countries/France"&gt;http://www4.wiwiss.fu-berlin.de/eurostat/data/countries/France&lt;/a&gt;&lt;/p&gt; &lt;p&gt;(note the /data/).&lt;/p&gt; &lt;p&gt;A good point that was raised (by Giovanni Tummarello) was that this is not intuitive, I email you a link, you put it in your browser and it is something you want to email to a colleague, but wait, now the URI that you email is now different and if you don't catch that you are emailing a different URI which won't produce the intended results. To a developer (who is not practiced in the arts of URIs, TAG and HTTPRange-14 issues) this is hard to follow, just which one do I use and when.&lt;/p&gt; &lt;p&gt;So a solution that is being used by &lt;a href="http://www.openlinksw.com"&gt;Openlink's&lt;/a&gt; &lt;a href="http://www.openlinksw.com/blog/~kidehen"&gt;Kingsley Idehen&lt;/a&gt; is to use one URI and use content negotiation (via 303 See Other) to return the correct resource. That way there is no URI changing and no potential for confusion. It also is just plain cleaner. Any developer will know straight away what resource to use. This is backed up by the fact that the TAG group &lt;a href="http://lists.w3.org/Archives/Public/www-tag/2005Jun/0039.html"&gt;stated&lt;/a&gt; that any URI that returns a 2XX status code is actually an information resource and should not be used as a URI. So we can't use that for the pointer. Any URI that returns a 303 (See Other) status code is ambigious and could be a resource or a URI.&lt;/p&gt; &lt;p&gt;I think the strategy being used by Kingsley is perfect and is failful to the TAG decision yet answers the point by Giovanni Tummarello.&lt;/p&gt; &lt;p&gt;&lt;a href="http://thing-described-by.org/"&gt;thing-described-by.org&lt;/a&gt; has a thoughtful way of dealing with the issue that bypasses a lot of the above hoopla. Check it out. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:c589a898-561c-418a-90e5-ab288c246bcf" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SemWeb" rel="tag"&gt;SemWeb&lt;/a&gt;, &lt;a href="http://technorati.com/tags/URI" rel="tag"&gt;URI&lt;/a&gt;, &lt;a href="http://technorati.com/tags/RDF" rel="tag"&gt;RDF&lt;/a&gt;, &lt;a href="http://technorati.com/tags/httpRange-14" rel="tag"&gt;httpRange-14&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/13.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/06/29/URI-Best-Practices--Actually-Creating-Useful-Links.aspx</guid>
            <pubDate>Thu, 28 Jun 2007 14:26:50 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/13.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/06/29/URI-Best-Practices--Actually-Creating-Useful-Links.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/13.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/13.aspx</trackback:ping>
        </item>
        <item>
            <title>I have invites (5) for Freebase, anyone interested</title>
            <link>http://davidseth.net/blog/archive/2007/06/28/Freebase-invites.aspx</link>
            <description>I just got an email from &lt;a href="http://www.freebase.com"&gt;Freebase&lt;/a&gt; letting me know that I have &lt;strike&gt;5&lt;/strike&gt; (make that 11 now!) invites to hand out. Anyone intersested? Let me know, just drop a short comment with a tiny note on what interests you in the Freebase technology or Semantic Web or just what you had for lunch...&lt;img src="http://davidseth.net/blog/aggbug/11.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/06/28/Freebase-invites.aspx</guid>
            <pubDate>Thu, 28 Jun 2007 00:21:01 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/11.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/06/28/Freebase-invites.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/11.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/11.aspx</trackback:ping>
        </item>
    </channel>
</rss>