Properly create Enumerations whose values need to be managed as well??
Posted by MartyStache on
URL: http://owlready.306.s1.nabble.com/Properly-create-Enumerations-whose-values-need-to-be-managed-as-well-tp2174.html
Hi!
I would like to know the proper way to approach Enumerations with OWLReady2 in order to manage the values as managed properties.
1. I consider enumerations a Datatype and wonder why the capability does not exist in OwlReady2 to create DataType? e.g., class SomethingType(DataType):
2. If I want to manage the values included in the "OneOf(" list as 'definitions' (not instances) to maintain comments/definition for them, how do I approach this? I'm not a fan of creating individuals for the values, I consider them, again, a DataProperty to be managed.