The normative version of this document is a compound document. Non-normative versions consisting of a single HTML file are available in three sizes: medium (this version), large, and extra large. The tests of this document are also available in these non-normative formats: Zip archive of approved tests, Zip archive of proposed tests, the test web site.
Copyright © 2003 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply.
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.
See the normative compound HTML document for document status.
owl:AllDifferent
owl:FunctionalProperty
owl:InverseFunctionalProperty
owl:Nothing
owl:SymmetricProperty
owl:TransitiveProperty
owl:allValuesFrom
owl:cardinality
owl:complementOf
owl:differentFrom
owl:disjointWith
owl:distinctMembers
owl:equivalentClass
owl:equivalentProperty
owl:imports
owl:intersectionOf
owl:inverseOf
owl:maxCardinality
owl:oneOf
owl:someValuesFrom
owl:unionOf
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 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.
This document describes the process for conflict resolution and errata related to these tests.
In the non-normative appendices, this document also describes the process for creation and approval of these tests.
Further appendices show further proposed tests that are awaiting resolution by the working group.
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.
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.
[[EDITORS' NOTE: Do we need index files for the web site that clarify which parts are part of the deliverable and which are not?]]
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 Syntax]), and the supporting documentation.
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.
Some of the tests require that certain
datatypes are, or are not, supported in the
datatype theory
[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 theory .
The datatypes
xsd:integer
, xsd:string
from [XML Schema Datatypes]
are not indicated, even when used or required, since they
must be supported.
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.
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).
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.
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.
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.
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).
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).
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).
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.
An OWL Full document is any RDF/XML document [RDF/XML 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.
An OWL Lite or OWL DL document D is consistent with respect to a datatype theory T if and only if there is some abstract OWL interpretation I with respect to T such that I satisfies an abstract ontology O equivalent to D, in which O has a separated vocabulary; (see [OWL Semantics and Abstract Syntax]).
An OWL Full document D is consistent with respect to a datatype theory 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 equivalent to D.
This section uses the words MUST, MUST NOT, SHOULD and MAY as in [RFC 2119].
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:
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.
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 theory, [OWL Semantics and Abstract Syntax]; for example, by listing them 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 theory of the checker.
If an input document uses datatypes that are not supported by the datatype theory 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 theory 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.
An OWL DL consistency checker is an OWL consistency checker that takes an OWL DL document as input.
An OWL Full consistency checker is an OWL consistency checker that takes an OWL Full document as input.
A complete OWL Lite consistency checker is an OWL Lite consistency checker that is complete and terminating.
Note: Every OWL Full consistency checker is also an OWL DL consistency checker. Every OWL DL consistency checker is also an OWL Lite consistency checker. The different levels are intended to be used to indicate the intended domain of a 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.
An OWL syntax checker when presented with any of the test files must return the indicated result.
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.
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, OWL DL or OWL Lite 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 Manifest
file follows the RDF schema developed
for the RDF Test Cases [RDF Test Cases].
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
otest:PositiveEntailmentTest
otest:NegativeEntailmentTest
otest:TrueTest
otest:OWLforOWLTest
otest:ConsistencyTest
otest:InconsistencyTest
otest:ImportEntailmentTest
otest:ImportLevelTest
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 level associated with both files and tests
are given with the otest:level
property.
The value for each document and test is one of
otest:Full
, otest:DL
,
otest:Lite
or otest:Other
(documents only).
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 theory being used.
owl:AllDifferent
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<AllDifferent/Manifest001#test>
|
|||
using AllDifferent to derive differentFrom | |||
Full | Premises:
<AllDifferent/premises001>
| ||
Full | Conclusions:
<AllDifferent/conclusions001>
|
owl:FunctionalProperty
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<FunctionalProperty/Manifest001#test>
|
|||
If prop belongs to owl:FunctionalProperty ,
and subject denotes a resource
which is the subject of two prop triples, then the object s
of these triples have the same denotation. | |||
Full | Premises:
<FunctionalProperty/premises001>
| ||
Full | Conclusions:
<FunctionalProperty/conclusions001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<FunctionalProperty/Manifest002#test>
|
|||
If prop belongs to owl:FunctionalProperty ,
and subject denotes a resource
which is the subject of two prop triples, then the object s
of these triples have the same denotation.Hence any assertion made
using one of them can be transferred to the other. | |||
Full | Premises:
<FunctionalProperty/premises002>
| ||
Full | Conclusions:
<FunctionalProperty/conclusions002>
|
Full | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<FunctionalProperty/Manifest003#test>
|
|||
If prop is an owl:FunctionalProperty ,
then its inverse is an owl:InverseFunctionalProperty . | |||
Full | Premises:
<FunctionalProperty/premises003>
| ||
Lite | Conclusions:
<FunctionalProperty/conclusions003>
|
Full | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<FunctionalProperty/Manifest004#test>
|
|||
If the range of prop is a singleton set then it is necessarily functional, (i.e. every member of its domain
has a single value) and so it is an owl:FunctionalProperty . | |||
Full | Premises:
<FunctionalProperty/premises004>
| ||
Full | Conclusions:
<FunctionalProperty/conclusions004>
|
owl:InverseFunctionalProperty
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<InverseFunctionalProperty/Manifest001#test>
|
|||
If prop belongs to owl:InverseFunctionalProperty ,
and object denotes a resource
which is the object of two prop triples, then the subject s
of these triples have the same denotation. | |||
Full | Premises:
<InverseFunctionalProperty/premises001>
| ||
Full | Conclusions:
<InverseFunctionalProperty/conclusions001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<InverseFunctionalProperty/Manifest002#test>
|
|||
If prop belongs to owl:InverseFunctionalProperty ,
and object denotes a resource
which is the object of two prop triples, then the subject s
of these triples have the same denotation. Hence any assertion made
using one of them can be transferred to the other. | |||
Full | Premises:
<InverseFunctionalProperty/premises002>
| ||
Full | Conclusions:
<InverseFunctionalProperty/conclusions002>
|
Full | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<InverseFunctionalProperty/Manifest003#test>
|
|||
If prop is an owl:InverseFunctionalProperty ,
then its inverse is an owl:FunctionalProperty . | |||
Full | Premises:
<InverseFunctionalProperty/premises003>
| ||
Full | Conclusions:
<InverseFunctionalProperty/conclusions003>
|
Full | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<InverseFunctionalProperty/Manifest004#test>
|
|||
If the domain of prop is a singleton set then it is necessarily inverse functional, (i.e. every member of its
range is the value of a single item) so it is an
owl:InverseFunctionalProperty . | |||
Full | Premises:
<InverseFunctionalProperty/premises004>
| ||
Lite | Conclusions:
<InverseFunctionalProperty/conclusions004>
|
owl:Nothing
DL | OWL described in OWL. | 002 | |
---|---|---|---|
Description:
(informative)
<Nothing/Manifest002#test>
|
|||
An empty owl:Class has the same class extension as owl:Nothing . | |||
DL | True:
<Nothing/conclusions002>
|
owl:SymmetricProperty
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<SymmetricProperty/Manifest001#test>
|
|||
A simple illustration of symmetric properties. | |||
Full | Premises:
<SymmetricProperty/premises001>
| ||
Full | Conclusions:
<SymmetricProperty/conclusions001>
|
owl:TransitiveProperty
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<TransitiveProperty/Manifest001#test>
|
|||
A simple illustration of transitivity. | |||
Full | Premises:
<TransitiveProperty/premises001>
| ||
Full | Conclusions:
<TransitiveProperty/conclusions001>
|
owl:allValuesFrom
Lite | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<allValuesFrom/Manifest001#test>
|
|||
A simple example. | |||
Lite | Premises:
<allValuesFrom/premises001>
| ||
Lite | Conclusions:
<allValuesFrom/conclusions001>
|
Lite | Negative Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<allValuesFrom/Manifest002#test>
|
|||
Another simple example; contrast with owl:someValuesFrom . | |||
Lite | Premises:
<allValuesFrom/premises002>
| ||
Lite | Conclusions:
<allValuesFrom/nonconclusions002>
|
owl:cardinality
Lite | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<cardinality/Manifest001#test>
|
|||
An owl:cardinality constraint is simply shorthand for a pair of owl:minCardinality and owl:maxCardinality constraints. | |||
Lite | Premises:
<cardinality/premises001>
| ||
Lite | Conclusions:
<cardinality/conclusions001>
|
Lite | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<cardinality/Manifest002#test>
|
|||
An owl:cardinality constraint is simply shorthand for a pair of owl:minCardinality and owl:maxCardinality constraints. | |||
Lite | Premises:
<cardinality/premises002>
| ||
Lite | Conclusions:
<cardinality/conclusions002>
|
DL | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<cardinality/Manifest003#test>
|
|||
An owl:cardinality constraint is simply shorthand for a pair of owl:minCardinality and owl:maxCardinality constraints. | |||
DL | Premises:
<cardinality/premises003>
| ||
DL | Conclusions:
<cardinality/conclusions003>
|
DL | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<cardinality/Manifest004#test>
|
|||
An owl:cardinality constraint is simply shorthand for a pair of owl:minCardinality and owl:maxCardinality constraints. | |||
DL | Premises:
<cardinality/premises004>
| ||
DL | Conclusions:
<cardinality/conclusions004>
|
owl:complementOf
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<complementOf/Manifest001#test>
|
|||
complementOf is a SymmetricProperty . | |||
Full | Premises:
<complementOf/premises001>
| ||
Full | Conclusions:
<complementOf/conclusions001>
|
owl:differentFrom
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<differentFrom/Manifest001#test>
|
|||
differentFrom is a SymmetricProperty . | |||
Full | Premises:
<differentFrom/premises001>
| ||
Full | Conclusions:
<differentFrom/conclusions001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<differentFrom/Manifest002#test>
|
|||
using distinctMembers to derive differentFrom | |||
Full | Premises:
<differentFrom/premises002>
| ||
Full | Conclusions:
<differentFrom/conclusions002>
|
owl:disjointWith
DL | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<disjointWith/Manifest001#test>
|
|||
Disjoint classes have different members. | |||
DL | Premises:
<disjointWith/premises001>
| ||
Lite | Conclusions:
<disjointWith/conclusions001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<disjointWith/Manifest002#test>
|
|||
Disjoint classes have different members. | |||
Full | Premises:
<disjointWith/premises002>
| ||
Full | Conclusions:
<disjointWith/conclusions002>
|
owl:distinctMembers
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<distinctMembers/Manifest001#test>
|
|||
using distinctMembers to derive differentFrom | |||
Full | Premises:
<distinctMembers/premises001>
| ||
Full | Conclusions:
<distinctMembers/conclusions001>
|
owl:equivalentClass
Lite | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest001#test>
|
|||
Two classes may have the same class extension. | |||
Lite | Premises:
<equivalentClass/premises001>
| ||
Lite | Conclusions:
<equivalentClass/conclusions001>
|
Lite | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest002#test>
|
|||
Two classes may be different names for the same set of individuals | |||
Lite | Premises:
<equivalentClass/premises002>
| ||
Lite | Conclusions:
<equivalentClass/conclusions002>
|
Lite | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest003#test>
|
|||
Two classes may be different names for the same set of individuals | |||
Lite | Premises:
<equivalentClass/premises003>
| ||
Lite | Conclusions:
<equivalentClass/conclusions003>
|
Lite | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest004#test>
|
|||
Two classes with the same complete description are equivalent. | |||
Lite | Premises:
<equivalentClass/premises004>
| ||
Lite | Conclusions:
<equivalentClass/conclusions004>
|
Lite | Negative Entailment Test: | 005 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest005#test>
|
|||
Two classes with the same partial description are not equivalent. | |||
Lite | Premises:
<equivalentClass/premises005>
| ||
Lite | Conclusions:
<equivalentClass/nonconclusions005>
|
DL | Positive Entailment Test: | 006 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest006#test>
|
|||
De Morgan's law. | |||
Lite | Premises:
<equivalentClass/premises006>
| ||
DL | Conclusions:
<equivalentClass/conclusions006>
|
owl:equivalentProperty
Lite | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<equivalentProperty/Manifest001#test>
|
|||
hasLeader may be stated to be the owl:equivalentProperty of hasHead . | |||
Lite | Premises:
<equivalentProperty/premises001>
| ||
Lite | Conclusions:
<equivalentProperty/conclusions001>
|
Lite | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<equivalentProperty/Manifest002#test>
|
|||
A reasoner can also deduce that hasLeader is a subProperty of hasHead and hasHead is a subProperty of hasLeader . | |||
Lite | Premises:
<equivalentProperty/premises002>
| ||
Lite | Conclusions:
<equivalentProperty/conclusions002>
|
Lite | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<equivalentProperty/Manifest003#test>
|
|||
The inverse entailment of test 002 also holds. | |||
Lite | Premises:
<equivalentProperty/premises003>
| ||
Lite | Conclusions:
<equivalentProperty/conclusions003>
|
DL | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<equivalentProperty/Manifest004#test>
|
|||
If p and q have the same property extension then p equivalentProperty q . | |||
DL | Premises:
<equivalentProperty/premises004>
| ||
Lite | Conclusions:
<equivalentProperty/conclusions004>
|
Full | Positive Entailment Test: | 005 | |
---|---|---|---|
Description:
(informative)
<equivalentProperty/Manifest005#test>
|
|||
If p and q have the same property extension then p owl:equivalentProperty q . | |||
Full | Premises:
<equivalentProperty/premises005>
| ||
Full | Conclusions:
<equivalentProperty/conclusions005>
|
Full | Positive Entailment Test: | 006 | |
---|---|---|---|
Description:
(informative)
<equivalentProperty/Manifest006#test>
|
|||
hasLeader may be stated to be the owl:equivalentProperty of hasHead . | |||
Full | Premises:
<equivalentProperty/premises006>
| ||
Full | Conclusions:
<equivalentProperty/conclusions006>
|
owl:imports
Full | Import Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest001#test>
|
|||
If a document imports another document, then it entails anything that is entailed by the conjunction of the two documents. | |||
Full | Premises:
<imports/premises001>
| ||
Lite | Imported Premises
<imports/support001-A>
| ||
Full | Conclusions:
<imports/conclusions001>
|
Full | Negative Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest002#test>
|
|||
If a premise document uses a namespace but does not import the document corresponding to the namespace, then the premises do not necessarily entail anything that is entailed by the conjunction of the two documents. | |||
Full | Premises:
<imports/premises002>
| ||
Full | Conclusions:
<imports/nonconclusions002>
|
Full | Import Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest003#test>
|
|||
If a document imports a document which in turn imports a third document, then it entails anything which is entailed by the conjunction of the statements from the three documents. That is, imports is transitive. | |||
Full | Premises:
<imports/premises003>
| ||
Lite | Imported Premises
<imports/support003-A>
| ||
Lite | Imported Premises
<imports/support003-B>
| ||
Full | Conclusions:
<imports/conclusions003>
|
Full | Imports Level Test: | 004 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest004#test>
|
|||
Importing OWL Full documents may change the level of OWL Lite or OWL DL documents. | |||
Full | Imported document:
<imports/imports004>
| ||
Full | Main document:
<imports/main004>
|
DL | Imports Level Test: | 005 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest005#test>
|
|||
If an OWL Lite document imports an OWL DL document then it becomes OWL DL. | |||
DL | Imported document:
<imports/imports005>
| ||
DL | Main document:
<imports/main005>
|
Lite | Imports Level Test: | 006 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest006#test>
|
|||
The type declarations required by semantic layering can be imported into an OWL Lite or OWL DL file. | |||
Lite | Imported document:
<imports/imports006>
| ||
Lite | Main document:
<imports/main006>
|
Lite | Imports Level Test: | 007 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest007#test>
|
|||
The type declarations required by semantic layering can be imported into an OWL Lite or OWL DL file. | |||
Lite | Imported document:
<imports/imports007>
| ||
Lite | Main document:
<imports/main007>
|
Lite | Imports Level Test: | 008 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest008#test>
|
|||
It is often possible to import an ordinary RDFS document unchanged into an OWL Lite document. Aditional type declarations may be needed in the importing document. | |||
Full | Imported document:
<imports/imports008>
| ||
Lite | Main document:
<imports/main008>
|
owl:intersectionOf
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<intersectionOf/Manifest001#test>
|
|||
The order of the classes in an intersectionOf
construct is unimportant. | |||
Full | Premises:
<intersectionOf/premises001>
| ||
Full | Conclusions:
<intersectionOf/conclusions001>
|
owl:inverseOf
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<inverseOf/Manifest001#test>
|
|||
If the pair (x,y) is an instance of P , than the pair (y,x) is
an instance of the named property. | |||
Full | Premises:
<inverseOf/premises001>
| ||
Full | Conclusions:
<inverseOf/conclusions001>
|
owl:maxCardinality
Full | Inconsistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<maxCardinality/Manifest001#test>
|
|||
A property with maximum cardinality of two cannot take three distinct values on some subject node. | |||
Full | Inconsistent:
<maxCardinality/inconsistent001>
|
Full | Inconsistent document. | 002 | |
---|---|---|---|
Description:
(informative)
<maxCardinality/Manifest002#test>
|
|||
A property with maximum cardinality of two cannot take three distinct values on some subject node. In this example, one of the three values is implicit. | |||
Full | Inconsistent:
<maxCardinality/inconsistent002>
|
owl:oneOf
Full | Consistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<oneOf/Manifest001#test>
|
|||
oneOf does not indicate that the named
individuals are distinct. Thus a consistent interpretation
of this file is when all the individual names denote the
same individual. | |||
Full | Consistent:
<oneOf/consistent001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<oneOf/Manifest002#test>
|
|||
oneOf describes a class by enumerating its individuals. | |||
Full | Premises:
<oneOf/premises002>
| ||
Full | Conclusions:
<oneOf/conclusions002>
|
Full | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<oneOf/Manifest003#test>
|
|||
The order of the instances in an owl:oneOf
construct is unimportant. | |||
Full | Premises:
<oneOf/premises003>
| ||
Full | Conclusions:
<oneOf/conclusions003>
|
owl:someValuesFrom
Full | Negative Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<someValuesFrom/Manifest002#test>
|
|||
A simple example showing how owl:someValuesFrom differs from owl:allValuesFrom . | |||
Full | Premises:
<someValuesFrom/premises002>
| ||
Full | Conclusions:
<someValuesFrom/nonconclusions002>
|
owl:unionOf
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<unionOf/Manifest001#test>
|
|||
A union is a superclass of its parts. | |||
Full | Premises:
<unionOf/premises001>
| ||
Full | Conclusions:
<unionOf/conclusions001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<unionOf/Manifest002#test>
|
|||
A union behaves quite like set theoretic union. | |||
Full | Premises:
<unionOf/premises002>
| ||
Full | Conclusions:
<unionOf/conclusions002>
|
Lite | Illegal use of OWL namespace. | 001 | |
---|---|---|---|
Description:
(informative)
<I3.2/Manifest001#test>
|
|||
The names used in a DAML+OIL qualified cardinality constraint are not defined the OWL namespace. | |||
Full | Incorrect:
<I3.2/bad001>
|
Lite | Illegal use of OWL namespace. | 002 | |
---|---|---|---|
Description:
(informative)
<I3.2/Manifest002#test>
|
|||
The names used in a DAML+OIL qualified max cardinality constraint are not defined the OWL namespace. | |||
Full | Incorrect:
<I3.2/bad002>
|
Lite | Illegal use of OWL namespace. | 003 | |
---|---|---|---|
Description:
(informative)
<I3.2/Manifest003#test>
|
|||
The names used in a DAML+OIL qualified min cardinality constraint are not defined the OWL namespace. | |||
Full | Incorrect:
<I3.2/bad003>
|
Lite | Illegal use of OWL namespace. | 001 | |
---|---|---|---|
Description:
(informative)
<I3.4/Manifest001#test>
|
|||
The name UnambiguousProperty is not defined in the OWL namespace. daml:UnambiguousProperty corresponds to owl:InverseFunctionalProperty . | |||
Full | Incorrect:
<I3.4/bad001>
|
Lite | Illegal use of OWL namespace. | 001 | |
---|---|---|---|
Description:
(informative)
<I4.1/Manifest001#test>
|
|||
The name UniqueProperty is not defined in the OWL namespace.
daml:UniqueProperty corresponds to owl:FunctionalProperty . | |||
Full | Incorrect:
<I4.1/bad001>
|
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<I4.6/Manifest001#test>
|
|||
sameAs and sameIndividualAs are equivalent. | |||
Full | Premises:
<I4.6/premises001>
| ||
Lite | Conclusions:
<I4.6/conclusions001>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<I4.6/Manifest002#test>
|
|||
sameAs and sameIndividualAs are equivalent. | |||
Full | Premises:
<I4.6/premises002>
| ||
Full | Conclusions:
<I4.6/conclusions002>
|
Full | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<I4.6/Manifest003#test>
|
|||
owl:sameIndividualAs is stronger than owl:equivalentClass . | |||
Full | Premises:
<I4.6/premises003>
| ||
Lite | Conclusions:
<I4.6/conclusions003>
|
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<I5.1/Manifest001#test>
|
|||
stateCode example using an inverseFunctionalProperty and literals | |||
Full | Premises:
<I5.1/premises001>
| ||
Full | Conclusions:
<I5.1/conclusions001>
|
Lite | Consistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest001#test>
|
|||
A class like owl:Nothing can be defined using OWL Lite restrictions. | |||
Lite | Consistent:
<I5.2/consistent001>
|
Lite | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest002#test>
|
|||
A class like owl:Nothing can be defined using OWL Lite restrictions. | |||
Lite | Premises:
<I5.2/premises002>
| ||
Lite | Conclusions:
<I5.2/conclusions002>
|
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<I5.24/Manifest001#test>
|
|||
This entailment is similar to one that does not hold in RDFS. | |||
Full | Premises:
<I5.24/premises001>
| ||
Full | Conclusions:
<I5.24/conclusions001>
|
Lite | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<I5.24/Manifest004#test>
|
|||
This is a typical definition of range from description logic. It works both ways. | |||
Lite | Premises:
<I5.24/premises004>
| ||
Lite | Conclusions:
<I5.24/conclusions004>
|
Full | Consistent document. | 005 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest005#test>
|
|||
Any RDF/XML document is in OWL Full. | |||
Full | Consistent:
<I5.3/consistent005>
|
Lite | Consistent document. | 006 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest006#test>
|
|||
A minimal OWL Lite version of test 005. | |||
Lite | Consistent:
<I5.3/consistent006>
|
Full | Consistent document. | 007 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest007#test>
|
|||
Any RDF/XML document is in OWL Full. | |||
Full | Consistent:
<I5.3/consistent007>
|
Lite | Consistent document. | 008 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest008#test>
|
|||
An OWL Lite version of test 007. | |||
Lite | Consistent:
<I5.3/consistent008>
|
Full | Consistent document. | 009 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest009#test>
|
|||
The use of blank nodes in OWL DL and OWL Lite is restricted. | |||
Full | Consistent:
<I5.3/consistent009>
|
Full | OWL described in OWL. | 001 | |
---|---|---|---|
Description:
(informative)
<I5.5/Manifest001#test>
|
|||
rdf:first is a FunctionalProperty. | |||
Full | True:
<I5.5/conclusions001>
|
Full | OWL described in OWL. | 002 | |
---|---|---|---|
Description:
(informative)
<I5.5/Manifest002#test>
|
|||
rdf:rest is a FunctionalProperty. | |||
Full | True:
<I5.5/conclusions002>
|
Full | Inconsistent document. | 003 | |
---|---|---|---|
Description:
(informative)
<I5.5/Manifest003#test>
|
|||
rdf:nil cannot have an rdf:rest property. | |||
Full | Inconsistent:
<I5.5/inconsistent003>
|
Full | Inconsistent document. | 004 | |
---|---|---|---|
Description:
(informative)
<I5.5/Manifest004#test>
|
|||
rdf:nil cannot have an rdf:first property. | |||
Full | Inconsistent:
<I5.5/inconsistent004>
|
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#> . |
These are general satisfiability tests that are intended to test the interaction of role hierarchies, disjoint concepts and other things within an OWL reasoner.
DL | Inconsistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest001#test>
|
|||
DL Test: fact1.1 If a, b and c are disjoint, then: (a and b) or (b and c) or (c and a) is unsatisfiable. | |||
DL | Inconsistent:
<description-logic/inconsistent001>
|
DL | Inconsistent document. | 002 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest002#test>
|
|||
DL Test: fact2.1 | |||
DL | Inconsistent:
<description-logic/inconsistent002>
|
DL | Inconsistent document. | 003 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest003#test>
|
|||
DL Test: fact3.1 | |||
DL | Inconsistent:
<description-logic/inconsistent003>
|
DL | Inconsistent document. | 004 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest004#test>
|
|||
DL Test: fact4.1 | |||
DL | Inconsistent:
<description-logic/inconsistent004>
|
DL | Consistent document. | 005 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest005#test>
|
|||
DL Test: fact4.2 | |||
DL | Consistent:
<description-logic/consistent005>
|
DL | Consistent document. | 006 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest006#test>
|
|||
DL Test: t1.1 | |||
DL | Consistent:
<description-logic/consistent006>
|
DL | Inconsistent document. | 007 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest007#test>
|
|||
DL Test: t1.2 | |||
DL | Inconsistent:
<description-logic/inconsistent007>
|
DL | Inconsistent document. | 008 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest008#test>
|
|||
DL Test: t1.3 | |||
DL | Inconsistent:
<description-logic/inconsistent008>
|
DL | Consistent document. | 009 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest009#test>
|
|||
DL Test: t10.1 | |||
DL | Consistent:
<description-logic/consistent009>
|
DL | Inconsistent document. | 010 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest010#test>
|
|||
DL Test: t10.2 | |||
DL | Inconsistent:
<description-logic/inconsistent010>
|
DL | Inconsistent document. | 011 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest011#test>
|
|||
DL Test: t10.3 | |||
DL | Inconsistent:
<description-logic/inconsistent011>
|
DL | Inconsistent document. | 012 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest012#test>
|
|||
DL Test: t10.4 | |||
DL | Inconsistent:
<description-logic/inconsistent012>
|
DL | Inconsistent document. | 013 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest013#test>
|
|||
DL Test: t10.5 | |||
DL | Inconsistent:
<description-logic/inconsistent013>
|
DL | Inconsistent document. | 014 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest014#test>
|
|||
DL Test: t11.1 | |||
DL | Inconsistent:
<description-logic/inconsistent014>
|
DL | Inconsistent document. | 015 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest015#test>
|
|||
DL Test: t12.1 | |||
DL | Inconsistent:
<description-logic/inconsistent015>
|
DL | Consistent document. | 016 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest016#test>
|
|||
DL Test: t2.1 | |||
DL | Consistent:
<description-logic/consistent016>
|
DL | Inconsistent document. | 017 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest017#test>
|
|||
DL Test: t2.2 | |||
DL | Inconsistent:
<description-logic/inconsistent017>
|
DL | Consistent document. | 018 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest018#test>
|
|||
DL Test: t3.1 There are 90 possible partitions in the satisfiable case | |||
DL | Consistent:
<description-logic/consistent018>
|
DL | Inconsistent document. | 019 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest019#test>
|
|||
DL Test: t3.2 There are 301 possible partitions in the unsatisfiable case | |||
DL | Inconsistent:
<description-logic/inconsistent019>
|
DL | Consistent document. | 020 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest020#test>
|
|||
DL Test: t3a.1 there are 1,701 possible partitions in the satisfiable case | |||
DL | Consistent:
<description-logic/consistent020>
|
DL | Consistent document. | 021 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest021#test>
|
|||
DL Test: t3a.2 There are 7,770 possible partitions in the unsatisfiable case | |||
DL | Consistent:
<description-logic/consistent021>
|
DL | Inconsistent document. | 022 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest022#test>
|
|||
DL Test: t3a.3 There are 42,525 possible partitions in the satisfiable case | |||
DL | Inconsistent:
<description-logic/inconsistent022>
|
DL | Inconsistent document. | 023 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest023#test>
|
|||
DL Test: t4.1 Dynamic blocking example | |||
DL | Inconsistent:
<description-logic/inconsistent023>
|
DL | Consistent document. | 024 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest024#test>
|
|||
DL Test: t5.1 Non-finite model example from paper The concept should be coherent but has no finite model | |||
DL | Consistent:
<description-logic/consistent024>
|
DL | Consistent document. | 025 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest025#test>
|
|||
DL Test: t5f.1 Non-finite model example from paper The concept should be coherent but has no finite model | |||
DL | Consistent:
<description-logic/consistent025>
|
DL | Inconsistent document. | 026 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest026#test>
|
|||
DL Test: t6.1 Double blocking example. The concept should be incoherent but needs double blocking | |||
DL | Inconsistent:
<description-logic/inconsistent026>
|
DL | Inconsistent document. | 027 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest027#test>
|
|||
DL Test: t6f.1 Double blocking example. The concept should be incoherent but needs double blocking | |||
DL | Inconsistent:
<description-logic/inconsistent027>
|
DL | Consistent document. | 028 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest028#test>
|
|||
DL Test: t7.1 | |||
DL | Consistent:
<description-logic/consistent028>
|
DL | Inconsistent document. | 029 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest029#test>
|
|||
DL Test: t7.2 | |||
DL | Inconsistent:
<description-logic/inconsistent029>
|
DL | Inconsistent document. | 030 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest030#test>
|
|||
DL Test: t7.3 | |||
DL | Inconsistent:
<description-logic/inconsistent030>
|
DL | Consistent document. | 031 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest031#test>
|
|||
DL Test: t7f.1 | |||
DL | Consistent:
<description-logic/consistent031>
|
DL | Inconsistent document. | 032 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest032#test>
|
|||
DL Test: t7f.2 | |||
DL | Inconsistent:
<description-logic/inconsistent032>
|
DL | Inconsistent document. | 033 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest033#test>
|
|||
DL Test: t7f.3 | |||
DL | Inconsistent:
<description-logic/inconsistent033>
|
DL | Consistent document. | 034 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest034#test>
|
|||
DL Test: t8.1 | |||
DL | Consistent:
<description-logic/consistent034>
|
See [Heinsohn et al.].
DL | Inconsistent document. | 101 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest101#test>
|
|||
DL Test: heinsohn1.1 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
DL | Inconsistent:
<description-logic/inconsistent101>
|
DL | Inconsistent document. | 102 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest102#test>
|
|||
DL Test: heinsohn1.2 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
DL | Inconsistent:
<description-logic/inconsistent102>
|
DL | Inconsistent document. | 103 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest103#test>
|
|||
DL Test: heinsohn1.3 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
DL | Inconsistent:
<description-logic/inconsistent103>
|
DL | Inconsistent document. | 104 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest104#test>
|
|||
DL Test: heinsohn1.4 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
DL | Inconsistent:
<description-logic/inconsistent104>
|
DL | Inconsistent document. | 105 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest105#test>
|
|||
DL Test: heinsohn2.1 Tbox tests from [Heinsohn et al.] Tests incoherency caused by number restrictions | |||
DL | Inconsistent:
<description-logic/inconsistent105>
|
DL | Inconsistent document. | 106 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest106#test>
|
|||
DL Test: heinsohn2.2 Tbox tests from [Heinsohn et al.] Tests incoherency caused by number restrictions | |||
DL | Inconsistent:
<description-logic/inconsistent106>
|
DL | Inconsistent document. | 107 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest107#test>
|
|||
DL Test: heinsohn3.1 Tbox tests from [Heinsohn et al.] Tests incoherency caused by number restrictions and role hierarchy | |||
DL | Inconsistent:
<description-logic/inconsistent107>
|
DL | Inconsistent document. | 108 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest108#test>
|
|||
DL Test: heinsohn3.2 Tbox tests from [Heinsohn et al.] Tests incoherency caused by number restrictions and role hierarchy | |||
DL | Inconsistent:
<description-logic/inconsistent108>
|
DL | Inconsistent document. | 109 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest109#test>
|
|||
DL Test: heinsohn3c.1 Tbox tests from [Heinsohn et al.] Tests incoherency caused by number restrictions and role hierarchy | |||
DL | Inconsistent:
<description-logic/inconsistent109>
|
DL | Inconsistent document. | 110 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest110#test>
|
|||
DL Test: heinsohn4.1 Tbox tests from [Heinsohn et al.] Tests role restrictions | |||
DL | Inconsistent:
<description-logic/inconsistent110>
|
DL | Inconsistent document. | 111 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest111#test>
|
|||
DL Test: heinsohn4.2 Tbox tests from [Heinsohn et al.] Tests role restrictions | |||
DL | Inconsistent:
<description-logic/inconsistent111>
|
These tests are OWL Lite versions of the tests from the previous sections.
The OWL DL constructions owl:unionOf
, owl:complementOf
,
owl:disjointWith
have been systematically replaced with OWL Lite
equivalents.
Lite | Inconsistent document. | 602 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest602#test>
|
|||
DL Test: fact2.1 | |||
Lite | Inconsistent:
<description-logic/inconsistent602>
|
Lite | Inconsistent document. | 603 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest603#test>
|
|||
DL Test: fact3.1 | |||
Lite | Inconsistent:
<description-logic/inconsistent603>
|
Lite | Inconsistent document. | 604 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest604#test>
|
|||
DL Test: fact4.1 | |||
Lite | Inconsistent:
<description-logic/inconsistent604>
|
Lite | Consistent document. | 605 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest605#test>
|
|||
DL Test: fact4.2 | |||
Lite | Consistent:
<description-logic/consistent605>
|
Lite | Consistent document. | 606 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest606#test>
|
|||
DL Test: t1.1 | |||
Lite | Consistent:
<description-logic/consistent606>
|
Lite | Inconsistent document. | 608 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest608#test>
|
|||
DL Test: t1.3 | |||
Lite | Inconsistent:
<description-logic/inconsistent608>
|
Lite | Consistent document. | 609 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest609#test>
|
|||
DL Test: t10.1 | |||
Lite | Consistent:
<description-logic/consistent609>
|
Lite | Inconsistent document. | 610 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest610#test>
|
|||
DL Test: t10.2 | |||
Lite | Inconsistent:
<description-logic/inconsistent610>
|
Lite | Inconsistent document. | 611 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest611#test>
|
|||
DL Test: t10.3 | |||
Lite | Inconsistent:
<description-logic/inconsistent611>
|
Lite | Inconsistent document. | 612 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest612#test>
|
|||
DL Test: t10.4 | |||
Lite | Inconsistent:
<description-logic/inconsistent612>
|
Lite | Inconsistent document. | 613 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest613#test>
|
|||
DL Test: t10.5 | |||
Lite | Inconsistent:
<description-logic/inconsistent613>
|
Lite | Inconsistent document. | 614 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest614#test>
|
|||
DL Test: t11.1 | |||
Lite | Inconsistent:
<description-logic/inconsistent614>
|
Lite | Inconsistent document. | 615 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest615#test>
|
|||
DL Test: t12.1 | |||
Lite | Inconsistent:
<description-logic/inconsistent615>
|
Lite | Consistent document. | 616 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest616#test>
|
|||
DL Test: t2.1 | |||
Lite | Consistent:
<description-logic/consistent616>
|
Lite | Inconsistent document. | 617 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest617#test>
|
|||
DL Test: t2.2 | |||
Lite | Inconsistent:
<description-logic/inconsistent617>
|
Lite | Inconsistent document. | 623 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest623#test>
|
|||
DL Test: t4.1 Dynamic blocking example | |||
Lite | Inconsistent:
<description-logic/inconsistent623>
|
Lite | Consistent document. | 624 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest624#test>
|
|||
DL Test: t5.1 Non-finite model example from paper The concept should be coherent but has no finite model | |||
Lite | Consistent:
<description-logic/consistent624>
|
Lite | Consistent document. | 625 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest625#test>
|
|||
DL Test: t5f.1 Non-finite model example from paper The concept should be coherent but has no finite model | |||
Lite | Consistent:
<description-logic/consistent625>
|
Lite | Inconsistent document. | 626 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest626#test>
|
|||
DL Test: t6.1 Double blocking example. The concept should be incoherent but needs double blocking | |||
Lite | Inconsistent:
<description-logic/inconsistent626>
|
Lite | Inconsistent document. | 627 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest627#test>
|
|||
DL Test: t6f.1 Double blocking example. The concept should be incoherent but needs double blocking | |||
Lite | Inconsistent:
<description-logic/inconsistent627>
|
Lite | Consistent document. | 628 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest628#test>
|
|||
DL Test: t7.1 | |||
Lite | Consistent:
<description-logic/consistent628>
|
Lite | Inconsistent document. | 629 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest629#test>
|
|||
DL Test: t7.2 | |||
Lite | Inconsistent:
<description-logic/inconsistent629>
|
Lite | Inconsistent document. | 630 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest630#test>
|
|||
DL Test: t7.3 | |||
Lite | Inconsistent:
<description-logic/inconsistent630>
|
Lite | Consistent document. | 631 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest631#test>
|
|||
DL Test: t7f.1 | |||
Lite | Consistent:
<description-logic/consistent631>
|
Lite | Inconsistent document. | 632 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest632#test>
|
|||
DL Test: t7f.2 | |||
Lite | Inconsistent:
<description-logic/inconsistent632>
|
Lite | Inconsistent document. | 633 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest633#test>
|
|||
DL Test: t7f.3 | |||
Lite | Inconsistent:
<description-logic/inconsistent633>
|
Lite | Consistent document. | 634 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest634#test>
|
|||
DL Test: t8.1 | |||
Lite | Consistent:
<description-logic/consistent634>
|
Lite | Inconsistent document. | 641 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest641#test>
|
|||
DL Test: heinsohn1.1 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
Lite | Inconsistent:
<description-logic/inconsistent641>
|
Lite | Inconsistent document. | 642 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest642#test>
|
|||
DL Test: heinsohn1.2 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
Lite | Inconsistent:
<description-logic/inconsistent642>
|
Lite | Inconsistent document. | 643 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest643#test>
|
|||
DL Test: heinsohn1.3 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
Lite | Inconsistent:
<description-logic/inconsistent643>
|
DL | Positive Entailment Test: | 901 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest901#test>
|
|||
This entailment can be replicated for any three natural numbers i, j, k such that i+j >= k. In this example, they are chosen as 2, 3 and 5. | |||
DL | Premises:
<description-logic/premises901>
| ||
DL | Conclusions:
<description-logic/conclusions901>
|
DL | Negative Entailment Test: | 902 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest902#test>
|
|||
This non-entailment can be replicated for any three natural numbers i, j, k such that i+j < k. In this example, they are chosen as 2, 3 and 6. | |||
DL | Premises:
<description-logic/premises902>
| ||
DL | Conclusions:
<description-logic/nonconclusions902>
|
DL | Positive Entailment Test: | 903 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest903#test>
|
|||
This entailment can be replicated for any three natural numbers i, j, k such that i+j >= k. In this example, they are chosen as 200, 300 and 500. | |||
DL | Premises:
<description-logic/premises903>
| ||
DL | Conclusions:
<description-logic/conclusions903>
|
DL | Negative Entailment Test: | 904 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest904#test>
|
|||
This non-entailment can be replicated for any three natural numbers i, j, k such that i+j < k. In this example, they are chosen as 200, 300 and 600. | |||
DL | Premises:
<description-logic/premises904>
| ||
DL | Conclusions:
<description-logic/nonconclusions904>
|
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.
These tests are taken from the [OWL Guide].
DL | Consistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest001#test>
|
|||
Wine example taken from the guide. | |||
Datatypes that may or may not be supported: | xsd:positiveInteger, | ||
DL | Consistent:
<miscellaneous/consistent001>
|
DL | Consistent document. | 002 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest002#test>
|
|||
Food example taken from the guide. | |||
DL | Consistent:
<miscellaneous/consistent002>
|
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:
"PROPOSED"
.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.
The working group may take account of favourable 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.
The editors may make editorial changes to approved and proposed tests. This includes:
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.
Tests should normally be expressed in RDF/XML.
The following RDF/XML grammar rules [RDF/XML Syntax] are not used:
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.
Test and manifest files should use the ".rdf"
suffix. URIs should not. The URL used for xml:base
declarations
does not have a suffix.
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"
).
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: This string is updated by cvs. $ -->
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.
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].
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.
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]. The following additional conventions are used:
http://www.w3.org/2002/03owlt/
.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 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 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.
owl:DatatypeProperty
Full | Consistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<DatatypeProperty/Manifest001#test>
|
|||
DatatypeProperty's may be used to related typed literals to typed literals, in OWL Full. | |||
Full | Consistent:
<DatatypeProperty/consistent001>
| ||
Errors: (informative) | |||
Unsupported datatype: xsd:nonNegativeInteger
|
owl:FunctionalProperty
Full | Positive Entailment Test: | 005 | |
---|---|---|---|
Description:
(informative)
<FunctionalProperty/Manifest005#test>
|
|||
If prop belongs to owl:FunctionalProperty
then an OWL individual has at most one value for prop. | |||
Full | Premises:
<FunctionalProperty/premises005>
| ||
Full | Conclusions:
<FunctionalProperty/conclusions005>
|
owl:Nothing
Lite | Inconsistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<Nothing/Manifest001#test>
|
|||
The triple asserts something of type owl:Nothing , however
that is the empty class. | |||
Lite | Inconsistent:
<Nothing/inconsistent001>
|
owl:cardinality
Full | Positive Entailment Test: | 006 | |
---|---|---|---|
Description:
(informative)
<cardinality/Manifest006#test>
|
|||
An owl:cardinality constraint is simply shorthand for a pair of owl:minCardinality and owl:maxCardinality constraints. | |||
Full | Premises:
<cardinality/premises006>
| ||
Full | Conclusions:
<cardinality/conclusions006>
|
Full | Negative Entailment Test: | 007 | |
---|---|---|---|
Description:
(informative)
<cardinality/Manifest007#test>
|
|||
An owl:cardinality constraint is simply shorthand for a pair of owl:minCardinality and owl:maxCardinality constraints. | |||
Full | Premises:
<cardinality/premises007>
| ||
Full | Conclusions:
<cardinality/nonconclusions007>
|
owl:equivalentClass
Full | Positive Entailment Test: | 007 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest007#test>
|
|||
De Morgan's law. | |||
Full | Premises:
<equivalentClass/premises007>
| ||
Full | Conclusions:
<equivalentClass/conclusions007>
|
DL | Negative Entailment Test: | 008 | |
---|---|---|---|
Description:
(informative)
<equivalentClass/Manifest008#test>
|
|||
Annotation properties refer to a class instance. equivalentClass refers to the class extension. | |||
Lite | Premises:
<equivalentClass/premises008>
| ||
Lite | Conclusions:
<equivalentClass/nonconclusions008>
|
owl:imports
Full | OWL described in OWL. | 010 | |
---|---|---|---|
Description:
(informative)
<imports/Manifest010#test>
|
|||
This test specifies the domain and range for owl:imports. | |||
Full | True:
<imports/conclusions010>
|
owl:oneOf
DL | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<oneOf/Manifest004#test>
|
|||
This test illustrates the use of dataRange in OWL DL. This test combines some of the ugliest features of XML, RDF and OWL. | |||
Required datatype support: | xsd:short, | ||
DL | Premises:
<oneOf/premises004>
| ||
Lite | Conclusions:
<oneOf/conclusions004>
|
owl:sameIndividualAs
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<sameIndividualAs/Manifest001#test>
|
|||
Annotation properties refer to a class instance. sameIndividualAs, in OWL Full, also refers to the class instance. | |||
Full | Premises:
<sameIndividualAs/premises001>
| ||
Lite | Conclusions:
<sameIndividualAs/conclusions001>
|
owl:someValuesFrom
Full | Positive Entailment Test: | 001 | |
---|---|---|---|
Description:
(informative)
<someValuesFrom/Manifest001#test>
|
|||
A simple example. | |||
Lite | Premises:
<someValuesFrom/premises001>
| ||
Full | Conclusions:
<someValuesFrom/conclusions001>
|
Full | Negative Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<I4.6/Manifest004#test>
|
|||
owl:sameIndividualAs is stronger than owl:equivalentClass . | |||
Lite | Premises:
<I4.6/premises004>
| ||
Full | Conclusions:
<I4.6/nonconclusions004>
|
Lite | Negative Entailment Test: | 005 | |
---|---|---|---|
Description:
(informative)
<I4.6/Manifest005#test>
|
|||
owl:equivalentClass .is not related to annotations on classes. | |||
Lite | Premises:
<I4.6/premises005>
| ||
Lite | Conclusions:
<I4.6/nonconclusions005>
|
Full | Consistent document. | 010 | |
---|---|---|---|
Description:
(informative)
<I5.1/Manifest010#test>
|
|||
There are 128 different bytes that are also unsigned integers; and hence also 127. | |||
Datatypes that may or may not be supported: | xsd:byte, xsd:unsignedInt, | ||
Full | Consistent:
<I5.1/consistent010>
|
Lite | Consistent document. | 003 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest003#test>
|
|||
The complement of a class can be defined using OWL Lite restrictions. | |||
Lite | Consistent:
<I5.2/consistent003>
|
DL | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest004#test>
|
|||
The complement of a class can be defined using OWL Lite restrictions. | |||
Lite | Premises:
<I5.2/premises004>
| ||
DL | Conclusions:
<I5.2/conclusions004>
|
DL | Consistent document. | 005 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest005#test>
|
|||
The union of two classes can be defined using OWL Lite restrictions, and owl:intersectionOf . | |||
Lite | Consistent:
<I5.2/consistent005>
|
DL | Positive Entailment Test: | 006 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest006#test>
|
|||
The union of two classes can be defined using OWL Lite restrictions, and owl:intersectionOf . | |||
Lite | Premises:
<I5.2/premises006>
| ||
DL | Conclusions:
<I5.2/conclusions006>
|
Lite | Consistent document. | 010 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest010#test>
|
|||
The informal semantics for RDF container vocabulary, indicated by the comment, are not respected by the formal machinery of OWL. | |||
Lite | Consistent:
<I5.2/consistent010>
|
Lite | Consistent document. | 011 | |
---|---|---|---|
Description:
(informative)
<I5.2/Manifest011#test>
|
|||
The informal semantics indicated by comments concerning user defined classes are not respected by the formal machinery of OWL. | |||
Lite | Consistent:
<I5.2/consistent011>
|
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<I5.24/Manifest002#test>
|
|||
OWL, unlike RDFS, uses iff semantics for range. | |||
Full | Premises:
<I5.24/premises002>
| ||
Full | Conclusions:
<I5.24/conclusions002>
|
Lite | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<I5.24/Manifest003#test>
|
|||
This is a typical definition of range from description logic. | |||
Lite | Premises:
<I5.24/premises003>
| ||
Lite | Conclusions:
<I5.24/conclusions003>
|
Full | Consistent document. | 010 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest010#test>
|
|||
Classes cannot be the object of regular properties in OWL DL. | |||
Full | Consistent:
<I5.3/consistent010>
|
Lite | Consistent document. | 011 | |
---|---|---|---|
Description:
(informative)
<I5.3/Manifest011#test>
|
|||
Classes can be the object of annotation properties in OWL Lite and DL. | |||
Lite | Consistent:
<I5.3/consistent011>
|
DL | Inconsistent document. | 001 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest001#test>
|
|||
There are only 256 different values for xsd:byte . | |||
Required datatype support: | xsd:byte, | ||
DL | Inconsistent:
<I5.8/inconsistent001>
|
DL | Consistent document. | 002 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest002#test>
|
|||
There are 256 different values for xsd:byte . | |||
Datatypes that may or may not be supported: | xsd:byte, | ||
DL | Consistent:
<I5.8/consistent002>
|
DL | Inconsistent document. | 003 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest003#test>
|
|||
There are only 128 different values of xsd:byte
that are also xsd:unsignedInt . | |||
Required datatype support: | xsd:byte, xsd:unsignedInt, | ||
DL | Inconsistent:
<I5.8/inconsistent003>
|
DL | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest004#test>
|
|||
There are precisely 128 different values of xsd:byte
that are also xsd:unsignedInt . | |||
Required datatype support: | xsd:byte, xsd:unsignedInt, | ||
DL | Premises:
<I5.8/premises004>
| ||
Lite | Conclusions:
<I5.8/conclusions004>
|
DL | Negative Entailment Test: | 005 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest005#test>
|
|||
There are 128 different values of xsd:byte
that are also xsd:unsignedInt . | |||
Datatypes that may or may not be supported: | xsd:byte, xsd:unsignedInt, | ||
DL | Premises:
<I5.8/premises005>
| ||
Lite | Conclusions:
<I5.8/nonconclusions005>
|
Lite | Positive Entailment Test: | 006 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest006#test>
|
|||
All xsd:byte
are xsd:short . | |||
Required datatype support: | xsd:byte, xsd:short, | ||
Lite | Premises:
<I5.8/premises006>
| ||
Lite | Conclusions:
<I5.8/conclusions006>
|
Lite | Negative Entailment Test: | 007 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest007#test>
|
|||
-1 is an xsd:short
that is not an
xsd:unsignedByte . | |||
Datatypes that may or may not be supported: | xsd:short, xsd:unsignedByte, | ||
Lite | Premises:
<I5.8/premises007>
| ||
Lite | Conclusions:
<I5.8/nonconclusions007>
|
Lite | Positive Entailment Test: | 008 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest008#test>
|
|||
-1 is an xsd:short that is not an
xsd:unsignedShort ;
100000 is an xsd:unsignedInt that is not
an xsd:unsignedShort ; but there are no
xsd:unsignedShort which are neither
xsd:short nor
xsd:unsignedInt | |||
Required datatype support: | xsd:short, xsd:unsignedInt, xsd:unsignedShort, | ||
Lite | Premises:
<I5.8/premises008>
| ||
Lite | Conclusions:
<I5.8/conclusions008>
|
Lite | Positive Entailment Test: | 009 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest009#test>
|
|||
0 is the only xsd:nonNegativeInteger which is
also an xsd:nonPositiveInteger . 0 is an
xsd:short . | |||
Required datatype support: | xsd:nonPositiveInteger, xsd:short, xsd:nonNegativeInteger, | ||
Lite | Premises:
<I5.8/premises009>
| ||
Lite | Conclusions:
<I5.8/conclusions009>
|
Lite | Positive Entailment Test: | 010 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest010#test>
|
|||
0 is the only xsd:nonNegativeInteger which is
also an xsd:nonPositiveInteger . | |||
Required datatype support: | xsd:nonPositiveInteger, xsd:int, xsd:nonNegativeInteger, | ||
Lite | Premises:
<I5.8/premises010>
| ||
Lite | Conclusions:
<I5.8/conclusions010>
|
Lite | OWL described in OWL. | 011 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest011#test>
|
|||
The empty graph entails that xsd:integer and xsd:string
are a rdfs:Datatype | |||
Lite | True:
<I5.8/conclusions011>
|
DL | Consistent document. | 012 | |
---|---|---|---|
Description:
(informative)
<I5.8/Manifest012#test>
|
|||
There might be only 128 different values of xsd:byte
that are also xsd:unsignedInt ; but this does not
follow from the datatype theory
of this test. (cf. the similar inconsistency test). | |||
Datatypes that must not be supported: | xsd:byte, xsd:unsignedInt, | ||
DL | Consistent:
<I5.8/consistent012>
|
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#> . |
These tests have been ported from the DL 98 tests [DL 98 Systems Comparison].
DL | Positive Entailment Test: | 201 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest201#test>
|
|||
DL Test: k_branch ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises201>
| ||
Lite | Conclusions:
<description-logic/conclusions201>
|
DL | Positive Entailment Test: | 202 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest202#test>
|
|||
DL Test: k_d4 ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises202>
| ||
Lite | Conclusions:
<description-logic/conclusions202>
|
DL | Positive Entailment Test: | 203 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest203#test>
|
|||
DL Test: k_dum ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises203>
| ||
Lite | Conclusions:
<description-logic/conclusions203>
|
DL | Positive Entailment Test: | 204 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest204#test>
|
|||
DL Test: k_grz ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises204>
| ||
Lite | Conclusions:
<description-logic/conclusions204>
|
DL | Positive Entailment Test: | 205 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest205#test>
|
|||
DL Test: k_lin ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises205>
| ||
Lite | Conclusions:
<description-logic/conclusions205>
|
DL | Positive Entailment Test: | 206 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest206#test>
|
|||
DL Test: k_path ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises206>
| ||
Lite | Conclusions:
<description-logic/conclusions206>
|
DL | Positive Entailment Test: | 207 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest207#test>
|
|||
DL Test: k_ph ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises207>
| ||
Lite | Conclusions:
<description-logic/conclusions207>
|
DL | Positive Entailment Test: | 208 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest208#test>
|
|||
DL Test: k_poly ABox test from DL98 systems comparison. | |||
DL | Premises:
<description-logic/premises208>
| ||
Lite | Conclusions:
<description-logic/conclusions208>
|
These tests show how the classic 3 SAT problem can be encoded in OWL DL. The comment before each test gives the 3 SAT problem in the [DIMACS] format.
DL | Consistent document. | 501 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest501#test>
|
|||
c genAlea with seed 1366722535 p cnf 9 45 7 -9 -8 0 1 2 -8 0 4 7 -5 0 2 3 -1 0 -1 5 8 0 -8 -6 -3 0 -3 -8 7 0 -3 6 8 0 -4 -6 8 0 6 7 3 0 3 6 -9 0 -5 -2 3 0 5 8 2 0 -2 -7 -3 0 -6 -8 -5 0 2 7 -3 0 9 -1 -2 0 1 7 -6 0 1 9 -3 0 -8 -9 -2 0 -9 -8 2 0 5 8 4 0 -7 2 5 0 -1 7 -4 0 7 -8 4 0 -3 2 -6 0 1 -2 -9 0 7 3 -2 0 -7 8 4 0 1 -7 -5 0 -5 4 -3 0 6 7 -1 0 -1 7 -9 0 3 2 6 0 8 3 -7 0 -1 9 -8 0 5 -9 -7 0 -7 3 -9 0 3 -1 -2 0 6 1 4 0 6 -7 5 0 8 -6 3 0 5 -2 6 0 8 3 -5 0 -2 -4 -9 0 | |||
DL | Consistent:
<description-logic/consistent501>
|
DL | Inconsistent document. | 502 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest502#test>
|
|||
c genAlea with seed 67700557 p cnf 9 45 1 2 -4 0 -3 6 -4 0 9 -4 5 0 4 -6 -2 0 -2 -3 1 0 -3 8 7 0 -8 -2 3 0 -7 -6 9 0 1 -4 -6 0 -8 -5 -3 0 4 3 6 0 2 -1 4 0 -3 8 2 0 6 -2 9 0 7 -9 -2 0 2 -5 -7 0 5 2 9 0 6 -2 -7 0 -9 3 -2 0 1 7 4 0 -4 1 9 0 2 1 -6 0 7 -4 9 0 -5 3 -9 0 -4 9 -8 0 4 3 9 0 -7 9 5 0 4 1 3 0 -5 8 7 0 8 -7 3 0 4 -8 6 0 4 6 -5 0 -6 1 -9 0 1 9 -6 0 9 -8 3 0 6 3 -4 0 8 -4 6 0 -3 5 -8 0 -9 4 3 0 8 -4 2 0 -5 -2 -9 0 -7 -3 -4 0 -9 -4 -8 0 6 -4 -1 0 6 -7 -8 0 | |||
DL | Inconsistent:
<description-logic/inconsistent502>
|
DL | Consistent document. | 503 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest503#test>
|
|||
This is a different encoding of test 501. | |||
DL | Consistent:
<description-logic/consistent503>
|
DL | Inconsistent document. | 504 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest504#test>
|
|||
This is a different encoding of test 502. | |||
DL | Inconsistent:
<description-logic/inconsistent504>
|
These tests are OWL Lite versions of the tests from the previous sections.
The OWL DL constructions owl:unionOf
, owl:complementOf
,
owl:disjointWith
have been systematically replaced with OWL Lite
equivalents.
Lite | Inconsistent document. | 601 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest601#test>
|
|||
DL Test: fact1.1 If a, b and c are disjoint, then: (a and b) or (b and c) or (c and a) is unsatisfiable. | |||
Lite | Inconsistent:
<description-logic/inconsistent601>
|
Lite | Inconsistent document. | 644 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest644#test>
|
|||
DL Test: heinsohn1.4 Tbox tests from [Heinsohn et al.] Tests incoherency caused by disjoint concept | |||
Lite | Inconsistent:
<description-logic/inconsistent644>
|
Lite | Inconsistent document. | 646 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest646#test>
|
|||
DL Test: heinsohn2.2 Tbox tests from [Heinsohn et al.] Tests incoherency caused by number restrictions | |||
Lite | Inconsistent:
<description-logic/inconsistent646>
|
Lite | Inconsistent document. | 650 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest650#test>
|
|||
DL Test: heinsohn4.1 Tbox tests from [Heinsohn et al.] Tests role restrictions | |||
Lite | Inconsistent:
<description-logic/inconsistent650>
|
Lite | Positive Entailment Test: | 661 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest661#test>
|
|||
DL Test: k_branch ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises661>
| ||
Lite | Conclusions:
<description-logic/conclusions661>
|
Lite | Positive Entailment Test: | 662 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest662#test>
|
|||
DL Test: k_d4 ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises662>
| ||
Lite | Conclusions:
<description-logic/conclusions662>
|
Lite | Positive Entailment Test: | 663 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest663#test>
|
|||
DL Test: k_dum ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises663>
| ||
Lite | Conclusions:
<description-logic/conclusions663>
|
Lite | Positive Entailment Test: | 664 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest664#test>
|
|||
DL Test: k_grz ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises664>
| ||
Lite | Conclusions:
<description-logic/conclusions664>
|
Lite | Positive Entailment Test: | 665 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest665#test>
|
|||
DL Test: k_lin ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises665>
| ||
Lite | Conclusions:
<description-logic/conclusions665>
|
Lite | Positive Entailment Test: | 666 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest666#test>
|
|||
DL Test: k_path ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises666>
| ||
Lite | Conclusions:
<description-logic/conclusions666>
|
Lite | Positive Entailment Test: | 667 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest667#test>
|
|||
DL Test: k_ph ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises667>
| ||
Lite | Conclusions:
<description-logic/conclusions667>
|
Lite | Positive Entailment Test: | 668 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest668#test>
|
|||
DL Test: k_poly ABox test from DL98 systems comparison. | |||
Lite | Premises:
<description-logic/premises668>
| ||
Lite | Conclusions:
<description-logic/conclusions668>
|
DL | Consistent document. | 905 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest905#test>
|
|||
This test shows integer multiplication in OWL DL. N is 2. M is 3. N times M is 6. | |||
DL | Consistent:
<description-logic/consistent905>
|
DL | Consistent document. | 906 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest906#test>
|
|||
This test shows integer multiplication in OWL DL. N is 20. M is 30. N times M is 600. | |||
DL | Consistent:
<description-logic/consistent906>
|
DL | Consistent document. | 907 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest907#test>
|
|||
This test shows integer multiplication in OWL DL. N is 200. M is 300. N times M is 600. | |||
DL | Consistent:
<description-logic/consistent907>
|
DL | Consistent document. | 908 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest908#test>
|
|||
This test shows integer multiplication in OWL DL, interacting with infinity. N times infinity is 2 times infinity. M times infinity is 3 times infinity. N times M times infinity is 5 times infinity. | |||
DL | Consistent:
<description-logic/consistent908>
|
DL | Inconsistent document. | 909 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest909#test>
|
|||
This test shows integer multiplication in OWL DL. For some finite K, N times K is 2 times K. M times K is 3 times K. N times M times K is not 5 times K. | |||
DL | Inconsistent:
<description-logic/inconsistent909>
|
DL | Inconsistent document. | 910 | |
---|---|---|---|
Description:
(informative)
<description-logic/Manifest910#test>
|
|||
This test shows integer multiplication in OWL DL. N is 20. M is 30. N times M is not 601. | |||
DL | Inconsistent:
<description-logic/inconsistent910>
|
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.
These tests illustrate detailed points about the mapping rules in [OWL Semantics and Abstract Syntax], and the syntax of OWL Lite and OWL DL.
DL | Consistent document. | 102 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest102#test>
|
|||
Abstract syntax restrictions with multiple components are in OWL DL. | |||
DL | Consistent:
<miscellaneous/consistent102>
|
DL | Consistent document. | 103 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest103#test>
|
|||
This description cannot be expressed as a multicomponent restriction in the abstract syntax. | |||
DL | Consistent:
<miscellaneous/consistent103>
|
These tests illustrate the use of rdf:XMLLiteral
.
Lite | Consistent document. | 201 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest201#test>
|
|||
This test shows how user labels in a variety of languages can be used. Note the use of ruby annotation. | |||
Datatypes that may or may not be supported: | rdf:XMLLiteral, | ||
Lite | Consistent:
<miscellaneous/consistent201>
|
Lite | Consistent document. | 202 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest202#test>
|
|||
This shows that insignificant whitespace in an rdf:XMLLiteral is not significant within OWL. | |||
Datatypes that may or may not be supported: | rdf:XMLLiteral, | ||
Lite | Consistent:
<miscellaneous/consistent202>
|
Lite | Inconsistent document. | 203 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest203#test>
|
|||
This shows that initial whitespace in an rdf:XMLLiteral is significant within OWL. | |||
Required datatype support: | rdf:XMLLiteral, | ||
Lite | Inconsistent:
<miscellaneous/inconsistent203>
|
Lite | Inconsistent document. | 204 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest204#test>
|
|||
This shows a simple inconsistency depending on the datatype
rdf:XMLLiteral.
This file is inconsistent with a datatype theory which supports rdf:XMLLiteral ,
and consistent otherwise. | |||
Required datatype support: | rdf:XMLLiteral, | ||
Lite | Inconsistent:
<miscellaneous/inconsistent204>
|
Lite | Consistent document. | 205 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest205#test>
|
|||
This shows that an OWL consistency checker which does not
support the datatype
rdf:XMLLiteral
should
not detect inconsistencies depending on it.
This file is inconsistent with a datatype theory which supports rdf:XMLLiteral ,
but consistent in this test, which excludes such support. | |||
Datatypes that must not be supported: | rdf:XMLLiteral, | ||
Lite | Consistent:
<miscellaneous/consistent205>
|
These tests concern the semantics of annotations.
Full | Negative Entailment Test: | 301 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest301#test>
|
|||
Annotations participate a little in the semantics. | |||
Full | Premises:
<miscellaneous/premises301>
| ||
Full | Conclusions:
<miscellaneous/nonconclusions301>
|
Lite | Negative Entailment Test: | 302 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest302#test>
|
|||
Annotations participate a little in the semantics. | |||
Lite | Premises:
<miscellaneous/premises302>
| ||
Lite | Conclusions:
<miscellaneous/nonconclusions302>
|
Lite | Consistent document. | 303 | |
---|---|---|---|
Description:
(informative)
<miscellaneous/Manifest303#test>
|
|||
dc:creator may be declared as an annotation property. | |||
Lite | Consistent:
<miscellaneous/consistent303>
|
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.
Tests that show the relationship between OWL and simple arithmetic.
Full | Positive Entailment Test: | 002 | |
---|---|---|---|
Description:
(informative)
<extra-credit/Manifest002#test>
|
|||
This test shows a relationship between integer multiplication and OWL Full. | |||
Required datatype support: | xsd:int, | ||
Full | Premises:
<extra-credit/premises002>
| ||
Full | Conclusions:
<extra-credit/conclusions002>
|
Full | Positive Entailment Test: | 003 | |
---|---|---|---|
Description:
(informative)
<extra-credit/Manifest003#test>
|
|||
Prime factorization can be expressed in OWL Full. | |||
Required datatype support: | xsd:int, | ||
Full | Premises:
<extra-credit/premises003>
| ||
Full | Conclusions:
<extra-credit/conclusions003>
|
Full | Positive Entailment Test: | 004 | |
---|---|---|---|
Description:
(informative)
<extra-credit/Manifest004#test>
|
|||
A more difficult prime factorization example. | |||
Required datatype support: | xsd:int, | ||
Full | Premises:
<extra-credit/premises004>
| ||
Full | Conclusions:
<extra-credit/conclusions004>
|
This index does not differentiate between approved and proposed tests.
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, Jonathan Borden, Guide editors, Dan Connolly, Martin Dürst, Masayasu Ishikawa, Jim Hendler, and the editors.
Ian Horrocks contributed to the conformance section of this document.
This document is the result of extensive discussions within the Web Ontology Working Group as a whole. The members of this group working group included: Yasser al Safadi, Jean-François Baget, James Barnette, Sean Bechhofer, Jonathan Borden, Frederik Brysse, Stephen Buswell, Peter Crowther, Jos De Roo, David De Roure, Mike Dean, Larry Eshelman, Jérôme Euzenat, Dieter Fensel, Tim Finin, Nicholas Gibbins, Pat Hayes, Jeff Heflin, Ziv Hellman, James Hendler, Bernard Horan, Masahiro Hori, Ian Horrocks, Francesco Iannuzzelli, Mario Jeckle, Ruediger Klein, Ora Lassila, Alexander Maedche, Massimo Marchiori, Deborah McGuinness, Libby Miller, Enrico Motta, Leo Obrst, Laurent Olivry , Peter Patel-Schneider, Martin Pike, Marwan Sabbouh, Guus Schreiber, Shimizu Noboru, Michael Sintek, Michael Smith, Ned Smith, John Stanton, Lynn Andrea Stein, Herman ter Horst, Lynne R. Thompson, David Trastour, Frank van Harmelen, Raphael Volz, Evan Wallace, Christopher Welty, and John Yanosy.
This section gives the changes resulting from last call comments on the OWL Working Drafts. In addition, other changes to the tests are also listed.
Each change is linked to the minutes where the decision was made, and the tests that changed are listed.
challenge@dimacs.rutgers.edu
Found at
ftp://dimacs.rutgers.edu/pub/challenge/satisfiability/doc/satformat.tex
May 8, 1993.