<?xml version="1.0" encoding="iso-8859-1"?><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"
	>
<channel>
	<title>Comments on: Implementing and visualizing relationships between Talk Digger&#8217;s SIOC and FOAF documents</title>
	<atom:link href="http://fgiasson.com/blog/index.php/2006/06/08/implementing_and_visualizing_relationshi/feed/" rel="self" type="application/rss+xml" />
	<link>http://fgiasson.com/blog/index.php/2006/06/08/implementing_and_visualizing_relationshi/</link>
	<description></description>
	<pubDate>Mon, 07 Jul 2008 10:06:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Fred</title>
		<link>http://fgiasson.com/blog/index.php/2006/06/08/implementing_and_visualizing_relationshi/#comment-541</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 09 Jun 2006 19:34:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-541</guid>
		<description>Hi John,&lt;br /&gt;
&lt;br /&gt;
Yeah great. Personally I like account_of. The semantic is good, in fact, we are talking about an account (a sioc:User), so this is the "account_of" a person (foaf: Person).&lt;br /&gt;
&lt;br /&gt;
Keep up the good work with the SIOC ontology, it's sure that I'll do my best to help it grows. I will be a pleasure to help you if you need any!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Take care,&lt;br /&gt;
&lt;br /&gt;
Salutations,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fred</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Yeah great. Personally I like account_of. The semantic is good, in fact, we are talking about an account (a sioc:User), so this is the &#8220;account_of&#8221; a person (foaf: Person).</p>
<p>Keep up the good work with the SIOC ontology, it&#8217;s sure that I&#8217;ll do my best to help it grows. I will be a pleasure to help you if you need any!</p>
<p>
Take care,</p>
<p>Salutations,</p>
<p>
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://fgiasson.com/blog/index.php/2006/06/08/implementing_and_visualizing_relationshi/#comment-540</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 09 Jun 2006 14:41:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-540</guid>
		<description>Cool - well seeAlso is the best you can do for now :)  But we've petitioned for the accountOf property; failing that we can point out from SIOC to FOAF using account_of or account_holder or something that would be a logical inverse to holdsAccount...</description>
		<content:encoded><![CDATA[<p>Cool - well seeAlso is the best you can do for now <img src='http://fgiasson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But we&#8217;ve petitioned for the accountOf property; failing that we can point out from SIOC to FOAF using account_of or account_holder or something that would be a logical inverse to holdsAccount&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fgiasson.com/blog/index.php/2006/06/08/implementing_and_visualizing_relationshi/#comment-539</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 09 Jun 2006 13:38:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-539</guid>
		<description>Hi John!&lt;br /&gt;
&lt;br /&gt;
the sioc:has_buddy would have sense because it would be the users that knows each others in a closed system.&lt;br /&gt;
&lt;br /&gt;
The thing is that in Talk Digger, the foaf:knows property doesn't only link people that know each other in the Talk Digger community, it also give the possibility to its users to foaf:knows someone outside the community. So, if you take a closer look at the foaf file, you will see that "fgiasson" know not only people from Talk Digger.&lt;br /&gt;
&lt;br /&gt;
Considering that difference, I think that the sioc:has_buddy make senses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the sioc:User and foaf:Person thing, the problem is that there is no such properties right now. So, does it makes sense to use the rdfs:seeAlso property? In fact, the sioc:User is a resource and the foaf:Person is another resource. So [sioc:User -- rdfs:seeAlso --&gt; foaf:Person] make sense (in my opinion) because the foaf:Person resource "add information" to the sioc:User resource (if we take a look at the rdfs:seeAlso definition, it is what it is intended too).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's sad for the SVG. Do you know how I could convert them in PNG, JPEG or GIF file? I took 1 or 2 hours without any success ehehhe.&lt;br /&gt;
&lt;br /&gt;
thanks!&lt;br /&gt;
&lt;br /&gt;
salutations,&lt;br /&gt;
&lt;br /&gt;
Fred</description>
		<content:encoded><![CDATA[<p>Hi John!</p>
<p>the sioc:has_buddy would have sense because it would be the users that knows each others in a closed system.</p>
<p>The thing is that in Talk Digger, the foaf:knows property doesn&#8217;t only link people that know each other in the Talk Digger community, it also give the possibility to its users to foaf:knows someone outside the community. So, if you take a closer look at the foaf file, you will see that &#8220;fgiasson&#8221; know not only people from Talk Digger.</p>
<p>Considering that difference, I think that the sioc:has_buddy make senses.</p>
<p>For the sioc:User and foaf:Person thing, the problem is that there is no such properties right now. So, does it makes sense to use the rdfs:seeAlso property? In fact, the sioc:User is a resource and the foaf:Person is another resource. So [sioc:User -- rdfs:seeAlso --> foaf:Person] make sense (in my opinion) because the foaf:Person resource &#8220;add information&#8221; to the sioc:User resource (if we take a look at the rdfs:seeAlso definition, it is what it is intended too).</p>
<p>
It&#8217;s sad for the SVG. Do you know how I could convert them in PNG, JPEG or GIF file? I took 1 or 2 hours without any success ehehhe.</p>
<p>thanks!</p>
<p>salutations,</p>
<p>Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://fgiasson.com/blog/index.php/2006/06/08/implementing_and_visualizing_relationshi/#comment-538</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 09 Jun 2006 11:01:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-538</guid>
		<description>Hi Fred - I was worried that that loop was a problem but having two sioc:User accounts associated with foaf:Person(s) that are friends is okay :)  We did initially have sioc:knows which was a duplication of the FOAF term so was dropped, and thought about having sioc:has_buddy or something for buddy lists, but it's the Person associated with the account that would know someone, not the account itself so the way you have done it makes sense.&lt;br /&gt;
&lt;br /&gt;
As regards the link from sioc:User to foaf:Person, it is being talked about on the rdfweb-dev list.  Also, see http://b4mad.net/datenbrei/archives/2006/06/09/no-loopback-from-siocuser-to-foafperson/&lt;br /&gt;
&lt;br /&gt;
I can't see your SVGs unfortunately, can't seem to zoom in - might try another client...&lt;br /&gt;
&lt;br /&gt;
Talk soon,&lt;br /&gt;
&lt;br /&gt;
John.&lt;br /&gt;
--</description>
		<content:encoded><![CDATA[<p>Hi Fred - I was worried that that loop was a problem but having two sioc:User accounts associated with foaf:Person(s) that are friends is okay <img src='http://fgiasson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  We did initially have sioc:knows which was a duplication of the FOAF term so was dropped, and thought about having sioc:has_buddy or something for buddy lists, but it&#8217;s the Person associated with the account that would know someone, not the account itself so the way you have done it makes sense.</p>
<p>As regards the link from sioc:User to foaf:Person, it is being talked about on the rdfweb-dev list.  Also, see <a href="http://b4mad.net/datenbrei/archives/2006/06/09/no-loopback-from-siocuser-to-foafperson/" rel="nofollow">http://b4mad.net/datenbrei/archives/2006/06/09/no-loopback-from-siocuser-to-foafperson/</a><img src="http://fgiasson.com/blog/wp-content/plugins/zlinks/imgs/mini_rdf.gif" border="0" style="cursor: pointer; padding:0px 0px 0px 1px; margin:0px;" onmouseover="assignPopup(this, 'http://b4mad.net/datenbrei/archives/2006/06/09/no-loopback-from-siocuser-to-foafperson/', 'http://fgiasson.com/blog/wp-content/plugins/zlinks/');" alt="" /></p>
<p>I can&#8217;t see your SVGs unfortunately, can&#8217;t seem to zoom in - might try another client&#8230;</p>
<p>Talk soon,</p>
<p>John.<br />
&#8211;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
