<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Freebase, a quick reality check</title>
	<atom:link href="http://blog.hamstersoup.com/2007/05/07/freebase-a-quick-reality-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hamstersoup.com/2007/05/07/freebase-a-quick-reality-check/</link>
	<description>Exploring the next wave of data-driven apps</description>
	<lastBuildDate>Fri, 12 Jun 2009 10:20:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will Moffat</title>
		<link>http://blog.hamstersoup.com/2007/05/07/freebase-a-quick-reality-check/#comment-488</link>
		<dc:creator>Will Moffat</dc:creator>
		<pubDate>Mon, 07 May 2007 19:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/05/07/freebase-a-quick-reality-check/#comment-488</guid>
		<description>Hi Daniel, great tip. I didn&#039;t think of using prefixes for matching multiple types. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Daniel, great tip. I didn&#8217;t think of using prefixes for matching multiple types. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daepark</title>
		<link>http://blog.hamstersoup.com/2007/05/07/freebase-a-quick-reality-check/#comment-487</link>
		<dc:creator>daepark</dc:creator>
		<pubDate>Mon, 07 May 2007 18:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/05/07/freebase-a-quick-reality-check/#comment-487</guid>
		<description>Since the properties you&#039;re constraining on are on type /people/person, you could save some bytes by doing this:
&lt;code&gt;
{
  &quot;query&quot;:[{
    &quot;date_of_birth&quot;:null,
    &quot;date_of_birth&lt;&quot;:&quot;1974&quot;,
    &quot;date_of_birth&gt;=&quot;:&quot;1970&quot;,
    &quot;name&quot;:null,
    &quot;place_of_birth&quot;:&quot;Ghent&quot;,
    &quot;type&quot;:&quot;/people/person&quot;,
    &quot;a:type&quot;:&quot;/tv/tv_actor&quot;,
  }]
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Since the properties you&#8217;re constraining on are on type /people/person, you could save some bytes by doing this:<br />
<code><br />
{<br />
  "query":[{<br />
    "date_of_birth":null,<br />
    "date_of_birth&lt;":"1974",<br />
    "date_of_birth&gt;=":"1970",<br />
    "name":null,<br />
    "place_of_birth":"Ghent",<br />
    "type":"/people/person",<br />
    "a:type":"/tv/tv_actor",<br />
  }]<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://blog.hamstersoup.com/2007/05/07/freebase-a-quick-reality-check/#comment-484</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Mon, 07 May 2007 12:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/05/07/freebase-a-quick-reality-check/#comment-484</guid>
		<description>:-D

I didn&#039;t really know if we had (movie)actors from Ghent. I learned something new today! :-) I&#039;ve received my invitation this night and I&#039;m playing with it and organizing some data and doing some queries. I already found some inconsistencies which I&#039;m addressing (A series has episodes instead of episode, and such)

You are indeed correct, the data isn&#039;t there yet, but then again there are only 2,180 users at the moment. Once freebase launches / takes in more users, the data will be ordered a lot faster. I have big hopes for Freebase, and thanks to you I&#039;m now an &#039;early adopter&#039; ;-)</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile-big.png' alt=':-D' class='wp-smiley' /> </p>
<p>I didn&#8217;t really know if we had (movie)actors from Ghent. I learned something new today! <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':-)' class='wp-smiley' />  I&#8217;ve received my invitation this night and I&#8217;m playing with it and organizing some data and doing some queries. I already found some inconsistencies which I&#8217;m addressing (A series has episodes instead of episode, and such)</p>
<p>You are indeed correct, the data isn&#8217;t there yet, but then again there are only 2,180 users at the moment. Once freebase launches / takes in more users, the data will be ordered a lot faster. I have big hopes for Freebase, and thanks to you I&#8217;m now an &#8216;early adopter&#8217; <img src='http://s.wordpress.com/wp-includes/images/smilies/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
