Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion Aggregation/Resource Map relationship question

View parsed - Show only message text

Received: by 10.214.147.21 with SMTP id u21mr3587064qad.18.1218794386867;
        Fri, 15 Aug 2008 02:59:46 -0700 (PDT)
Return-Path: <azarot...@gmail.com>
Received: from mail-gx0-f23.google.com (mail-gx0-f23.google.com [209.85.217.23])
        by mx.google.com with ESMTP id 39si6519581yxd.2.2008.08.15.02.59.46;
        Fri, 15 Aug 2008 02:59:46 -0700 (PDT)
Received-SPF: pass (google.com: domain of azarot...@gmail.com designates 209.85.217.23 as permitted sender) client-ip=209.85.217.23;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of azarot...@gmail.com designates 209.85.217.23 as permitted sender) smtp.mail=azarot...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-gx0-f23.google.com with SMTP id 4so2527506gxk.21
        for <oai-ore@googlegroups.com>; Fri, 15 Aug 2008 02:59:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type:references;
        bh=siRZg8Aeh0P2hDsLo0OQTADl/ljlCyTrvAPJ+ONWN9k=;
        b=R0zTASFxcWtx5Bp32EcS7CRdR7x65ICTfBouiL1S5arjN2mOWVQytTotQteqZjyJZ4
         2zxMP1/Ud4xMeNtH+UjMFVFi9aOcVVp9f56iKMgoNRcsjHw8GW96erT9fsoIIlVP+IUN
         vcqxV3WUEWWXhxcc36cPH8r18pFI1iU2TrIpM=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:references;
        b=wJilmFJqTGpTgEuJgTmrvTkToU4ND/KQwMO6Ag0CPeq2xgNJ1SOmpfwGAlyZW6LBmq
         hhh0IlD4EwX8+vtzQxk3rP1vmHuGrneR6r0CZ5H5xjz2ILPlo6ERhYBLEuIloJOCbUVJ
         9bjWWnL2PxLLeIY8HtjSieGLWneL4MqHAxW2w=
Received: by 10.151.41.21 with SMTP id t21mr3589917ybj.212.1218794386083;
        Fri, 15 Aug 2008 02:59:46 -0700 (PDT)
Received: by 10.150.191.8 with HTTP; Fri, 15 Aug 2008 02:59:36 -0700 (PDT)
Message-ID: <303afa280808150259i71925a20jadaa5f4dc96c495@mail.gmail.com>
Date: Fri, 15 Aug 2008 10:59:36 +0100
From: "Robert Sanderson" <azarot...@gmail.com>
To: oai-ore@googlegroups.com
Subject: Re: Aggregation/Resource Map relationship question
In-Reply-To: <8230E87E-5FC2-406A-97E7-FFF35C037...@mit.edu>
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_121061_28279457.1218794386082"
References: <15c4095c-12ba-4ef4-9865-db0d234d1...@79g2000hsk.googlegroups.com>
	 <20080814194905.GA1...@ice.cs.cornell.edu>
	 <33e12845-00c9-4b95-9eae-b3d9f3d67...@26g2000hsk.googlegroups.com>
	 <8230E87E-5FC2-406A-97E7-FFF35C037...@mit.edu>

------=_Part_121061_28279457.1218794386082
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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:
> http://dspace.mit.edu/handle/1721.1/30972#rem


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

Rob

------=_Part_121061_28279457.1218794386082
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">So, we currently have<br>
<a href="http://dspace.mit.edu/handle/1721.1/30972" target="_blank">http://dspace.mit.edu/handle/1721.1/30972</a></blockquote><div><br><br>If this is the Aggregation URI, which the rdf claims it to be, then it should redirect to a resource map.<br>
Currently it presents an HTML page.&nbsp; Don&#39;t worry, there&#39;s an easy solution:<br><br>Embed RDFa in the HTML which is presented at what is now URI-A.&nbsp; It thus becomes a resource map.<br>Then change the aggregation URI to URI-A#aggregation.<br>
<br>So:<br>Aggregation:&nbsp; <a href="http://dspace.mit.edu/handle/1721.1/30972" target="_blank">http</a><a href="http://dspace.mit.edu/handle/1721.1/30972" target="_blank">://dspace.mit.edu/handle/1721.1/30972</a>#aggregation<br>
ReM-RDFa:&nbsp; <a href="http://dspace.mit.edu/handle/1721.1/30972" target="_blank">http://dspace.mit.edu/handle/1721.1/30972</a><br>ReM-RDF: <a href="http://dspace.mit.edu/handle/1721.1/30972" target="_blank">http://dspace.mit.edu/metadata/handle/1721.1/30972/rdf.xml</a><br>
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It is named in a ore:ResourceMap identified in the representation as:<br>
<a href="http://dspace.mit.edu/handle/1721.1/30972#rem" target="_blank">http://dspace.mit.edu/handle/1721.1/30972#rem</a></blockquote><div><br>This isn&#39;t meaningful -- it should have the same URI as where you get it from!<br>
&nbsp;<br>Rob<br><br></div></div></div>

------=_Part_121061_28279457.1218794386082--

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google