RE: [OEP] a Quantity pattern? [was: Re: [UNITS] FAQ : Constraints on data values range] $swbpd

At 20:09 -0700 4/16/04, Uschold, Michael F wrote:

>ObjectProperty(diameterValue
>                domain(Wheel)
>                range(LengthQuantity))
>Class(Quantity)
>DatatypeProperty(value
>                  domain(Quantity)
>                  range(xsd:decimal))
>DatatypeProperty(unit
>                  domain(Quantity)
>                  range(Unit))
>Class(LenthQuantity
>       subClassOf(Quantity)
>       Retriction(unit, allValuesFrom(LengthQuantity))
>Individual(myWheel
>            type(Wheel)
>            diameterValue(type(LengthQuantity)
>                          value(15)
>                          unit(cm)))

I have no idea what the above means -- can someone render it into OWL for me?
-- 
Professor James Hendler			  http://www.cs.umd.edu/users/hendler
Director, Semantic Web and Agent Technologies	  301-405-2696
Maryland Information and Network Dynamics Lab.	  301-405-6707 (Fax)
Univ of Maryland, College Park, MD 20742	  240-277-3388 (Cell)

Received on Saturday, 17 April 2004 21:02:05 UTC