henrietteharmse / uml2semantics

Translates UML class diagrams to OWL2
Apache License 2.0
12 stars 1 forks source link

Add support for Annotations #10

Open chris-day opened 2 months ago

chris-day commented 2 months ago

Please add support for Annotations, perhaps initially with the supported Protege types for annotation properties. (This is a cut-down version of the property implementation)

henrietteharmse commented 2 months ago

Hi Chris, this sounds like an interesting idea! This could easily be accommodated from UML as TSV to OWL by adding additional columns to the TSV. Have you given any thought to how to support annotations when translating from XMI?

chris-day commented 2 months ago

Hi Henriette, initially, I was looking at an EMF Ecore model and profile attributes such as EClass and EReference and thinking about how I could make the origin of the things in OWL visible.