Thanks for the suggestion, I already saw that link but what I would is
different: the transformation explained at that link is from a rdf
document to its instance (.xmi) and it supposed that you have the
metamodel of your rdf document (named metamodel.ecore in the example).
In my case I don't have the metamodel of my rdf document, and I need
to transform the rdf document to its metamodel (.ecore) as it happens
for OWL in the OWL2Ecore transformation.
I saw that there is a "RDF2EcoreGen.atl" file in the
"com.emf4sw.rdfizer" plugin, but there isn't any RDF2Ecore java class
or similar.
So, can I make the rdf to ecore transformation starting whit a rdf
document in input and ending whit its .ecore model as with the
OWL2Ecore transformation?
I hope that I was clearer this time :)
Thanks for your time,
Martina
On 6 Mag, 11:27, Guillaume Hillairet <
g.hillai...@gmail.com> wrote:
> Yes it is described herehttp://
code.google.com/a/eclipselabs.org/p/emftriple/wiki/RDFIzerGuide.