The Web, and the principles behind it, is mostly asemantic from a Computer Science point of view. I claim that most of the semantics is, in fact, highly local, at the document level.

First, observe that cross-document semantics is almost absent.

  • The only semantics in hyperlinks is “this resource points to this other resource which may or may not exist, which may or may not change over time”.
  • Resource Identifiers or URLs or URIs are a way to name each resource. No particular semantics there.
  • The HTTP protocol (and related protocols) has some explicit semantics, but it is very simple (GET, POST, …).

However, HTML and related markup languages are where most of the semantics lie. You can get the title of the page, for example, from any well formed HTML page. It is still fairly primitive, and in practice, there might be hardly any semantics present at all, but if there is any on the Web, that’s where it is.

Why? As I said before, semantics is complexity and complexity is hard. But local complexity and thus, local semantics, is easier to manage. You can have a very complex algorithms that could still be practical in daily use. Consider image compression software. But the complexity needs to be localized.

Any attempt at making the Web semantically richer in a cross-document way is bound to fail. (I claim.) Feel free to build complex documents on your own. My blog is certainly a complex beast, and I have crazy semantics going on under the hood. But to export complexity on a global scale is silly. (I claim.)

No Comments »

No comments yet.

Leave a comment

Warning: When entering a long comment, please ensure that you make copy of your text prior to submitting it. If the server should fail or if you hit a bug, you might lose your work. I am not responsible for your lost effort.

To spammers: I carefully review every single post and make sure that spam gets deleted. You are wasting your time if you are manually entering spam using this form. Read my terms of use to see what I consider to be abusive.

Example: duo plus septem is '9'. The numbers are expressed in latin numerals but you should give your answers using ordinary digits.

 

« Blog's main page

Powered by WordPress