TestCase:WebOnt-description-logic-604
From OWL Test Cases
[Download OWL] | |
Test Id | WebOnt-description-logic-604 |
---|---|
Description | DL Test: fact4.1 |
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/Manifest604#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/inconsistent604"> <owl:Ontology rdf:about=""/> <owl:Class rdf:about="http://oiled.man.example.net/test#c2"/> <owl:Class rdf:about="http://oiled.man.example.net/test#c1"/> <owl:Class rdf:ID="C.1.comp"> <owl:equivalentClass> <owl:Restriction> <owl:onProperty> <owl:DatatypeProperty rdf:ID="P.1"/> </owl:onProperty> <owl:maxCardinality rdf:datatype="/2001/XMLSchema#int" >0</owl:maxCardinality> </owl:Restriction> </owl:equivalentClass> <owl:equivalentClass> <owl:Restriction> <owl:onProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx3"/> </owl:onProperty> <owl:someValuesFrom> <owl:Class rdf:about="#A.2"/> </owl:someValuesFrom> </owl:Restriction> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#Unsatisfiable"> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="#C.1"/> <owl:Restriction> <owl:onProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx3"/> </owl:onProperty> <owl:someValuesFrom rdf:resource="http://oiled.man.example.net/test#c1"/> </owl:Restriction> <owl:Restriction> <owl:onProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx4"/> </owl:onProperty> <owl:someValuesFrom rdf:resource="http://oiled.man.example.net/test#c2"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> <owl:Class rdf:ID="C.1"> <owl:equivalentClass> <owl:Restriction> <owl:onProperty rdf:resource="#P.1"/> <owl:minCardinality rdf:datatype="/2001/XMLSchema#int" >1</owl:minCardinality> </owl:Restriction> </owl:equivalentClass> </owl:Class> <owl:Class rdf:ID="A.2"> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#c1"/> <owl:Class rdf:about="http://oiled.man.example.net/test#c2"/> </owl:intersectionOf> </owl:Class> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx4"> <rdfs:subPropertyOf> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx2"/> </rdfs:subPropertyOf> <rdfs:subPropertyOf> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx"/> </rdfs:subPropertyOf> <rdf:type rdf:resource="/2002/07/owl#FunctionalProperty"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx3"> <rdfs:subPropertyOf> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx1"/> </rdfs:subPropertyOf> <rdfs:subPropertyOf> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx"/> </rdfs:subPropertyOf> <rdf:type rdf:resource="/2002/07/owl#FunctionalProperty"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rxa"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx"> <rdf:type rdf:resource="/2002/07/owl#FunctionalProperty"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx1a"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx2a"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx3a"> <rdfs:subPropertyOf rdf:resource="http://oiled.man.example.net/test#rx1a"/> <rdfs:subPropertyOf rdf:resource="http://oiled.man.example.net/test#rxa"/> <rdf:type rdf:resource="/2002/07/owl#FunctionalProperty"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#rx4a"> <rdfs:subPropertyOf rdf:resource="http://oiled.man.example.net/test#rx2a"/> <rdfs:subPropertyOf rdf:resource="http://oiled.man.example.net/test#rxa"/> <rdf:type rdf:resource="/2002/07/owl#FunctionalProperty"/> </owl:ObjectProperty> <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: FunctionalProperty(rx4)
- The following axiom is not allowed: FunctionalProperty(rx3a)
- The following axiom is not allowed: EquivalentClasses(C.1 MinCardinality(1 P.1 Literal) )
- due to class description MinCardinality(1 P.1 Literal)
- The following axiom is not allowed: EquivalentClasses(C.1.comp MaxCardinality(0 P.1 Literal) )
- due to class description MaxCardinality(0 P.1 Literal)
- The following axiom is not allowed: FunctionalProperty(rx3)
- The following axiom is not allowed: FunctionalProperty(rx)
- The following axiom is not allowed: FunctionalProperty(rx4a)
OWL QL Report (Informative)
Ontology violates the OWL QL constraints in at least the following:
- The following axiom is not allowed: EquivalentClasses(C.1.comp SomeValuesFrom(rx3 A.2) )
- due to class description SomeValuesFrom(rx3 A.2)
- The following axiom is not allowed: FunctionalProperty(rx4a)
- The following axiom is not allowed: EquivalentClasses(C.1 MinCardinality(1 P.1 Literal) )
- due to class description MinCardinality(1 P.1 Literal)
- The following axiom is not allowed: FunctionalProperty(rx4)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(C.1 SomeValuesFrom(rx3 c1) SomeValuesFrom(rx4 c2)) )
- due to class description IntersectionOf(C.1 SomeValuesFrom(rx3 c1) SomeValuesFrom(rx4 c2))
- The following axiom is not allowed: FunctionalProperty(rx3a)
- The following axiom is not allowed: FunctionalProperty(rx3)
- The following axiom is not allowed: FunctionalProperty(rx)
- The following axiom is not allowed: EquivalentClasses(A.2 IntersectionOf(c1 c2) )
- due to class description IntersectionOf(c1 c2)
- The following axiom is not allowed: EquivalentClasses(C.1.comp MaxCardinality(0 P.1 Literal) )
- due to class description MaxCardinality(0 P.1 Literal)
OWL RL Report (Informative)
Ontology violates the OWL RL constraints in at least the following:
- The following axiom is not allowed: EquivalentClasses(C.1.comp MaxCardinality(0 P.1 Literal) )
- due to class description MaxCardinality(0 P.1 Literal)
- The following axiom is not allowed: EquivalentClasses(Unsatisfiable IntersectionOf(C.1 SomeValuesFrom(rx3 c1) SomeValuesFrom(rx4 c2)) )
- due to class description IntersectionOf(C.1 SomeValuesFrom(rx3 c1) SomeValuesFrom(rx4 c2))
- The following axiom is not allowed: EquivalentClasses(C.1.comp SomeValuesFrom(rx3 A.2) )
- due to class description SomeValuesFrom(rx3 A.2)
- The following axiom is not allowed: EquivalentClasses(C.1 MinCardinality(1 P.1 Literal) )
- due to class description MinCardinality(1 P.1 Literal)