Redirect from resource to metadata if entry is local and named
Description
Entries that have no resource, i.e. resourceType NamedResourec, and are handled locally, entryType local the resourceURI should be a redirect to the metadata URI. E.g accessing:
baseuri/4/resource/3
Should yield a 303 redirect to
baseuri/4/metadata/3
According to the principles outlined in:
http://www.w3.org/TR/cooluris/
Environment
None