TestCase:WebOnt-description-logic-028
From OWL Test Cases
[Download OWL] | |
Test Id | WebOnt-description-logic-028 |
---|---|
Description | DL Test: t7.1 |
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/Manifest028#test |
Consistent 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/consistent028" 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#Satisfiable"> <owl:equivalentClass> <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"/> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#r"/> <owl:someValuesFrom> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#r"/> <owl:someValuesFrom> <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"/> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#invR"/> <owl:allValuesFrom> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <owl:Class> <owl:complementOf> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"/> </owl:complementOf> </owl:Class> <owl:Restriction> <owl:onProperty rdf:resource="http://oiled.man.example.net/test#r"/> <owl:allValuesFrom> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"/> </owl:allValuesFrom> </owl:Restriction> </owl:unionOf> </owl:Class> </owl:allValuesFrom> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:someValuesFrom> </owl:Restriction> </owl:someValuesFrom> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Class rdf:about="http://oiled.man.example.net/test#p1"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#invF"> <owl:inverseOf rdf:resource="http://oiled.man.example.net/test#f"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#invR"> <owl:inverseOf rdf:resource="http://oiled.man.example.net/test#r"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#f"/> <owl:ObjectProperty rdf:about="http://oiled.man.example.net/test#r"/> <owl:TransitiveProperty rdf:about="http://oiled.man.example.net/test#r"/> <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#f"/> <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#Satisfiable"/> </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(Thing MaxCardinality(1 f Thing))
- due to class description MaxCardinality(1 f Thing)
- The following axiom is not allowed: InverseProperties(invR r)
- The following axiom is not allowed: EquivalentClasses(Satisfiable IntersectionOf(p1 SomeValuesFrom(r SomeValuesFrom(r IntersectionOf(p1 AllValuesFrom(invR UnionOf(ComplementOf(p1) AllValuesFrom(r p1))))))) )
- due to class description IntersectionOf(p1 SomeValuesFrom(r SomeValuesFrom(r IntersectionOf(p1 AllValuesFrom(invR UnionOf(ComplementOf(p1) AllValuesFrom(r p1)))))))
- The following axiom is not allowed: InverseProperties(invF f)
OWL QL Report (Informative)
Ontology violates the OWL QL constraints in at least the following:
- The following axiom is not allowed: TransitiveProperty(r)
- The following axiom is not allowed: EquivalentClasses(Satisfiable IntersectionOf(p1 SomeValuesFrom(r SomeValuesFrom(r IntersectionOf(p1 AllValuesFrom(invR UnionOf(ComplementOf(p1) AllValuesFrom(r p1))))))) )
- due to class description IntersectionOf(p1 SomeValuesFrom(r SomeValuesFrom(r IntersectionOf(p1 AllValuesFrom(invR UnionOf(ComplementOf(p1) AllValuesFrom(r p1)))))))
- The following axiom is not allowed: SubClassOf(Thing MaxCardinality(1 f Thing))
- due to class description MaxCardinality(1 f 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 f Thing))
- due to class description Thing
- The following axiom is not allowed: EquivalentClasses(Satisfiable IntersectionOf(p1 SomeValuesFrom(r SomeValuesFrom(r IntersectionOf(p1 AllValuesFrom(invR UnionOf(ComplementOf(p1) AllValuesFrom(r p1))))))) )
- due to class description IntersectionOf(p1 SomeValuesFrom(r SomeValuesFrom(r IntersectionOf(p1 AllValuesFrom(invR UnionOf(ComplementOf(p1) AllValuesFrom(r p1)))))))