-
Notifications
You must be signed in to change notification settings - Fork 71
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
Integrate the ontology diagram generator #37
Comments
On this topic of generating the diagram
|
Something to keep in mind with respect to this request is that pyLODE may be used on ontologies of all sizes. before deciding which ontology generator to use it may be worth looking at how well it handles large ontologies. (I know that's not very concretely helpful but I wanted to note the consideration at least.) |
For reference, Here is an illustration of the Webvowl approach: https://doc.realestatecore.io/3.1.3/core.html |
The ontology diagram at https://raw.githack.com/agldwg/agrif-ont/master/agrif.html#overview looks like it was generated by CMap. Once upon a time, there was a CMap Ontology Edition (COE) but I don't think that is alive any longer. The source for the Webvowl approach is in the https://github.com/RealEstateCore/doc repository. Here is the script that does the processing to generate the Webvowl visualization. |
yes @charlesvardeman for our project I made a variant of the script you mention, it works perfectly. Note however that it requires that |
Integrate the ontology diagram generator into pylode.
Repository: https://github.com/edmondchuc/ontology_diagram_generator
Proposal: An additional optional argument can be passed into the pylode command-line application to automatically generate a PlantUML-based class diagram of the ontology.
The text was updated successfully, but these errors were encountered: