Re: ISSUE-57: The use of HTTP Redirection

> Two mechanisms spring to mind.  One would be to add a new
> method to HTTP, GET-META perhaps, which either returns the
> metadata directly or its URI. (I'm not sure whether it would
> be best: to allow one, the other or either.)  Another would
> be to add a standard response header (SeeAlso:, perhaps)
> which could be used with normal GET or HEAD methods and which
> would contain the URI of the metadata.  However, maybe
> there's a less intrusive way to get this effect.
I think a less intrusive way is to give the RDF mimetype representation 
(application/rdf+xml, text/rdf+n3,...) a unique status.  Because RDF 
document always talk about something-else. 

So, GET (rdf) http://example.com/

do not need to 303 re-direct because the nature of the resource should 
be understood by the machine from the returned document.  If there is a 
description about a non-information resource that is a non-RDF mimetype, 
then do a 303 upon the dereference of the resource. 

The only question is if there be any real-word use case that needs to 
talk about the RDF documents as a text file but not as a model.  I 
cannot think any reasonable senario but someone might.... 

Xiaoshu

Received on Monday, 27 August 2007 11:31:27 UTC