Owlreal-no-infinity
From OWL Test Cases
[Download OWL] | |
Test Id | owl:real has no infinity |
---|---|
Description | The individual a has Infinity as dp successor, but since all dp successors are required to be in owl:real and owl:real does not contain Infinity (+INF), the ontology is inconsistent. |
Status | Rejected (2009-05-26, no longer applicable as xsd:float and owl:real are completely disjoint.) |
Author | Birte Glimm |
Original syntax | Functional |
Syntactic Species/Profile | OWL 2 DL (EL profile assertion missing, QL profile assertion missing, RL profile assertion missing) |
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#>) Prefix(owl:=<http://www.w3.org/2002/07/owl#>) Ontology( Declaration(NamedIndividual(:a)) Declaration(DataProperty(:dp)) ClassAssertion(DataAllValuesFrom(:dp owl:real) :a) DataPropertyAssertion(:dp :a "+INF"^^xsd:float) ) | |
Imported ontologies | none |