[SKOS] old namespace setup

The http://www.w3.org/2004/02/skos/core namespace is set up as per recipe 3,
see config below.

ACTION: Alistair to check the old namespace wrt dereferencing [recorded in
http://www.w3.org/2008/05/06-swd-minutes.html#action03]
--done

# turn off MultiViews
Options -MultiViews

RewriteEngine On
RewriteBase /2004/02/skos

# Rewrite rules for SKOS Core (cookbook recipe 3)
##################################################

# RDF link
RewriteRule ^core.rdf$ core/history/2006-04-18.rdf [R=303]

# Rewrite rule to serve HTML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^core$ /TR/2005/WD-swbp-skos-core-spec-20051102/ [R=303]

# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^core$ core/history/2006-04-18.rdf [R=303]

# Rewrite rule to serve the RDF/XML content from the vocabulary URI by
default 
RewriteRule ^core$ core/history/2006-04-18.rdf [R=303]

--
Alistair Miles
Senior Computing Officer
Image Bioinformatics Research Group
Department of Zoology
The Tinbergen Building
University of Oxford
South Parks Road
Oxford
OX1 3PS
United Kingdom
Web: http://purl.org/net/aliman
Email: alistair.miles@zoo.ox.ac.uk
Tel: +44 (0)1865 281993

Received on Tuesday, 24 June 2008 15:12:36 UTC