From 4cb897ea89eecd95d6a3ce8f74c162b42dc425db Mon Sep 17 00:00:00 2001 From: Nicolas Seydoux Date: Wed, 3 Jul 2019 09:22:19 +0200 Subject: [PATCH 1/2] Added CRI association namespace CRI is an independant research association, and part of its activity will resort to the publication of vocabularies, hence the need of a permanent namespace. --- cri/.htaccess | 8 ++++++++ cri/README.md | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 cri/.htaccess create mode 100644 cri/README.md diff --git a/cri/.htaccess b/cri/.htaccess new file mode 100644 index 000000000..33cf7695b --- /dev/null +++ b/cri/.htaccess @@ -0,0 +1,8 @@ +Header set Access-Control-Allow-Origin * +Options +FollowSymLinks +RewriteEngine on + + +RewriteRule ^.*/cri/?$ https://cri-association.fr/ [R=302,L] + +RewriteRule ^.*/cri/ns/obema$ https://zwifi.eu/voc/obema/ [R=302,L] diff --git a/cri/README.md b/cri/README.md new file mode 100644 index 000000000..eec785676 --- /dev/null +++ b/cri/README.md @@ -0,0 +1,13 @@ +# CRI association namespace + +## Presentation +This is the redirection to the CRI (https://cri-association.fr/) namespace. CRI is an independant research collective willing to produce open science and data in many fields, including but not limited to computer science, citizenship and social sciences. + +Some of the members being semantic Web experts, the existence of a namespace will enable the durable publication of ontologies. + +## Services +- CRI homepage : https://w3id.org/cri --> https://cri-association.fr/ +- OBeMa vocabulary : https://w3id.org/cri/ns/obema/ --> https://zwifi.eu/voc/obema/ + +## Contacts +- Nicolas Seydoux : contact@zwifi.eu From 9658db48ec0482d4000b2b1a6d3ec36a83bcb13f Mon Sep 17 00:00:00 2001 From: Zwifi Date: Fri, 1 Nov 2019 17:29:02 +0100 Subject: [PATCH 2/2] Update .htaccess --- cri/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cri/.htaccess b/cri/.htaccess index 33cf7695b..ab2081c88 100644 --- a/cri/.htaccess +++ b/cri/.htaccess @@ -3,6 +3,6 @@ Options +FollowSymLinks RewriteEngine on -RewriteRule ^.*/cri/?$ https://cri-association.fr/ [R=302,L] +RewriteRule ^$ https://cri-association.fr/ [R=302,L] -RewriteRule ^.*/cri/ns/obema$ https://zwifi.eu/voc/obema/ [R=302,L] +RewriteRule ^/ns/obema$ https://zwifi.eu/voc/obema/ [R=302,L]