ghillairet / emftriple

EMF Binding for RDF
25 stars 8 forks source link

Inter-model references #8

Closed ghillairet closed 11 years ago

ghillairet commented 13 years ago

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.