W3C

OWL 2 Web Ontology Language:
Conformance and Test Cases

W3C Working Draft 08 October 2008

This version:
http://www.w3.org/TR/2008/WD-owl2-test-20081008/
Latest version:
http://www.w3.org/TR/owl2-test/
Editors:
Michael Smith, Clark & Parsia
Ian Horrocks, Oxford University
Contributors:
Note: The complete list of contributors is being compiled and will be included in the next draft.


Abstract

OWL 2 extends the W3C OWL Web Ontology Language with a small but useful set of features that have been requested by users, for which effective reasoning algorithms are now available, and that OWL tool developers are willing to support. The new features include extra syntactic sugar, additional property and qualified cardinality constructors, extended datatype support, simple metamodelling, and extended annotations.
This document describes the conditions that OWL 2 tools must satisfy in order to be conformant with the language specification. It also presents a set of tests that both illustrate the features of the language and can be used for testing conformance.

Status of this Document

May Be Superseded

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

This document is being published as one of a set of 7 documents:

  1. Structural Specification and Functional-Style Syntax
  2. Direct Semantics
  3. RDF-Based Semantics
  4. Mapping to RDF Graphs
  5. XML Serialization
  6. Profiles
  7. Conformance and Test Cases (this document)

Compatibility with OWL 1

The OWL Working Group intends to make OWL 2 be a superset of OWL 1, except for a limited number of situations where we believe the impact will be minimal. This means that OWL 2 will be backward compatible, and creators of OWL 1 documents need only move to OWL 2 when they want to make use of OWL 2 features. More details and advice concerning migration from OWL 1 to OWL 2 will be in future drafts.

Please Comment By 2008-10-23

The OWL Working Group seeks public feedback on this First Public Working Draft. Please send your comments to public-owl-comments@w3.org (public archive). If possible, please offer specific changes to the text that would address your concern. You may also wish to check the Wiki Version of this document for internal-review comments and changes being drafted which may address your concerns.

No Endorsement

Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

Patents

This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.


[Show Short TOC]

Contents


1 Introduction

This document describes conformance conditions for OWL 2, and presents a set of test cases.

Conformance conditions are described for both OWL 2 documents and for tools that process such documents. In particular, the conformance conditions for an OWL 2 entailment checker are described in some detail.

The presented test cases are intended to illustrate the various features of the language, and can also be used for testing conformance. They are not exhaustive, however, nor do they constitute a conformance test suite for OWL: passing all the tests is no guarantee that a given system conforms to the OWL 2 specification.

In addition to the tests themselves, a categorization of test types and a format for test cases is also presented. This is intended to facilitate their use by OWL system developers, e.g., in a test harness, and the extension of the test suite with new tests.

The italicized keywords MUST, MUST NOT, SHOULD, SHOULD NOT, and MAY are used to specify normative features of OWL 2 documents and tools, and are interpreted as specified in RFC 2119 [RFC 2119].

2 Conformance (Normative)

This section describes conformance conditions for OWL 2 documents and tools.

Editor's Note: This introduction could usefully be expanded.

2.1 Document Conformance

2.1.1 Syntactic Conformance

Any RDF document [RDF Syntax] is an OWL 2 Full ontology document.

An OWL 2 Full ontology document is an OWL 2 DL ontology document iff it can be successfully parsed using the canonical RDF parsing process [OWL 2 Mapping to RDF Graphs] and the resulting ontology in the functional-style syntax satisfies all the restrictions on OWL 2 DL ontologies [OWL 2 Specification].

An OWL 2 DL ontology document is an OWL 2 EL ontology document iff it can be successfully parsed using the canonical RDF parsing process [OWL 2 Mapping to RDF Graphs] and the resulting ontology in the functional-style syntax satisfies all the restrictions on OWL 2 EL ontologies [OWL 2 Profiles].

An OWL 2 DL ontology document is an OWL 2 QL ontology document iff it can be successfully parsed using the canonical RDF parsing process [OWL 2 Mapping to RDF Graphs] and the resulting ontology in the functional-style syntax satisfies all the restrictions on OWL 2 QL ontologies [OWL 2 Profiles].

