New-Feature-Rational-002
From OWL Test Cases
[Download OWL] | |
Test Id | New-Feature-Rational-002 |
---|---|
Description | An inconsistent ontology using owl:rational |
Status | Approved (2009-07-23) (proposed 2009-07-22) |
Author | Mike Smith, 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. |
Specification Reference | http://www.w3.org/TR/owl2-syntax/#Real_Numbers.2C_Decimal_Numbers.2C_and_Integers |
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( owl: = <http://www.w3.org/2002/07/owl#> ) Prefix( xsd: = <http://www.w3.org/2001/XMLSchema#> ) Ontology( Declaration( DataProperty( :dp ) ) ClassAssertion( DataAllValuesFrom( :dp DataOneOf( "0.5"^^xsd:decimal "1/2"^^owl:rational ) ) :a ) ClassAssertion( DataMinCardinality( 2 :dp ) :a ) ) | |
Imported ontologies | none |
Auxiliary syntax documents | New-Feature-Rational-002-RDFXML |