TestCase:WebOnt-description-logic-642
From OWL Test Cases
[Download OWL] | |
Test Id | WebOnt-description-logic-642 |
---|---|
Description | DL Test: heinsohn1.2
Tbox tests from Heinsohn et al. Tests incoherency caused by disjoint concept |
Status | Approved (2009-01-07) (proposed 2009-01-05) |
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/Manifest642#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
xmlns:oiled="http://oiled.man.example.net/test#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xml:base="http://www.w3.org/2002/03owlt/description-logic/inconsistent642"> <owl:Ontology rdf:about=""/> <owl:Class rdf:about="http://oiled.man.example.net/test#e3"> <rdfs:subClassOf> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#c1"> <rdfs:subClassOf> <owl:Class rdf:about="http://oiled.man.example.net/test#d1"/> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Class rdf:about="http://oiled.man.example.net/test#d1.comp"/> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:ID="A.3"> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#c"/> <owl:Class rdf:about="http://oiled.man.example.net/test#d"/> </owl:intersectionOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#d1"> <owl:equivalentClass> <owl:Restriction> <owl:onProperty> <owl:ObjectProperty rdf:ID="P.2"/> </owl:onProperty> <owl:minCardinality rdf:datatype="/2001/XMLSchema#short" >1</owl:minCardinality> </owl:Restriction> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#d.comp"> <owl:equivalentClass> <owl:Restriction> <owl:onProperty> <owl:DatatypeProperty rdf:ID="P.1"/> </owl:onProperty> <owl:minCardinality rdf:datatype="/2001/XMLSchema#int" >1</owl:minCardinality> </owl:Restriction> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#f"> <rdfs:subClassOf> <owl:Class rdf:about="http://oiled.man.example.net/test#d"/> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#Unsatisfiable"> <owl:intersectionOf rdf:parseType="Collection"> <owl:Restriction> <owl:onProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#r"/> </owl:onProperty> <owl:allValuesFrom rdf:resource="#A.3"/> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#r"/> <owl:someValuesFrom> <owl:Class rdf:about="/2002/07/owl#Thing"/> </owl:someValuesFrom> </owl:Restriction> </owl:intersectionOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#d"> <owl:equivalentClass> <owl:Restriction> <owl:onProperty rdf:resource="#P.1"/> <owl:maxCardinality rdf:datatype="/2001/XMLSchema#int" >0</owl:maxCardinality> </owl:Restriction> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#c"> <rdfs:subClassOf rdf:resource="http://oiled.man.example.net/test#d.comp"/> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#d1.comp"> <owl:equivalentClass> <owl:Restriction> <owl:onProperty rdf:resource="#P.2"/> <owl:cardinality rdf:datatype="/2001/XMLSchema#short" >0</owl:cardinality> </owl:Restriction> </owl:equivalentClass> </owl:Class> <oiled:Unsatisfiable/> </rdf:RDF> | |
Imported ontologies | none |
OWL EL Report (Informative)
Ontology violates the OWL EL constraints in at least the following:
- The following axiom is not allowed: EquivalentClasses(d1.comp ExactCardinality(0 P.2 Thing) )
- due to class description ExactCardinality(0 P.2 Thing)
- The following axiom is not allowed: EquivalentClasses(d MaxCardinality(0 P.1 Literal) )
- due to class description MaxCardinality(0 P.1 Literal)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(SomeValuesFrom(r Thing) AllValuesFrom(r A.3)) )
- due to class description IntersectionOf(SomeValuesFrom(r Thing) AllValuesFrom(r A.3))
- The following axiom is not allowed: EquivalentClasses(d1 MinCardinality(1 P.2 Thing) )
- due to class description MinCardinality(1 P.2 Thing)
- The following axiom is not allowed: EquivalentClasses(d.comp MinCardinality(1 P.1 Literal) )
- due to class description MinCardinality(1 P.1 Literal)
OWL QL Report (Informative)
Ontology violates the OWL QL constraints in at least the following:
- The following axiom is not allowed: EquivalentClasses(d1 MinCardinality(1 P.2 Thing) )
- due to class description MinCardinality(1 P.2 Thing)
- The following axiom is not allowed: EquivalentClasses(d MaxCardinality(0 P.1 Literal) )
- due to class description MaxCardinality(0 P.1 Literal)
- The following axiom is not allowed: EquivalentClasses(d.comp MinCardinality(1 P.1 Literal) )
- due to class description MinCardinality(1 P.1 Literal)
- The following axiom is not allowed: EquivalentClasses(d1.comp ExactCardinality(0 P.2 Thing) )
- due to class description ExactCardinality(0 P.2 Thing)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(SomeValuesFrom(r Thing) AllValuesFrom(r A.3)) )
- due to class description IntersectionOf(SomeValuesFrom(r Thing) AllValuesFrom(r A.3))
- The following axiom is not allowed: EquivalentClasses(A.3 IntersectionOf(c d) )
- due to class description IntersectionOf(c d)
OWL RL Report (Informative)
Ontology violates the OWL RL constraints in at least the following:
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(SomeValuesFrom(r Thing) AllValuesFrom(r A.3)) )
- due to class description IntersectionOf(SomeValuesFrom(r Thing) AllValuesFrom(r A.3))
- The following axiom is not allowed: EquivalentClasses(d MaxCardinality(0 P.1 Literal) )
- due to class description MaxCardinality(0 P.1 Literal)
- The following axiom is not allowed: EquivalentClasses(d1.comp ExactCardinality(0 P.2 Thing) )
- due to class description ExactCardinality(0 P.2 Thing)
- The following axiom is not allowed: EquivalentClasses(d1 MinCardinality(1 P.2 Thing) )
- due to class description MinCardinality(1 P.2 Thing)
- The following axiom is not allowed: EquivalentClasses(d.comp MinCardinality(1 P.1 Literal) )
- due to class description MinCardinality(1 P.1 Literal)