<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>notizBlog &#187; Social Graph API</title>
	<atom:link href="http://notizblog.org/tag/social-graph-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizblog.org</link>
	<description>a weblog about the open, portable, social, synaptic, semantic, structured, distributed, decentralized, microformatted and federated social web</description>
	<lastBuildDate>Tue, 22 May 2012 14:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="search"
           href="http://notizblog.org/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='notizblog.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel='salmon' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-replies' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-mention' href='http://notizblog.org/?salmon=endpoint'/>		<item>
		<title>Accessing the OpenWeb with YQL</title>
		<link>http://notizblog.org/2010/09/28/access-the-openweb-with-yql/</link>
		<comments>http://notizblog.org/2010/09/28/access-the-openweb-with-yql/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 22:02:51 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[activitystreams]]></category>
		<category><![CDATA[ATOM]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[Webfinger]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3233</guid>
		<description><![CDATA[Durch einen Artikel auf ReadWriteWeb (5 Great YQL One-Liners) bin ich nach langer Zeit mal wieder auf Yahoos YQL-Plattform gelandet und habe nicht schlecht gestaunt, was die Yahoo Query Language mittlerweile alles leistet (mehr &#252;ber YQL hier). Ich hatte z.B. keine Ahnung, dass man auch eigene table definition schreiben kann und dass es auch schon [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://notizblog.org/wp-content/uploads/2010/09/YQL.png" alt="" title="YQL" width="137" height="123" class="alignright size-full wp-image-3282" />Durch einen Artikel auf ReadWriteWeb (<a href="http://www.readwriteweb.com/hack/2010/09/10-great-yql-one-liners.php" title="Permanent link to 5 Great YQL One-Liners">5 Great YQL One-Liners</a>) bin ich nach langer Zeit mal wieder auf <a href="https://developer.yahoo.com/yql/">Yahoos YQL-Plattform</a> gelandet und habe nicht schlecht gestaunt, was die <em>Yahoo Query Language</em> mittlerweile alles leistet (mehr &#252;ber YQL <a href="http://notizblog.org/2009/01/14/select-from-microformats/">hier</a>). Ich hatte z.B. keine Ahnung, dass man auch eigene <em><a href="http://datatables.org/">table definition</a></em> schreiben kann und dass es auch schon eine ziemlich flei&#223;ige Community um diese Definitionen gibt.</p>
<p>Meine Favoriten sind:</p>
<p><strong>Microformats</strong></p>
<pre>select * from microformats where
url='http://wait-till-i.com'</pre>
<p>&#8230;findet diverse Microformats. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20microformats%20where%20url%3D%27http%3A//wait-till-i.com%27">Direct Link</a></p>
<p>Mehr dazu hier: <a href="http://notizblog.org/2009/01/14/select-from-microformats/">SELECT * FROM microformats</a></p>
<p><strong>OpenID</strong></p>
<pre>select * from openid.discover where
normalizedId="http://www.yahoo.com/"</pre>
<p>&#8230;klassische OpenID-Discovery.  &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20openid.discover%20where%20normalizedId%3D%22http%3A//www.yahoo.com/%22">Direct Link</a></p>
<pre>select * from openid.yadis where
uri="http://www.yahoo.com/"</pre>
<p>&#8230;YADIS-Discovery. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20openid.yadis%20where%20uri%3D%22http%3A//www.yahoo.com/%22">Direct Link</a></p>
<p>&#8230;und es gibt noch &#8216;ne Reihe anderer <em>OpenID Queries</em>&#8230; es sollte sogar m&#246;glich sein einen kompletten OpenID-Client mit YQL zu bauen.</p>
<p><strong>OAuth</strong></p>
<pre>select * from oauth where uri='http://example.com'
and consumerKey='asd123' and consumerSecret='zxc456'
and callbackUri='http://example.com';</pre>
<p>&#8230;sendet einen OAuth-Request. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20oauth%20where%20uri%3D%27http%3A//example.com%27%20and%20consumerKey%3D%27asd123%27%20and%20consumerSecret%3D%27zxc456%27%20and%20callbackUri%3D%27http%3A//example.com%27%3B">Direct Link</a></p>
<p><strong>pubsubhubbub</strong></p>
<pre>insert into pubsubhubbub.publisher
(hub_url, topic_url) values
('http://pubsubhubbub.appspot.com/publish',
'http://developer.yahoo.com')</pre>
<p>&#8230;sendet ein Update an das angegebene Hub. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=insert%20into%20pubsubhubbub.publisher%20%28hub_url%2C%20topic_url%29%20values%20%28%27http%3A//pubsubhubbub.appspot.com/publish%27%2C%20%27http%3A//developer.yahoo.com%27%29">Direct Link</a></p>
<p><strong>Webfinger</strong></p>
<pre>select * from webfinger where
account='pfefferle@gmail.com'</pre>
<p>&#8230;Webfinger-Discovery. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20webfinger%20where%20account%3D%27pfefferle@gmail.com%27">Direct Link</a></p>
<p><strong>OpenSocial</strong></p>
<pre>select * from opensocial.people</pre>
<p>&#8230;sendet eine OpenSocial <em>People</em>-Anfrage. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20opensocial.people%20where%20ck%20%3D%20%22orkut.com%3A623061448914%22%20and%20cks%20%3D%20%22uynAeXiWTisflWX99KU1D2q5%22%20and%20count%20%3D%20%224%22%20and%20container%20%3D%20%22orkut%22%20and%20guid%20%3D%20%2203067092798963641994%22%20and%20selector%20%3D%20%22friends%22">Direct Link</a></p>
<p><strong>Social Graph API</strong></p>
<pre>select * from socialgraph.lookup where
q = "notizblog.org" AND edo = "1"</pre>
<p>&#8230;erm&#246;glicht Zugriff auf Googles <a href="http://code.google.com/intl/de-DE/apis/socialgraph/"><em>Social Graph API</em></a>. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20socialgraph.lookup%20where%20q%20%3D%20%22notizblog.org%22%20AND%20edo%20%3D%20%221%22">Direct Link</a></p>
<p><strong>Atom</strong></p>
<pre>select * from atom where
url='http://notizblog.org/feed/atom'</pre>
<p>&#8230;interpretiert Atom-Feeds mit allen m&#246;glichen Erweiterungen, beispielsweise der <a href="http://activitystrea.ms/spec/1.0/atom-activity-01.html">ActivityStreams-Extension</a>. &raquo; <a href="https://developer.yahoo.com/yql/console/?q=show%20tables&#038;env=store://datatables.org/alltableswithkeys#h=select%20*%20from%20atom%20where%20url%3D%27http%3A//notizblog.org/feed/atom%27">Direct Link</a></p>
<p>Vielleicht bekomm&#8217; ich die Tage ja auch mal eine <em>Query</em> zusammen <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Accessing the OpenWeb with YQL"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/09/28/access-the-openweb-with-yql/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/09/28/access-the-openweb-with-yql/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/09/28/access-the-openweb-with-yql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/09/YQL.png" />
		<media:content url="http://notizblog.org/wp-content/uploads/2010/09/YQL.png" medium="image">
			<media:title type="html">YQL</media:title>
		</media:content>
	</item>
		<item>
		<title>Googles Social Search</title>
		<link>http://notizblog.org/2010/02/01/googles-social-search/</link>
		<comments>http://notizblog.org/2010/02/01/googles-social-search/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 22:46:04 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Social Graph]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[Social Search]]></category>
		<category><![CDATA[Webmontag]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=2263</guid>
		<description><![CDATA[Bei der Recherche f&#252;r meinen Webmontag-Vortrag (der &#252;brigens morgen in Mannheim statt findet) hab ich entdeckt dass Googles Social Search schon weiter ist als ich dachte. Dreh und Angelpunkt der sozialen Suche wird das Google Profil sein. Die Webseiten der relevanten Kontakte werden &#252;ber die Links auf der Profilseite (via XFN oder FoaF) ermittelt. So [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der Recherche f&#252;r meinen <a href="http://webmontag-mrn.mixxt.de/networks/events/show_event.10351">Webmontag-Vortrag</a> (der &#252;brigens morgen in Mannheim statt findet) hab ich entdeckt dass <a href="http://googleblog.blogspot.com/2010/01/search-is-getting-more-social.html">Googles <em>Social Search</em></a> schon weiter ist als ich dachte. Dreh und Angelpunkt der sozialen Suche wird das <a href="http://www.google.com/profiles/me">Google Profil</a> sein.</p>
<p><a href="http://notizblog.org/2010/02/01/googles-social-search/google-profile/" rel="attachment wp-att-2270"><img src="http://notizblog.org/wp-content/uploads/2010/01/Google-Profile.jpg" alt="" title="Google-Profile" width="480" height="160" class="aligncenter size-full wp-image-2270" /></a></p>
<p>Die Webseiten der relevanten Kontakte werden &#252;ber die Links auf der Profilseite (via <a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a> oder <abbr title="Friend of a Friend">FoaF</abbr>) ermittelt. So schlie&#223;t sich dann auch der Kreis und sowohl die Google Profilseite als auch die <a href="http://notizblog.org/2008/02/04/googles-social-graph-api/">Social Graph API</a> passen wieder ins Bild.</p>
<p><a href="http://notizblog.org/2010/02/01/googles-social-search/google-social-search/" rel="attachment wp-att-2277"><img src="http://notizblog.org/wp-content/uploads/2010/01/google-social-search.jpg" alt="Googles Social Search - Overview" title="Googles Social Search - Overview" width="480" height="500" class="aligncenter size-full wp-image-2277" /></a></p>
<p>&#220;ber die <em>Social Search</em> kann man entweder die Seiten aller Freunde oder auch nur bestimmte Profile durchsuchen.</p>
<p><a href="http://notizblog.org/2010/02/01/googles-social-search/google-social-search-by-profile/" rel="attachment wp-att-2280"><img src="http://notizblog.org/wp-content/uploads/2010/01/google-social-search-by-profile.jpg" alt="Googles Social Search - Profile" title="Googles Social Search - Profile" width="480" height="390" class="aligncenter size-full wp-image-2280" /></a></p>
<p>Vielleicht l&#228;sst sich so ja auch erkl&#228;ren warum der Suchmaschinen-Riese in letzter Zeit <a href="http://josephsmarr.com/2009/12/18/joseph-smarr-has-new-work-info%e2%80%a6/">diverse</a> <a href="http://factoryjoe.com/blog/2010/01/07/happy-birthday-to-me-im-joining-google/">Internetgr&#246;&#223;en</a> <a href="http://willnorris.com/2010/01/going-to-google">anwarb</a> um ein &#8220;Social Web Team&#8221; aufzubauen.</p>
<p><span id="more-2263"></span>F&#252;r die Audio/Visuellen unter euch, gibt es auch noch ein kurzes Video von Google:</p>
<p><object type="application/x-shockwave-flash" style="width:480px; height:291px" data="http://www.youtube.com/v/aYf5iSA6t6g"><param name="movie" value="http://www.youtube.com/v/aYf5iSA6t6g"></param></object></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Googles Social Search"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/02/01/googles-social-search/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/02/01/googles-social-search/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/02/01/googles-social-search/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/01/Google-Profile-150x150.jpg" />
		<media:content url="http://notizblog.org/wp-content/uploads/2010/01/Google-Profile.jpg" medium="image">
			<media:title type="html">Google-Profile</media:title>
			<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/01/Google-Profile-150x150.jpg" />
		</media:content>
		<media:content url="http://notizblog.org/wp-content/uploads/2010/01/google-social-search.jpg" medium="image">
			<media:title type="html">Googles Social Search &#8211; Overview</media:title>
			<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/01/google-social-search-150x150.jpg" />
		</media:content>
		<media:content url="http://notizblog.org/wp-content/uploads/2010/01/google-social-search-by-profile.jpg" medium="image">
			<media:title type="html">Googles Social Search &#8211; Profile</media:title>
			<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/01/google-social-search-by-profile-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Identify &#8211; Firefox Extension</title>
		<link>http://notizblog.org/2009/03/31/identify-firefox-extension/</link>
		<comments>http://notizblog.org/2009/03/31/identify-firefox-extension/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:56:09 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Social Graph]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1446</guid>
		<description><![CDATA[Identify ist ein Firefox Addon entwickelt von Madgex (der Firma die z.B. auch den Microformats-Parser UfXtract entwickelt hat) welches, mit Hilfe von Googles Social Graph API und Yahoos YQL, Profil-Informationen und den Sozialen Graphen des Webseiten-Eigners anzeigt. Eigentlich ist das Plugin nicht viel mehr als eine Spielerei, zeigt aber sehr eindrucksvoll was mit Microformats alles [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lab.madgex.com/identify/">Identify</a> ist ein Firefox Addon entwickelt von <a href="http://www.madgex.com">Madgex</a> (der Firma die z.B. auch den Microformats-Parser <a href="http://lab.madgex.com/ufxtract/">UfXtract</a> entwickelt hat) welches, mit Hilfe von <a href="http://notizblog.org/2008/02/04/googles-social-graph-api/">Googles Social Graph API</a> und <a href="http://notizblog.org/2009/01/14/select-from-microformats/">Yahoos YQL</a>, Profil-Informationen und den <em>Sozialen Graphen</em> des Webseiten-Eigners anzeigt.</p>
<p><img src="http://notizblog.org/wp-content/uploads/2009/03/kontakt-at-notizblog-a-private-weblog-written-by-matthias-pfefferle.jpg" alt="Kontakt at notizBlog - a private weblog written by Matthias Pfefferle.jpg" width="480" height="347" class="aligncenter" /></p>
<p>Eigentlich ist das Plugin nicht viel mehr als eine Spielerei, zeigt aber sehr eindrucksvoll was mit <a href="http://microformats.org" rel="bookmark">Microformats</a> alles m&#246;glich ist und dass <em>semantisches HTML</em> vielleicht doch noch zu einer echte alternative zu <abbr title="Resource Description Framework">RDF</abbr>/<abbr title="Web Ontology Language">OWL</abbr> werden k&#246;nnte. Auf der anderen Seite ist es aber schon fast be&#228;ngstigend was das Netzt so alles &#252;ber mich wei&#223; und mit wie wenig Aufwand so eine &#220;bersicht &#252;ber mein Web-Leben erstellt werden kann.</p>
<p>F&#252;r nicht Firefox-Benutzer gibt es mit dem <a href="http://lab.madgex.com/socialgraph/socialgraphexplorer.aspx/">Social Graph Explorer</a> auch noch eine Online-Version, die ganz &#228;hnliche Ergebnisse liefert.</p>
<p>Das Addon l&#228;sst sich nach der Installation &#252;brigens mit <em>Alt i</em> auf Windows bzw. <em>Ctrl i</em> auf Mac OS X starten. </p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Identify &amp;#8211; Firefox Extension"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2009/03/31/identify-firefox-extension/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2009/03/31/identify-firefox-extension/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2009/03/31/identify-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2009/03/kontakt-at-notizblog-a-private-weblog-written-by-matthias-pfefferle.jpg" />
		<media:content url="http://notizblog.org/wp-content/uploads/2009/03/kontakt-at-notizblog-a-private-weblog-written-by-matthias-pfefferle.jpg" medium="image">
			<media:title type="html">Kontakt at notizBlog - a private weblog written by Matthias Pfefferle.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Warum nochmal XFN?</title>
		<link>http://notizblog.org/2008/02/07/warum-nochmal-xfn/</link>
		<comments>http://notizblog.org/2008/02/07/warum-nochmal-xfn/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 19:33:45 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[FoaF]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[XFN]]></category>

		<guid isPermaLink="false">http://notizblog.org/2008/02/07/warum-nochmal-xfn/</guid>
		<description><![CDATA[Dank Google ergibt das ewige XFN auszeichnen endlich einen Sinn Jetzt muss ich nur noch langsam mal mit meinem WordPress FoaF Plugin fertig werden&#8230; via microformats.dk Flattr this!]]></description>
			<content:encoded><![CDATA[<p>Dank <a href="http://notizblog.org/2008/02/04/googles-social-graph-api/">Google</a> ergibt das ewige XFN auszeichnen endlich einen Sinn <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://almaer.com/blog/finally-use-of-my-xfn-and-foaf"><img src='http://notizblog.org/wp-content/uploads/2008/02/socialgraph.png' alt='Finally use of my XFN and FOAF' /></a></p>
<p>Jetzt muss ich nur noch langsam mal mit meinem WordPress FoaF Plugin fertig werden&#8230;</p>
<p><small>via <a href="http://www.microformats.dk/2008/02/03/tegneserie-kommentar-til-social-graph-api/">microformats.dk</a></small></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Warum nochmal XFN?"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/02/07/warum-nochmal-xfn/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/02/07/warum-nochmal-xfn/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/02/07/warum-nochmal-xfn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2008/02/socialgraph.png" />
		<media:content url="http://notizblog.org/wp-content/uploads/2008/02/socialgraph.png" medium="image">
			<media:title type="html">Finally use of my XFN and FOAF</media:title>
		</media:content>
	</item>
	</channel>
</rss>

