I would like to express (in a General class axiom in Protege 5) that if something is assigned to A and has a value B in range 1.0 to 2.5, it belongs to Class C (B is a dataProperty). But I don't know how to do that. I would start like
(assignedTo some A) and ("has value B and it's in range 1.0 to 2.5") SubclassOf C.
How can I express the part about B? I don't even know if the rest works.
Any help would be appreciated.