Skip to content

Commit 418124d

Browse files
Add redirect for Prima vocabulary to skosmos.
1 parent 74bda8e commit 418124d

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

skosmos/.htaccess

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11

2-
# Contact person name: Gulzaure Abdildina
3-
# Contact person email: gulzaure.abdildina@kit.edu
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
46
# Artifacts: MatWerkAcronyms, sdv, rdvc, mng
57
# 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/
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/
79

810
Options +FollowSymLinks
911

@@ -22,6 +24,7 @@ RewriteRule ^sdv/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/SampleDescri
2224
RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en [R=303,L]
2325
RewriteRule ^rdvc/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/page/$1 [R=303,L]
2426

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]
27+
# 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]
30+

0 commit comments

Comments
 (0)