An OWL 2 Full ontology document is an OWL 2 RL ontology document iff it can be successfully parsed using the canonical RDF parsing process [OWL 2 Mapping to RDF Graphs] and the resulting ontology in the functional-style syntax satisfies all the restrictions on OWL 2 RL ontologies [OWL 2 Profiles].

Editor's Note: Something may need to be said here about syntactic conformance for the non-RDF normative syntaxes.

2.1.2 Datatype Map Conformance

In OWL 2, semantic conditions are defined with respect to a datatype map [OWL 2 Specification]. This MUST be either the OWL 2 Datatype map [OWL 2 Specification], or an extension of the OWL 2 Datatype map to include additional datatypes.

Editor's Note: It may be useful or even necessary to say something about the reduced set of datatypes used in various profiles.

2.2 Document Checker Conformance

2.2.1 Entailment Checker

An OWL 2 entailment checker takes as input two OWL 2 Full, DL, EL, QL, or RL ontology documents O1 and O2 and checks if O1 entails O2 with respect to a datatype map and either the Direct Semantics [OWL 2 Semantics] or the RDF-Based Semantics [OWL 2 RDF-Based Semantics]. Additionally:

An OWL 2 entailment checker returns a single result, being True, False, Unknown or Error. True indicates that the relevant entailment holds; False indicates that the relevant entailment does not hold; Unknown indicates that the algorithm used by the checker is not able to determine if the entailment holds; Error indicates that the checker encountered an error condition such as receiving an invalid input or exceeding resource limits. While sometimes needed (for example, for pragmatic reasons), Unknown and Error are not desired responses for valid inputs.

Additionally, an OWL 2 entailment checker:

Five different conformance classes of OWL 2 entailment checkers are defined:

An OWL 2 Full entailment checker is an OWL 2 entailment checker that takes RDF documents as input. It MUST return True only when O1 entails O2 with respect to the RDF-Based Semantics [OWL 2 RDF-Based Semantics], and it MUST return False only when O1 does not entail O2 with respect to the RDF-Based Semantics. It SHOULD NOT return Unknown.

An OWL 2 DL entailment checker is an OWL 2 entailment checker that takes OWL 2 DL ontology documents as input. It MUST return True only when O1 entails O2 with respect to the Direct Semantics [OWL 2 Semantics], and it MUST return False only when O1 does not entail O2 with respect to the Direct Semantics. It SHOULD NOT return Unknown.

An OWL 2 EL entailment checker is an OWL 2 entailment checker that takes OWL 2 EL ontology documents as input. It MUST return True only when O1 entails O2 with respect to the Direct Semantics [OWL 2 Semantics], and it MUST return False only when O1 does not entail O2 with respect to the Direct Semantics. It SHOULD NOT return Unknown.

An OWL 2 QL entailment checker is an OWL 2 entailment checker that takes OWL 2 QL ontology documents as input. It MUST return True only when O1 entails O2 with respect to the Direct Semantics [OWL 2 Semantics], and it MUST return False only when O1 does not entail O2 with respect to the Direct Semantics. It SHOULD NOT return Unknown.

An OWL 2 RL entailment checker is an OWL 2 entailment checker that takes RDF documents as input. It MUST return True only when O1 entails O2 with respect to the RDF-Based Semantics [OWL 2 RDF-Based Semantics], and it MUST return False only when O1 does not entail O2 with respect to the RDF-Based Semantics; it MAY return Unknown if FO(O1)R does not entail FO(O2) under the standard first-order semantics, where R denotes the OWL 2 RL/RDF rules [OWL 2 Profiles], and FO(O) denotes the FO theory corresponding to O in which triples are represented using the T predicate — that is, T(s, p, o) represents an RDF triple with the subject s, predicate p, and the object o.

Editor's Note: It has been suggested that we should define two conformance classes for OWL 2 RL entailment checkers: one as above (an RDF entailment checker) and one that only operates on the RL syntactic fragment using the Direct Semantics.

