kastle-lab / curriculum-kg

Apache License 2.0
0 stars 0 forks source link

Tool for diagramming #1

Open elymatos opened 2 hours ago

elymatos commented 2 hours ago

What are the tool used to generate diagrams (or graphml files) from ontologies? Thanks, Ely

cogan-shimizu commented 2 hours ago

Hi Ely, We use yED to manually create schema diagrams. We are working on, but have not completed, a mechanism for generating them automatically. You can find this here: https://github.com/kastle-lab/sd-utils There is also some legacy software: https://github.com/Data-Semantics-Laboratory/SDont that I wrote in grad school. I think it might have relied on yED, however the core interpretation should still be good. You can also look at CoModIDE, also software of my writing, but under partial development now: https://comodide.com/ that can read in many ontologies and display them (though they don't do automatic placement well).