W3C

OWL Web Ontology Language
Test Cases

W3C ProposedRecommendation 15 December 200310 February 2004

PRE-PUBLICATION DRAFT. This document is being prepared for possible publication by the W3C, but it may change, be delayed, or never be published. The "Version" URIs and "Status of this Document" section may reflect its planned location and status, not present reality.

This version:
http://www.w3.org/TR/2003/PR-owl-test-20031215/http://www.w3.org/2001/sw/WebOnt/TR/STAGE-owl-test/
Latest version:
http://www.w3.org/TR/owl-test/
Previous version:
http://www.w3.org/TR/2003/CR-owl-test-20030818/http://www.w3.org/TR/2003/PR-owl-test-20031215/
Editors:
Jeremy J. Carroll, HP <jjc@hpl.hp.com>
Jos De Roo, AGFA,<jos.deroo@agfa.com>

Please refer to the errata for this document, which may include some normative corrections.

This normative version is a compound document. Non-normative versions consisting of a single HTML file are available in three sizes: medium, large, and extra large. The tests of this document are also available in these non-normative formats: Zip archive of approved tests, the test Web site.

See also translations.


Abstract

This document contains and presents test cases for the Web Ontology Language (OWL) approved by the Web Ontology Working Group. Many of the test cases illustrate the correct usage of the Web Ontology Language (OWL), and the formal meaning of its constructs. Other test cases illustrate the resolution of issues considered by the Working Group. Conformance for OWL documents and OWL document checkers is specified.

Status of this document

This section describes the status of thisdocument at the time of its publication. Other documents may supersede this document. A list of currenthas been reviewed by W3C publicationsMembers and other interested parties, and it has been endorsed by the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/. PublicationDirector as a ProposedW3C Recommendation does not imply endorsement by. W3C's role in making the W3C Membership. ThisRecommendation is a draft documentto draw attention to the specification and may be updated, replaced or obsoleted by other documents at any time. It is inappropriateto citepromote its widespread deployment. This document as other than work in progress.enhances the functionality and interoperability of the Web.

This draftis one of six parts of the ProposedW3C Recommendation (PR)for OWL, the Web Ontology Language. It has been developed by the Web Ontology Working Group as part of the W3C Semantic Web Activity (Activity Statement, Group Charter) for publication on 15 December 2003.10 February 2004.

The design of OWL expressed in earlier versions of these documents has been widely reviewed and satisfies the Working Group's technical requirements. The Working Group has addressed all comments received, making changes as necessary. During Candidate Recommendation, many implementations were reported, covering among them all features of the language.Changes to this document since the CandidateProposed Recommendation version are detailed in the change log.

W3C Advisory Committee Representatives are now invited to submit their formal review via Web form, as described in the Call for Review. Additional comments may be sent to a Team-only list, w3t-semweb-review@w3.org . The public is invited to sendComments toare welcome at public-webont-comments@w3.org (archive) and to participate ingeneral discussion of related technology is welcome at www-rdf-logic@w3.org (archive).

The review period extends until 19 January 2004 .A list of implementations is available.

The W3C maintains a list of any patent disclosures related to this work.

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.


Table of Contents


1. Introduction

As part of the definition of the Web Ontology Language (OWL) the Web Ontology Working Group provides a set of test cases. This document presents those test cases. They are intended to provide examples for, and clarification of, the normative definition of OWL found in [OWL Semantics and Abstract Syntax] to which this document is subsidiary.

This document is one component of the description of OWL, the Web Ontology Language, being produced by the W3C Web Ontology Working Group. The Document Roadmap section of the [OWL Overview] describes each of the different parts and how they fit together.

This document describes the various types of test used and the format in which the tests are presented. Alternative formats of the test collection are provided. These are intended to be suitable for use by OWL developers in test harnesses, possibly as part of a test driven development process, such as Extreme Programming [XP]. The format of the Manifest files used as part of these alternative formats is described.

In the non-normative appendices, this document also describes the process for creation and approval of these tests.

1.1. Conformance and Scope

Various conformance levels are defined in this document in terms of [OWL Semantics and Abstract Syntax].

However, the test cases do not constitute a conformance test suite for OWL, since they are silent on several important issues. This document cannot be considered a complete specification of OWL.

The tests illustrate issue resolutions, and illustrate the use and meaning of the terms in the OWL namespace.

There are other miscellaneous tests: some arising in the literature, and in preexisting systems; others intending to show the difficulty of complete implementations of OWL Full.

2. Deliverables (Normative)

The deliverables included as part of the test cases are:

Note: Other files can be found under the top URL of the Web site which are not part of the deliverable.

2.1. Normative Status

