W3C

Feature Synopsis for OWL Lite and OWL

This version:
8 July 2002
Previous version:
23 June 2002
26 May 2002
15 May 2002
13 May 2002
Authors:
Deborah L. McGuinness (Knowledge Systems Laboratory, Stanford University )
dlm@ksl.stanford.edu
Frank van Harmelen (Free University, Amsterdam)
frank.van.harmelen@cs.vu.nl


Abstract

The OWL Web Ontology Language is being designed by the W3C Web Ontology Working Group in order to provide a language that can be used for applications that need to understand the logical content of information instead of just understanding the human-readable presentation of content. The OWL language can be used to allow the explicit representation of term vocabularies and the relationships between entities in these vocabularies. In this way, the language goes beyond XML, RDF and RDF-S in allowing greater machine readable content on the web. The OWL language is a revision of the DAML+OIL web ontology language. This document provides an introduction to the OWL language by way of a motivation, language synopsis, and language description with simple examples. It first describes a simpler version of the full OWL language which is referred to as OWL Lite and then describes OWL by addition to OWL Lite. A more complete description of both OWL and OWL Lite is provided in accompanying requirements, reference, and semantics documents referenced in this document.

Table of contents

  1. Motivation
  2. Language Synopsis
    1. OWL Lite Synopsis
      1. OWL Lite RDF Schema Features Synopsis
      2. OWL Lite Equality and Inequality Synopsis
      3. OWL Lite Property Characteristics Synopsis
      4. OWL Lite Restricted Cardinality Synopsis
      5. OWL Lite Datatypes Synopsis
      6. OWL Lite Header Information Synopsis
    2. OWL Synopsis
      1. OWL Class Axioms Synopsis
      2. OWL Boolean Combinations of Class Expressions Synopsis
      3. OWL Arbitrary Cardinality Synopsis
      4. OWL Filler Information Synopsis
  3. Language Description of OWL Lite
    1. OWL Lite RDF Schema Features Description
    2. OWL Lite Equality and Inequality Description
    3. OWL Lite Property Characteristics Description
    4. OWL Lite Restricted Cardinality Description
    5. OWL Lite Datatypes
    6. OWL Lite Header Information
  4. Incremental Language Description of OWL
  5. Summary
  6. Status

1. Motivation

The OWL Web Ontology Language is being designed by the W3C Web Ontology Working Group in order to provide a language that can be used for applications that need to understand the logical content of information instead of just understanding the human-readable presentation of content. The OWL language can be used to allow the explicit representation of term vocabularies and the relationships between entities in these vocabularies. In this way, the language goes beyond XML, RDF and RDF-S in allowing greater machine readable content on the web. The OWL language is a revision of the DAML+OIL web ontology language incorporating learnings from the design and application use of DAML+OIL.

The goal of this document is to provide a simple introduction to OWL. This document is meant to provide a language overview with a listing of language features along with simple descriptions and examples. The audience is expected to be people wishing to get a general understanding of the language capabilities. This document first describes a simpler version of the full OWL language which is referred to as OWL Lite and then describes OWL by addition to OWL Lite. A more complete language description will be provided in accompanying documents. For more information concerning the motivation and requirements for the OWL language, please see the Requirements for a Web Ontology Language document. For a more complete description of the language features in OWL and OWL Lite, please see the OWL reference description document. For a more complete description of the OWL Lite and OWL language semantics, please see the Formal Specification of the OWL Web Ontology Language Document.

This document begins by describing a subset of the entire language called OWL Lite. The goal of OWL Lite is to provide a language that is viewed by tool builders to be easy enough and useful enough to support. One expectation is that tools will facilitate the widespread adoption of OWL and thus OWL language designers should attempt to create a language that tool developers will flock to.
While it is widely appreciated that all of the features in languages such DAML+OIL are important to some users, it is also understood that a languages as expressive as DAML+OIL may be daunting to some groups who are trying to support a tool suite for the entire language. In order to provide a target that is approachable to a wider audience, a smaller language has been defined, now referred to as OWL Lite.

