<?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: Linked Data</title>
	<atom:link href="http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/</link>
	<description>Ideas linking Libraries, Computing, E-learning, and anything else that springs to mind.</description>
	<lastBuildDate>Tue, 27 Dec 2011 12:03:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: What&#8217;s so hard about Linked Data? &#187; Overdue Ideas</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-676</link>
		<dc:creator>What&#8217;s so hard about Linked Data? &#187; Overdue Ideas</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-676</guid>
		<description>[...] post on Linked Data from a couple of weeks ago got some good comments and definitely helped me in exploring my own understanding of the area. The [...]</description>
		<content:encoded><![CDATA[<p>[...] post on Linked Data from a couple of weeks ago got some good comments and definitely helped me in exploring my own understanding of the area. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ostephens</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-613</link>
		<dc:creator>ostephens</dc:creator>
		<pubDate>Tue, 30 Mar 2010 08:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-613</guid>
		<description>@Wilbert - thanks for the further thoughts - very useful.

I&#039;ve read your post on using your own SPARQL endpoint to query other peoples RDF (http://blogs.cetis.ac.uk/wilbert/2010/03/12/meshing-up-a-jisc-e-learning-project-timeline-or-its-linked-data-on-the-web-stupid/), and it definitely started to feel like this was a more useful application of SPARQL than I&#039;d seen before. I&#039;m still not entirely clear - if I install my own SPARQL endpoint does that mean I can query any data that is available in RDF, or only that in a triple store?

I definitely agree with your comments about owl:SameAs (hadn&#039;t realised there was a skos:similarTo but again, I definitely see the use). I&#039;m less convinced about the statement &quot;You use the same term for something slightly different? Not a big deal, I’ll just treat your graphs accordingly&quot; - I&#039;m not convinced this is as easy as you make it sound, and it indicates human intervention which I think starts to decrease the possible gains of using linked data. I probably need another post to expand on these concerns more fully.</description>
		<content:encoded><![CDATA[<p>@Wilbert &#8211; thanks for the further thoughts &#8211; very useful.</p>
<p>I&#8217;ve read your post on using your own SPARQL endpoint to query other peoples RDF (<a href="http://blogs.cetis.ac.uk/wilbert/2010/03/12/meshing-up-a-jisc-e-learning-project-timeline-or-its-linked-data-on-the-web-stupid/" rel="nofollow">http://blogs.cetis.ac.uk/wilbert/2010/03/12/meshing-up-a-jisc-e-learning-project-timeline-or-its-linked-data-on-the-web-stupid/</a>), and it definitely started to feel like this was a more useful application of SPARQL than I&#8217;d seen before. I&#8217;m still not entirely clear &#8211; if I install my own SPARQL endpoint does that mean I can query any data that is available in RDF, or only that in a triple store?</p>
<p>I definitely agree with your comments about owl:SameAs (hadn&#8217;t realised there was a skos:similarTo but again, I definitely see the use). I&#8217;m less convinced about the statement &#8220;You use the same term for something slightly different? Not a big deal, I’ll just treat your graphs accordingly&#8221; &#8211; I&#8217;m not convinced this is as easy as you make it sound, and it indicates human intervention which I think starts to decrease the possible gains of using linked data. I probably need another post to expand on these concerns more fully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilbert</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-607</link>
		<dc:creator>Wilbert</dc:creator>
		<pubDate>Mon, 29 Mar 2010 19:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-607</guid>
		<description>Hi Stephen owl:sameAs OwenStephen

Thanks for allowing me to think some of these issues through here...

One of the things that distinguishes the Linked Data technology stack from earlier Semantic Web approaches is the de-emphasis of the more rarified aspects of ontologies. What you use in LD is probably more accurately called vocabularies.

In practice, it&#039;s the resilience in the face of abuse and different uses of such vocabs that convinces me most of RDF: 
you use a different URI for the same thing? Fine, I&#039;ll use owl:sameAs (or skos:similarTo) 
I want to say something similar to what you&#039;re saying, but be more specific? No problem, I&#039;ll define my stuff as subclasses and subproperties from the ones you used
You use the same term for something slightly different? Not a big deal, I&#039;ll just treat your graphs accordingly 
You use some wildly different and convoluted vocabulary from me? If it&#039;s worth it, I&#039;ll just extract the info in my own terms using SPARQL&#039;s CONSTRUCT

Unlike some other infrastructures, nothing breaks catastrophically; it&#039;s just a matter of balancing effort with optimisation.

I think the BBC&#039;s case illustrates perfectly where SPARQL is useful; if I want to mesh up the BBC&#039;s data with other data, a SPARQL endpoint at the BBC is fairly useless. That just gives me answers about the BBC&#039;s own data. If I want to meshup without constraints, I bring my own SPARQL endpoint and let that loose on their, and other people&#039;s triples. 

I could, of course, use other technologies to meshup data-with-URIs, but why would I? I can&#039;t see any that are as mature, give as much choice, are as widely implemented/implementable or are as vendor independent as RDF + SPARQL (though oData is one to watch)

Lastly, with regard to the label thing, I think that it&#039;s a simple categorisation issue, not a value judgment. A canal and a motorway are both worthy and useful pieces of transportation infrastructure, but recognising that fact doesn&#039;t entail calling a motorway a canal. By analogy, there are many forms of Machine Readable Data infrastructures, of which Linked Data is just one.</description>
		<content:encoded><![CDATA[<p>Hi Stephen owl:sameAs OwenStephen</p>
<p>Thanks for allowing me to think some of these issues through here&#8230;</p>
<p>One of the things that distinguishes the Linked Data technology stack from earlier Semantic Web approaches is the de-emphasis of the more rarified aspects of ontologies. What you use in LD is probably more accurately called vocabularies.</p>
<p>In practice, it&#8217;s the resilience in the face of abuse and different uses of such vocabs that convinces me most of RDF:<br />
you use a different URI for the same thing? Fine, I&#8217;ll use owl:sameAs (or skos:similarTo)<br />
I want to say something similar to what you&#8217;re saying, but be more specific? No problem, I&#8217;ll define my stuff as subclasses and subproperties from the ones you used<br />
You use the same term for something slightly different? Not a big deal, I&#8217;ll just treat your graphs accordingly<br />
You use some wildly different and convoluted vocabulary from me? If it&#8217;s worth it, I&#8217;ll just extract the info in my own terms using SPARQL&#8217;s CONSTRUCT</p>
<p>Unlike some other infrastructures, nothing breaks catastrophically; it&#8217;s just a matter of balancing effort with optimisation.</p>
<p>I think the BBC&#8217;s case illustrates perfectly where SPARQL is useful; if I want to mesh up the BBC&#8217;s data with other data, a SPARQL endpoint at the BBC is fairly useless. That just gives me answers about the BBC&#8217;s own data. If I want to meshup without constraints, I bring my own SPARQL endpoint and let that loose on their, and other people&#8217;s triples. </p>
<p>I could, of course, use other technologies to meshup data-with-URIs, but why would I? I can&#8217;t see any that are as mature, give as much choice, are as widely implemented/implementable or are as vendor independent as RDF + SPARQL (though oData is one to watch)</p>
<p>Lastly, with regard to the label thing, I think that it&#8217;s a simple categorisation issue, not a value judgment. A canal and a motorway are both worthy and useful pieces of transportation infrastructure, but recognising that fact doesn&#8217;t entail calling a motorway a canal. By analogy, there are many forms of Machine Readable Data infrastructures, of which Linked Data is just one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorna&#8217;s JISC CETIS blog &#187; &#8230;.more what you&#8217;d call &#8220;guidelines&#8221;&#8230;.</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-603</link>
		<dc:creator>Lorna&#8217;s JISC CETIS blog &#187; &#8230;.more what you&#8217;d call &#8220;guidelines&#8221;&#8230;.</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-603</guid>
		<description>[...] Stephen&#8217;s has written a helpful post which makes a very useful contribution to the debate regarding the interpretation of Tim Berners [...]</description>
		<content:encoded><![CDATA[<p>[...] Stephen&#8217;s has written a helpful post which makes a very useful contribution to the debate regarding the interpretation of Tim Berners [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorna M. Campbell</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-600</link>
		<dc:creator>Lorna M. Campbell</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-600</guid>
		<description>Hi Owen, this is a very helpful addition to the Linked Data debate.    I&#039;ve also had a go at summarising the arguments over on my CETIS &lt;a href=&quot;http://blogs.cetis.ac.uk/lmc/2010/03/16/when-is-linked-data-not-linked-data-a-summary-of-the-debate/&quot; rel=&quot;nofollow&quot;&gt;blog&lt;/a&gt;.  In terms of TBL&#039;s Linked Data principles I think it&#039;s worth pointing out that they are a &quot;personal note&quot; and are not fully endorsed by W3C so there has to be some flexibility in how one interprets them.   I also think it&#039;s worth remembering the clause TBL added after these four principles: &quot;I’ll refer to the steps above as rules, but they are expectations of behaviour. Breaking them does not destroy anything, but misses an opportunity to make data interconnected.&quot;  

Which kind of reminds me of the pirate code: &quot;...the code is more what you&#039;d call &quot;guidelines&quot; than actual rules...&quot; ;)</description>
		<content:encoded><![CDATA[<p>Hi Owen, this is a very helpful addition to the Linked Data debate.    I&#8217;ve also had a go at summarising the arguments over on my CETIS <a href="http://blogs.cetis.ac.uk/lmc/2010/03/16/when-is-linked-data-not-linked-data-a-summary-of-the-debate/" rel="nofollow">blog</a>.  In terms of TBL&#8217;s Linked Data principles I think it&#8217;s worth pointing out that they are a &#8220;personal note&#8221; and are not fully endorsed by W3C so there has to be some flexibility in how one interprets them.   I also think it&#8217;s worth remembering the clause TBL added after these four principles: &#8220;I’ll refer to the steps above as rules, but they are expectations of behaviour. Breaking them does not destroy anything, but misses an opportunity to make data interconnected.&#8221;  </p>
<p>Which kind of reminds me of the pirate code: &#8220;&#8230;the code is more what you&#8217;d call &#8220;guidelines&#8221; than actual rules&#8230;&#8221; <img src='http://www.meanboyfriend.com/overdue_ideas/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Stephens</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-599</link>
		<dc:creator>Owen Stephens</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-599</guid>
		<description>No problem Wilbert - thanks for taking the time to reply (if only I identified myself by a http URI there would be no need for this type of ambiguity!)

I think the description you offer is helpful, and I can see that without the relevant standards we don&#039;t have Linked Data. However, I can also see how you could have &#039;data which is linked&#039; by adopting http URIs as identifiers, but adopting other forms of data.

I can see the arguments against this - use RDF as it allows you to process stuff in standard ways, and agree on the &#039;meaning&#039; of things using Ontologies. However, I&#039;m slightly sceptical (although not entirely) about these arguments - partly because I suspect ontologies will quickly be abused (humans are going to be responsible for implementing ontologies, and they are going to get it wrong), and the processing argument comes down to where the cost is as far as I can see - but these are things I&#039;ll try and pick up in another post.

The inclusion of SPARQL as a specified standard in the principles bothers me more than RDF. For example, the BBC publish &#039;Linked Data&#039; as far as I understand it on a variety of pages, but they don&#039;t provide a SPARQL endpoint (although the data is replicated in a Talis Platform store which does). I also feel it leads to the impression that the only way to interact with linked data is via SPARQL - whereas in terms of mashups, the benefit (I think) should come from share identifiers rather than anything else.</description>
		<content:encoded><![CDATA[<p>No problem Wilbert &#8211; thanks for taking the time to reply (if only I identified myself by a http URI there would be no need for this type of ambiguity!)</p>
<p>I think the description you offer is helpful, and I can see that without the relevant standards we don&#8217;t have Linked Data. However, I can also see how you could have &#8216;data which is linked&#8217; by adopting http URIs as identifiers, but adopting other forms of data.</p>
<p>I can see the arguments against this &#8211; use RDF as it allows you to process stuff in standard ways, and agree on the &#8216;meaning&#8217; of things using Ontologies. However, I&#8217;m slightly sceptical (although not entirely) about these arguments &#8211; partly because I suspect ontologies will quickly be abused (humans are going to be responsible for implementing ontologies, and they are going to get it wrong), and the processing argument comes down to where the cost is as far as I can see &#8211; but these are things I&#8217;ll try and pick up in another post.</p>
<p>The inclusion of SPARQL as a specified standard in the principles bothers me more than RDF. For example, the BBC publish &#8216;Linked Data&#8217; as far as I understand it on a variety of pages, but they don&#8217;t provide a SPARQL endpoint (although the data is replicated in a Talis Platform store which does). I also feel it leads to the impression that the only way to interact with linked data is via SPARQL &#8211; whereas in terms of mashups, the benefit (I think) should come from share identifiers rather than anything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilbert</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-598</link>
		<dc:creator>Wilbert</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-598</guid>
		<description>Hi Owen,

Sorry for the transposition of your name *blush*</description>
		<content:encoded><![CDATA[<p>Hi Owen,</p>
<p>Sorry for the transposition of your name *blush*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilbert</title>
		<link>http://www.meanboyfriend.com/overdue_ideas/2010/03/linked-data/comment-page-1/#comment-597</link>
		<dc:creator>Wilbert</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.meanboyfriend.com/overdue_ideas/?p=668#comment-597</guid>
		<description>Hi Stephen, 

I think that&#039;s a nice and clear summary, but I think there&#039;s also wider and simpler perspective. I think of it as the sandwich or layer view:

The bottom layer is composed of very diverse and rapidly expanding data sets in all sorts of formats; access and proper databases, spreadsheets, EXIF and other metadata, tables in Word files, PDFs etc.

The top layer is information that meets a particular audience&#039;s need exactly, and is in a form that they are comfortable with (spreadsheets for accountants, groovy graphics for creative types, webpages etc.)

Linked Data is the middle layer: it describes how you get from any of the bottom layer data sets to any of the documents in the top layer.

In order for that to happen, bottom layer data must be available on the web for starters (i.e. Open Data), but it must also have a predictable form, give handles on its meaning, have a predictable form of transport, and you should be able to chop and change it in a predictable way.

That&#039;s where the standards come in: RDF for form, URIs for meaning, http for transport and SPARQL for chopping and changing.

Ergo: no standards means no Linked Data. 

To be sure, there are other ways to get from the bottom to the top, but they&#039;re all partial and particular to one data type or tool. Getting from one such column to another means changing tool sets, learning new methods &amp; tools &amp; patterns and often lots of brittle hackery. Like BBSs before the web.

Does that mean that you have to have RDF to play in Linked Data space? Not necessarily: even if you don&#039;t provide the RDF, someone else might convert your data for themselves or others. It just shifts the burden.</description>
		<content:encoded><![CDATA[<p>Hi Stephen, </p>
<p>I think that&#8217;s a nice and clear summary, but I think there&#8217;s also wider and simpler perspective. I think of it as the sandwich or layer view:</p>
<p>The bottom layer is composed of very diverse and rapidly expanding data sets in all sorts of formats; access and proper databases, spreadsheets, EXIF and other metadata, tables in Word files, PDFs etc.</p>
<p>The top layer is information that meets a particular audience&#8217;s need exactly, and is in a form that they are comfortable with (spreadsheets for accountants, groovy graphics for creative types, webpages etc.)</p>
<p>Linked Data is the middle layer: it describes how you get from any of the bottom layer data sets to any of the documents in the top layer.</p>
<p>In order for that to happen, bottom layer data must be available on the web for starters (i.e. Open Data), but it must also have a predictable form, give handles on its meaning, have a predictable form of transport, and you should be able to chop and change it in a predictable way.</p>
<p>That&#8217;s where the standards come in: RDF for form, URIs for meaning, http for transport and SPARQL for chopping and changing.</p>
<p>Ergo: no standards means no Linked Data. </p>
<p>To be sure, there are other ways to get from the bottom to the top, but they&#8217;re all partial and particular to one data type or tool. Getting from one such column to another means changing tool sets, learning new methods &amp; tools &amp; patterns and often lots of brittle hackery. Like BBSs before the web.</p>
<p>Does that mean that you have to have RDF to play in Linked Data space? Not necessarily: even if you don&#8217;t provide the RDF, someone else might convert your data for themselves or others. It just shifts the burden.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

