<?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: Why RDF?</title>
	<atom:link href="http://blog.mozilla.com/axel/2006/10/20/why-rdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/axel/2006/10/20/why-rdf/</link>
	<description>Free your mind and your ass will follow.</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:14:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Laurens Holst</title>
		<link>http://blog.mozilla.com/axel/2006/10/20/why-rdf/comment-page-1/#comment-9</link>
		<dc:creator>Laurens Holst</dc:creator>
		<pubDate>Sat, 21 Oct 2006 06:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2006/10/20/why-rdf/#comment-9</guid>
		<description>Basically, RDF is just a really convenient information storage system, without the restrictions of relational databases or tree-based datastructures (such as XML). You just say ‘I have this, and get me this property of it’. E.g. I have post 123 and get me all replies to it, and it just works.

With an RDBMS you need to worry about architecture of tables and how they link together and such (table for this, table for that, primary key here, foreign key there, special intermediate tables if you want many-to-many relations, etc), and it is indeed not very interoperable, whereas in RDF shared voculaburies (data structures) and data are commonplace.

Many people don’t realise this when they see RDF/XML, and think it’s just a really complicated way of doing something that can also be done in XML.

But I don’t see why people would ever want to move from an RDF store to an RDBMS. If the code for the RDF functionality is old and outdated and not easy to use, it seems more logical to put effort in improving it.


~Grauw</description>
		<content:encoded><![CDATA[<p>Basically, RDF is just a really convenient information storage system, without the restrictions of relational databases or tree-based datastructures (such as XML). You just say ‘I have this, and get me this property of it’. E.g. I have post 123 and get me all replies to it, and it just works.</p>
<p>With an RDBMS you need to worry about architecture of tables and how they link together and such (table for this, table for that, primary key here, foreign key there, special intermediate tables if you want many-to-many relations, etc), and it is indeed not very interoperable, whereas in RDF shared voculaburies (data structures) and data are commonplace.</p>
<p>Many people don’t realise this when they see RDF/XML, and think it’s just a really complicated way of doing something that can also be done in XML.</p>
<p>But I don’t see why people would ever want to move from an RDF store to an RDBMS. If the code for the RDF functionality is old and outdated and not easy to use, it seems more logical to put effort in improving it.</p>
<p>~Grauw</p>
]]></content:encoded>
	</item>
</channel>
</rss>

