A Modified RDFS-Compatible Model-Theoretic Semantics for DAML+OIL (March 2001)

Editors:
Peter F. Patel-Schneider

Abstract

The meaning of DAML+OIL (March 2001) constructs is provided by this terse model-theoretic semantics, which has been modified to follow my variant of the new model theory for RDF(S).


1. Introduction

This document provides a terse specification of a model theory for DAML+OIL (March 2001), specified as an RDF graph. It builds directly on my variant of the new model theory for RDF(S).

This document says nothing about how the RDF graph is obtained. This document ignores all aspects of naming and importing. Thus it has nothing to do with the meaning of Ontology or versionInfo or imports. (The intended meaning of imports is that the RDF triples of the referenced ontology are included in the RDF triples of the current ontology.)

This document has a slightly different treatment of literals and datatypes than does DAML+OIL (March 2001). There may be other differences, as well.

2. Typographical conventions

In the document various typographical conventions are used to represent sets, set relationships, and other mathematical notations. These may not be the most elegant typographical conventions, but they should be renderable by just about all HTML browsers.

Names in this document are qualified. Think of the names as if the following XML namespace definitions are present:

Several DAML+OIL constructs accept a list. The treatment here shows these lists as [x1,...,xn] in the interests of brevity and clarity. They should be expanded to a collection of nodes and edges that use daml:List, daml:first, daml:rest, and daml:nil and that represents the list.

3. DAML+OIL Graph Syntax

A DAML+OIL graph is a core RDFS graph that contains nodes with the following labels:

and has the following edges (being a little bit lazy in using labels to identify nodes):

Note that a DAML+OIL graph should be the same as an RDF graph with daml+oil.daml loaded (modulo labels, comments, and the stuff at the end).

A DAML+OIL model of a DAML+OIL graph R is a core RDFS model of R with the following conditions. We define ICEXT(r) = { x : < x, rdf:type, r> } v XLS(r).


References

  1. DAML+OIL (March 2001) reference description
  2. An Axiomatic Semantics for RDF, RDF-S, and DAML+OIL (March 2001)
  3. Annotated DAML+OIL Ontology Markup
  4. DAML+OIL revised language specification
  5. A sample ontology
  6. Datatype definitions for sample ontology
  7. RDF Model Theory