Why am I so excited??

Artificial Intelligence researchers have studied such systems since long before the web was developed. Knowledge representation, as this technology is often called, is currently in a state comparable to that of hypertext before the advent of the web: it is clearly a good idea, and some very nice demonstrations exist, but it has not yet changed the world. It contains the seeds of important applications, but to unleash its full power it must be linked into a single global system.

-- Tim Berners-Lee, etal, Ora Lassila - 2001.

It's not really about Semantics

Many of the people in this audience are focused on putting semantics on the web. But this is the small issue -- the exciting one is What does it mean to have a web of semantics

The semantic web is to ontologies (etc.) as the web is to documents!!!

-> ignore the links, and you ignore the web!

A Language for ontologies

<daml:Class rdf:ID="WeatherEvent">
  <rdfs:comment>Superclass for all weather events
  <rdfs:label>Weather event
</daml:Class>

<daml:Class rdf:ID="WeatherReport">
 <rdfs:comment>Superclass for all handled weather reports</rdfs:comment>
 <rdfs:label>weather report</rdfs:label>
   <rdfs:subClassOf rdf:resource="#DatedWeatherEvent"/>
   <rdfs:subClassOf>
     <daml:Restriction daml:minCardinality="1">
       <daml:onProperty rdf:resource="#hasWeatherEvent"/>
     </daml:Restriction>
  </rdfs:subClassOf>
  <rdfs:subClassOf>
     <daml:Restriction daml:cardinality="1">
       <daml:onProperty rdf:resource="#hasStationID"/>
      </daml:Restriction>
  </rdfs:subClassOf>
  <rdfs:subClassOf>
     <daml:Restriction daml:cardinality="1">
        <daml:onProperty rdf:resource="#hasReportTime"/>
     </daml:Restriction>
  </rdfs:subClassOf>
  <rdfs:subClassOf>
    <daml:Restriction daml:cardinality="1">
    <daml:onProperty rdf:resource="#hasReportDate"/>
  </daml:Restriction>
  </rdfs:subClassOf>
  </daml:Class>

Using the web of Ontologies

Ontologies let us map schemas of many different types to each other.

This is a REVOLUTIONARY idea

The Web IS Huge

What can (should) I do?

GIVE IT AWAY

closing quote

Start small but viral and you can change many things.


-- TBL, personal communication; May 28, 2002.