TestCase:WebOnt-description-logic-104
From OWL Test Cases
[Download OWL] | |
Test Id | WebOnt-description-logic-104 |
---|---|
Description | DL Test: heinsohn1.4
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, QL, RL) |
Semantics | This test is applicable under both direct and RDF-based semantics. |
WebOnt test | http://www.w3.org/2002/03owlt/description-logic/Manifest104#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/inconsistent104" 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 rdf:about="http://oiled.man.example.net/test#c1"/> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#c"> <rdfs:subClassOf> <owl:Class> <owl:complementOf> <owl:Class rdf:about="http://oiled.man.example.net/test#d"/> </owl:complementOf> </owl:Class> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#d"/> <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#c1"> <rdfs:subClassOf> <owl:Class rdf:about="http://oiled.man.example.net/test#d1"/> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Class> <owl:complementOf> <owl:Class rdf:about="http://oiled.man.example.net/test#d1"/> </owl:complementOf> </owl:Class> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#d1"/> <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:ObjectProperty rdf:about="http://oiled.man.example.net/test#r"/> <rdf:Description> <rdf:type rdf:resource="http://oiled.man.example.net/test#Unsatisfiable"/> </rdf:Description> </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: SubClassOf(c1 ComplementOf(d1))
- due to class description ComplementOf(d1)
- The following axiom is not allowed: SubClassOf(c ComplementOf(d))
- due to class description ComplementOf(d)
OWL QL Report (Informative)
Ontology satisfies the constraints of OWL QL.