|
| 1 | + |
| 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 | + |
| 8 | +Options +FollowSymLinks |
| 9 | + |
| 10 | + |
| 11 | +RewriteEngine on |
| 12 | + |
| 13 | +# Redirect for skosmos/MatWerkAcronyms terms (e.g. skosmos/MatWerkAcronyms/aai) |
| 14 | +RewriteRule ^MatWerkAcronyms/$ https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-1/en [R=303,L] |
| 15 | +RewriteRule ^MatWerkAcronyms/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-1/en/page/$1 [R=303,L] |
| 16 | + |
| 17 | +# Redirect for skosmos/Sample Description Vocabulary terms (e.g. skosmos/sampleDescription/aai) |
| 18 | +RewriteRule ^sdv/$ https://matwerk.datamanager.kit.edu/skosmos/SampleDescriptionVocabulary-1/en [R=303,L] |
| 19 | +RewriteRule ^sdv/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/SampleDescriptionVocabulary-1/en/page/$1 [R=303,L] |
| 20 | + |
| 21 | +# Redirect for skosmos/Reference Dataset Vocabulary – Creep terms |
| 22 | +RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en [R=303,L] |
| 23 | +RewriteRule ^rdvc/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/page/$1 [R=303,L] |
| 24 | + |
| 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] |
0 commit comments