A valuable lesson on the difference between XML Schemas and ontologies

Hi Folks,

This week I learned a valuable lesson on the difference between XML Schemas and ontologies. I think you will find it of interest.

Warning: in the following two sections I will lead you down a path and attempt to persuade you that everything is reasonable and logical. Then, in the two sections after that I will change my position 180 degrees and attempt to persuade you that what I said previously is unreasonable and illogical.

---------------------------------------------------------------------------------------
The Problem: Element Has No Information About The Kind Of Thing It Is
---------------------------------------------------------------------------------------

In this section and the next I will attempt to persuade you to connect every element in your XML Schema to a semantic identifier.

--- 

Some XML Schemas declare elements and do not associate them to anything. That is, there is no indication of what kind of thing an element is. For example, in the following XML Schema there is no indication of what kind of thing the title element is:

      <element name="title" type="string" />

That element declaration states the name of the thing (title), the type of data that the thing can have (string), but it says nothing about what kind of thing it is.

More ... http://www.xfront.com/What-Kind-Of-Thing-Is-It.pdf 

Comments welcome.

/Roger

Received on Friday, 4 November 2011 14:19:55 UTC