<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: No, it&#8217;s not simple</title>
	<link>http://dowhatimean.net/2006/03/no-its-not-simple</link>
	<description>Richard Cyganiak's Weblog</description>
	<pubDate>Fri, 29 Aug 2008 18:27:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Henry Story</title>
		<link>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5896</link>
		<dc:creator>Henry Story</dc:creator>
		<pubDate>Thu, 30 Mar 2006 06:55:10 +0000</pubDate>
		<guid>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5896</guid>
		<description>&lt;p&gt;I have put &lt;span class='-linked-Data' title='http://blogs.sun.com/roller/page/bblfish/20060323' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=5896'&gt;&lt;a href='http://blogs.sun.com/roller/page/bblfish/20060323'&gt;30 minute introductory video&lt;/a&gt;&lt;/span&gt; online. It could be shortened quite a lot. What will really make the difference is when someone opens up a valuable database to Sparql. That will immediately get a lot of people to play with and learn RDF.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have put <span class='-linked-Data' title='http://blogs.sun.com/roller/page/bblfish/20060323' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=5896'><a href='http://blogs.sun.com/roller/page/bblfish/20060323'>30 minute introductory video</a></span> online. It could be shortened quite a lot. What will really make the difference is when someone opens up a valuable database to Sparql. That will immediately get a lot of people to play with and learn RDF.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cyganiak</title>
		<link>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5892</link>
		<dc:creator>Richard Cyganiak</dc:creator>
		<pubDate>Wed, 29 Mar 2006 19:17:46 +0000</pubDate>
		<guid>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5892</guid>
		<description>&lt;p&gt;Good points about why RDF is difficult. It&#8217;s true that the grandiose promises from the “upper case” SemWeb folks can distract from the more practical uses for RDF.&lt;/p&gt;

&lt;p&gt;I don&#8217;t see why it shouldn&#8217;t be possible to treat many (not all) pieces of data as isolated atoms (or triples, as we would say). We identify things with URIs, and that&#8217;s a expensive in terms of complexity, but it buys us some cool things. The ability to just dangle any new property off an existing URI is one of them.&lt;/p&gt;

