• home
  • forum
  • my
  • kt
  • download
  • Add semantic value to your Web pages

    Author: 2008-08-31 11:16:58 From:

    With Yahoo's recent announcement that they will implement support of Semantic Web standards in their search engine, the benefits that the Semantic Web has for your site have never been clearer. In addition to the existing benefits such as your structured content giving you a free, open-ended API, you now get the opportunity for increased search rankings, and more importantly, increased relevance because the search engine can better understand what the content of your site is about. In this tutorial you will learn to implement a simple social networking site using PHP and MySQL, which will implement Semantic Web standards such as hCard and Friend of a Friend (FOAF) as part of a semantic Uniform Resource Identifier (URI) scheme.

    In this tutorial

    In this tutorial you will learn practical details of how to implement a semantic URI scheme, the conceptual structure of the pages of your Web site, and how to apply microformats and RDFa to your markup to add semantic value to your Web pages.

    This tutorial shows you how to use Semantic Web technologies in the context of a very simple social networking site, SemanticBook. SemanticBook represents your friends by a URI that you can use on any other site, allowing your network of friends to be embedded into a wider network across multiple sites. Given that FOAF is used, the user's data becomes portable, and is easily extracted for use in other applications. For instance, SemanticBook allows you to easily add your friend's contact details to an e-mail client such as Yahoo! Mail. You will develop practical code to build semantic URI schemes, structure your HTML output to allow the contact details of your users to be easily exported from their Web page, and indicate the users relationships through Semantic Web standard formats.


    Objectives

    • Review a quick introduction to the Semantic Web

    • Implement a semantic URI scheme

    • Represent the user's contact information with hCard

    • Represent the user's network with FOAF

    Prerequisites

    The tutorial will focus on certain aspects of Apache configuration and the rendered HTML, rather than the PHP and MySQL itself, so even if you only have a superficial understanding of those two technologies, you can still follow along

    discuss this topic to forum

    relation tutorial

    No relevant information

    Category

      Authoring (2)
      Book Samples (1)
      Database Related (2)
      Development (7)
      Introduction to XML (10)
      Java and XML (1)
      Miscellaneous (5)
      Parsing (2)
      PHP and XML (1)
      Style Sheets (9)
      Web Services (10)

    New

    Hot