<?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/"
		>
<channel>
	<title>Comments on: Playing with RDF</title>
	<atom:link href="http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/</link>
	<description>Making your brain invert and fall out of your ear since 2007</description>
	<lastBuildDate>Tue, 11 Aug 2009 14:52:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Carr</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-234</link>
		<dc:creator>John Carr</dc:creator>
		<pubDate>Tue, 19 May 2009 17:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-234</guid>
		<description>@James Henstridge: Indeed, I was looking at Storm and SQLObject and others. I quite like the look of Storm.</description>
		<content:encoded><![CDATA[<p>@<a href="http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/#comment-233">James Henstridge</a>: Indeed, I was looking at Storm and SQLObject and others. I quite like the look of Storm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-233</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Tue, 19 May 2009 14:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-233</guid>
		<description>The existing ORMs for SQL databases might be a good starting point.

With Storm, the last example could be written something like:

    result = Store.find(Contact.firstname, Contact.nickname == &#039;Jc2k&#039;)

It would determine what tables need to be queried based on what you are selecting and what WHERE clauses you use.</description>
		<content:encoded><![CDATA[<p>The existing ORMs for SQL databases might be a good starting point.</p>
<p>With Storm, the last example could be written something like:</p>
<p>    result = Store.find(Contact.firstname, Contact.nickname == &#8216;Jc2k&#8217;)</p>
<p>It would determine what tables need to be queried based on what you are selecting and what WHERE clauses you use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carr</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-232</link>
		<dc:creator>John Carr</dc:creator>
		<pubDate>Mon, 18 May 2009 10:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-232</guid>
		<description>@Natan Yellin: Wicked cool! I have a lot of ideas for improving them, but not much time to implement them. Feel free to poke me in #tracker (Jc2k).</description>
		<content:encoded><![CDATA[<p>@<a href="http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/#comment-228">Natan Yellin</a>: Wicked cool! I have a lot of ideas for improving them, but not much time to implement them. Feel free to poke me in #tracker (Jc2k).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natan Yellin</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-228</link>
		<dc:creator>Natan Yellin</dc:creator>
		<pubDate>Sat, 16 May 2009 21:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-228</guid>
		<description>That looks pretty neat. I&#039;m working on a Tracker-based backend for GNOME Zeitgeist so I definitely will give your code a look to see if I can pick up any ideas. :)</description>
		<content:encoded><![CDATA[<p>That looks pretty neat. I&#8217;m working on a Tracker-based backend for GNOME Zeitgeist so I definitely will give your code a look to see if I can pick up any ideas. <img src='http://blogs.gnome.org/johncarr/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carr</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-227</link>
		<dc:creator>John Carr</dc:creator>
		<pubDate>Fri, 15 May 2009 16:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-227</guid>
		<description>@engla: As far as i&#039;m aware tracker 0.7 should be pretty good too, but you&#039;d be better asking in #tracker for specifics.

@Patrys: I&#039;m certainly looking to similiar things for inspiration. Hadn&#039;t thought of django though. Thanks for the pointer.</description>
		<content:encoded><![CDATA[<p>@<a href="http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/#comment-224">engla</a>: As far as i&#8217;m aware tracker 0.7 should be pretty good too, but you&#8217;d be better asking in #tracker for specifics.</p>
<p>@Patrys: I&#8217;m certainly looking to similiar things for inspiration. Hadn&#8217;t thought of django though. Thanks for the pointer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrys</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-226</link>
		<dc:creator>Patrys</dc:creator>
		<pubDate>Fri, 15 May 2009 16:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-226</guid>
		<description>I think you might want to implement something similar to django.db.models.Q</description>
		<content:encoded><![CDATA[<p>I think you might want to implement something similar to django.db.models.Q</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engla</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/15/playing-with-rdf/comment-page-1/#comment-224</link>
		<dc:creator>engla</dc:creator>
		<pubDate>Fri, 15 May 2009 15:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=118#comment-224</guid>
		<description>that&#039;s neat and all that. I&#039;m still using tracker 0.6.6, which is a ridiculously fast C-written search system. I was really impressed when I found out about tracker. Now the new versions, 0.7 and that are long coming.. I&#039;m afraid they are not so fast and lean and mean anymore. How is it? Does it use lots of memory or cpu. Do you (ever!) notice it running.

I&#039;ve got an old mac, 1.2 GHz and I never notice tracker running on this laptop, a truly epic feat for this functionality.</description>
		<content:encoded><![CDATA[<p>that&#8217;s neat and all that. I&#8217;m still using tracker 0.6.6, which is a ridiculously fast C-written search system. I was really impressed when I found out about tracker. Now the new versions, 0.7 and that are long coming.. I&#8217;m afraid they are not so fast and lean and mean anymore. How is it? Does it use lots of memory or cpu. Do you (ever!) notice it running.</p>
<p>I&#8217;ve got an old mac, 1.2 GHz and I never notice tracker running on this laptop, a truly epic feat for this functionality.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
