Search Mailing List Archives
[protege-discussion] data range expression
Thomas Russ
tar at ISI.EDU
Wed Mar 31 09:06:47 PDT 2010
On Mar 31, 2010, at 4:19 AM, Jinsongdi Yu wrote:
> Hi,
>
> Is it possible to express the restriction of one of the datatype by
> data range expression, let's say
> x is a integer data with the range value from 1 to 5
> Is it the enumeration the only way?
> Any further expression, such as 1<=x<=5
With Protege frames, you can set minimum and maximum values for slots.
With Protege OWL 3.4 (using OWL 1.0) you have to use an enumeration or
a custom datatype. The custom datatype will not be handled by the
reasoners.
With Protege OWL 4.x (using OWL 2.0) you can use datatype range
expressions.
More information about the protege-discussion
mailing list