Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open source UML diagram export? #23

Open
MaartenVL opened this issue Jan 26, 2021 · 1 comment
Open

open source UML diagram export? #23

MaartenVL opened this issue Jan 26, 2021 · 1 comment

Comments

@MaartenVL
Copy link

Hello all,

would it be possible to have a similar workflow but starting from an opensource UML drawing?
I'm looking at draw.io, which allows to draw UMLs like this:
image

It can be exported an an XML file (they seem to be exported in an compressed format but they can be decoded again).
Is this something that would be technically possible? Usefull in scope of OSLO? I like the idea of converting an UML to a RDF, but it feels slightly off that this step is locked behind a paid software.

Thanks for the input and work!

Best
Maarten

@bertvannuffelen
Copy link
Collaborator

Hi Maarten,

Actually the problem is the drawing language. draw.io registers a drawing in XML not a UML document. If one wants to convert UML to RDF then we need to transform a format that contains UML instead of a drawing. XMI is then the ideal candidate.
Converting from draw.io XML results in the same lockin as converting from EA.

Note that for this approach the ability to add tags to the symbol is important. Because the tags define the URIs. So any graphical language that allows that is a good candidate.

But lifting this dependency is on our wish list.

kr,

Bert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants