Re: Inheritance and RIF

On 4/3/06, Hans Teijgeler <hans.teijgeler@quicknet.nl> wrote:

> I still am in need for an answer to my question: does anyone know how to
> represent a value with a tolerance in RDF/OWL? So something like: diameter =
> 150 mm +0.03%  -0.25%.

How about:

_:diameter a  m:TolerantMeasure;
   m:units "millimetres";
   m:lowerTolerance "0.0025"^^<http://www.w3.org/2001/XMLSchema#double> ;
   m:upperTolerance "0.003"^^<http://www.w3.org/2001/XMLSchema#double> .





--

http://dannyayers.com

Received on Monday, 3 April 2006 09:07:22 UTC