Owlreal-plus-float-restrictions

From OWL Test Cases

Jump to:navigation, search
[Download OWL]
Test Id owl:real plus float Restrictions
Description The individual a is required to have some dp filler from owl:real. Although the min and max exclusive restrictions are given as floats and there is no float between the two values, there is an owl:real value between the two min and max exclusive values and the ontology is consistent.
Status Rejected (2009-05-26, no longer applicable, xsd:float values are not in the facet space of owl:real)
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.
Consistent 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(DataSomeValuesFrom(:dp 
    DatatypeRestriction( 
      owl:real 
      xsd:minExclusive "0.0"^^xsd:float 
      xsd:maxExclusive "1.401298464324817e-45"^^xsd:float
    )
  ) :a)
)
Imported ontologies none
Auxiliary syntax documents Owlreal-plus-float-restrictions in RDFXML
Navigation
OWL 2 Informative
OWL 2 Normative
Toolbox