<?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: Degrees of RDF</title>
	<atom:link href="http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/</link>
	<description>Let's just see what happens</description>
	<lastBuildDate>Sun, 16 Jun 2013 09:24:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Tara 'Miss Rogue' Hunt</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12323</link>
		<dc:creator>Tara 'Miss Rogue' Hunt</dc:creator>
		<pubDate>Tue, 09 May 2006 02:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12323</guid>
		<description><![CDATA[You&#039;ve heard of &lt;a href=&quot;http://microformats.org&quot; rel=&quot;nofollow&quot;&gt;Microformats&lt;/a&gt;, right?

You may want to drop the &lt;a href=&quot;http://microformats.org/mailman/listinfo/microformats-discuss&quot; rel=&quot;nofollow&quot;&gt;group a line&lt;/a&gt;...

Web standards that are community driven...;)
]]></description>
		<content:encoded><![CDATA[<p>You&#8217;ve heard of <a href="http://microformats.org" rel="nofollow">Microformats</a>, right?</p>
<p>You may want to drop the <a href="http://microformats.org/mailman/listinfo/microformats-discuss" rel="nofollow">group a line</a>&#8230;</p>
<p>Web standards that are community driven&#8230;;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12322</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Mon, 01 May 2006 00:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12322</guid>
		<description><![CDATA[NF is-partly-in Canada

(NF is-partly-in Canada) has-degree 80%

]]></description>
		<content:encoded><![CDATA[<p>NF is-partly-in Canada</p>
<p>(NF is-partly-in Canada) has-degree 80%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Fienberg</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12321</link>
		<dc:creator>Jay Fienberg</dc:creator>
		<pubDate>Sun, 30 Apr 2006 21:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12321</guid>
		<description><![CDATA[In general, this problem is similar to how a web of pages isn&#039;t good at representing certain database structures. The web is made of autonomous chunks connecting in lots of autonomous ways.

But, it&#039;s sometimes harder to represent more strictly / tighly related large chunks on the web.

(IMHO, RDF is designed for a web of data to have the same freedom of autonomy as the web of pages--so it&#039;s more like the web than like an RDBMS.)

Your examples could be interpreted as shorthands that imply a bunch of logical relationships. These relationships can be broken up into smaller logical chunks.

(And, RDBMs are often designed specifically to efficiently store these bunches of relationships together, e.g., as n-ary relations. RDF is binary relations.)

So, breaking one example down into smaller chunks:

&quot;Niagara Falls is 80% in Canada&quot;

1. Niagra Falls is an area on a map
2. Canada is an area on a map
3. US is an area on a map

4. Canada intersects with Niagra Falls
5. US intersects with Niagra Falls

6. [4] is an area on a map
7. [5] is an area on a map

8. [1] has dimension 100 square miles
9. [6] has dimension 80 square miles
10. [7] has dimension 20 square miles

This is a lot more complicated than saying &quot;Niagara Falls is 80% in Canada&quot;, but the smaller chunks have two redeeming qualities:

a. each statement uses the same data structure (i.e., you don&#039;t have to create a new structure every time you want to deal with different kinds of data)

b. most statements are totally independent of others (e.g., they could be spread out in time or place on the web)

Of course, you could also just create an RDF-compatible percent-in-Canada vocabulary, e.g.:

Niagra Falls percent-in-Canada 80

In other words, if you don&#039;t need things to be flexible or general, you can always be super specific.

(Then, if someone needed to convert to something different, they could create an ontology that indicates how to map your percent-in-Canada vocabulary to a less specific vocab like the area-based one I suggested above.)
]]></description>
		<content:encoded><![CDATA[<p>In general, this problem is similar to how a web of pages isn&#8217;t good at representing certain database structures. The web is made of autonomous chunks connecting in lots of autonomous ways.</p>
<p>But, it&#8217;s sometimes harder to represent more strictly / tighly related large chunks on the web.</p>
<p>(IMHO, RDF is designed for a web of data to have the same freedom of autonomy as the web of pages&#8211;so it&#8217;s more like the web than like an RDBMS.)</p>
<p>Your examples could be interpreted as shorthands that imply a bunch of logical relationships. These relationships can be broken up into smaller logical chunks.</p>
<p>(And, RDBMs are often designed specifically to efficiently store these bunches of relationships together, e.g., as n-ary relations. RDF is binary relations.)</p>
<p>So, breaking one example down into smaller chunks:</p>
<p>&#8220;Niagara Falls is 80% in Canada&#8221;</p>
<p>1. Niagra Falls is an area on a map<br />
2. Canada is an area on a map<br />
3. US is an area on a map</p>
<p>4. Canada intersects with Niagra Falls<br />
5. US intersects with Niagra Falls</p>
<p>6. [4] is an area on a map<br />
7. [5] is an area on a map</p>
<p>8. [1] has dimension 100 square miles<br />
9. [6] has dimension 80 square miles<br />
10. [7] has dimension 20 square miles</p>
<p>This is a lot more complicated than saying &#8220;Niagara Falls is 80% in Canada&#8221;, but the smaller chunks have two redeeming qualities:</p>
<p>a. each statement uses the same data structure (i.e., you don&#8217;t have to create a new structure every time you want to deal with different kinds of data)</p>
<p>b. most statements are totally independent of others (e.g., they could be spread out in time or place on the web)</p>
<p>Of course, you could also just create an RDF-compatible percent-in-Canada vocabulary, e.g.:</p>
<p>Niagra Falls percent-in-Canada 80</p>
<p>In other words, if you don&#8217;t need things to be flexible or general, you can always be super specific.</p>
<p>(Then, if someone needed to convert to something different, they could create an ontology that indicates how to map your percent-in-Canada vocabulary to a less specific vocab like the area-based one I suggested above.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fp</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12320</link>
		<dc:creator>fp</dc:creator>
		<pubDate>Sun, 30 Apr 2006 18:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12320</guid>
		<description><![CDATA[Just a quick pointer to a related thread at &lt;a href=&quot;http://weblog.burningbird.net/2006/04/29/i-love-you-25-of-the-time/&quot; rel=&quot;nofollow&quot;&gt;Shelley Powers&#039;...&lt;/a&gt;

Oh, and a sidebar comment about what do these percentages mean anyway?  Does the Purple Dawn paint contain thirty percent of a specific colorizing agent, or does it reflect 30% of the red light when it is dry and on the wall?  And how much water flows over Niagara Falls, and is that the measurement you&#039;re looking for when you say 80% or are you looking for some simple geometric assertion?  And the fourth time Frenchy assaults Lefty, does he just slap him/her around a little thus not &quot;beat&quot; him/her and how do you quantize a beating anyway?

Regarding Bill&#039;s commitment to Mary, I suspect that &quot;greatly but not totally committed&quot; describes the condition better than 85% committed.

All of which goes to say that I like it that the programmers ran upstairs to chop code while the analysts are still assessing the requirements.  You get a lot more work done that way.

]]></description>
		<content:encoded><![CDATA[<p>Just a quick pointer to a related thread at <a href="http://weblog.burningbird.net/2006/04/29/i-love-you-25-of-the-time/" rel="nofollow">Shelley Powers&#8217;&#8230;</a></p>
<p>Oh, and a sidebar comment about what do these percentages mean anyway?  Does the Purple Dawn paint contain thirty percent of a specific colorizing agent, or does it reflect 30% of the red light when it is dry and on the wall?  And how much water flows over Niagara Falls, and is that the measurement you&#8217;re looking for when you say 80% or are you looking for some simple geometric assertion?  And the fourth time Frenchy assaults Lefty, does he just slap him/her around a little thus not &#8220;beat&#8221; him/her and how do you quantize a beating anyway?</p>
<p>Regarding Bill&#8217;s commitment to Mary, I suspect that &#8220;greatly but not totally committed&#8221; describes the condition better than 85% committed.</p>
<p>All of which goes to say that I like it that the programmers ran upstairs to chop code while the analysts are still assessing the requirements.  You get a lot more work done that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim finin</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12319</link>
		<dc:creator>tim finin</dc:creator>
		<pubDate>Sun, 30 Apr 2006 04:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12319</guid>
		<description><![CDATA[There are some other approaches to this, including using fuzzy set theory and using probabilities.  Yun Peng and his students in the &lt;a href=&quot;http://ebiquity.umbc.edu/&quot; rel=&quot;nofollow&quot;&gt;UMBC ebiquity lab&lt;/a&gt; have been doing some interesting work on integrating Bayesian reasoning and OWL -- the probabilistic approach.  Here are some &lt;a href=&quot;http://ebiquity.umbc.edu/papers/select/search/html/613a353a7b693a303b643a303b693a313b643a303b693a323b733a303a22223b693a333b733a31313a22756e6365727461696e7479223b693a343b643a303b7d/&quot; rel=&quot;nofollow&quot;&gt;recent papers&lt;/a&gt;.
]]></description>
		<content:encoded><![CDATA[<p>There are some other approaches to this, including using fuzzy set theory and using probabilities.  Yun Peng and his students in the <a href="http://ebiquity.umbc.edu/" rel="nofollow">UMBC ebiquity lab</a> have been doing some interesting work on integrating Bayesian reasoning and OWL &#8212; the probabilistic approach.  Here are some <a href="http://ebiquity.umbc.edu/papers/select/search/html/613a353a7b693a303b643a303b693a313b643a303b693a323b733a303a22223b693a333b733a31313a22756e6365727461696e7479223b693a343b643a303b7d/" rel="nofollow">recent papers</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12318</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sun, 30 Apr 2006 02:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12318</guid>
		<description><![CDATA[As you noticed, it&#039;s not something you can express directly in a (useful) statement in RDF. To get the benefit of machines the compromise is that you have to put things in terms that can be handled using easy logic. IANAL, but I believe it&#039;s a computational nightmare to be creative with the relationship.

But as Julian, Micah and Mike suggest, the same information can be expressed by twisting the sentences around a little - there is something called Commitment involving Bill, Mary and a percentage.

It&#039;s not a problem of RDF per se, consider how you would (again *usefully*) express the same information for a SQL DB or Javascript.

There&#039;s a related write-up:

&lt;a href=&quot;http://www.w3.org/TR/swbp-n-aryRelations/&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/swbp-n-aryRelations/&lt;/a&gt;

....

Ok, must try one:

&lt;http://colors.org/pd&gt; a :Tint;
:name &quot;Purple Dawn&quot;;
:red &quot;0.3&quot;^^xsd:float .




]]></description>
		<content:encoded><![CDATA[<p>As you noticed, it&#8217;s not something you can express directly in a (useful) statement in RDF. To get the benefit of machines the compromise is that you have to put things in terms that can be handled using easy logic. IANAL, but I believe it&#8217;s a computational nightmare to be creative with the relationship.</p>
<p>But as Julian, Micah and Mike suggest, the same information can be expressed by twisting the sentences around a little &#8211; there is something called Commitment involving Bill, Mary and a percentage.</p>
<p>It&#8217;s not a problem of RDF per se, consider how you would (again *usefully*) express the same information for a SQL DB or Javascript.</p>
<p>There&#8217;s a related write-up:</p>
<p><a href="http://www.w3.org/TR/swbp-n-aryRelations/" rel="nofollow">http://www.w3.org/TR/swbp-n-aryRelations/</a></p>
<p>&#8230;.</p>
<p>Ok, must try one:</p>
<p>&lt;<a href="http://colors.org/pd&#038;gt" rel="nofollow">http://colors.org/pd&#038;gt</a>; a :Tint;<br />
:name &#8220;Purple Dawn&#8221;;<br />
:red &#8220;0.3&#8243;^^xsd:float .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Manuel Caicedo</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12317</link>
		<dc:creator>Juan Manuel Caicedo</dc:creator>
		<pubDate>Sun, 30 Apr 2006 02:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12317</guid>
		<description><![CDATA[There&#039;s a good document about this kind of concerns: Defining N-ary Relations on the Semantic Web (http://www.w3.org/TR/2006/NOTE-swbp-n-aryRelations-20060412/#useCase1)

It describes how to handle n-ary relations and use additional attributes for a relation.

]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a good document about this kind of concerns: Defining N-ary Relations on the Semantic Web (<a href="http://www.w3.org/TR/2006/NOTE-swbp-n-aryRelations-20060412/#useCase1" rel="nofollow">http://www.w3.org/TR/2006/NOTE-swbp-n-aryRelations-20060412/#useCase1</a>)</p>
<p>It describes how to handle n-ary relations and use additional attributes for a relation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12316</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 30 Apr 2006 00:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12316</guid>
		<description><![CDATA[:bill :loves :mary .
:loves :in { :bill :loves :mary } ;
:hasDegree &quot;85%&quot; .

Not sure though.
]]></description>
		<content:encoded><![CDATA[<p>:bill :loves :mary .<br />
:loves :in { :bill :loves :mary } ;<br />
:hasDegree &#8220;85%&#8221; .</p>
<p>Not sure though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Dubinko</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12315</link>
		<dc:creator>Micah Dubinko</dc:creator>
		<pubDate>Sun, 30 Apr 2006 00:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12315</guid>
		<description><![CDATA[I suspect there are multiple ways, but one is with identifiers for, say, part-of-niagra-falls (ponf) with triples like:

&lt;ponf-1&gt; &lt;is-part-of&gt; &lt;Niagra Falls&gt;
&lt;ponf-2&gt; &lt;is-part-of&gt; &lt;Niagra Falls&gt;

&lt;ponf-1&gt; &lt;is-in&gt; &lt;United States&gt;
&lt;ponf-1&gt; &lt;is-part-of-whole-to-degree&gt; 80%

&lt;ponf-2&gt; &lt;is-in&gt; &lt;Canada&gt;
&lt;ponf-2&gt; &lt;is-part-of-whole-to-degree&gt; 20%

.micah
]]></description>
		<content:encoded><![CDATA[<p>I suspect there are multiple ways, but one is with identifiers for, say, part-of-niagra-falls (ponf) with triples like:</p>
<p>&lt;ponf-1> &lt;is-part-of> &lt;Niagra Falls><br />
&lt;ponf-2> &lt;is-part-of> &lt;Niagra Falls></p>
<p>&lt;ponf-1> &lt;is-in> &lt;United States><br />
&lt;ponf-1> &lt;is-part-of-whole-to-degree> 80%</p>
<p>&lt;ponf-2> &lt;is-in> &lt;Canada><br />
&lt;ponf-2> &lt;is-part-of-whole-to-degree> 20%</p>
<p>.micah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian bond</title>
		<link>http://www.hyperorg.com/blogger/2006/04/29/degrees-of-rdf/comment-page-1/#comment-12314</link>
		<dc:creator>julian bond</dc:creator>
		<pubDate>Sun, 30 Apr 2006 00:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.leahweinberger.com/johotheblog_wp/?p=3324#comment-12314</guid>
		<description><![CDATA[You can&#039;t. What you have to do is to introduce an intermediate node with a value. So instead of A-B we have A-C-B where C has a value of the link between A and B.

eg  Bill -&gt; Commitment(85%) -&gt; Mary
instead of
Bill -&gt;85%-&gt; Mary
This turned out to be a bit of a bitch in FOAF.
Simple case: A Knows B
Sub-class: A friendOf B
Intermediate node: A knows KnowsValue knows B
Alternate:
A Knows B,
A knowsvalue(85%) B

It doesn&#039;t feel right!
]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t. What you have to do is to introduce an intermediate node with a value. So instead of A-B we have A-C-B where C has a value of the link between A and B.</p>
<p>eg  Bill -> Commitment(85%) -> Mary<br />
instead of<br />
Bill ->85%-> Mary<br />
This turned out to be a bit of a bitch in FOAF.<br />
Simple case: A Knows B<br />
Sub-class: A friendOf B<br />
Intermediate node: A knows KnowsValue knows B<br />
Alternate:<br />
A Knows B,<br />
A knowsvalue(85%) B</p>
<p>It doesn&#8217;t feel right!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.325 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-16 22:35:04 -->