33# Contact person email: rossella.aversa@kit.edu
44# Contact person name: Volker Hartmann (technical)
55# Contact person email: volker.hartmann@kit.edu
6- # Artifacts: MatWerkAcronyms, sdv, rdvc, mng
7- # Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, MDMC-NEP Glossary of Terms
8- # Resource location: https://metarepo.nffa.eu/skosmos/Prima-1 /en/ , https://matwerk.datamanager.kit.edu/skosmos/SampleDescriptionVocabulary-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-1/en/
6+ # Artifacts: *
7+ # Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, PRIMA Glossary of Terms
8+ # Resource location: https://metarepo.nffa.eu/skosmos/Prima/en/ , https://matwerk.datamanager.kit.edu/skosmos/SampleDescriptionVocabulary-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-1/en/
99
1010Options +FollowSymLinks
1111
@@ -25,6 +25,12 @@ RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataS
2525RewriteRule ^rdvc/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/page/$1 [R=303,L ]
2626
2727# Redirect for skosmos/Prima - Vocabulary (PRovenance Information for MAterials science)
28- RewriteRule ^prima/$ https://metarepo.nffa.eu/skosmos/Prima-1/en/ [R=303,L ]
29- RewriteRule ^prima/(.*)$ https://metarepo.nffa.eu/skosmos/Prima-1/en/page/$1 [R=303,L ]
28+ RewriteRule ^prima/$ https://matwerk.datamanager.kit.edu/skosmos/Prima/en/ [R=303,L ]
29+ RewriteRule ^prima/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/Prima/en/page/$1 [R=303,L ]
30+
31+ # This rule has to be the last one
32+ # Redirect for any vocabulary (e.g. skosmos/newVocabulary)
33+ RewriteRule ^([^/]+)$ https://matwerk.datamanager.kit.edu/skosmos/$1/en [R=303 ,L]
34+ # Redirect for a term of any vocabulary
35+ RewriteRule ^([^/]+)/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/$1/en/page/$2 [R=303 ,L]
3036
0 commit comments