Browse wiki
From OWL Test Cases
| Datatype-restrictions-different-types |
| Features | DataAllValuesFrom +, DataSomeValuesFrom +, SubClassOf +, DataOneOf +, ClassAssertion +, Declaration + |
|---|---|
| Has author | Birte Glimm + |
| Modification dateThis property is a special property in this wiki. | 17 July 2009 18:49:49 + |
| Premise ontology |
Prefix(:=<http://example.org/>) Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>) Ontology( Declaration(NamedIndividual(:a)) Declaration(DataProperty(:dp)) Declaration(Class(:A)) SubClassOf(:A DataAllValuesFrom(:dp DataOneOf("3"^^xsd:integer "4"^^xsd:int)) ) SubClassOf(:A DataAllValuesFrom(:dp DataOneOf("2"^^xsd:short "3"^^xsd:int)) ) ClassAssertion(:A :a) ClassAssertion(DataSomeValuesFrom(:dp DataOneOf("3"^^xsd:integer)) :a ) ) |
| Test case author | Birte Glimm + |
| Test case description | The individual a must have dp fillers that are in the sets {3, 4} and {2, 3} (different types are used, but shorts and ints are integers). Furthermore, the dp filler must be 3, but since 3 is in both sets, the ontology is consistent. |
| Test case id | Consistent Datatype restrictions with Different Types + |
| Test case semantics | Test:DIRECT +, Test:RDF-BASED + |
| Test case species | Test:DL +, Test:FULL + |
| Test case status | Test:Approved + |
| Test case syntax | Test:FUNCTIONAL + |
| Categories | No EL profile test, No QL profile test, No RL profile test, ConsistencyTest, Consistency form |
| hide properties that link here |
| No properties link to this page. |
