I would like to define the range of a data type property as an exhaustive enumeration of strings, in a way that an individual could have as value of this property only one of the strings in the enumeration.
For example, a data type property called "color", which can assume only 3 values: "Red", "Green" and "Blue".
I'm using OWL 2, and Protégé 5.0.
Is there an easy way of doing that using Protégé?