Go to Google Groups Home    OAI-ORE
Re: Aggregation/Resource Map relationship question

Robert Sanderson <azarot...@gmail.com>

So, we currently have

> http://dspace.mit.edu/handle/1721.1/30972

If this is the Aggregation URI, which the rdf claims it to be, then it
should redirect to a resource map.
Currently it presents an HTML page.  Don't worry, there's an easy solution:

Embed RDFa in the HTML which is presented at what is now URI-A.  It thus
becomes a resource map.
Then change the aggregation URI to URI-A#aggregation.

So:
Aggregation:  http <http://dspace.mit.edu/handle/1721.1/30972>
://dspace.mit.edu/handle/1721.1/30972<http://dspace.mit.edu/handle/1721.1/30972>
#aggregation
ReM-RDFa:  http://dspace.mit.edu/handle/1721.1/30972
ReM-RDF: http://dspace.mit.edu/metadata/handle/1721.1/30972/rdf.xml<http://dspace.mit.edu/handle/1721.1/30972>

It is named in a ore:ResourceMap identified in the representation as:

This isn't meaningful -- it should have the same URI as where you get it
from!

Rob