Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What is the Semantic Web?

Brendan McGuigan
Brendan McGuigan

The semantic web is an ongoing project, currently headed by the creator of the World Wide Web, Tim Berners-Lee. It attempts to address some of the semantic shortcomings of the current web, by introducing a much more versatile and dynamic markup to the documents that comprise the network.

HTML, the markup language used for the bulk of the World Wide Web, has a very limited set of tags which may be used to tell a parser what the text within those tags is meant to be. For the most part, the tags used in HTML are used for various layout and stylistic instructions — with a move towards having HTML focus exclusively on structural markup, and Cascading Style Sheets address style issues. There are a few exceptions to this, such as the header tags (title, meta, etc) and embedded object tags.

Man holding computer
Man holding computer

The semantic web, however, utilizes XML (as well as other technologies, such as OWL and RDF), to give information of essentially unlimited detail. Some of Lee's ideas for this include the ability to embed information about links within the links themselves: adding metadata to each link indicating the title of the webpage, perhaps a rating, the nature of the relationship between the two people doing the linking, and an assortment of other informational tidbits.

A fundamental aspect of the semantic web is the linking of data to centralized data-points, rather than independently defining it. For example, currently if I want my text to all appear red, I would indicate: font color=red, or perhaps use a style sheet to specify: p { color: red; }. With the semantic web I would indicate something akin to: font color=www.wisegeek.com/colors/red/, and the color would then be retrieved from a central point.

The semantic web is being built and spreading beneath the structure of the existing web. Anyone who has seen a Creative Commons license has seen the semantic web in action: the copyrights themselves are kept at a central database where they are stored, and in turn websites utilizing a Creative Commons license link to that database entry, rather than simply replicating the license themselves. If you examine the markup of a webpage using one of these licenses, you will see a number of tags hidden from normal sight, intended to let search-engine crawlers, news feeders, and other automated tools actually understand the copyright you have placed on your site.

Ultimately, the future of the semantic web looks bright. With more and more sites integrating small semantic components, such as copyright information, meta keywords, creator names, and global coordinates, it would appear to simply be too good an idea to fail.

Discuss this Article

Post your comments
Login:
Forgot password?
Register:
    • Man holding computer
      Man holding computer