sesuncedu / owl1-1

Automatically exported from code.google.com/p/owl1-1
0 stars 0 forks source link

Specifying a range of values as the extension of a class #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can I define a class SmallInteger as follows:

SmallInteger = int[>=0, <=5]

Currently, the way I have to do it is to define a data type property 
called value 

SmallInteger = value only int[>=0, <=5]

Is it possible based on the current OWL 1.1 spec?\

Thanks,

---Vipul

Original issue reported on code.google.com by kashyap....@gmail.com on 24 Sep 2007 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by alanruttenberg@gmail.com on 25 Oct 2007 at 4:51