Skip to content

Commit 26ca8be

Browse files
authored
Merge pull request #79 from VolkerHartmann/addPRIMAThesaurus
Add prima thesaurus to SKOSMOS
2 parents 74bda8e + bea35eb commit 26ca8be

2 files changed

Lines changed: 21 additions & 11 deletions

File tree

evoks/.htaccess

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
# Redirect all URLs to new prefix
57

68
Options +FollowSymLinks

skosmos/.htaccess

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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/
89
Options +FollowSymLinks
910

1011

@@ -22,6 +23,13 @@ RewriteRule ^sdv/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/SampleDescri
2223
RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en [R=303,L]
2324
RewriteRule ^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

Comments
 (0)