<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Spoogle</title>
	<link>http://spoogle.dk</link>
	<description>A SparqlPress Playground</description>
	<pubDate>Mon, 18 Feb 2008 22:40:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Linky Icons</title>
		<link>http://spoogle.dk/2008/02/18/linky-icons/</link>
		<comments>http://spoogle.dk/2008/02/18/linky-icons/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:40:30 +0000</pubDate>
		<dc:creator>Morten Høybye Frederiksen</dc:creator>
		
		<category><![CDATA[FOAF]]></category>

		<category><![CDATA[OpenID]]></category>

		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://spoogle.dk/2008/02/18/linky-icons/</guid>
		<description><![CDATA[Thanks to Alexandre Passant&#8217;s work with the OpenID plugin and SPARQLing online accounts, SparqlPress now shows pretty little icons next to comments by users that were logged in with OpenID when writing the comment &#8212; lots of icons!

This is what a source snippet looks like as Turtle:
@prefix foaf: &#60;http://xmlns.com/foaf/0.1/&#62; .
&#60;#me&#62; foaf:holdsAccount [
  foaf:accountServiceHomepage &#60;http://en.wikipedia.org/wiki/Main_Page&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Alexandre Passant&#8217;s work with the OpenID plugin and <a href="http://apassant.net/blog/2008/02/16/foaf-hacks-of-the-day/">SPARQLing online accounts</a>, SparqlPress now shows pretty little icons next to comments by users that were logged in with OpenID when writing the comment &#8212; lots of icons!</p>
<p><img src="http://www.wasab.dk/morten/2008/02/linky-icons.png" alt="Linky Icons" /></p>
<p>This is what a source snippet looks like as Turtle:</p>
<pre style="font-size: 80%">@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
&lt;#me&gt; foaf:holdsAccount [
  foaf:accountServiceHomepage &lt;http://en.wikipedia.org/wiki/Main_Page&gt; ;
  foaf:accountName "Mortenf" ;
  foaf:accountProfilePage &lt;http://en.wikipedia.org/wiki/User:Mortenf&gt; ] ,
    &lt;http://del.icio.us/mortenf&gt; .
&lt;http://del.icio.us/mortenf&gt; foaf:accountName "mortenf" ;
  foaf:accountServiceHomepage &lt;http://del.icio.us/&gt; .</pre>
<p>Here it is as SPARQL:</p>
<pre style="font-size: 80%">
PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;
SELECT DISTINCT ?account ?service ?accountname ?profile
WHERE {
  ?person foaf:holdsAccount ?account .
  ?account foaf:accountServiceHomepage ?service .
  OPTIONAL { ?account foaf:accountName ?accountname }
  OPTIONAL { ?account foaf:accountProfilePage ?profile }
  FILTER (isIri(?account) || bound(?profile))
} GROUP BY ?account
</pre>
<p>Everything is still work in progress, of course, but you can try it out if you wish &#8212; just get it from my Bazaar repository in the sidebar.</p>
<p>Don&#8217;t forget to leave a comment here too &#8212; and come back in a while to see what the Semantic Web has digged up about you&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://spoogle.dk/2008/02/18/linky-icons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun time</title>
		<link>http://spoogle.dk/2008/02/11/fun-time/</link>
		<comments>http://spoogle.dk/2008/02/11/fun-time/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 23:55:50 +0000</pubDate>
		<dc:creator>Morten Høybye Frederiksen</dc:creator>
		
		<category><![CDATA[SparqlPress]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spoogle.dk/2008/02/11/fun-time/</guid>
		<description><![CDATA[I have committed a new revision of SparqlPress to my Bazaar repository:
http://bzr.mfd-consult.dk/sparqlpress/
Seems to be working, including scuttering (with support for GSG), queries, grouping, and a triple counter widget! :)
Scuttering as you read this&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I have committed a new revision of SparqlPress to my Bazaar repository:<br />
<a href="http://bzr.mfd-consult.dk/sparqlpress/">http://bzr.mfd-consult.dk/sparqlpress/</a></p>
<p>Seems to be working, including scuttering (with support for GSG), queries, grouping, and a triple counter widget! :)</p>
<p>Scuttering as you read this&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://spoogle.dk/2008/02/11/fun-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FOAFNaut Widget</title>
		<link>http://spoogle.dk/2008/01/22/foafnaut-widget/</link>
		<comments>http://spoogle.dk/2008/01/22/foafnaut-widget/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 14:05:36 +0000</pubDate>
		<dc:creator>Morten Høybye Frederiksen</dc:creator>
		
		<category><![CDATA[FOAF]]></category>

		<category><![CDATA[SPARQL]]></category>

		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://spoogle.dk/2008/01/22/foafnaut-widget/</guid>
		<description><![CDATA[Currently in test&#8217;n'tweak mode here is a WordPress widget with HTMLNaut, powered by SPARQL via RDF Tools. Try it out in the sidebar&#8230;
It&#8217;s not quite perfect yet (and the database currently only contains the FOAF profiles of danbri, CaptSolo and myself), but it does work.
Current issues:

Some page content is still visible when maximized (possibly only [...]]]></description>
			<content:encoded><![CDATA[<p>Currently in test&#8217;n'tweak mode here is a WordPress widget with HTMLNaut, powered by SPARQL via <a href="http://arc.semsol.org/download">RDF Tools</a>. Try it out in the sidebar&#8230;</p>
<p>It&#8217;s not quite perfect yet (and the database currently only contains the FOAF profiles of danbri, CaptSolo and myself), but it does work.</p>
<p>Current issues:</p>
<ul>
<li>Some page content is still visible when maximized (possibly only a problem with themes like Moo-Point that show two sidebars as one)</li>
<li><del datetime="2008-01-22T23:13:04+00:00">The SPARQL query returns more results than necessary (e.g. when someone has more than one IFP)</del> &#8212; fixed, using GROUP BY (from <a href="http://arc.semsol.org/docs/v2/sparql+">SPARQL+</a>)</li>
<li>Selecting/dragging blubs is hard, must bug JibberJim for solution&#8230;</li>
<li>SVG sproings not always updated correctly on drag</li>
<li>More than one blub representing a single person can be displayed due to improper identification</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://spoogle.dk/2008/01/22/foafnaut-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenID + FOAF</title>
		<link>http://spoogle.dk/2008/01/22/openid-foaf/</link>
		<comments>http://spoogle.dk/2008/01/22/openid-foaf/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 13:51:46 +0000</pubDate>
		<dc:creator>Morten Høybye Frederiksen</dc:creator>
		
		<category><![CDATA[FOAF]]></category>

		<category><![CDATA[OpenID]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spoogle.dk/2008/01/22/openid-foaf/</guid>
		<description><![CDATA[This post is supposed to be a place for testing the OpenID + FOAF plugin for WordPress by Alexandre Passant.
If you have your FOAF profile linked from your OpenID, please register and leave a comment letting us know if it works.
]]></description>
			<content:encoded><![CDATA[<p>This post is supposed to be a place for testing the <a href="http://apassant.net/blog/2008/01/06/wordpress-foaf-openid-updated/">OpenID + FOAF plugin for WordPress</a> by <a href="http://apassant.net/">Alexandre Passant</a>.</p>
<p>If you have your <a href="http://foaf-project.org/">FOAF</a> profile linked from your OpenID, please register and leave a comment letting us know if it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://spoogle.dk/2008/01/22/openid-foaf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Playing Around</title>
		<link>http://spoogle.dk/2008/01/22/playing-around/</link>
		<comments>http://spoogle.dk/2008/01/22/playing-around/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 13:33:20 +0000</pubDate>
		<dc:creator>Morten Høybye Frederiksen</dc:creator>
		
		<category><![CDATA[SparqlPress]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spoogle.dk/2008/01/22/playing-around/</guid>
		<description><![CDATA[This is a SparqlPress and WordPress playground.
Read all about it.
]]></description>
			<content:encoded><![CDATA[<p>This is a SparqlPress and WordPress playground.</p>
<p>Read <a href="/about/">all about it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spoogle.dk/2008/01/22/playing-around/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
