I am using Protege 5.0.0 for developing an ontology. Part of the Ontology is shown in figure at the link:
https://i.stack.imgur.com/xTeiA.jpg
For the given Ontology I have created classes OperatingRange,OperatingPowerRange,and ValueRange. Also, properties hasOperatingProperty, hasValue and other properties are created. I am facing problem in the following:
- For ssn:hasOperatingProperty, I am using OpertingRange class as domain and ssn:OperatingPowerRange class as range.Now, according to figure should I set ssn:hasOperatingProperty as domain for ssn:hasValue? I tried to do the same but Protege is not showing any option for this.
- What is the meaning of "can be" and "all of" written below some properties in the above figure?
- For the unitOfMeasure property should I set ssn:hasvalue as domain and unit:Volt as range?