TestCase:WebOnt-description-logic-001
From OWL Test Cases
[Download OWL] | |
Test Id | WebOnt-description-logic-001 |
---|---|
Description | 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. |
Status | Approved (2009-01-07) (proposed 2008-12-10) |
Author | Sean Bechhofer |
Original syntax | RDF-XML |
Syntactic Species/Profile | OWL 2 DL (not EL, not QL, not RL) |
Semantics | This test is applicable under both direct and RDF-based semantics. |
WebOnt test | http://www.w3.org/2002/03owlt/description-logic/Manifest001#test |
Inconsistent ontology (download)
Convert syntax: functional, XML, Manchester This informative conversion will be incorrect for OWL 2 Full. info.pngConversions are provided by the OWL Syntax Converter which tries to "repair" OWL 2 Full inputs to become DL. | |
<rdf:RDF
xml:base="http://www.w3.org/2002/03owlt/description-logic/inconsistent001" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <owl:Ontology rdf:about=""/> <owl:Class rdf:about="http://oiled.man.example.net/test#Unsatisfiable"> <owl:equivalentClass> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#a"/> <owl:Class rdf:about="http://oiled.man.example.net/test#b"/> </owl:intersectionOf> </owl:Class> <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#a"/> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> </owl:intersectionOf> </owl:Class> <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#b"/> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> </owl:intersectionOf> </owl:Class> </owl:unionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#a"> <rdfs:subClassOf> <owl:Class> <owl:complementOf> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#b"/> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> </owl:unionOf> </owl:Class> </owl:complementOf> </owl:Class> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#b"> <rdfs:subClassOf> <owl:Class> <owl:complementOf> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> </owl:complementOf> </owl:Class> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> <rdf:Description> <rdf:type rdf:resource="http://oiled.man.example.net/test#Unsatisfiable"/> </rdf:Description> </rdf:RDF> | |
Imported ontologies | none |
OWL EL Report
Ontology violates the OWL EL constraints in at least the following:
- The following axiom is not allowed: SubClassOf(b ComplementOf(c))
- due to class description ComplementOf(c)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable UnionOf(IntersectionOf(a b) IntersectionOf(a c) IntersectionOf(b c)) )
- due to class description UnionOf(IntersectionOf(a b) IntersectionOf(a c) IntersectionOf(b c))
- The following axiom is not allowed: SubClassOf(a ComplementOf(UnionOf(b c)))
- due to class description ComplementOf(UnionOf(b c))
OWL QL Report
Ontology violates the OWL QL constraints in at least the following:
- The following axiom is not allowed: SubClassOf(a ComplementOf(UnionOf(b c)))
- due to class description ComplementOf(UnionOf(b c))
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable UnionOf(IntersectionOf(a b) IntersectionOf(a c) IntersectionOf(b c)) )
- due to class description UnionOf(IntersectionOf(a b) IntersectionOf(a c) IntersectionOf(b c))
OWL RL Report
Ontology violates the OWL RL constraints in at least the following:
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable UnionOf(IntersectionOf(a b) IntersectionOf(a c) IntersectionOf(b c)) )
- due to class description UnionOf(IntersectionOf(a b) IntersectionOf(a c) IntersectionOf(b c))
- The following axiom is not allowed: SubClassOf(b ComplementOf(c))
- due to class description ComplementOf(c)
- The following axiom is not allowed: SubClassOf(a ComplementOf(UnionOf(b c)))
- due to class description ComplementOf(UnionOf(b c))