Hello,
I have:
- a class "hardDrive"
- a data type property "capacity" (domain=hardDrive and range=int)
and I want to know if there is some way to make this restriction over "hardDrive":
restriction = "cpacity > 80"
I just say the hardDrive class have 80 Gb or higer cpacity.
My problem is, how can I comapre int values?
For Example exists some function like owl:oneOf() but I specify a range, like
"owl:between(80,300)"
well, if somebody help me...
thanks
Paul