TestCase:WebOnt-description-logic-017
From OWL Test Cases
[Download OWL] | |
Test Id | WebOnt-description-logic-017 |
---|---|
Description | DL Test: t2.2 |
Status | Approved (2009-04-28, when passed by 2 implementations) (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/Manifest017#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/inconsistent017" 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:intersectionOf rdf:parseType="Collection"> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#f1"/> <owl:someValuesFrom> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"/> </owl:someValuesFrom> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#f2"/> <owl:someValuesFrom> <owl:Class rdf:about="http://oiled.man.example.net/test#p2"/> </owl:someValuesFrom> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#r"/> <owl:someValuesFrom> <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/> </owl:someValuesFrom> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"> <rdfs:subClassOf> <owl:Class> <owl:complementOf> <owl:Class rdf:about="http://oiled.man.example.net/test#p2"/> </owl:complementOf> </owl:Class> </rdfs:subClassOf> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#p2"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#r"> <rdfs:subPropertyOf rdf:resource="http://oiled.man.example.net/test#f2"/> <rdfs:subPropertyOf rdf:resource="http://oiled.man.example.net/test#f1"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#f1"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#f2"/> <rdf:Description rdf:about='http://www.w3.org/2002/07/owl#Thing' > <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#f1"/> <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality> </owl:Restriction> </rdfs:subClassOf> </rdf:Description> <rdf:Description rdf:about='http://www.w3.org/2002/07/owl#Thing' > <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#f2"/> <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality> </owl:Restriction> </rdfs:subClassOf> </rdf:Description> <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(p1 ComplementOf(p2))
- due to class description ComplementOf(p2)
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f2 Thing))
- due to class description MaxCardinality(1 f2 Thing)
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f1 Thing))
- due to class description MaxCardinality(1 f1 Thing)
OWL QL Report (Informative)
Ontology violates the OWL QL constraints in at least the following:
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f1 Thing))
- due to class description MaxCardinality(1 f1 Thing)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(SomeValuesFrom(f1 p1) SomeValuesFrom(f2 p2) SomeValuesFrom(r Thing)) )
- due to class description IntersectionOf(SomeValuesFrom(f1 p1) SomeValuesFrom(f2 p2) SomeValuesFrom(r Thing))
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f2 Thing))
- due to class description MaxCardinality(1 f2 Thing)
OWL RL Report (Informative)
Ontology violates the OWL RL constraints in at least the following:
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f1 Thing))
- due to class description Thing
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f2 Thing))
- due to class description Thing
- The following axiom is not allowed: SubClassOf(p1 ComplementOf(p2))
- due to class description ComplementOf(p2)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(SomeValuesFrom(f1 p1) SomeValuesFrom(f2 p2) SomeValuesFrom(r Thing)) )
- due to class description IntersectionOf(SomeValuesFrom(f1 p1) SomeValuesFrom(f2 p2) SomeValuesFrom(r Thing))