Widoco icon indicating copy to clipboard operation
Widoco copied to clipboard

Support for diagram (schema:image) per owl:Class

Open ycespb opened this issue 5 years ago • 1 comments

It would be useful to be able to include a diagram for each individual class (owl:Class) using the “schema:image” element (already described in the Best Practice document) instead of only allowing a diagram at vocabulary level. This would allow including a diagram such as https://github.com/ESIPFed/science-on-schema.org/blob/master/assets/diagrams/dataset/dataset_basic-fields.svg.

A further enhancement might be to be able to have such (or similar) class-centered diagram created by the software e.g. using PlantUML or other) for each class and included in the document for each class showing immediate properties (with arrow to datatype or other class).

ycespb avatar Jun 04 '20 09:06 ycespb

+1 for plantUML: it's a great tool, and the server is written in Java (I developed a POC generating some diagrams from RDF/OWL, if I'll find some time I could share it)

seralf avatar Jun 15 '20 18:06 seralf