You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emftriple-discuss
EMF4SW and EMFTriple version 0.7.0 is now available from the update
site and the svn trunk.
This version is not compatible with the previous release.
Changes include:
For EMF4SW:
- new metamodel for OWL (includes OWL 2 concepts)
- update metamodel for RDF
- RDFIzer is now available in the rdf.transform plugin
- Transformations between OWL and Ecore are now available in
owl.transform
- RDF backends (for rdf parsing/writing) can be either Jena or sesame
via the plugins rdf.jena (owl.jena) and rdf.sesame.
- UML transformations are not available in this release but may be
added later.
For EMFTriple:
- full support for EMF Proxies (no more javassist dependencies)
- com.emftriple.datasources offers SPARQL data sources support on the
RDF level (no dependencies to EmfTriple core)
- Xtext Query Languages (JPQL, SPARQL) are now separate from core
runtime. This allow the use of EmfTriple in framework like GWT.
- Restlet support