Web server 303 redirection for the semantic web

From CETAF ISTC Wiki
Revision as of 22:15, 3 June 2013 by bwf>Gregor Hagedorn (Created page with "As explained on Best practices for stable URIs‎‎ for the purpose of semantic clarity, it is important to assign one URI to the abstract concept or physical object, and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

As explained on Best practices for stable URIs‎‎ for the purpose of semantic clarity, it is important to assign one URI to the abstract concept or physical object, and use another for the information resource (web page, rdf data document) returned. For the first URI no content should ever be returned directly. Instead, the first may be a URI containing a fragment identifier ("#" = hash at the end followed by an identifier), or the first URI is redirected on the web server to the second using an http 303 redirect. This page deals with the latter method.

APACHE example: TO ADD

NGINX example: TO ADD

A useful resource to check your setup is:

http://validator.linkeddata.org/vapour

Enter the URI for the abstract concept or physical object and observe the results.