Inconsistent-disjoint-dataproperties
From OWL Test Cases
[Download OWL] | |
Test Id | Inconsistent Disjoint Dataproperties |
---|---|
Description | The data properties dp1 and dp2 are disjoint, but the individual a must have 10 as dp1 filler and 10 as dp2 filler (since 10 is the only integer satisfying >= 10 and <= 10), which causes the inconsistency. |
Status | Approved (2009-09-10, when passed by 2 implementations) (proposed 2009-05-26) |
Author | Birte Glimm |
Original syntax | Functional |
Syntactic Species/Profile | OWL 2 DL (not EL, not QL, not RL) |
Semantics | This test is applicable under both direct and RDF-based semantics. |
Inconsistent ontology (download)
Convert syntax: RDF, 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. | |
Prefix(:=<http://example.org/>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>) Ontology( Declaration(NamedIndividual(:a)) Declaration(DataProperty(:dp1)) Declaration(DataProperty(:dp2)) Declaration(Class(:A)) DisjointDataProperties(:dp1 :dp2) DataPropertyAssertion(:dp1 :a "10"^^xsd:integer) SubClassOf(:A DataSomeValuesFrom(:dp2 DatatypeRestriction( xsd:integer xsd:minInclusive "10"^^xsd:integer xsd:maxInclusive "10"^^xsd:integer) ) ) ClassAssertion(:A :a) ) | |
Imported ontologies | none |