we are working on exactly this as we speak. We have added a new SPARQLMotion module that makes it possible to load arbitrary XMI/EMF file and then run SPIN mapping rules over them. This will be available for TBC 3.3 in a month. The missing piece is the set of SPIN rules, but we may have finished that for 3.3 as well (or deliver it shortly afterwards).
Regards,
Holger
On Feb 28, 2010, at 4:08 AM, Brad Cox wrote:
> Does anyone here know of a conversion path from EAP (Enterprise Architect) to OWL or RDF? I've tried EAP to XMI to OWL but haven't got that to work yet.
>
> --
> You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group.
> To post to this group, send email to topbraid-co...@googlegroups.com.
> To unsubscribe from this group, send email to topbraid-composer...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en.
Brad,
XMI files produced by different tools vary greatly. For this reason, very few UML tools can open XMI file produced by another tool. In fact, many tools cannot open their own XMI file.
We have a built-in converter for .uml files, so if you can somehow open your EA file in Eclipse UML tool and save it as .uml file, you should be able to use this importer.
Holger is talking about a capability that is more flexible and can convert to RDF in a custom way (not just UML, but also XSD), not the way the default importer is set up.
Irene
As Irene says the actual supported format is the Eclipse UML2 Plugin,
but the imprter works pretty well with XMI produced with Enterprise
Architect. We are working to make UMI imports more robust and allow
customizations for the many XMI variants produced by UML tools.
-- Scott