Skip to content

Commit 0c130b4

Browse files
Change prefix of 'evoks' to 'skosmos'
1 parent b93b9c2 commit 0c130b4

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

skosmos/.htaccess

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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]

skosmos/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SKOSMOS
2+
Controlled vocabularies used by [MatWerk](https://nfdi-matwerk.de/) and [NEP](https://nffa.eu).
3+

0 commit comments

Comments
 (0)