The Semantic Web reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Semantic Web

For thoughtful child sponsors

The Semantic Web is a project underway that intends to create a universal medium for the exchange of information by giving meaning, in a manner understandable by machines, to the content of documents on the web. Currently under the direction of its creator, Tim Berners-Lee of the World Wide Web Consortium, the Semantic Web extends the ability of the World Wide Web through the use of standards, markup languages and related processing tools.

Table of contents
1 Relationship to the World Wide Web
2 Components of the Semantic Web
3 See also
4 References
5 External links

Relationship to the World Wide Web

Currently, the World Wide Web is based primarily on documents written in HTML, a language that is useful for describing, with an emphasis on visual presentation, a body of structured text interspersed with multimedia objects such as images and interactive forms. HTML does not offer the ability to describe hardly any of the text's content in terms other than in how chunks of text relate to the document as a whole.

For example, with HTML and a rendering tool having appropriate functionality, one can create a catalog of items for sale. In the HTML for the catalog, one can make simple, document-level assertions such as "the document's title is 'Widget Superstore'". But there is no capability within the HTML itself to unambiguously assert that, say, item number X586172 is an Acme Gizmo with retail price of €200, or that it is a type of consumer good. Rather, HTML can only say that the span of text "X586172" is something that should be positioned near the span of text "Acme Gizmo" and "€200", etc. There is no way to say "this is a catalog" or even to establish that "Acme Gizmo" is a kind of title and that "€200" is a price. There is also no way to express the notion that these pieces of information are bound together under relatively intangible categories represented in this particular document by the English phrase "consumer good".

The Semantic Web addresses this issue by making use of the descriptive technologies RDF and OWL, and the data-centric, customizable markup language XML. These technologies are combined in order to provide descriptions that supplement or replace the content of documents on the web. Thus, content may manifest as descriptive data stored in web-accessible databases, or as markup within documents (particularly, in XHTML interspersed with XML, or, more often, purely in XML, with layout/rendering cues stored separately). The machine-readable descriptions allow content managers to add meaning to the content, thereby facilitating automated information gathering and research by computers.

Components of the Semantic Web

The Semantic Web is comprised of the standards and tools of XML, XML Schema, RDF, RDF Schema and OWL. The [OWL Web Ontology Language Overview http://www.w3.org/TR/owl-features/] describes the function and relationship of each of these components of the Semantic Web:

The usability and usefulness of the Web and its interconnected resources will be enhanced through:

The primary facilitators of this technology are URIs (which identify resources) along with XML and namespaces. These, together with a bit of logic, form RDF, which can be used to say anything about anything. As well as RDF, many other technologies such as Topic Maps and pre-web AI technologies are likely to contribute to the Semantic Web.

All current web technologies are likely to have a role in the Semantic Web, including but not limited to the following:

Another aspect of the Semantic Web is Friend-Of-A-Friend, FOAF, which allows you to describe yourself in terms of RDF.

See also

References

External links