An OWL 2 entailment checker is terminating if, given sufficient resources (memory, addressing space, etc.), it will always return True, False, or Unknown in a finite amount of time (i.e., CPU cycles) on syntactically-valid inputs.

An OWL 2 entailment checker is complete if, given sufficient resources, it will always return True or False on syntactically-valid inputs.

Note: Every OWL 2 Full entailment checker is also an OWL 2 RL entailment checker.

Note: Every OWL 2 DL entailment checker is also an OWL 2 EL and OWL 2 QL entailment checker.

Note: From Theorem 1 of Profiles [OWL 2 Profiles], it follows that an OWL 2 RL entailment checker can return False if O1 and O2 satisfy the constraints described in Theorem 1, and FO(O1)R does not entail FO(O2) under the standard first-order semantics, where R denotes the OWL 2 RL/RDF rules [OWL 2 Profiles], and FO(O) denotes the FO theory corresponding to O in which triples are represented using the T predicate — that is, T(s, p, o) represents an RDF triple with the subject s, predicate p, and the object o. Implementations not wishing to check whether O1 and O2 satisfy the relevant constraints can simply return Unknown whenever they are not able to return True.

2.2.2 Query Answering

Query answering is closely related to entailment checking. A query can be thought of as an ontology Q in which some of the terms have been replaced by variables x1, ..., xn. Given an ontology O, a tuple t = <t1, ..., tn> is an answer for Q with respect to O if O entails Q[x/t], where Q[x/t] is derived from Q by substituting the variables x1, ..., xn with t1, ..., tn; the answer to Q with respect to O is the set of all such tuples.

Although highly inefficient in practice, query answering could be performed simply by iterating through all possible n-tuples formed from terms occurring in O and checking the corresponding entailment using an OWL 2 entailment checker. The properties of OWL 2 entailment checkers mean that the resulting answer will always be sound, i.e., every tuple occurring in the answer set is an answer to the query. If any one of the entailment checks might return Unknown, then the answer to the query may be incomplete, i.e., there may exist a tuple t that is an answer to the query but that does not occur in the answer set; implementations SHOULD issue a warning in this case.

The properties of OWL 2 Full, DL, EL and QL entailment checkers mean that query answering SHOULD be both sound and complete. In the case of OWL RL, query answering SHOULD be sound, and will also be complete if both the ontology and the query satisfy the constraints described in Theorem 1.

3 Test Cases

Editor's Note: Presently, the content in this document describing test cases is less mature than the content describing conformance. Among other considerations to be addressed, the test types and formats described below may change, and the manner in which the final test cases will be published remains undecided.

3.1 Test Types

3.1.1 Profile Identification Tests

These tests use one ontology. These tests are used to test the identification of syntactic profiles of OWL. Tests of all other types are also profile identification tests.

3.1.2 Consistency Tests

These tests use one ontology. The ontology is consistent as defined by [OWL 2 Semantics].

3.1.3 Inconsistency Tests

These tests use one ontology. The ontology is inconsistent as defined by [OWL 2 Semantics].

3.1.4 Entailment Tests

These tests use two ontologies, a premise ontology and a conclusion ontology. The premise ontology entails the conclusion ontology as defined by [OWL 2 Semantics]. An entailment test can also be used as a consistency test by using the premise ontology and ignoring the conclusion ontology.

3.1.5 Non-Entailment Tests

These tests use two ontologies, a premise ontology and a nonconclusion ontology. The premise ontology does not entail by the nonconclusion ontology as defined by [OWL 2 Semantics]. An non-entailment test can be used as a consistency test by using the premise ontology and ignoring the nonconclusion ontology.

3.1.6 Syntax Translation Tests

These tests use one or more ontologies. These tests are used to test translation of OWL from one syntax to another.

3.2 Test Case Format

3.2.1 Status

The test:status property indicates if the test has been PROPOSED (test:PROPOSED), ACCEPTED (test:ACCEPTED), or REJECTED (test:REJECTED).

3.2.2 Type

The type of the test is indicated by a class assertion between the test and one or more of the following classes

3.2.3 Description

The description of the test is given using the test:description property.

3.2.4 Species

If a test has test:species value test:FULL, the input ontology is an OWL Full ontology. All tests should have this value.

