W3C home > Mailing lists > Public > www-rdf-interest@w3.org > July 2004

Re: Real data

From: Eric Jain <Eric.Jain@isb-sib.ch>
Date: Wed, 21 Jul 2004 20:01:40 +0200
Message-ID: <40FEAF84.9060305@isb-sib.ch>
To: Sandro Hawke <sandro@w3.org>
Cc: rdf-interest <www-rdf-interest@w3.org>

Sandro Hawke wrote:
> So where are you thinking you'll serve the RDF?
> 
>     http://uniprot.org/entry/P12345.rdf
> 
> would be obvious, but including the ".rdf" in the URI for the protien
> itself doesn't seem right.

The default representation if no extension is specified is a normal web 
page. I guess you could try to do something with content negotiation, 
but I'd rather not rely on that. On the other hand the page could 
include something like:

   <link
     rel="alternate" type="application/rdf+xml"
     href="http://uniprot.org/entry/P12345.rdf"
   />

Haven't given that much thought yet.

Note that if you actually entered http://uniprot.org/entry/P12345.rdf, 
you would be forwarded to some other site that is capable of serving the 
resource. Since these URLs are not really as stable as they should be, I 
prefer to use URNs for identifying resources, e.g.

   urn:lsid:uniprot.org:uniprot:P12345

This also avoids confusion with users who always expect a URL to be 
resolvable...
Received on Wednesday, 21 July 2004 14:01:54 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:50 UTC