OntoUML / ontouml-js

Javascript library for manipulating OntoUML models.
Apache License 2.0
12 stars 8 forks source link

[fix] Fix incorrect transformation of <<derivation>> relations #25

Closed LucasBassetti closed 4 years ago

LucasBassetti commented 4 years ago

Introduction

This PR fixes #23

Output

:LivesIn gufo:isDerivedFrom :Stay.

tgoprince commented 4 years ago

The transformation is not working as described in the issue, not even the provided example. For some reason, only one derivation is being transformed.

Could you please check that? I added the issue's example the examples folder to facilitate testing.