ghillairet / emftriple

EMF Binding for RDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inter-model references

ghillairet opened this issue · comments

How to handle inter model references?

EMF allows references between objects contained in different resources. Resolution of references is done through EMF proxies URIs. The URI contains the location of the target resource and the location of the target object in that resource.

In emftriple, a resource is a named graph (or simply graph) associated to a rdf store. Inter-model references in emftriple means that proxies should contains the location of the named graph and the location of the object's RDF URI.

Inter-model references should also be used to navigate in the Web of Data by deresolving URIs.