If a test has test:species value test:DL, the input ontology satisfies the syntactic restrictions necessary for OWL DL ontologies. Each test must either have a property assertion indicating the input ontology is an OWL DL ontology, or a negative property assertion indicating it is not.

3.2.5 Profiles

If an input ontology is an OWL DL ontology, it may conform to the syntax restrictions of one or more profile.

If a test has test:profile value test:QL, the input ontology conforms to the syntax restrictions of the OWL QL profile.

If a test has test:profile value test:EL, the input ontology conforms to the syntax restrictions of the OWL EL profile.

If a test has test:profile value test:RL, the input ontology conforms to the syntax restrictions of the OWL RL profile.

For each profile, for each test there must either be a property assertion indicating the input ontology conforms to the restrictions of the profile, or a negative property assertion indicating it does not.

3.2.6 Input Ontologies

The test:inputOntology property associates a test with one or more input ontologies. For test types which require multiple input ontologies, subproperties of this property are used to differentiate the input ontologies. Subproperties of test:inputOntology are used to provide each input ontology in multiple syntaxes.

3.2.7 Imported Ontologies

The test:importedOntology property provides ontologies that are contained in the imports closure of the input ontologies. Subproperties of test:importedOntology are used to provide each input ontology in multiple syntaxes.

3.2.8 Normative Syntax

The test:normativeSyntax functional property is used to indicate which syntax of the input ontologies is normative for a test.

The value test:FUNCTIONAL indicates the functional syntax input ontologies are normative and other syntaxes are informative.

The value test:OWLXML indicates the OWL XML syntax input ontologies are normative and other syntaxes are informative.

The value test:RDFXML indicates the RDF/XML syntax input ontologies are normative and other syntaxes are informative.

If an input ontology is not an OWL DL ontology, the normative syntax must be RDF/XML.


3.2.9 Normative Translation

The test:normativeTranslation object property is used to indicate formats to which the translation of the input ontologies has been validated and is normative. Any test which is the subject of a statement with this object property is an instance of test:SyntaxTranslationTest.

The extension of this object property is disjoint with the test:normativeSyntax object property.

The value test:FUNCTIONAL indicates the functional syntax translation of the input ontologies is normative.

The value test:OWLXML indicates the OWL/XML syntax translation of the input ontologies is normative.

The value test:RDFXML indicates the RDF/XML syntax translation of the input ontologies is normative.

3.2.10 Specific Semantics

The test:semantics object property is used to indicate that a test is applicable under one type of OWL semantics, but not another.

The value test:FULL indicates that the test is applicable if and only if OWL RDF semantics are applied.

The value test:DL indicates that the test is applicable if and only if OWL DL semantics are applied.

For all tests which depend on specific semantics the test:alternativeSemanticsTest object property indicates a test which demonstrates the alternative semantics.

3.2.11 Issue

The test:issue annotation can be used to include a link to a specific WG issue.

3.2.12 Identifier

The test:identifier annotation should be used to associate a unique identifier with a test case. This identifier should conform to irelative-ref as defined in [RFC-3987] so that it may be appended to http://www.w3.org/2007/OWL/owlt/ to generate a URI for the test.


3.2.13 Test Ontology