Of the deliverables the only normative tests are those included in this document. All other deliverables are informative. Moreover, the recommendation document is informative except for the conformance statements, the test data (specified in RDF/XML [RDF/XML[RDF Syntax]), and the supporting documentation.

2.2. Extra Credit Tests

The Web Ontology Working Group has seen adequate implementation experience of most of the tests in this document. Some, however, are particularly difficult to implement efficiently. These are labelled as extra credit tests. Such tests indicate the semantics of OWL, but may use features that are not sufficiently widely implemented to provide good interoperability.

A general case of extra credit tests is that all OWL Full nonentailments and consistency tests are extra credit tests. This is because typical OWL Full implementations prove entailments but cannot prove nonentailments.

Extra credit tests are labelled with "EC" within this document and with status EXTRACREDIT in the manifest files.

The name indicates that there is no expectation that any implementation will successfully run such tests and any that do gain extra credit.

3. Test Types (Normative)

Each test consists of one or more RDF/XML documents and a Manifest file. Tests of one document indicate some property of that document when viewed as an OWL knowledge base. Tests of two or more documents indicate a relationship between the two documents when viewed as OWL knowledge bases.

The Manifest file is named ManifestNNN.rdf (The NNN is replaced by the test number). It contains metadata (in RDF) indicating the test type, and describing the test.

The metadata also indicates the language levels appropriate for each test and each document in each test. For each RDF/XML document, one language level is indicated, being OWL Lite, OWL DL or OWL Full, as given by the syntactic rules in [OWL Semantics and Abstract Syntax]. For semantic tests, one or two language levels are indicated. If the language level OWL Full is indicated for a semantic test, then the test holds according to the RDF-Compatible Model-Theoretic Semantics in [OWL Semantics and Abstract Syntax]. If the language level OWL Lite or OWL DL is indicated for a semantic test, then the test holds according to the Direct Model-Theoretic Semantics in [OWL Semantics and Abstract Syntax]. If the language level OWL Lite is indicated for a semantic test, then the test only uses features within the OWL Lite sublanguage.

Some of the tests require that certain datatypes are, or are not, supported in the datatype theorymap [OWL Semantics and Abstract Syntax]. These are indicated with the test. Other datatypes which are used in the test are also indicated: the test applies whether or not these are supported in the datatype theorymap . The datatypes xsd:integer, xsd:string from [XML Schema Datatypes] are not indicated, even when used or required, since they must be supported.

3.1. Tests for Incorrect Use of OWL Namespace

These tests use one document. It is named badNNN.rdf. This document includes a use of the OWL namespace with a local name that is not defined by the OWL recommendation. An OWL Syntax checker SHOULD give a warning.

Note: These tests are intended to help migration from DAML+OIL [DAML+OIL], since the local names chosen are defined in the DAML+OIL namespace.

3.2. Entailment Tests

These tests use two documents. One is named premisesNNN.rdf, the other is named conclusionsNNN.rdf. The conclusions are entailed by the premises. Such entailment is defined by the OWL semantics [OWL Semantics and Abstract Syntax], (see also OWL Full entailment).

3.3. Non-Entailment Tests

These tests use two documents. One is named premisesNNN.rdf, the other is named nonconclusionsNNN.rdf. The nonconclusions are not entailed by the premises. Such entailment is defined by the OWL semantics [OWL Semantics and Abstract Syntax], (see also OWL Full entailment).

Exceptionally, test imports-002 includes a third document.

3.4. True Tests

These tests use one document. It is named conclusionsNNN.rdf. The conclusions follow from the OWL semantics [OWL Semantics and Abstract Syntax]. These tests are a special case of the entailment tests in which the premises are empty.

3.5. OWL for OWL Tests

These tests use one document. It is named conclusionsNNN.rdf. These are a special case of true tests. The conclusions follow from the OWL Full semantics [OWL Semantics and Abstract Syntax]. The tests are intended to illustrate how OWL Full can be used to describe its own properties and classes.

3.6. Consistency Tests

These tests use one document. It is named consistentNNN.rdf. The document is consistent as defined by the OWL Semantics [OWL Semantics and Abstract Syntax], (see also OWL Full consistency).

3.7. Inconsistency Tests

These tests use one document. It is named inconsistentNNN.rdf. The document is not consistent as defined by the OWL semantics [OWL Semantics and Abstract Syntax], (see also OWL Full consistency).

3.8. Import Entailment Tests

These tests use more than two documents. One is named premisesNNN.rdf, another is named conclusionsNNN.rdf, the rest have names like supportNNN-A.rdf. The support documents are in the imports closure of the premises document. The conclusions are entailed by the imports closure of the premises. Such entailment is defined by the OWL semantics [OWL Semantics and Abstract Syntax], (see also OWL Full entailment).

3.9. Import Level Tests

These tests use two documents. One is named importsNNN.rdf, the other is named mainNNN.rdf. These tests indicate the interaction between owl:imports and the sublanguage levels of the main document.

4. Conformance (Normative)

4.1. Document Conformance

4.1.1. Syntactic Conformance

An OWL Full document is any RDF/XML document [RDF/XML[RDF Syntax].

An OWL DL document is an OWL Full document such that the imports closure [OWL Semantics and Abstract Syntax] of the corresponding RDF graph [RDF Concepts] is an OWL DL ontology in RDF graph form.

An OWL Lite document is an OWL Full document such that the imports closure [OWL Semantics and Abstract Syntax] of the corresponding RDF graph [RDF Concepts] is an OWL Lite ontology in RDF graph form.

4.1.2. Semantic Conformance

An OWL Lite or OWL DL document D is OWL DL consistent with respect to a datatype theorymap T if and only if there is some abstract OWL interpretation I with respect to T such that I satisfies an abstract ontology O corresponding to D, in which O has a separated vocabulary; (see [OWL Semantics and Abstract Syntax]).

An OWL Full document D is OWL Full consistent with respect to a datatype theorymap T, if and only if there is some OWL Full interpretation I with respect to T such that I satisfies all the RDF graphs in some imports closed collection containing an RDF graph corresponding to D.

4.2. Document Checker Conformance

This section uses the words MUST, MUST NOT, SHOULD and MAY as in [RFC 2119].

4.2.1. Syntax Checker

An OWL syntax checker takes a document as input, and returns one word being one of Lite, DL, Full, Other.

The return value MUST conform with the following:

Lite
The input document is an OWL Lite document.
DL
The input document is an OWL DL document but not an OWL Lite document.
Full
The input document is an OWL Full document but not an OWL DL document.
Other
The input document is not an OWL Full document.

In addition, an OWL Syntax Checker SHOULD report a warning if the RDF graph [RDF Concepts] corresponding to the document uses any URI references starting with the prefix http://www.w3.org/2002/07/owl# except those found in the [RDF Schema for OWL].

An OWL syntax checker SHOULD report network errors occurring during the computation of the imports closure.

4.2.2. Consistency Checker

An OWL consistency checker takes a document as input, and returns one word being Consistent, Inconsistent, or Unknown.

An OWL consistency checker SHOULD report network errors occurring during the computation of the imports closure.

An OWL consistency checker MUST provide a means to determine the datatypes supported by its datatype theorymap, [OWL Semantics and Abstract Syntax]; for example, by listing them in its supporting documentation.

An OWL consistency checker MUST provide a means to determine the model theory [OWL Semantics and Abstract Syntax], it uses (either the Direct Model-Theoretic Semantics or the RDF-Compatible Model-Theoretic Semantics); for example, in its supporting documentation.

An OWL consistency checker MUST be sound: it MUST return Consistent only when the input document is consistent and Inconsistent only when the input document is not consistent, with respect to the datatype theorymap of the checker.

If an input document uses datatypes that are not supported by the datatype theorymap of an OWL consistency checker then it MAY report a warning.

An OWL consistency checker is complete and terminating, if, given sufficient (but finite) resources (CPU cycles and memory) and the absence of network errors, it will always return either Consistent or Inconsistent. It has been shown that for OWL Lite and DL it is possible to construct a complete and terminating consistency checker (the languages are decidable), and that for OWL full it is not possible to construct a complete and terminating consistency checker (the language is undecidable, [Practical Reasoning]).

The datatype theorymap of an OWL consistency checker MUST minimally support at least xsd:integer, xsd:string from [XML Schema Datatypes].

An OWL consistency checker SHOULD NOT return Unknown. Unknown, while sometimes needed, is not a desired response.

Four different conformance classes of OWL consistency checker are defined.

An OWL Lite consistency checker is an OWL consistency checker that takes an OWL Lite document as input, and uses the Direct Model-Theoretic Semantics.

An OWL DL consistency checker is an OWL consistency checker that takes an OWL DL document as input and uses the Direct Model-Theoretic Semantics.

An OWL Full consistency checker is an OWL consistency checker that takes an OWL Full document as input and uses the RDF-Compatible Model-Theoretic Semantics.

The datatype map of an OWL Full consistency checker MUST also support rdf:XMLLiteral from [RDF Concepts], see [RDF Semantics].

A complete OWL Lite consistency checker is an OWL Lite consistency checker that is complete and terminating.

Note: An OWL Full consistency checker may indicate that an OWL DL document is inconsistent, while an OWL DL consistency checker indicates that the same document is consistent, (for example: compare test Thing-005 with Thing-004 or compare AnnotationProperty-001 with AnnotationProperty-002). Every OWL DL consistency checker is also an OWL Lite consistency checker.

Note: A complete OWL Lite consistency checker MAY return Unknown for an OWL Lite document in the case where a resource limit has been exceeded.

Note: The usage of the word 'complete' in this section follows the conventions of the description logic community. In some other communities the word 'complete' is used in a weaker sense, refering to the detection of inconsistency by logical inference systems.

5. Testing an OWL Implementation (Informative)

5.1. OWL Syntax Checkers

An OWL syntax checker when presented with any of the test files must return the indicated result. This includes the extra credit tests.

5.2. OWL Consistency Checker

An OWL consistency checker can be tested using appropriate consistency and inconsistency tests. Appropriate tests are those of an appropriate level and for which the checker has appropriate datatype support. The level of the test indicates the semantic theory being used, which may differ from the level of the file. For example, test Thing-004 contains an OWL DL file which is consistent as an OWL DL consistency test, but inconsistent as an OWL Full consistency test.

An OWL consistency checker has appropriate datatype support for a test if both:

An OWL Lite consistency checker with appropriate datatype support, when presented with a file from an OWL Lite consistency test, must return Consistent or Unknown.

An OWL DL consistency checker with appropriate datatype support, when presented with a file from an OWL DL or OWL Lite consistency test, must return Consistent or Unknown.

An OWL Full consistency checker with appropriate datatype support, when presented with a file from an OWL Full consistency test, must return Consistent or Unknown.

The corresponding inconsistency tests must return Inconsistent or Unknown.

A complete OWL Lite consistency checker should not return Unknown on the OWL Lite consistency or inconsistency tests, regardless of the use of unsupported datatypes.

The above constraints also apply to extra credit tests. Consistency checkers that return the correct answer (i.e. not Unknown) gain the extra credit.

6. Manifest Files (Informative)

The Manifest file follows the RDF schema developed for the RDF Test Cases [RDF Test Cases]Tests].

This is augmented by a few new properties and types which are declared in the OWL Test Ontology, found at http://www.w3.org/2002/03owlt/testOntology.

Specifically each test has its own Manifest file, and is identified from the URI reference formed from the Manifest file's URL with a fragment test.

The test has one rdf:type explicit, and this is one of:

otest:NotOwlFeatureTest
A test for the incorrect use of the OWL namespace name.
otest:PositiveEntailmentTest
An entailment test.
otest:NegativeEntailmentTest
A non-entailment test.
otest:TrueTest
A true test.
otest:OWLforOWLTest
An OWL for OWL test.
otest:ConsistencyTest
A consistency test.
otest:InconsistencyTest
An inconsistency test.
otest:ImportEntailmentTest
An import entailment test.
otest:ImportLevelTest
An import level test.

Where otest is bound to http://www.w3.org/2002/03owlt/testOntology# and rtest is bound to http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#.

The name of the original author of the test is shown using a dc:creator property, see [Dublin Core].

A description of the test is given (using XHTML markup [XHTML]) as the value of the rtest:description property.

An issue, if any, from the OWL Issues list [OWL Issues], is the value of a rtest:issue property.

An appropriate language feature, from the OWL namespace, if any, is the value of the otest:feature property.

The input documents with the test data are found as the value of the rtest:inputDocument property or as the value of both the rtest:premiseDocument and the rtest:conclusionDocument. The support files for import entailment tests, import level tests and test imports-002 are found as the values of otest:importedPremiseDocument.

The conformance levels associated with both files and tests are given with the otest:level property. The value for each document is one of otest:Full, otest:DL, otest:Lite or otest:Other. Each test is explicitly associated with one or two levels. If it is associated with otest:Lite then it is implicitly suitable for otest:DL.

The datatypes used in the test are given with the otest:usedDatatype property or with one of its subproperties: otest:supportedDatatype or otest:notSupportedDatatype. These indicate that the test is only valid when the datatype is supported or not supported respectively by the datatype theorymap being used.

The rtest:status of the test reflects the process of appendix A. It is given as one of the following levels:

APPROVED
This indicates that the test has been approved by the Web Ontology Working Group, and that implementors are expected to implement such functionality.
EXTRACREDIT
This indicates that the test has been approved by the Web Ontology Working Group, but that implementors are not expected to implement such functionality.
PROPOSED
This indicates that the test is awaiting approval.
OBSOLETED
The test, which was proposed or approved, has ceased to be appropriate.
REJECTED
The Web Ontology Working Group rejected the test (not used).

7. The OWL Tests (Normative)

Contents

Contents

7.3. Additional Description Logic Tests

These tests are ones that are either known from the literature (for instance, from [Heinsohn et al.]), or from test suites contributed by Network Inference, or developed by the Working Group.

The following additional namespace prefix is used in this section:

oiled
http://oiled.man.example.net/test#

In the N3 syntax [N3] used for namespace declarations, this as as follows:

Namespaces:
@prefix oiled: <http://oiled.man.example.net/test#> .

Contents

Contents

Contents

Contents

Contents

Contents

7.4. Miscellaneous Tests

These tests are ones that do not fit any other category. Some are taken from the [OWL Guide]; others reflect various aspects of OWL, that were not formal issues addressed by the Working Group.

Contents

Contents

Contents

Contents

7.5. Extra Credit

There is no expectation that any implementation will successfully run the tests in this section; any that do gain extra credit.

The intent is to illustrate the semantics of OWL, particularly OWL Full, as specified by [OWL Semantics and Abstract Syntax], with the specific goal of showing that it is possible to say things that it is not reasonable to expect an implementation to completely understand.

Contents

A. Test Creation, Approval and Modification (Historical, Informative)

This appendix describes the process that was used during the development of this test suite.

A.1. Creation

Tests are created by members of the Working Group. An (optional) test editor is provided to facilitate this. Tests are then placed in the appropriate directory in the test Web site. This is done using CVS access to the W3C CVS server [W3C CVS].

When created, tests are given a status of "PROPOSED". The author of the test creates a Manifest file in the directory of the new test, identifying:

A.2. Approval

At the chair's discretion, individual tests or groups of tests are put to the Working Group in the weekly telecon or at a face-to-face meeting.

Tests are approved by Working Group decision, with status 'APPROVED' or 'EXTRACREDIT'.

The Working Group may take account of favorable review of the tests and/or implementation reports, as well as other factors.

If the Working Group approves a test, then it is included in the test case document.

The Working Group may reject a test, in which case its status is changed to "REJECTED". This does not indicate that the converse of the test has been accepted. There may be stylistic or other grounds for rejecting technically correct tests.

The Working Group has complete discretion to approve or reject tests independent of their conformance with this process or their conformance with the OWL Working Drafts.

In the light of new information, and at the chairs' discretion, the Working Group may review any previous decision regarding any test cases. The status of "OBSOLETED" may be used where a test has ceased to be appropriate.

A.3. Modification

The editors may make editorial changes to approved and proposed tests. This includes:

B. Stylistic Preferences (Informative)

There is a preference for the following stylistic rules. None of these rules is obligatory, but test authors should be minded that it will be easier to gain Working Group consensus if they follow these rules.

B.1. Use of RDF/XML

Tests should normally be expressed in RDF/XML.

The following RDF/XML grammar rules [RDF/XML[RDF Syntax] are not used:

  1. Property attributes.
  2. rdf:parseType="Resource".

B.2. Use of xml:base

Test and manifest files should have an xml:base attribute [XMLBASE] on the document element. This should show the preferred URL of the document, from which it is actually retrievable.

Files that contain no relative URIs may omit the xml:base attribute.

B.3. Use of .rdf Suffix

Test and manifest files should use the ".rdf" suffix. URIs should not. The URL used for xml:base declarations does not have a suffix.

B.4. Use of example Domains

All URLs in the test and manifest files should be retrievable Web resources except for those that use domain names with "example" as the penultimate component (e.g. "http://www.example.org/ontology#prop").

B.5. Copyright

The following copyright statement should be included as an XML comment in every test file:



<!--
  Copyright World Wide Web Consortium, (Massachusetts Institute of
  Technology, European Research Consortium for Informatics and 
  Mathematics, Keio University).
 
  All Rights Reserved.
 
  Please see the full Copyright clause at
  <http://www.w3.org/Consortium/Legal/copyright-software.html>

  $Id: owl-test.html,v 1.9 2004/02/09 15:33:30 sandro Exp $
-->

B.6. Description

The description should:

The description should be included as an XML comment in each test file, and be included as RDF content in the Manifest file.

B.7. Directory Structure

Tests that relate principally to some owl property or class, should be put in a directory named using the local name of that property of class.

Otherwise, tests that relate to an issue should be put in a directory named like I3.4 where the issue number is taken from the OWL issue list [OWL Issues].

B.8. Test Numbering

Each directory should contain tests numbered consecutively from 001.

No two tests in a single directory should have the same number.

Each file in a test should have the number of the test at the end of its name, before the suffix.

The rest of the file name should follow the conventions for the test type.

Note: the approved tests in a directory will not necessarily be contiguously numbered.

Note: this differs from the RDF Core test case numbering conventions.

B.9. Triple Format of Test Data

Both the approved and proposed tests are shown both in RDF/XML, which is their normative form, and in a triples format. This lists the triples as subject, predicate and object, similar to the N-triples format described in [RDF Test Cases]Tests]. The following additional conventions are used:

The following namespace prefixes are used throughout:

rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
owl
http://www.w3.org/2002/07/owl#
xsd
http://www.w3.org/2001/XMLSchema#
first
The URL of the first file concatenated with #. The first file is that named premisesNNN.rdf, badNNN.rdf, consistentNNN.rdf, inconsistentNNN.rdf or importsNNN.rdf depending on the test type. (Not used for true tests or OWL for OWL tests ).
second
The URL of the second file concatenated with #. The second file is named conclusionsNNN.rdf, nonconclusionsNNN.rdf or mainNNN.rdf depending on the test type.

In the N3 syntax [N3] used for namespace declarations, the first four appear as follows:

Namespaces:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

Other namespaces are explicitly listed with the test data.

Contents


D. Acknowledgments (Informative)

Jeremy Carroll thanks Oreste Signore, his host at the W3C Office in Italy and Istituto di Scienza e Tecnologie dell'Informazione "Alessandro Faedo", part of the Consiglio Nazionale delle Ricerche, where Jeremy is a visiting researcher.

The following people have contributed tests to this document: Sean Bechhofer, Ian Horrocks, Peter F. Patel-Schneider, Jeff Heflin, Dan Connolly, the Guide editors, Jonathan Borden, Charles White, Martin Dürst,Dürst, Masayasu Ishikawa, Jim Hendler, Herman ter Horst, Dave Reynolds, and the editors.

Ian Horrocks contributed to the conformance section of this document.

Sandro Hawke created the tests results page, that has been a great help during the Candidate Recommendation phase.

We thank those who gave test reports and other feedback during the Candidate Recommendation: Ken Baclawski, Sean Bechhofer, Ian Dickinson, Michael Grove, Sandro Hawke, Ian Horrocks, Minsu Jang, Gary Ng, Mehrdad Omidvari, Bijan Parsia, Peter F. Patel-Schneider, Dave Reynolds, Rob Shearer, Evren Sirin, Charles White and Youyong Zou. We also thank the many others who helped develop the systems which produced these reports.

This document is the result of extensive discussions within the Web Ontology Working Group as a whole. The partipants in this Working Group included: Yasser alSafadi, Jean-FrançoisJean-François Baget, James Barnette, Sean Bechhofer, Jonathan Borden, Stephen Buswell, Jeremy Carroll, Dan Connolly, Peter Crowther, Jonathan Dale, Jos De Roo, David De Roure, Mike Dean, Larry Eshelman, JérômeJérôme Euzenat, Tim Finin, Nicholas Gibbins, Sandro Hawke, Patrick Hayes, Jeff Heflin, Ziv Hellman, James Hendler, Bernard Horan, Masahiro Hori, Ian Horrocks, Jane Hunter, RüdigerRüdiger Klein, Natasha Kravtsova, Ora Lassila, Deborah McGuinness, Enrico Motta, Leo Obrst, Mehrdad Omidvari, Martin Pike, Marwan Sabbouh, Guus Schreiber, Noboru Shimizu, Michael K. Smith, John Stanton, Lynn Andrea Stein, Herman ter Horst, David Trastour, Frank van Harmelen, Bernard Vatant, Raphael Volz, Evan Wallace, Christopher Welty, Charles White, Frederik Brysse, Francesco Iannuzzelli, Massimo Marchiori, Michael Sintek and John Yanosy.

E. Change LogChanges Since Proposed Recommendation

This section gives the changes between this document and the OWL Test Cases CandidateProposed Recommendation.

E.1. Approved Tests Modified On 1st DecemberThe term datatype map is used instead of the term datatype theory, for consistency with the WG decided to changeOWL and RDF Semantics. This occurred a number of times, including in the statusdescriptions of 6 tests from APPROVED to EXTRACREDIT. Thesetests involved datatypes other than xsd:integermiscellaneous-204, miscellaneous-205 and xsd:stringI5.8-012. On 1st December ,The WG decidedlast of these consequentially required other minor rephrasing.

Updated references to change the statusRDF and OWL documents.

Added a paragraph near end of section 4.2.2, clarifying that a datatype map of 14an OWL Full consistency tests and 5checker, (being a datatype map from RDF Semantics) "MUST" contain an entry for rdf:XMLLiteral. This makes explicit a requirement that was already implicit in the PR document. Also clarified that the datatype map in the definition of an OWL Full negative entailment tests from APPROVED to EXTRACREDIT. On 1st December ,consistent document is as defined in RDF Semantics, by changing the WG decided to slightly modify oneOf-004 , andlink.

Consequentially, made explicit reference to obsolete Thing-002, (whichRDF Semantics (this reference was implicit in the OWL Test Proposed Recommendation).

Corrected an error in the metadata of test miscellaneous-205 which is not applicable for OWL Full, since rdf:XMLLiteral is a duplicaterequired datatype for OWL Full. This change is visible as the deletion of Thing-003 ). (Manythe word "Full" from the header of the changes listed below were madetest.

This error in the OWL Test Candidate and Proposed Recommendation appears to tests thathave subsequentlybeen approved). E.2. Proposed Tests Modified Fixed '#' typo in I5.2-006 as reported by Jos De Roo . Fixed 1 billion not 10 billion typo in description-logic-909 as reported by Jeremy Carroll . Shortened descriptions of description-logic-501 and description-logic-502 as reported by Jos De Roo . Changed test description-logic-208 in light of implementation experience from Bechhofer , Omidvari , Sirin , De Roo . Note that no other rationale for this change is provided - i.e. no human intelligible justification is given. Introduced non-entailment description-logic-209 to capture the implementation feedback. Fixed typo in description of description-logic-907 . E.3. Test Approvals 68 tests approved on 11 September 2003 . 26 tests approved on 2 October 2003 . 6 tests approved as extra credit tests on 2 October 2003 . 18 tests approved on 30 October 2003 . 1 test approved as extra credit test on 13 November 2003 . 4 tests approved on 13 November 2003 . On 1st December , the WG approved 2 tests . On 1st December , the WG approved 13 tests as extra credit tests. On 1st December , the WG approved 12 tests and 5 extra credit tests as extra credit tests. E.4. New Tests Illustrating CR Issue Resolutions (Proposed or Approved) The tests mentioned here are associated with technical changes or nonchanges, in [OWL Semantics and Abstract Syntax] , as agreed by the WG, in response to comments during the CR. E.4.1. owl:Ontology Changes Many of the tests in the Candidate Recommendation of 18th August were in fact incorrect, when compared with the mapping rules in the corresponding Semantics and Abstract Syntax. Every Ontology must include a triple with predicate rdf:type and object owl:Ontology . This was not intended to impact OWL RDF/XML files, the fix has been to modify the abstract syntax, as reported in the change log of OWL Semantics, dated [3 October 2003]. New tests Ontology-001 , Ontology-003 and Ontology-004 explore this, with the premises of tests Ontology-001 , and Ontology-004 and the conclusions of tests Ontology-001 and Ontology-003 having been modified to conform with the old rules. With no change to the mapping rules, many tests would have needed such modification. The new mapping rules still require such a triple when the ontology uses an ontology property or annotation property. This is exhibited in the tests backwardCompatibleWith-001 and backwardCompatibleWith-002 . Further, since there was implementor comment concerning this issue with respect to owl:imports , we added imports-011 following suggestion of Jim Hendler , which includes the pertinent rdf:type owl:Ontology triple from imports-001 . E.4.2. Objects of annotation properties On 30th October 2003 the WG resolved that URIs used only as objects of annotation properties do not need to have an explicit type triple. Test AnnotationProperty-003 has had its manifest information modified to reflect this (i.e. the test data did not change but the correct behaviour of an OWL Syntax Checker is now to return "Lite" on the premises file). E.4.3. User defined Datatype URIs On 30th October 2003 the WG resolved that URIs used for user defined datatypes need to have an explicit type triple, tests I5.8-013 , I5.8-014 , I5.8-015 and I5.8-016 reflect this issue. The last one is the critical case, which differs from the S&AS Candidate Recommendation. E.4.4. Superfluous owl:ObjectProperty triples The August 18th CR of OWL Semantics & Abstract Syntax, includes the following two mapping rules: individualvaluedPropertyID => individualvaluedPropertyID rdf:type owl:ObjectProperty . individualvaluedPropertyID rdf:type rdf:Property . [opt] and ObjectProperty(ID ... => ID rdf:type owl:ObjectProperty .     [opt if one of the last three triples is included] ... Unfortunately, for ontologies that actually use a declared object property, which was also an owl:InverseFunctionalProperty , owl:SymmetricProperty or owl:TransitiveProperty , the first rule took precedence over the intent of the second. This has been changed. The following new tests have been added including syntax which falls foul of a strict reading of the August 18th rules, but now are in OWL Lite or OWL DL: SymmeticProperty-002 , SymmeticProperty-003 and TransitiveProperty-002 . They have also been chosen to exercise semantic features that were not adequately covered by the August 18th version of this document. E.4.5. OWL Thing not Empty On 30th October 2003 the WG resolved that owl:Thing must be non-empty. This only impacts DL tests and the following tests were modified or added: Thing-003 , Thing-004 and Thing-005 . Test Thing-001 was obsoleted as a result, and the text in the note in section 4.2.2 that referred to that test as an example had to be updated, to refer to Thing-004 and Thing-005 E.5. Other New Tests (Proposed or Approved) Added I5.26-007 following suggestion of Sean Bechhofer . A test for recursive processing in owl:imports was added: imports-012 E.5.1. Concerning owl:Class and rdfs:Class There were continued comments concerning the problems of owl:Class and rdfs:Class . The following tests were added in the hope of clarifying the situation: Class-001 , Class-002 , Class-003 and Class-004 , E.5.2. New Submissions Working group members submitted the following additional tests, developed for testing their own systems: from Carroll Class-005 , Class-006 , Restriction-005 , Restriction-006 , from Horrocks description-logic-040 concerning cyclic structures I6.1-001 , I5.5-005 , I5.5-006 , I5.5-007 . concerning loops I5.26-009 , I5.26-010 , disjointWith-010 . two tests Following off-list comments to Carroll someValuesFrom-003 , imports-013 . from Bechhofer Added imports-014 . Following off-list discussion between Carroll and Bechhofer Added AnnotationProperty-004 . E.6. Other Changes Resulting From WebOnt Working Group Decisions Approved extra credit tests are now normative. As decided on 2nd October , we added EXTRACREDIT as a status (variant of APPROVED). Resulting new text: Section 2.2 Extra Credit Tests (all) In section 5. Testing an OWL Implementation a sentencerelatively benign:

F. References

Normative

[OWL Semantics and Abstract Syntax]
OWL Web Ontology Language Semantics and Abstract Syntax, Peter F. Patel-Schneider, Patrick Hayes, and Ian Horrocks, Editors, W3C Recommendation 10 February 2004, http://www.w3.org/2001/sw/WebOnt/TR/STAGE-owl-semantics/ . Latest version available at http://www.w3.org/TR/owl-semantics/ .
[RDF Concepts]
RDF Concepts and Abstract Syntax, Graham Klyne and Jeremy J. Carroll, Editors, W3C Recommendation 10 February 2004, http://www.w3.org/2001/sw/RDFCore/TR/staging/rdf-concepts/ . Latest version available at http://www.w3.org/TR/rdf-concepts/ .
[RDF Syntax]
RDF/XML Syntax Specification (Revised). Dave Beckett, Editor, W3C Recommendation 10 February 2004, http://www.w3.org/2001/sw/RDFCore/TR/staging/rdf-syntax-grammar/ . Latest version available at http://www.w3.org/TR/rdf-syntax-grammar/ .
[RDF Semantics]
RDF Semantics. Peter F. Patel-Schneider,Patrick Hayes, and Ian Horrocks.Editor, W3C ProposedRecommendation 15 December 2003.10 February 2004, http://www.w3.org/2001/sw/RDFCore/TR/staging/rdf-mt/ . Latest version isavailable at http://www.w3.org/TR/owl-semantics/http://www.w3.org/TR/rdf-mt/ .
[RFC 2119]
RFC 2119 - Key words for use in RFCs to Indicate Requirement Levels . S. Bradner, IETF. March 1997. This document is http://www.ietf.org/rfc/rfc2119.txt.
[RDF Concepts] RDF Concepts and Abstract Syntax . Graham Klyne and Jeremy J. Carroll, eds. W3C Proposed Recommendation 15 December 2003. Latest version is available at http://www.w3.org/TR/rdf-concepts/ . [RDFSchema for OWL]
http://www.w3.org/2002/07/owl. Mike Dean, ed. World Wide Web Consortium.
[RDF/XML Syntax] RDF/XML Syntax Specification (Revised) . Dave Beckett, ed. W3C Proposed Recommendation 15 December 2003. Latest version is available at http://www.w3.org/TR/rdf-syntax-grammar/ .[XML Schema Datatypes]
XML Schema Part 2: Datatypes.. Paul V. Biron and Ashok Malhotra, eds. W3C Recommendation 02 May 2000. Latest version is available at http://www.w3.org/TR/xmlschema-2/.

Informative

[RDF Tests]
RDF Test Cases, Jan Grant and Dave Beckett, Editors, W3C Recommendation 10 February 2004, http://www.w3.org/2001/sw/RDFCore/TR/staging/rdf-testcases/ . Latest version available at http://www.w3.org/TR/rdf-testcases/ .
[OWL Guide]
OWL Web Ontology Language Guide. Michael K. Smith, Chris Welty, Deborah L. McGuinness, Editors, W3C Recommendation 10 February 2004, http://www.w3.org/2001/sw/WebOnt/TR/STAGE-owl-guide/ . Latest version available at http://www.w3.org/TR/owl-guide/ .
[OWL Overview]
OWL Web Ontology Language Overview . Deborah L. McGuinness and Frank van Harmelen, Editors, W3C Recommendation 10 February 2004, http://www.w3.org/2001/sw/WebOnt/TR/STAGE-owl-features/ . Latest version available at http://www.w3.org/TR/owl-features/ .
[DAML+OIL]
DAML+OIL (March 2001) Reference Description. Dan Connolly, Frank van Harmelen, Ian Horrocks, Deborah L. McGuinness, Peter F. Patel-Schneider, and Lynn Andrea Stein. W3C Note 18 December 2001. Latest version is available at http://www.w3.org/TR/daml+oil-reference.
[Dublin Core]
http://dublincore.org/documents/
[N3]
Primer: Getting into RDF & Semantic Web using N3 Tim Berners-Lee, Dan Connolly
[OWL Guide] OWL Web Ontology Language Guide . Michael K. Smith, Chris Welty, Deborah L. McGuinness, eds. W3C Proposed Recommendation 15 December 2003. The latest version of the OWL Guide is at http://www.w3.org/TR/owl-guide/ . [OWLIssues]
Web Ontology Issue Status. Michael K. Smith, ed. 26 Feb 2003.
[OWL Overview] OWL Web Ontology Language Overview . Deborah L. McGuinness, Frank van Harmelen, eds. W3C Proposed Recommendation 15 December 2003. The latest version of the OWL Overview is at http://www.w3.org/TR/owl-features/ . [RDF Test Cases] RDF Test Cases , A. Barstow, D. Beckett, J. Grant, Editors. W3C Proposed Recommendation 15 December 2003. This version of the RDF Test Cases is http://www.w3.org/TR/2003/PR-rdf-testcases-20031215/ . The latest version of the RDF Test Cases is at http://www.w3.org/TR/rdf-testcases/ .[W3C CVS]
Use of CVS in W3C (member-only link). Henrik Frystyk Nielsen, Gerald Oskoboiny. 2002.
[XHTML]
XHTML 1.0: The Extensible HyperText Markup Language, W3C Recommendation, S. Pemberton et al., 26 January 2000.
Available at: http://www.w3.org/TR/2000/REC-xhtml1-20000126
[XMLBASE]
XML Base, J. Marsh, Editor, W3C Recommendation. World Wide Web Consortium, 27 June 2001. This version of XML Base is http://www.w3.org/TR/2001/REC-xmlbase-20010627/. The latest version of XML Base is at http://www.w3.org/TR/xmlbase/.
[Practical Reasoning]
Practical reasoning for expressive description logics, I. Horrocks, U. Sattler, and S. Tobies, 1999, in Proc. of LPAR'99, vol. 1705 of LNAI.
[XP]
Extreme Programming Explained: Embrace Change, Kent Beck. 5 Oct 1999. Addison-Wesley. ISBN 0201616416.
[Heinsohn et al.]
AI 68 (1994) pp367-397.
[DIMACS]
Satisfiability Suggested Format challenge@dimacs.rutgers.edu Found at ftp://dimacs.rutgers.edu/pub/challenge/satisfiability/doc/satformat.tex May 8, 1993.
[DL 98 Systems Comparison]
DL Systems Comparison at 1998 International Workshop on Description Logics (DL 98). Peter F. Patel-Schneider, Ian Horrocks. June, 1998.