Cover page images (keys)

The Semantic Web In Practice

Eric Miller
W3C Semantic Web Activity Lead

DC-2005: Vocabularies in Practice

Madrid, 15 de Septiembre de 2005


Slides are available at http://www.w3.org/2005/Talks/0915-semweb-em/

Outline

Quick bit of reflection

Semantic Web - Many things to many people

elephant

Semantic Web

How does it work?

Semantic Web Technologies

A Web of Data

XML, RDF, OWL and URIs

Markup language and means for connecting resources

Below the file, text level

At the data level

semweb

Semantic Web Standards

Vodafone - Live Mobile Portal

Search application (e.g. ringtone, game, picture) using RDF

  • better search : page views per download decreased 50%
  • increased revenue : ringtone up 20% in 2 months

Bringing goods closer to customers increased sales

RDF was key factor in making this possible

Nokia - Semantic Web enabled forum.nokia.com

Nokia

Oracle

Simile

  • Simile : data interoperability across distributed individual, community, and enterprise / institutional stores
  • Personal and collaborative information management
  • "Pure" data
  • Facilitate the combination of data and services
  • Semantic Web Browser
Piggy Bank screenshot
Movie shows screenshot thumbnail leads to Movie shows in Piggy Bank screenshot thumbnail leads to Theatre map screenshot thumbnail leads to Assorted map information screenshot thumbnail

SWOOP

swoop

Wrapping, Enhancing the Existing Web

semweb connected

GRDDL 1

1. Pick a way of expressing data in XHTML, and get an XSLT transformation to RDF; for example:

GRDDL 2

2. Make links from your XHTML data to the transformation, using the transformation link type:

<html xmlns="http://www.w3.org/1999/xhtml">
  <head profile="http://www.w3.org/2003/g/data-view">
    <title>Some Document</title>
    <link rel="transformation"
       href="http://www.w3.org/2000/06/dc-extract/dc-extract.xsl" />
    <meta name="DC.Subject"
       content="ADAM; Simple Search; Index+; prototype" />
    ...
  </head>
  ...
</html>

GRDDL 3

3. Reference the GRDDL profile to make it clear what that transformation link type means:

<html xmlns="http://www.w3.org/1999/xhtml">
  <head profile="http://www.w3.org/2003/g/data-view">
    <title>Some Document</title>
    ...

GRDDL XSLT service demo, example

SPARQL

SKOS

Semantic Web Health Care and Life Sciences

W3C Semantic Web for Life Sciences Workshop, Oct 2004

Draft charter available for review

Connecting the dots / Challenges

Observations and Lessons Learned

Conclusions

More Information