Namespace( = <http://www.w3.org/2007/OWL/testOntology> )
Ontology(<http://www.w3.org/2007/OWL/testOntology>
    Label("The OWL 2 Test Ontology")

    Declaration( Class( :TestCase ) )

    Declaration( AnnotationProperty( :identifier ) )
    Declaration( AnnotationProperty( :description ) )
    Declaration( AnnotationProperty( :creator ) )
    Declaration( AnnotationProperty( :issue ) )


    Declaration( DataProperty( :inputOntology ) )
    Declaration( DataProperty( :premiseOntology ) )
    Declaration( DataProperty( :conclusionOntology ) )
    Declaration( DataProperty( :nonConclusionOntology ) )

    SubPropertyOf( :premiseOntology :inputOntology )
    SubPropertyOf( :conclusionOntology :inputOntology )
    SubPropertyOf( :nonConclusionOntology :inputOntology )


    Declaration( Class( :ProfileIdentificationTest ) )

    SubClassOf( :ProfileIdentificationTest :TestCase )
    SubClassOf( :ProfileIdentificationTest MinCardinality( 1 :inputOntology ) )


    Declaration( Class( :ConsistencyTest ) )
    Declaration( Class( :InconsistencyTest ) )

    SubClassOf( :ConsistencyTest :ProfileIdentificationTest )
    SubClassOf( :InconsistencyTest :ProfileIdentificationTest )
    DisjointClasses( :ConsistencyTest :InconsistencyTest )


    Declaration( Class( :PositiveEntailmentTest ) )

    SubClassOf( :PositiveEntailmentTest :ConsistencyTest )
    SubClassOf( :PositiveEntailmentTest MinCardinality( 1 :premiseOntology ) )
    SubClassOf( :PositiveEntailmentTest MinCardinality( 1 :conclusionOntology ) )


    Declaration( Class( :NegativeEntailmentTest ) )

    SubClassOf( :NegativeEntailmentTest :ConsistencyTest )
    SubClassOf( :NegativeEntailmentTest MinCardinality( 1 :premiseOntology ) )
    SubClassOf( :NegativeEntailmentTest MinCardinality( 1 :nonConclusionOntology ) )


    Declaration( ObjectProperty( :status ) )
    FunctionalProperty( :status )
    PropertyRange( :status OneOf( :Proposed :Approved :Rejected ) )
    DifferentIndividuals( :Proposed :Approved :Rejected )

    SubClassOf( :TestCase ExactCardinality( 1 :status ) )


    Declaration( ObjectProperty( :species ) )
    PropertyRange( :species OneOf( :DL :FULL ) )
    DifferentIndividuals( :DL :FULL )
    SubClassOf( HasValue( :species :DL ) HasValue( :species :FULL ) )


    Declaration( ObjectProperty( :profile ) )
    PropertyRange( :profile OneOf( :EL :QL :RL ) )
    DifferentIndividuals( :EL :QL :RL )


    SubClassOf(
        SomeValuesFrom( :profile OneOf( :EL  :QL ) )
        HasValue( :species :DL )
    )


    Declaration( ObjectProperty( :normativeSyntax ) )
    FunctionalProperty( :normativeSyntax )
    PropertyRange( :normativeSyntax OneOf( :RDFXML :FUNCTIONAL :OWLXML ) )
    DifferentIndividuals( :RDFXML :FUNCTIONAL :OWLXML )

    SubClassOf( :TestCase ExactCardinality( 1 :normativeSyntax ) )

    Declaration( ObjectProperty( :normativeTranslation ) )
    PropertyRange( :normativeTranslation OneOf( :RDFXML :FUNCTIONAL :OWLXML ) )
    DisjointProperties( :normativeSyntax :normativeTranslation )
    EquivalentClasses( :SyntaxTranslationTest IntersectionOf( :TestCase MinCardinality( 1 :normativeTranslation ) ) )

    SubClassOf(
        IntersectionOf( :TestCase ComplementOf( HasValue( :species :DL ) ) ) 
        HasValue( :normativeSyntax :RDFXML )
    )
    
    Declaration( ObjectProperty( :semantics ) )
    Declaration( ObjectProperty( :alternativeSemanticsTest ) )

    PropertyRange( :semantics OneOf( :DL :FULL ) )
    FunctionalProperty( :semantics )
    FunctionalProperty( :alternativeSemanticsTest )
    SymmetricProperty( :alternativeSemanticsTest )

    SubClassOf(
      HasValue( :semantics :DL )
      SomeValuesFrom( :alternativeSemanticsTest HasValue( :semantics :FULL ) )
    )

    SubClassOf(
      HasValue( :semantics :FULL )
      SomeValuesFrom( :alternativeSemanticsTest HasValue( :semantics :DL ) )
    )


    Declaration( DataProperty( :fsInputOntology ) )
    Declaration( DataProperty( :fsPremiseOntology ) )
    Declaration( DataProperty( :fsConclusionOntology ) )
    Declaration( DataProperty( :fsNonConclusionOntology ) )
    SubPropertyOf( :fsInputOntology :inputOntology )
    SubPropertyOf( :fsPremiseOntology :premiseOntology )
    SubPropertyOf( :fsPremiseOntology :fsInputOntology )
    SubPropertyOf( :fsConclusionOntology :conclusionOntology )
    SubPropertyOf( :fsConclusionOntology :fsInputOntology )
    SubPropertyOf( :fsNonConclusionOntology :nonConclusionOntology )
    SubPropertyOf( :fsNonConclusionOntology :fsInputOntology )

    Declaration( DataProperty( :owlXmlInputOntology ) )
    Declaration( DataProperty( :owlXmlPremiseOntology ) )
    Declaration( DataProperty( :owlXmlConclusionOntology ) )
    Declaration( DataProperty( :owlXmlNonConclusionOntology ) )
    SubPropertyOf( :owlXmlInputOntology :inputOntology )
    SubPropertyOf( :owlXmlPremiseOntology :premiseOntology )
    SubPropertyOf( :owlXmlPremiseOntology :owlXmlInputOntology )
    SubPropertyOf( :owlXmlConclusionOntology :conclusionOntology )
    SubPropertyOf( :owlXmlConclusionOntology :owlXmlInputOntology )
    SubPropertyOf( :owlXmlNonConclusionOntology :nonConclusionOntology )
    SubPropertyOf( :owlXmlNonConclusionOntology :owlXmlInputOntology )

    Declaration( DataProperty( :rdfXmlInputOntology ) )
    Declaration( DataProperty( :rdfXmlPremiseOntology ) )
    Declaration( DataProperty( :rdfXmlConclusionOntology ) )
    Declaration( DataProperty( :rdfXmlNonConclusionOntology ) )
    SubPropertyOf( :rdfXmlInputOntology :inputOntology )
    SubPropertyOf( :rdfXmlPremiseOntology :premiseOntology )
    SubPropertyOf( :rdfXmlPremiseOntology :rdfXmlInputOntology )
    SubPropertyOf( :rdfXmlConclusionOntology :conclusionOntology )
    SubPropertyOf( :rdfXmlConclusionOntology :rdfXmlInputOntology )
    SubPropertyOf( :rdfXmlNonConclusionOntology :nonConclusionOntology )
    SubPropertyOf( :rdfXmlNonConclusionOntology :rdfXmlInputOntology )

    DisjointProperties( :fsInputOntology :owlXmlInputOntology :rdfXmlInputOntology )


    Declaration( DataProperty( :importedOntology ) )
    Declaration( DataProperty( :fsImportedOntology ) )
    Declaration( DataProperty( :owlXmlImportedOntology ) )
    Declaration( DataProperty( :rdfXmlImportedOntology ) )

    SubPropertyOf( :fsImportedOntology :importedOntology )
    SubPropertyOf( :owlXmlImportedOntology :importedOntology )
    SubPropertyOf( :rdfXmlImportedOntology :importedOntology )
    DisjointProperties( :fsImportedOntology :owlXmlImportedOntology :rdfXmlImportedOntology )
)

3.3 The OWL Tests

3.3.1 Index By Type

3.3.1.1 Profile Identification Tests

No test cases currently match this query.

3.3.1.2 Consistency Tests

No test cases currently match this query.

3.3.1.3 Inconsistency Tests

No test cases currently match this query.

3.3.1.4 Entailment Tests

No test cases currently match this query.

3.3.1.5 Non-Entailment Tests

No test cases currently match this query.

3.3.1.6 Syntax Translation Tests

No test cases currently match this query.

3.3.2 Index By Issue

3.3.3 Index By Profile

3.3.3.1 OWL EL

No test cases currently match this query.

3.3.3.2 OWL RL

No test cases currently match this query.

3.3.3.3 OWL QL

No test cases currently match this query.

3.4 Process Overview

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.

The Working Group may approve, reject, or defer decision on a test.

If the Working Group approves a test, its status is changed to APPROVED. All approved and only approved tests are included in the test case document.

If the Working Group rejects a test, its status is change to REJECTED.

If the Working Group defers decision on a test, its status remains PROPOSED.

At the chairs' discretion, the Working Group may review any previous decision regarding any test cases.

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.

3.5 Changes From WebOnt Tests

3.5.1 Formatting Changes

Each WebOnt test case used multiple files instead of storing ontologies in literals.

3.5.2 Changes to Test Types

"Profile Identification Tests" and "Syntax Translation Tests" did not exist in the WebOnt test suite.

"Tests for Incorrect Use of OWL Namespace" has been removed as a type. These tests were intended to highlight differences between the OWL RDF vocabulary and the DAML+OIL vocabulary. Time has reduced the motivation for such tests.

"True Tests", "OWL for OWL Tests", and "Import Entailment Tests" have been removed as types. These types were each specializations of entailment tests. To the extent that they are present in the current test suite, these tests are marked as positive entailment tests.

"Import Level Tests" has been removed as a type. This type is now included in the "Profile Identification Tests".

3.5.3 Changes to Process

Status of each test no longer includes "EXTRACREDIT" and "OBSOLETED".

4 References

[OWL 2 Specification]
OWL 2 Web Ontology Language:Structural Specification and Functional-Style Syntax Boris Motik, Peter F. Patel-Schneider, Bijan Parsia, eds. W3C Working Draft, 08 October 2008, http://www.w3.org/TR/2008/WD-owl2-syntax-20081008/. Latest version available at http://www.w3.org/TR/owl2-syntax/.
[OWL 2 Direct Semantics]
OWL 2 Web Ontology Language:Direct Semantics Boris Motik, Peter F. Patel-Schneider, Bernardo Cuenca Grau, eds. W3C Working Draft, 08 October 2008, http://www.w3.org/TR/2008/WD-owl2-semantics-20081008/. Latest version available at http://www.w3.org/TR/owl2-semantics/.
[OWL 2 RDF-Based Semantics]
OWL 2 Web Ontology Language:RDF-Based Semantics Michael Schneider, editor. W3C Working Draft, 08 October 2008, http://www.w3.org/TR/2008/WD-owl2-rdf-based-semantics-20081008/. Latest version available at http://www.w3.org/TR/owl2-rdf-based-semantics/.
[OWL 2 RDF Mapping]
OWL 2 Web Ontology Language:Mapping to RDF Graphs Peter F. Patel-Schneider, Boris Motik, eds. W3C Working Draft, 08 October 2008, http://www.w3.org/TR/2008/WD-owl2-mapping-to-rdf-20081008/. Latest version available at http://www.w3.org/TR/owl2-mapping-to-rdf/.
[OWL 2 Profiles]
OWL 2 Web Ontology Language:Profiles Boris Motik, Bernardo Cuenca Grau, Ian Horrocks, Zhe Wu, Achille Fokoue, Carsten Lutz, eds. W3C Working Draft, 08 October 2008, http://www.w3.org/TR/2008/WD-owl2-profiles-20081008/. Latest version available at http://www.w3.org/TR/owl2-profiles/.
[RDF Syntax]
RDF/XML Syntax Specification (Revised). Dave Beckett, Editor, W3C Recommendation 10 February 2004, http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/ . Latest version available at http://www.w3.org/TR/rdf-syntax-grammar/ .
[SROIQ]
The Even More Irresistible SROIQ. Ian Horrocks, Oliver Kutz, and Uli Sattler. In Proc. of the 10th Int. Conf. on Principles of Knowledge Representation and Reasoning (KR 2006). AAAI Press, 2006.
[OWL Metamodeling]
On the Properties of Metamodeling in OWL. Boris Motik. Journal of Logic and Computation, 17(4):617-637, 2007.
[RFC 2119]
RFC 2119: Key words for use in RFCs to Indicate Requirement Levels. Network Working Group, S. Bradner. Internet Best Current Practice, March 1997.
[RFC-3987]
RFC 3987 - Internationalized Resource Identifiers (IRIs). M. Duerst, M. Suignard. IETF, January 2005, http://www.ietf.org/rfc/rfc3987.txt.