11
2- # Contact person name: Gulzaure Abdildina
3- # Contact person email: gulzaure.abdildina@kit.edu
4- # Artifacts: MatWerkAcronyms, sdv, rdvc, mng
5- # Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, MDMC-NEP Glossary of Terms
6- # Resource location: https://metarepo.nffa.eu/skosmos/MDMC_NEP_Glossary-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/
7-
2+ # Contact person name: Rossella Aversa
3+ # Contact person email: rossella.aversa@kit.edu
4+ # Contact person name: Volker Hartmann (technical)
5+ # Contact person email: volker.hartmann@kit.edu
6+ # Artifacts: MatWerkAcronyms, sdv, rdvc, prima, *
7+ # Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, PRIMA Glossary of Terms, NEW_VOCABULARIES
8+ # Resource location: https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-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/prima/en/, https://matwerk.datamanager.kit.edu/skosmos/NEW_VOCABULARIES/en/
89Options +FollowSymLinks
910
1011
@@ -22,6 +23,13 @@ RewriteRule ^sdv/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/SampleDescri
2223RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en [R=303,L ]
2324RewriteRule ^rdvc/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/page/$1 [R=303,L ]
2425
25- # Redirect for skosmos/MDMC-NEP Glossary of Terms
26- RewriteRule ^mng/$ https://metarepo.nffa.eu/skosmos/MDMC_NEP_Glossary-1/en/ [R=303,L ]
27- RewriteRule ^mng/(.*)$ https://metarepo.nffa.eu/skosmos/MDMC_NEP_Glossary-1/en/page/$1 [R=303,L ]
26+ # Redirect for skosmos/prima - Vocabulary (PRovenance Information for MAterials science)
27+ RewriteRule ^prima/$ https://matwerk.datamanager.kit.edu/skosmos/prima/en/ [R=303,L ]
28+ RewriteRule ^prima/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/prima/en/page/$1 [R=303,L ]
29+
30+ # This rule has to be the last one
31+ # Redirect for any vocabulary (e.g. skosmos/newVocabulary)
32+ RewriteRule ^([^/]+)$ https://matwerk.datamanager.kit.edu/skosmos/$1/en [R=303 ,L]
33+ # Redirect for a term of any vocabulary
34+ RewriteRule ^([^/]+)/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/$1/en/page/$2 [R=303 ,L]
35+
0 commit comments