This talk

Ontologies

An ontology defines the terms used to describe and represent an area of knowledge. Ontologies are used by people, databases, and applications that need to share domain information (a domain is just a specific subject area or area of knowledge, like medicine, tool manufacturing, real estate, automobile repair, financial management, etc.). Ontologies include computer-usable definitions of basic concepts in the domain and the relationships among them ...
They encode knowledge in a domain and also knowledge that spans domains. In this way, they make that knowledge reusable.
Working Draft, Web Ontology Working Group.

Ontologies on the Web...


<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>

...Creating a Web of Ontologies

Using the web of Ontologies

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

A Brief History of Web Ontology Work

The W3C Web Ontology Working Group

WOWG - Status and Schedule

WOWG: Identification of Use Cases

WOWG: Requirements Working Draft - Goals

WOWG: Requirements Working Draft - Reqs/Obj

We welcome your comments at public-webont-comments@w3.org

WOWG Issues

  • WOWG is grappling w/two key needs, somewhat in tension As co-chair, I welcome your feedback...

    Conclusion