<?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: Predicate Based Services</title>
	<atom:link href="http://www.ldodds.com/blog/2010/03/predicate-based-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/</link>
	<description>A journal of no fixed aims or direction, by Leigh Dodds</description>
	<lastBuildDate>Fri, 10 Dec 2010 14:02:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Semantic web (21/03/10) &#171; pintiniblog</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-423</link>
		<dc:creator>Semantic web (21/03/10) &#171; pintiniblog</dc:creator>
		<pubDate>Sun, 21 Mar 2010 20:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-423</guid>
		<description>[...] Predicate Based Services (via Planet RDF, [...]</description>
		<content:encoded><![CDATA[<p>[...] Predicate Based Services (via Planet RDF, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-422</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-422</guid>
		<description>Do you know the &lt;a href=&quot;http://jakoblog.de/2008/11/13/ariadne-article-about-seealso-linkserver-protocol/&quot; rel=&quot;nofollow&quot;&gt;SeeAlso linkserver API&lt;/a&gt;? Given an identifier (as URI or as something like skos:prefLabel which can be mapped to its URI) you get a list of related resource. If you query for an identifier of resource $S you can get a list of ($O,$L) tuples with (in Turtle syntax)

$S $P $O . $O rdfs:label $L .

The predicate $P (let it be owl:sameAs or what you need) depends on the particular SeeAlso service but you can also put it in the &quot;description&quot; field of a SeeAlso response. 

The practical use case for SeeAlso is to provide links related to a given resource to show them in a library catalog. Instead of sameAs.org and similar services which are made for nerds that love RDF-triples, a SeeAlso service is made for normal web users first - they get a list of labeled (!) links and computers second.

You can get a Perl implementation &lt;a href=&quot;http://search.cpan.org/dist/SeeAlso-Server/&quot; rel=&quot;nofollow&quot;&gt;at CPAN&lt;/a&gt; and a PHP preview implementation &lt;a href=&quot;http://ws.gbv.de/beacon/phpbeacon.tgz&quot; rel=&quot;nofollow&quot;&gt;included in phpBeacon&lt;/a&gt; (BEACON is a SeeAlso dump format that I work on at the moment). But you should also be able to hack the SeeAlso API in an hour or two its really simple.

A citedBy-service based on ISBN numbers in the German Wikipedia is available at http://ws.gbv.de/seealso/isbn2wikipedia/ - it already supports RDF.</description>
		<content:encoded><![CDATA[<p>Do you know the <a href="http://jakoblog.de/2008/11/13/ariadne-article-about-seealso-linkserver-protocol/" rel="nofollow">SeeAlso linkserver API</a>? Given an identifier (as URI or as something like skos:prefLabel which can be mapped to its URI) you get a list of related resource. If you query for an identifier of resource $S you can get a list of ($O,$L) tuples with (in Turtle syntax)</p>
<p>$S $P $O . $O rdfs:label $L .</p>
<p>The predicate $P (let it be owl:sameAs or what you need) depends on the particular SeeAlso service but you can also put it in the &#8220;description&#8221; field of a SeeAlso response. </p>
<p>The practical use case for SeeAlso is to provide links related to a given resource to show them in a library catalog. Instead of sameAs.org and similar services which are made for nerds that love RDF-triples, a SeeAlso service is made for normal web users first &#8211; they get a list of labeled (!) links and computers second.</p>
<p>You can get a Perl implementation <a href="http://search.cpan.org/dist/SeeAlso-Server/" rel="nofollow">at CPAN</a> and a PHP preview implementation <a href="http://ws.gbv.de/beacon/phpbeacon.tgz" rel="nofollow">included in phpBeacon</a> (BEACON is a SeeAlso dump format that I work on at the moment). But you should also be able to hack the SeeAlso API in an hour or two its really simple.</p>
<p>A citedBy-service based on ISBN numbers in the German Wikipedia is available at <a href="http://ws.gbv.de/seealso/isbn2wikipedia/" rel="nofollow">http://ws.gbv.de/seealso/isbn2wikipedia/</a> &#8211; it already supports RDF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh Glaser</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-421</link>
		<dc:creator>Hugh Glaser</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-421</guid>
		<description>Thanks for the nice words Leigh.

Good stuff.

Sorry I haven&#039;t implemented yet :-)

I think one of the really good variants of this would be narrow and broader, in the widest possible sense. So I am narrower than my family, but my nose is narrower than me. snafu is broader than fubar, etc..Clearly geographic stuff is relevant.

If you don&#039;t get hung up on types, and just treat as a discovery mechanism, then  it would give lots of leverage.</description>
		<content:encoded><![CDATA[<p>Thanks for the nice words Leigh.</p>
<p>Good stuff.</p>
<p>Sorry I haven&#8217;t implemented yet <img src='http://www.ldodds.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I think one of the really good variants of this would be narrow and broader, in the widest possible sense. So I am narrower than my family, but my nose is narrower than me. snafu is broader than fubar, etc..Clearly geographic stuff is relevant.</p>
<p>If you don&#8217;t get hung up on types, and just treat as a discovery mechanism, then  it would give lots of leverage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Most Tweeted Articles by Semantic Web Experts: MrTweet</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-420</link>
		<dc:creator>Most Tweeted Articles by Semantic Web Experts: MrTweet</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-420</guid>
		<description>&lt;strong&gt;Your article was most tweeted by Semantic Web experts in the Twitterverse...&lt;/strong&gt;

Come see other top popular articles surfaced by Semantic Web experts!...</description>
		<content:encoded><![CDATA[<p><strong>Your article was most tweeted by Semantic Web experts in the Twitterverse&#8230;</strong></p>
<p>Come see other top popular articles surfaced by Semantic Web experts!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-418</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-418</guid>
		<description>Ed,

Yes I think thats one useful way of looking at it. And I agree that Google is already essentially offering a service around vanilla hyperlinks.

I think that one of the interesting things about this approach is that its fairly unique to the Linked Data world. There are lots of existing web services and applications that specialise in aggregating data about specific types of things (Photos, Blog Posts, Books) but very few that focus on relations. Thats mainly because without RDF &amp; Linked Data those relations are not explicit.

Google does a good job at sifting out potentially relevant links and relations, but we can do potentially do better. We may not be as comprehensive in all cases, but I think there&#039;s a reasonable trade-off there for some applications.

Subj3ct seems to me more about trying to organize data around common URIs. I guess its similar in intent to sameAs.org, but doesn&#039;t quite fit my notion of the &quot;topicOf&quot; service.</description>
		<content:encoded><![CDATA[<p>Ed,</p>
<p>Yes I think thats one useful way of looking at it. And I agree that Google is already essentially offering a service around vanilla hyperlinks.</p>
<p>I think that one of the interesting things about this approach is that its fairly unique to the Linked Data world. There are lots of existing web services and applications that specialise in aggregating data about specific types of things (Photos, Blog Posts, Books) but very few that focus on relations. Thats mainly because without RDF &amp; Linked Data those relations are not explicit.</p>
<p>Google does a good job at sifting out potentially relevant links and relations, but we can do potentially do better. We may not be as comprehensive in all cases, but I think there&#8217;s a reasonable trade-off there for some applications.</p>
<p>Subj3ct seems to me more about trying to organize data around common URIs. I guess its similar in intent to sameAs.org, but doesn&#8217;t quite fit my notion of the &#8220;topicOf&#8221; service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Summers</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-417</link>
		<dc:creator>Ed Summers</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-417</guid>
		<description>I think it&#039;s a really neat idea Leigh. One way of thinking about these  sameas-ish services is that they would basically be creating names (URIs) for useful and optimized queries of the web of data. One could argue that Google already offers a similar services around the hyperlink predicate (e.g. http://www.google.com/search?as_lq=http://www.ldodds.com). I also wonder how a service like https://subj3ct.com/ fits into your notion of topicOf?</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s a really neat idea Leigh. One way of thinking about these  sameas-ish services is that they would basically be creating names (URIs) for useful and optimized queries of the web of data. One could argue that Google already offers a similar services around the hyperlink predicate (e.g. <a href="http://www.google.com/search?as_lq=http://www.ldodds.com)" rel="nofollow">http://www.google.com/search?as_lq=http://www.ldodds.com)</a>. I also wonder how a service like <a href="https://subj3ct.com/" rel="nofollow">https://subj3ct.com/</a> fits into your notion of topicOf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S. Erickson, Ph.D.</title>
		<link>http://www.ldodds.com/blog/2010/03/predicate-based-services/comment-page-1/#comment-416</link>
		<dc:creator>John S. Erickson, Ph.D.</dc:creator>
		<pubDate>Mon, 08 Mar 2010 00:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ldodds.com/blog/?p=448#comment-416</guid>
		<description>Thanks for the thought-provoking post, Leigh!

My mind immediately turned to niche predicate- based services for publishing, media production and broadcast analytics (i.e. television ratings) domains. One facet of this would be a range of specializations on &quot;madeBy,&quot; such as &quot;shotBy,&quot; &quot;editedBy,&quot; etc. 

I could also specialized services for certain scientific niches, esp. scientific workflow, genomics and pharma. 

An interesting evolution of these services would be the management of user &quot;profiles&quot; that would contextualize the lookups for users, in essence filtering the range of the results. One example that I think has actually been used before is restricting the range to certain CC licences. 

Interesting idea!</description>
		<content:encoded><![CDATA[<p>Thanks for the thought-provoking post, Leigh!</p>
<p>My mind immediately turned to niche predicate- based services for publishing, media production and broadcast analytics (i.e. television ratings) domains. One facet of this would be a range of specializations on &#8220;madeBy,&#8221; such as &#8220;shotBy,&#8221; &#8220;editedBy,&#8221; etc. </p>
<p>I could also specialized services for certain scientific niches, esp. scientific workflow, genomics and pharma. </p>
<p>An interesting evolution of these services would be the management of user &#8220;profiles&#8221; that would contextualize the lookups for users, in essence filtering the range of the results. One example that I think has actually been used before is restricting the range to certain CC licences. </p>
<p>Interesting idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

