[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.eodm] Re: owl2owl.ecore instead owl2ecore transformation

Hi,

I'm currently try to perform this transformation using ATL tools to get an ontology conforming to OWL/ecore MM. It's a bit difficult and I would like to know if there are others possibilities yet defined ? you mentionned "XMI serializer of EMF", could you tell me more about ?

Thanks,

Guillaume

Gordon Xie a écrit :
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.