This smaller language attempts to capture many of the commonly used features of OWL and DAML+OIL. It also attempts to describe a useful language that provides more than RDFS with the goal of adding functionality that is important in order to support web applications. It also attempts to choose features that do not impose too many restrictions on toolbuilders who want to extend their support beyond this "Lite" language.

This document provides a feature synopsis for the full OWL language by including the feature synopsis for OWL Lite and then an incremental listing of the additions supported in OWL. The language description with examples for the full OWL Language is also done in an incremental manner over OWL Lite.



2. Language Synopsis

This section contains the language synopsis for OWL Lite and OWL. There is a lexicographic notation used in this document. Italicized terms are feature constructors in the language. Capitalization is used consistently in those terms with the way they are used in the language.

2.1 OWL Lite Synopsis

The expanded summary listing of OWL Lite is:

2.1.1 OWL Lite RDF Schema Features Synopsis

2.1.2 OWL Lite Equality and Inequality Synopsis

2.1.3 OWL Lite Property Characteristics Synopsis

2.1.4 OWL Lite Restricted Cardinality Synopsis

2.1.5 OWL Lite Datatypes Synopsis

2.1.6 OWL Header Information Synopsis

2.2 OWL Synopsis

The expanded summary listing of OWL adds the following:

2.2.1 OWL Class Axioms Synopsis

2.2.2 OWL Boolean Combinations of Class Expressions Synopsis

2.2.3 OWL Arbitrary Cardinality Synopsis

2.2.4 OWL Filler Information Synopsis


The next section contains an expanded description of the language.

3. Language Description of OWL Lite

This section will discuss the proposed language features in English. An abstract syntax is used for presentation of the language. OWL Lite has a subset of the full OWL language constructors and has a few limitations. Unlike the full OWL language (and DAML+OIL), classes can not be defined in terms of arbitrary descriptions; instead only named superclasses and certain kinds of restrictions can be used. Equivalence for classes, and subclass between classes are all only allowed on named classes, not arbitrary descriptions. Similarly, property restrictions in OWL-Lite cannot have embedded descriptions, instead only allowing class names where descriptions would be allowed in Full OWL. It also has a limited notion of cardinality - the only cardinalities allowed to be explicitly stated are 0 or 1.

3.1 OWL Lite RDF Schema Features Description

OWL can be viewed as an extension of a restricted view of the RDF language. The restrictions limit the set of allowable models. The implications of the restriction are that every statement valid in the language describable by this document will be valid RDF, but not all valid RDF will be valid in the language described by the document. It retains the following terms from RDF/S. These terms are in the RDF Schema namespace. Please see the RDF Schema Specification for more information.

3.2 OWL Lite Equality and Inequality Description

The following features related to equality or inequality are included:

3.3 OWL Lite Property Characteristics Description

There are special identifiers in OWL Lite and OWL that are used to denote a type of property.

3.4 OWL Lite Restricted Cardinality Description

3.5 OWL Lite Datatypes Description

3.6 OWL Lite Header Information Description

4. Incremental Language Description of OWL

Full OWL extends the constructions of OWL Lite with the following:

5. Summary

This document provides a high level description of the OWL language by providing a feature synopsis of both OWL Lite and the full language. It provides simple English descriptions of the constructors along with a simple example. It makes no attempt to include a syntax. It also provides pointers to the other related documents for more details. Previous versions (June 23, 2002, May 26, 2002, and May 15, 2002 of the document provided the historical view of the evolution of OWL Lite and the issues discussed in its evolution.

6. Status of this document

This section describes the status of this document at the time of its publication. Other documents may supersede this document.

This document is a working document for the use by W3C Members and other interested parties. It may be updated, replaced or made obsolete by other documents at any time.

This document has been produced as part of the W3C Semantic Web Activity, following the procedures set out for the W3C Process. The document has been compiled by the Web Ontology Working Group. The goals of the Web Ontology working group are discussed in the Web Ontology Working Group charter .

A list of current W3C Recommendations and other technical documents can be found at http://www.w3.org/TR/.