4.1 Semantic Web

4.1.1 More about Metadata

Links to good resources about metadata and related tools.

[More...]
4.1.2 A brief history of the technology of language

Religion, authority and the role of technology.

[More...]
4.1.3 Rhetoric and the Semantic Web

Much of the criticism aimed at The Semantic Web relates to it's difficulty - both to learn and to implement - but technical issues aren't the only problem. A greater problem may be human nature itself - do people have a self-interest sufficient to motivate them to implement the Semantic Web, and, if implemented, will people pay any attention to it?

[More...]
4.1.4 RDF: A Three Minute Summary

RDF (Resource Description Framework) is an XML specification for documenting metadata. In a nutshell, an RDF file is a collection of statements about some resource (a resource is anything with a URI) and these statements can be formally expressed in XML. Each statement comprises three elements - a resource name, a property name and a property value, also known as the subject, predicate and object respectively. For example, if I want to say that this article was written by Mark Choate, the three terms would be something like this:

[More...]
4.1.5 Part 2 - RDF: A Three Minute Summary

Statements and statements about statements and why we should care.

[More...]