MenthorTools / menthor-editor

Menthor Editor
30 stars 7 forks source link

OntoUML Enum -> OWL Enum #91

Closed tgoprince closed 8 years ago

tgoprince commented 8 years ago

The current OOTOS transformation does not take into account Enumerations defined in the OntoUML Model.

We need to:

  1. Include a checkbox in the model selection tab in the transformation
  2. Modify the OOTOS transformation logic
freddybrasileiro commented 8 years ago

@johnguerson, could you include the checkbox in the interface?

freddybrasileiro commented 8 years ago

Actually, I think that the current way does not make sense.

For example, an enumeration Gender with values male and female... In the current transformation, Gender is mapped to DatatypeProperty and its values are ignored.

Thus, I suspect that this way is not useful... Then, I prefer not to parameterize and always map OntoUML Enumeration to OWL Enum...

freddybrasileiro commented 8 years ago

@tgoprince try it

tgoprince commented 8 years ago

Working great! ;)