| [news.eclipse.modeling.mdt.eodm] Re: owl2owl.ecore instead owl2ecore transformation |
Hi,
Thanks,
Guillaume
Fernando,
According to your examples, what you are expecting is another syntax of OWL ontology,
say RDF/XMI, instead of RDF/XML. It is not a transformation problem, because nothing is transformed.
The only thing you need is to serialize an OWL ontology in RDF/XMI syntax. So you do not need OWL2ECORE
transformation engine. Hopefully, you can use the default XMI serializer of EMF to serialize the EODM model to
get what you need.
If you have any problem with the solution, let us know.