&lt;p&gt;(I would agree that the URI-as-identifier approach in RDF is half-baked, and you need an awful lot of experience or best practices to make it work properly.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good points about why RDF is difficult. It&#8217;s true that the grandiose promises from the “upper case” SemWeb folks can distract from the more practical uses for RDF.</p>

<p>I don&#8217;t see why it shouldn&#8217;t be possible to treat many (not all) pieces of data as isolated atoms (or triples, as we would say). We identify things with URIs, and that&#8217;s a expensive in terms of complexity, but it buys us some cool things. The ability to just dangle any new property off an existing URI is one of them.</p>

<p>(I would agree that the URI-as-identifier approach in RDF is half-baked, and you need an awful lot of experience or best practices to make it work properly.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phil jones</title>
		<link>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5885</link>
		<dc:creator>phil jones</dc:creator>
		<pubDate>Tue, 28 Mar 2006 20:16:41 +0000</pubDate>
		<guid>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5885</guid>
		<description>&lt;p&gt;OK, I half accept your criticism.&lt;/p&gt;

&lt;p&gt;If there was literally no difference in using RDF vs. using Plain Old XML then I&#8217;d expect chosing one or the other to be pretty much random for internal projects. So, I agree, it is the &lt;em&gt;extra&lt;/em&gt; difficulty of using RDF over POX in practice which holds it back.&lt;/p&gt;

&lt;p&gt;I think the difficulty in RDF comes from three sources :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;confusion with the aims of upper-case SemWeb, means that it&#8217;s hard to find documentation that doesn&#8217;t throw you into the deep-end.  (Maybe someone should produce a &#8220;how to hack RDF in 10 minutes without thinking about what it really means&#8221; tutorial.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;but one of the intentions of the SemWeb is to make you do more thinking about your &#8220;really means&#8221; up-front. I don&#8217;t see how to avoid this.  I can&#8217;t just say &#8220;hey, my data contains a fribble and a boonk so my data-model will be&lt;/p&gt;

&lt;p&gt;&#60;fribble&#62;kdfdksh&#60;/fribble&#62;
&#60;boonk&#62;2&#60;/boonk&#62;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&#8221;&lt;/p&gt;

&lt;p&gt;which took me all of about 30 seconds to think up. I &lt;em&gt;do&lt;/em&gt; have to think a little bit more to use RDF. So this is another difficulty.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Re-using existing vocabulary where possible means going and researching what that existing vocabulary is. This is time consuming, requires me to research and read the documentation (which might be non-existant, too technical or badly written) for the other vocabulary and make an evaluation whether it is suitable for my application, decide how to represent my application&#8217;s data using it (including translating my terminology into that of the pre-existing vocabulary) etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good tools and documentation for RDF would solve some of these difficulties. But it&#8217;s really hard to see how they could solve them entirely. I&#8217;d say all are at least &lt;em&gt;flavoured&lt;/em&gt; by the upper-case SemWeb culture.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;You don’t have to buy into someone else’s data model to consume some RDF. So let’s talk about data, not data models.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I&#8217;m not sure I see the difference. I suspect what you mean by data, not data-models is thinking of your data as little meaninful atoms. &#8220;Hey, this string is marked up as a &#8216;dc:name&#8217; tag, I know what that is&#8221; without needing to worry about the shape of the container it occured in.&lt;/p&gt;

&lt;p&gt;If so, I couldn&#8217;t disagree more. My &lt;em&gt;major&lt;/em&gt; scepticism of the SemWeb project is that it suggests you can apply meanings to the individual atoms outside the context of their containers.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Your argument sounds very much like someone dissing the nascent WWW in 1993 by saying: “The majority of people are writing documents for their use. They have zero incentive to do any extra work required by the &lt;span class='-linked-Data' title='http://WWW.' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=5885'&gt;&lt;a href='http://WWW.'&gt;http://WWW.&lt;/a&gt;&lt;/span&gt; They don’t need it.” Which, of course, was a reasonable thing to say in 1993, but was spectacularly wrong with hindsight.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Tosh! :-p&lt;/p&gt;

&lt;p&gt;No one would say that about the nascent web, because it was solving an existing problem : how physicists could share documents. People nearly always write documents for other people to read. And physicists already had an existing need to communicate with each other.&lt;/p&gt;

&lt;p&gt;Secondly, how much expectation was there for it to &#8220;take off&#8221; in other application fields or become a mainstream phenomenon? &lt;/p&gt;

&lt;p&gt;The SemWeb is playing for different stakes in a different environment. Its advocates claim it will create a revolution as profound (if not more so) than the original web. And it has a direct rival in the form of &#8220;naive&#8221; / &#8220;funky&#8221; / POXy data-formats which seem to be more succesful in creating that revolution.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK, I half accept your criticism.</p>

<p>If there was literally no difference in using RDF vs. using Plain Old XML then I&#8217;d expect chosing one or the other to be pretty much random for internal projects. So, I agree, it is the <em>extra</em> difficulty of using RDF over POX in practice which holds it back.</p>

<p>I think the difficulty in RDF comes from three sources :</p>

<ul>
<li><p>confusion with the aims of upper-case SemWeb, means that it&#8217;s hard to find documentation that doesn&#8217;t throw you into the deep-end.  (Maybe someone should produce a &#8220;how to hack RDF in 10 minutes without thinking about what it really means&#8221; tutorial.)</p></li>
<li><p>but one of the intentions of the SemWeb is to make you do more thinking about your &#8220;really means&#8221; up-front. I don&#8217;t see how to avoid this.  I can&#8217;t just say &#8220;hey, my data contains a fribble and a boonk so my data-model will be</p>

<p>&lt;fribble&gt;kdfdksh&lt;/fribble&gt;
&lt;boonk&gt;2&lt;/boonk&gt;</p></li>
</ul>

<p>&#8221;</p>

<p>which took me all of about 30 seconds to think up. I <em>do</em> have to think a little bit more to use RDF. So this is another difficulty.</p>

<ul>
<li>Re-using existing vocabulary where possible means going and researching what that existing vocabulary is. This is time consuming, requires me to research and read the documentation (which might be non-existant, too technical or badly written) for the other vocabulary and make an evaluation whether it is suitable for my application, decide how to represent my application&#8217;s data using it (including translating my terminology into that of the pre-existing vocabulary) etc.</li>
</ul>

<p>Good tools and documentation for RDF would solve some of these difficulties. But it&#8217;s really hard to see how they could solve them entirely. I&#8217;d say all are at least <em>flavoured</em> by the upper-case SemWeb culture.</p>

<blockquote>
  <p>You don’t have to buy into someone else’s data model to consume some RDF. So let’s talk about data, not data models.</p>
</blockquote>

<p>I&#8217;m not sure I see the difference. I suspect what you mean by data, not data-models is thinking of your data as little meaninful atoms. &#8220;Hey, this string is marked up as a &#8216;dc:name&#8217; tag, I know what that is&#8221; without needing to worry about the shape of the container it occured in.</p>

<p>If so, I couldn&#8217;t disagree more. My <em>major</em> scepticism of the SemWeb project is that it suggests you can apply meanings to the individual atoms outside the context of their containers.</p>

<blockquote>
  <p>Your argument sounds very much like someone dissing the nascent WWW in 1993 by saying: “The majority of people are writing documents for their use. They have zero incentive to do any extra work required by the <span class='-linked-Data' title='http://WWW.' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=5885'><a href='http://WWW.'>http://WWW.</a></span> They don’t need it.” Which, of course, was a reasonable thing to say in 1993, but was spectacularly wrong with hindsight.</p>
</blockquote>

<p>Tosh! :-p</p>

<p>No one would say that about the nascent web, because it was solving an existing problem : how physicists could share documents. People nearly always write documents for other people to read. And physicists already had an existing need to communicate with each other.</p>

<p>Secondly, how much expectation was there for it to &#8220;take off&#8221; in other application fields or become a mainstream phenomenon? </p>

<p>The SemWeb is playing for different stakes in a different environment. Its advocates claim it will create a revolution as profound (if not more so) than the original web. And it has a direct rival in the form of &#8220;naive&#8221; / &#8220;funky&#8221; / POXy data-formats which seem to be more succesful in creating that revolution.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cyganiak</title>
		<link>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5884</link>
		<dc:creator>Richard Cyganiak</dc:creator>
		<pubDate>Tue, 28 Mar 2006 17:45:32 +0000</pubDate>
		<guid>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5884</guid>
		<description>&lt;p&gt;Phil, thanks for the comment! You&#8217;re right, &lt;em&gt;modelling&lt;/em&gt; with RDF and OWL isn&#8217;t all that much harder than with UML for OOP, and UML is indeed often used by semantic web types in documentation and tutorials, although I don&#8217;t know if any UML editor emits OWL.&lt;/p&gt;

&lt;p&gt;But that was not what I meant. I, for example, do &lt;em&gt;understand&lt;/em&gt; RDF just fine. But I find &lt;em&gt;working&lt;/em&gt; with it still really hard. And I think that&#8217;s because RDF has plenty of weird idiosyncracies that make simple data integration problems way harder than necessary.&lt;/p&gt;

&lt;p&gt;Your point about shared or private data models doesn&#8217;t convince me. RDF should make sense whenever you want to share your &lt;em&gt;data&lt;/em&gt;. And there&#8217;s plenty of evidence that lots of folks want to do that. Just have a look at REST, XML-RPC and all the Web 2.0 APIs. Publishing data with RDF doesn&#8217;t mean you have to sit down with anybody to work out a shared model. Just make up your own, reusing existing vocabulary where possible. If your data is interesting then folks will use it. You don&#8217;t have to buy into someone else&#8217;s data model to consume some RDF. So let&#8217;s talk about data, not data models.&lt;/p&gt;

&lt;p&gt;Your argument sounds very much like someone dissing the nascent WWW in 1993 by saying: “The majority of people are writing documents for &lt;em&gt;their&lt;/em&gt; use. They have zero incentive to do any &lt;em&gt;extra&lt;/em&gt; work required by the &lt;span class='-linked-Data' title='http://WWW.' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=5884'&gt;&lt;a href='http://WWW.'&gt;http://WWW.&lt;/a&gt;&lt;/span&gt; They don&#8217;t need it.” Which, of course, was a reasonable thing to say in 1993, but was spectacularly wrong with hindsight.&lt;/p&gt;

&lt;p&gt;(Possibly you refer to the “upper case” Semantic Web involving ontology engineering and reasoning. There&#8217;s a whole bunch of reasons why this doesn&#8217;t take off on a large scale, and I don&#8217;t care at all. My post was about plain RDF.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Phil, thanks for the comment! You&#8217;re right, <em>modelling</em> with RDF and OWL isn&#8217;t all that much harder than with UML for OOP, and UML is indeed often used by semantic web types in documentation and tutorials, although I don&#8217;t know if any UML editor emits OWL.</p>

<p>But that was not what I meant. I, for example, do <em>understand</em> RDF just fine. But I find <em>working</em> with it still really hard. And I think that&#8217;s because RDF has plenty of weird idiosyncracies that make simple data integration problems way harder than necessary.</p>

<p>Your point about shared or private data models doesn&#8217;t convince me. RDF should make sense whenever you want to share your <em>data</em>. And there&#8217;s plenty of evidence that lots of folks want to do that. Just have a look at REST, XML-RPC and all the Web 2.0 APIs. Publishing data with RDF doesn&#8217;t mean you have to sit down with anybody to work out a shared model. Just make up your own, reusing existing vocabulary where possible. If your data is interesting then folks will use it. You don&#8217;t have to buy into someone else&#8217;s data model to consume some RDF. So let&#8217;s talk about data, not data models.</p>

<p>Your argument sounds very much like someone dissing the nascent WWW in 1993 by saying: “The majority of people are writing documents for <em>their</em> use. They have zero incentive to do any <em>extra</em> work required by the <span class='-linked-Data' title='http://WWW.' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=5884'><a href='http://WWW.'>http://WWW.</a></span> They don&#8217;t need it.” Which, of course, was a reasonable thing to say in 1993, but was spectacularly wrong with hindsight.</p>

<p>(Possibly you refer to the “upper case” Semantic Web involving ontology engineering and reasoning. There&#8217;s a whole bunch of reasons why this doesn&#8217;t take off on a large scale, and I don&#8217;t care at all. My post was about plain RDF.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phil jones</title>
		<link>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5877</link>
		<dc:creator>phil jones</dc:creator>
		<pubDate>Sun, 26 Mar 2006 15:03:31 +0000</pubDate>
		<guid>http://dowhatimean.net/2006/03/no-its-not-simple#comment-5877</guid>
		<description>&lt;p&gt;Actually, it&#8217;s not the complexity of &lt;em&gt;understanding&lt;/em&gt; the SemWeb that I think will kill it. &lt;/p&gt;

&lt;p&gt;Although I do agree it&#8217;s pretty damned hard to understand. Ultimately I think the SemWeb people have a point when they say &#8220;relational database theory is hard to understand too&#8221;. &lt;/p&gt;

&lt;p&gt;The complexity of understanding &lt;em&gt;how&lt;/em&gt; to do the SemWeb can be hidden by technology and practices. A good triple-manipulation tool, and some easily understood conventions (like the first-three &#8220;normal forms&#8221; in database design) can make that part fairly straightforward. &lt;/p&gt;

&lt;p&gt;As a comparison, how different is doing the data-model for a SemWeb application and doing a UML model for some object oriented system? (Aside : I wonder whether anyone considers adapting Poseidon etc. for SemWeb modelling.)&lt;/p&gt;

&lt;p&gt;What I think is the more serious SemWeb problem is the complexity of understanding &lt;em&gt;what&lt;/em&gt; to do. Actually doing the data-modelling itself.&lt;/p&gt;

&lt;p&gt;The SemWeb only makes sense when we consider using it for data-modelling &#8220;in the abstract&#8221; ie. independently of any particular application. Built into the ideal of the SemWeb is that you will sit down with all the people interested in your application area and thrash-out the appropriate data-model between you. (Remember Shirky&#8217;s comment about politics masquerading as technology.) And, of course, a general model for all applications (including future ones yet to be written) is much harder than a model for your more-or-less-understood application here-and-now.&lt;/p&gt;

&lt;p&gt;Now, of course I know that, you &lt;em&gt;can&lt;/em&gt; use RDF for application-specific modelling, by yourself, with no standards-body involved, but then it offers no practical advantage over just using plain-old-XML for your file-format. (Try and name a practial advantage and you&#8217;ll notice that they all assume someone else is sharing the same data-model as you.) &lt;/p&gt;

&lt;p&gt;This is why it&#8217;s not getting adopted en masse. The majority of people are building data-models for &lt;em&gt;their&lt;/em&gt; applications. They have zero incentive to do any &lt;em&gt;extra&lt;/em&gt; work required by the SemWeb. They don&#8217;t need it. (This is what&#8217;s different from the RDBMS case where data-modelling &lt;em&gt;is&lt;/em&gt; focused on the application itself.)&lt;/p&gt;

&lt;p&gt;As there&#8217;s no practical advantage to using the SemWeb for its own sake, tools would have to be substantially better and easier than your existing ones to persuade you to switch to using them.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Actually, it&#8217;s not the complexity of <em>understanding</em> the SemWeb that I think will kill it. </p>

<p>Although I do agree it&#8217;s pretty damned hard to understand. Ultimately I think the SemWeb people have a point when they say &#8220;relational database theory is hard to understand too&#8221;. </p>

<p>The complexity of understanding <em>how</em> to do the SemWeb can be hidden by technology and practices. A good triple-manipulation tool, and some easily understood conventions (like the first-three &#8220;normal forms&#8221; in database design) can make that part fairly straightforward. </p>

<p>As a comparison, how different is doing the data-model for a SemWeb application and doing a UML model for some object oriented system? (Aside : I wonder whether anyone considers adapting Poseidon etc. for SemWeb modelling.)</p>

<p>What I think is the more serious SemWeb problem is the complexity of understanding <em>what</em> to do. Actually doing the data-modelling itself.</p>

<p>The SemWeb only makes sense when we consider using it for data-modelling &#8220;in the abstract&#8221; ie. independently of any particular application. Built into the ideal of the SemWeb is that you will sit down with all the people interested in your application area and thrash-out the appropriate data-model between you. (Remember Shirky&#8217;s comment about politics masquerading as technology.) And, of course, a general model for all applications (including future ones yet to be written) is much harder than a model for your more-or-less-understood application here-and-now.</p>

<p>Now, of course I know that, you <em>can</em> use RDF for application-specific modelling, by yourself, with no standards-body involved, but then it offers no practical advantage over just using plain-old-XML for your file-format. (Try and name a practial advantage and you&#8217;ll notice that they all assume someone else is sharing the same data-model as you.) </p>

<p>This is why it&#8217;s not getting adopted en masse. The majority of people are building data-models for <em>their</em> applications. They have zero incentive to do any <em>extra</em> work required by the SemWeb. They don&#8217;t need it. (This is what&#8217;s different from the RDBMS case where data-modelling <em>is</em> focused on the application itself.)</p>

<p>As there&#8217;s no practical advantage to using the SemWeb for its own sake, tools would have to be substantially better and easier than your existing ones to persuade you to switch to using them.</p>]]></content:encoded>
	</item>
</channel>
</rss>
