<?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: New version of the SPARQL Python wrapper</title>
	<atom:link href="http://ivan-herman.name/2008/02/14/new-version-of-the-sparql-python-wrapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan-herman.name/2008/02/14/new-version-of-the-sparql-python-wrapper/</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 14:40:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</title>
		<link>http://ivan-herman.name/2008/02/14/new-version-of-the-sparql-python-wrapper/#comment-4685</link>
		<dc:creator><![CDATA[Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web]]></dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=95#comment-4685</guid>
		<description><![CDATA[[...] New version of the SPARQL Python wrapper [...]]]></description>
		<content:encoded><![CDATA[<p>[...] New version of the SPARQL Python wrapper [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Brickley</title>
		<link>http://ivan-herman.name/2008/02/14/new-version-of-the-sparql-python-wrapper/#comment-4669</link>
		<dc:creator><![CDATA[Dan Brickley]]></dc:creator>
		<pubDate>Sun, 06 Apr 2008 14:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=95#comment-4669</guid>
		<description><![CDATA[Oops forgot to include http://danbri.org/words/2008/01/07/247 

Sample usage, http://svn.foaf-project.org/foaftown/2008/ruby-sparql-client/src/test_query.rb
...JSON version is better than the XML, which currently returns raw REXML objects.]]></description>
		<content:encoded><![CDATA[<p>Oops forgot to include <a href="http://danbri.org/words/2008/01/07/247" rel="nofollow">http://danbri.org/words/2008/01/07/247</a> </p>
<p>Sample usage, <a href="http://svn.foaf-project.org/foaftown/2008/ruby-sparql-client/src/test_query.rb" rel="nofollow">http://svn.foaf-project.org/foaftown/2008/ruby-sparql-client/src/test_query.rb</a><br />
&#8230;JSON version is better than the XML, which currently returns raw REXML objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Brickley</title>
		<link>http://ivan-herman.name/2008/02/14/new-version-of-the-sparql-python-wrapper/#comment-4668</link>
		<dc:creator><![CDATA[Dan Brickley]]></dc:creator>
		<pubDate>Sun, 06 Apr 2008 14:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=95#comment-4668</guid>
		<description><![CDATA[Cool! I&#039;m wondering if anyone cares to take my Ruby port, http://svn.foaf-project.org/foaftown/2008/ruby-sparql-client/ ...and run with it? or at least update it to more closely shadow latest vresion of the py ...]]></description>
		<content:encoded><![CDATA[<p>Cool! I&#8217;m wondering if anyone cares to take my Ruby port, <a href="http://svn.foaf-project.org/foaftown/2008/ruby-sparql-client/" rel="nofollow">http://svn.foaf-project.org/foaftown/2008/ruby-sparql-client/</a> &#8230;and run with it? or at least update it to more closely shadow latest vresion of the py &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colm Ó Cinnéide</title>
		<link>http://ivan-herman.name/2008/02/14/new-version-of-the-sparql-python-wrapper/#comment-4667</link>
		<dc:creator><![CDATA[Colm Ó Cinnéide]]></dc:creator>
		<pubDate>Sun, 06 Apr 2008 11:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=95#comment-4667</guid>
		<description><![CDATA[Hi Ivan,

I wrote an python extension to lpkb but was never really sure if it was truly restful. http://lpkb.cvs.sourceforge.net/lpkb/modpy/ basically it scans the &#039;GET url&#039; and returns the &#039;axioms&#039; that match.  clicking on an axiom makes it the new target.  then all axioms that match the current &#039;target&#039; are &#039;activated&#039; and shown. the &#039;pun&#039; here, is that &quot;branching axioms&quot; become &quot;hyperlinks&quot;. unfortunately there is no current live demo at mo&#039; as i am currently switching providers.  python *is* suited to these kinds of tasks i find. sparql can get the job done and services &quot;up the food chain&quot; are to be welcomed.

Colm.]]></description>
		<content:encoded><![CDATA[<p>Hi Ivan,</p>
<p>I wrote an python extension to lpkb but was never really sure if it was truly restful. <a href="http://lpkb.cvs.sourceforge.net/lpkb/modpy/" rel="nofollow">http://lpkb.cvs.sourceforge.net/lpkb/modpy/</a> basically it scans the &#8216;GET url&#8217; and returns the &#8216;axioms&#8217; that match.  clicking on an axiom makes it the new target.  then all axioms that match the current &#8216;target&#8217; are &#8216;activated&#8217; and shown. the &#8216;pun&#8217; here, is that &#8220;branching axioms&#8221; become &#8220;hyperlinks&#8221;. unfortunately there is no current live demo at mo&#8217; as i am currently switching providers.  python *is* suited to these kinds of tasks i find. sparql can get the job done and services &#8220;up the food chain&#8221; are to be welcomed.</p>
<p>Colm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

