-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhtaccess
280 lines (232 loc) · 25 KB
/
htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
Header set Access-Control-Allow-Origin *
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://www.go-fair.org/ [R=302,L]
RewriteRule ^principles(/(terms)?)?$ https://w3id.org/fair/principles/terms/ [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/html
RewriteRule ^principles/terms/$ https://peta-pico.github.io/FAIR-nanopubs/principles/index-en.html [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^principles/terms/$ https://peta-pico.github.io/FAIR-nanopubs/principles/ontology.ttl [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/n-triples
RewriteRule ^principles/terms/$ https://peta-pico.github.io/FAIR-nanopubs/principles/ontology.nt [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/rdf+xml
RewriteRule ^principles/terms/$ https://peta-pico.github.io/FAIR-nanopubs/principles/ontology.xml [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/trig
RewriteRule ^principles/terms/$ https://peta-pico.github.io/FAIR-nanopubs/principles/ontology.trig [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/html
RewriteRule ^principles/terms/([^/]+)$ https://peta-pico.github.io/FAIR-nanopubs/principles/index-en.html#https://w3id.org/fair/principles/terms/$1 [R=302,L,NE]
RewriteRule ^icc(/(terms)?)?$ https://w3id.org/fair/icc/terms/ [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/html
RewriteRule ^icc/terms/$ https://peta-pico.github.io/FAIR-nanopubs/icc/index-en.html [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^icc/terms/$ https://peta-pico.github.io/FAIR-nanopubs/icc/ontology.ttl [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/n-triples
RewriteRule ^icc/terms/$ https://peta-pico.github.io/FAIR-nanopubs/icc/ontology.nt [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/rdf+xml
RewriteRule ^icc/terms/$ https://peta-pico.github.io/FAIR-nanopubs/icc/ontology.xml [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/trig
RewriteRule ^icc/terms/$ https://peta-pico.github.io/FAIR-nanopubs/icc/ontology.trig [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/html
RewriteRule ^icc/terms/(.+)$ https://peta-pico.github.io/FAIR-nanopubs/icc/index-en.html#https://w3id.org/fair/icc/terms/$1 [R=302,L,NE]
RewriteRule ^fip(/(terms)?)?$ https://w3id.org/fair/fip/terms/ [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/html
RewriteRule ^fip/terms/$ https://peta-pico.github.io/FAIR-nanopubs/fip/index-en.html [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^fip/terms/$ https://peta-pico.github.io/FAIR-nanopubs/fip/ontology.ttl [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/n-triples
RewriteRule ^fip/terms/$ https://peta-pico.github.io/FAIR-nanopubs/fip/ontology.nt [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/rdf+xml
RewriteRule ^fip/terms/$ https://peta-pico.github.io/FAIR-nanopubs/fip/ontology.xml [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} application/trig
RewriteRule ^fip/terms/$ https://peta-pico.github.io/FAIR-nanopubs/fip/ontology.trig [R=302,L,NE]
RewriteCond %{HTTP_ACCEPT} text/html
RewriteRule ^fip/terms/(.+)$ https://peta-pico.github.io/FAIR-nanopubs/fip/index-en.html#https://w3id.org/fair/fip/terms/$1 [R=302,L,NE]
RewriteRule ^maturity_indicator/?$ https://github.com/FAIRMetrics/Metrics [R=302,L]
RewriteRule ^(3pff/.*)$ https://nanodash.knowledgepixels.com/term?id=https://w3id.org/fair/$1
RewriteRule ^principles/terms/(.+)$ https://w3id.org/fair/principles/latest/$1 [R=302,L]
RewriteRule ^principles/np/.+/(RA[A-Za-z0-9_\-]{43})$ http://purl.org/np/$1 [R=302,L]
RewriteRule ^principles/latest/FAIR-Vocabulary$ http://purl.org/np/RAET5spTgImGvHwx1aAbwCshWN9SUzthi9FkVoKME56xg [R=302,L]
RewriteRule ^principles/latest/FAIR$ http://purl.org/np/RAWFqJhnsRIM9veeSydTknzT9ZRCH4M7jiDeBkFKQt_mE [R=302,L]
RewriteRule ^principles/latest/FAIR-Principle-or-SubPrinciple$ http://purl.org/np/RAnmg_2yfHyEon53YfV1J3NY9j1QHMlTsdKuTapuC_UV0 [R=302,L]
RewriteRule ^principles/latest/FAIR-Principle$ http://purl.org/np/RAqA0VJg5n3JV3TOAYHrdqLM4rPf07T6QYzPI9K6X_7pE [R=302,L]
RewriteRule ^principles/latest/FAIR-SubPrinciple$ http://purl.org/np/RAhcK5JpKd8n7Soo4GyRzCbTfEVeEIjmMadQgK0IMX4i4 [R=302,L]
RewriteRule ^principles/latest/F$ http://purl.org/np/RA11nRzekolFovJG5z69JOVWGrOeIJQ5FKmOYW7QySBc0 [R=302,L]
RewriteRule ^principles/latest/F1$ http://purl.org/np/RAkaJYVCbQYrGxLxiiLt2Z3UCBPFHt6pBPkVjVmzUbt3o [R=302,L]
RewriteRule ^principles/latest/F2$ http://purl.org/np/RAUOeKCQBUXTKhDTtlJpWLKROZvyxtHM1rcHWsVvfsWNc [R=302,L]
RewriteRule ^principles/latest/F3$ http://purl.org/np/RA9Jkp5FL8IPYF4C0lc1KnkK5K8DF9qxGdQJuBsqgPVM8 [R=302,L]
RewriteRule ^principles/latest/F4$ http://purl.org/np/RAUeMavzqgj1Mn_xof0c21ZK9V511fHfsFoH0fq1ymma8 [R=302,L]
RewriteRule ^principles/latest/A$ http://purl.org/np/RAw9GkBlxfd_GhvnxBg2VSjUwTLUxGsmRgIX9OOKB8Muk [R=302,L]
RewriteRule ^principles/latest/A1$ http://purl.org/np/RArQmwGEq7ACDrG4TbMf_5lXsfMqZDpEKoZspJ1Ko1U_s [R=302,L]
RewriteRule ^principles/latest/A1.1$ http://purl.org/np/RAeoqhM3Q3z5A86NIEhhyfnD6Emv_yRLSzMtoW-qnG9gM [R=302,L]
RewriteRule ^principles/latest/A1.2$ http://purl.org/np/RA8qyGd7G7wjYnXbZ9Ndh4wcXgo0GmtM2PKn09jgr7iEA [R=302,L]
RewriteRule ^principles/latest/A2$ http://purl.org/np/RApdBA8D_TWE-1nDnPApVLAWR_8Q2z7lcHQOFKQ3vG3Nw [R=302,L]
RewriteRule ^principles/latest/I$ http://purl.org/np/RArqv-MNECNL8xflST5l-cPpVrBuR_SJkcLNEz_izzOtQ [R=302,L]
RewriteRule ^principles/latest/I1$ http://purl.org/np/RAKdqLP_qhMhwPnMf1U-EbyMpWcRjb4xkeBRbvS7BJ8LE [R=302,L]
RewriteRule ^principles/latest/I2$ http://purl.org/np/RAwuqh_hwlebiFNd8BRWI3Drv-G81-5SfYEEk1QtewZNA [R=302,L]
RewriteRule ^principles/latest/I3$ http://purl.org/np/RAdpvfkrMD0CfsCMn5cZaoEJZ13T6gNVSqE4vLBz78UKQ [R=302,L]
RewriteRule ^principles/latest/R$ http://purl.org/np/RAN84jnrSPSbk-cvPNv5kNQv-edq8EFjIPrVZqHb5AZT0 [R=302,L]
RewriteRule ^principles/latest/R1$ http://purl.org/np/RAY3fmtZ3CovrdZ8Ve1NS_9UcPPR6IyiGqO49mGJQVLEY [R=302,L]
RewriteRule ^principles/latest/R1.1$ http://purl.org/np/RAZJ_g_kGNQ4o7MMTQoUdJ8GkdInPDM7RbvJeFgyKxK_U [R=302,L]
RewriteRule ^principles/latest/R1.2$ http://purl.org/np/RAH8x96ePyNB2UcRANRjJoI7Da5oqZn8k7ccXuxuZurdc [R=302,L]
RewriteRule ^principles/latest/R1.3$ http://purl.org/np/RA2DL8WP4BqVGygFRgGSd_H5mU6_qDzQEMZqVflRDb6vc [R=302,L]
RewriteRule ^principles/latest/index$ http://purl.org/np/RAIiIg52_i_p7jTwMP8IA83w6s9Lbn7p3Rk7TL9qXnZik [R=302,L]
RewriteRule ^icc/terms/(.+)$ https://w3id.org/fair/icc/latest/$1 [R=302,L]
RewriteRule ^icc/np/.+/(RA[A-Za-z0-9_\-]{43})$ http://purl.org/np/$1 [R=302,L]
RewriteRule ^icc/latest/FAIR-Principles-Explained-Working-Group$ http://purl.org/np/RATGxiJD55SgsU-IWCWshNVT7jNIHZrOFi6MkO55dTPr8 [R=302,L]
RewriteRule ^icc/latest/FAIR-ICC-Model$ http://purl.org/np/RAAIx_KDI1q4mLVy7QH2JiC-PQGQQR67k2X0dYDN9O2Dw [R=302,L]
RewriteRule ^icc/latest/Choice$ http://purl.org/np/RAg14BgVDVtx4CZuADLTCscequ_xd2by2BLh-kTvxHJ64 [R=302,L]
RewriteRule ^icc/latest/Challenge$ http://purl.org/np/RAt2WJVemaGicoQ9hOnwmqIyHGr93SnboTQ5c2prWuSiU [R=302,L]
RewriteRule ^icc/latest/Declaration$ http://purl.org/np/RAzU8PCkZaqs7PVNm4JRfCvARPnKRaZ6BL56-DRVhWZE4 [R=302,L]
RewriteRule ^icc/latest/ChoiceDeclaration$ http://purl.org/np/RA1gmcb_BsNUYBVnTk0-lZOCCCs8ef5cpNn5tMO6mgy9o [R=302,L]
RewriteRule ^icc/latest/ChallengeDeclaration$ http://purl.org/np/RAtAqbsBkMOhdqNcstMMxG4MExXih3xqX9mAK-hxHbxTE [R=302,L]
RewriteRule ^icc/latest/Community$ http://purl.org/np/RA_P8plKztrs0YHNY-BCC3UkyiN0B9YssmdFpuICuF_b4 [R=302,L]
RewriteRule ^icc/latest/Resource$ http://purl.org/np/RARwwS9d1JI-JgiSvX7Ys0b4dAF0-TUhiT6CHzs4nnXBE [R=302,L]
RewriteRule ^icc/latest/Explanation$ http://purl.org/np/RATVIlA8ipc4s3AF-EwRNVQ_Uo9gCynAurzgkYM4r-NmU [R=302,L]
RewriteRule ^icc/latest/explains-principle$ http://purl.org/np/RAUqhx5p42Iab53A8pIb5_LtIfGi1lH622sD_hHxDtFmI [R=302,L]
RewriteRule ^icc/latest/implementation-considerations$ http://purl.org/np/RAUtCnrUUbfWkt8lxnVEIlSfb1OGMj40esxLYbi04ZUzA [R=302,L]
RewriteRule ^icc/latest/implementation-examples$ http://purl.org/np/RA2PbysNCpLH3oOyyW4gIkfafXuWbg33UU_Zn7dci6xZI [R=302,L]
RewriteRule ^icc/latest/refers-to-principle$ http://purl.org/np/RATp3jpCH9LkvOko1GSu2g81stRp2KZAeR4MyOj1dgg9k [R=302,L]
RewriteRule ^icc/latest/related-challenge$ http://purl.org/np/RAfmL7KRuXWeuj8sqcorIhh2b3CDn_RX89AR6o2mgydpg [R=302,L]
RewriteRule ^icc/latest/refers-to-choice$ http://purl.org/np/RASvBa2viFD7u6E0IY8n9xhAYDkL7GcRUWYMOiLxxL-KE [R=302,L]
RewriteRule ^icc/latest/refers-to-challenge$ http://purl.org/np/RAnmcEcee6H_vnOknVVRgunRmTrQThibXgHza6mK8KZ5c [R=302,L]
RewriteRule ^icc/latest/declared-by$ http://purl.org/np/RA7cfWvEEtbiLLa8uZ_ZHe1PjKye6wRMFDLoeq4PaYJOc [R=302,L]
RewriteRule ^icc/latest/chosen-resource$ http://purl.org/np/RA83xsp4BXFgZWYDNqqooTPJxda5HJBxTMlmNBjUwFhUk [R=302,L]
RewriteRule ^icc/latest/had-challenge$ http://purl.org/np/RAD64rp4RtDg1hLYD08OgB1wyphfztOgtyWO6av9xQD_s [R=302,L]
RewriteRule ^icc/latest/F1-Explanation$ http://purl.org/np/RAl0vVgvfIedEN6LCkQ_Hmsoa0X7cydFVcF9jACkeaRUQ [R=302,L]
RewriteRule ^icc/latest/F2-Explanation$ http://purl.org/np/RAEZc2kD9tkq81T92JG70O1nujU-lAZircnXNy_6DHa9c [R=302,L]
RewriteRule ^icc/latest/F3-Explanation$ http://purl.org/np/RAchTs0MEUn_OAI4vFFkD5EAF0MjCIP_eJ5e2pyLWKj4U [R=302,L]
RewriteRule ^icc/latest/F4-Explanation$ http://purl.org/np/RAGLJJWzAXH99eGgWhk6EsntH2hpATd7JM5nCw82VQFsg [R=302,L]
RewriteRule ^icc/latest/A1.1-Explanation$ http://purl.org/np/RAUoAkUVUP9NHzzYuRnCIxBVNxOfitCrQe1eldLg7Qw4A [R=302,L]
RewriteRule ^icc/latest/A1.2-Explanation$ http://purl.org/np/RAttOhP6r94H0aL1lH-coBvsdsA0oVdAX5_3QQtlCChWU [R=302,L]
RewriteRule ^icc/latest/A1-Explanation$ http://purl.org/np/RA29gKPhTjYHLcwB4d5-aCUF9oFq_1zJo8Z2xEKkU80CA [R=302,L]
RewriteRule ^icc/latest/A2-Explanation$ http://purl.org/np/RAoIMIKPsHeCZmHtvfifap5o5KbW11zPhdFxt0g3nx7Dc [R=302,L]
RewriteRule ^icc/latest/I1-Explanation$ http://purl.org/np/RATIi7pPk_d5IOgxCstKpSN-t-7E1p3xrIj72JoFB5xUc [R=302,L]
RewriteRule ^icc/latest/I2-Explanation$ http://purl.org/np/RAkPi1TS-k6Zub6wTw62V6rVEz7wZ178h6_3iSxCyeoSA [R=302,L]
RewriteRule ^icc/latest/I3-Explanation$ http://purl.org/np/RAQqA84T6twSJSK0q4TNO4vVbLLnpEEYTiUZIFE3sMVjE [R=302,L]
RewriteRule ^icc/latest/R1.1-Explanation$ http://purl.org/np/RAyMDuN8dvB36I9IsbuRQH0yoeHRnPKBA0m4PE2jN9hoQ [R=302,L]
RewriteRule ^icc/latest/R1.2-Explanation$ http://purl.org/np/RAAyjjDt8ea0vk0h0FN_GZI_dfXZ7tzTqIG7s7nwV4LhM [R=302,L]
RewriteRule ^icc/latest/R1.3-Explanation$ http://purl.org/np/RAX2z9r1KpOJQ6w63D4rbwEUUJa7-yLlidxc8UiGpwnBU [R=302,L]
RewriteRule ^icc/latest/R1-Explanation$ http://purl.org/np/RAdQMTGlNXBkzARUNMVhOKZckIOLTybV656pdK8pSsAkU [R=302,L]
RewriteRule ^icc/latest/F1-Choice$ http://purl.org/np/RApRQMP5i3Od52MsWLFWSztk1MHuLCfBWZsJ-NzyEo3sA [R=302,L]
RewriteRule ^icc/latest/F1-Challenge-1$ http://purl.org/np/RAb0k3_GKZrPUXDIjVY1hFhm9A2TmdPvXvmQbOTcOEMRA [R=302,L]
RewriteRule ^icc/latest/index$ http://purl.org/np/RAFMivwW0mIQE1Hqjsn_RsJUx2it0Shz7Onry1Cc8XV-A [R=302,L]
RewriteRule ^fip/terms/(.+)$ https://w3id.org/fair/fip/latest/$1 [R=302,L]
RewriteRule ^fip/np/.+/(RA[A-Za-z0-9_\-]{43})$ http://purl.org/np/$1 [R=302,L]
RewriteRule ^fip/latest/FIP-Ontology$ http://purl.org/np/RA1JBHuEIjmc4yKbybML2W9yR9tQyyWrGut2-5AFQY_iM [R=302,L]
RewriteRule ^fip/latest/FIP-Question$ http://purl.org/np/RA8t_hL1RiB6nlbhGg6BP2aNBvYncr-Ck1-snDessclOo [R=302,L]
RewriteRule ^fip/latest/FIP-Data-related-Question$ http://purl.org/np/RADA4zxUj1UCddILOdQvVW4UfHv7rd-QWDDUPwmBRzkM4 [R=302,L]
RewriteRule ^fip/latest/FIP-Metadata-related-Question$ http://purl.org/np/RAqg7Hq60TsEqQOMA2bAohsNemExmR05OJPeYZnGksCJs [R=302,L]
RewriteRule ^fip/latest/FAIR-Declaration$ http://purl.org/np/RAwxEoJ6HojfxLKHmLUKhpa4Uj0OI8k2UpfaRA9XPfx08 [R=302,L]
RewriteRule ^fip/latest/FIP-Declaration$ http://purl.org/np/RAmO97KyAX_KPQSRzMOHY-kzKJmgVPScReb4VGmc6tEjU [R=302,L]
RewriteRule ^fip/latest/FSR-Declaration$ http://purl.org/np/RAjCgZlxyw1FrwbwNdHXNjF_2DBHZQa_zA2DD3-wl_SII [R=302,L]
RewriteRule ^fip/latest/SIP-Declaration$ http://purl.org/np/RAKaXUYR_vaCHeRGw4-xSz0I8WTpNsI8AXirz-2S3ugoI [R=302,L]
RewriteRule ^fip/latest/FAIR-Interpretation$ http://purl.org/np/RAhvHUxGNUkDKsjJhH5RfJLs2uqfBWtyBsklYWw6xMp7k [R=302,L]
RewriteRule ^fip/latest/FAIR-Qualification-Criteria$ http://purl.org/np/RA_QeDhCRnqPtKm1S3tlzRvROlRJtztBlk4CsVEBbK7cY [R=302,L]
RewriteRule ^fip/latest/FAIR-Case-Study$ http://purl.org/np/RAbdww2Mnva2puMUwkgiv3Ai_Dq3pihigeyuj9GiDnq0Q [R=302,L]
RewriteRule ^fip/latest/FIP-No-Choice-Declaration$ http://purl.org/np/RA7Yv2l9mMe9a0iW95MRm9FgISlcQpPNFXv6bnwfQaBEo [R=302,L]
RewriteRule ^fip/latest/FAIR-Implementation-Community$ http://purl.org/np/RAbAkE1oLYsCgYDt5yaoJEj2x_mPb7H3EA0amnjwyZg9I [R=302,L]
RewriteRule ^fip/latest/Mature-Community$ http://purl.org/np/RAAkx4rOkjQUtl4iychOi2xa9hlH0b3cRJzoiIhCzwD6k [R=302,L]
RewriteRule ^fip/latest/Emerging-Community$ http://purl.org/np/RA-d5NAchBnSojR9_7O4ftiXb5k2W_U4Yj2Zyw0Og3r50 [R=302,L]
RewriteRule ^fip/latest/has-data-steward$ http://purl.org/np/RAu_bcro2t7BOEoEYuA2zul_C69ijdBFhO7KT20S9na6g [R=302,L]
RewriteRule ^fip/latest/FAIR-Supporting-Resource$ http://purl.org/np/RAJ7pju_y4y4I4yyxuPw3kCas5kpG0KtjSxZRrZgnOnHk [R=302,L]
RewriteRule ^fip/latest/Available-FAIR-Supporting-Resource$ http://purl.org/np/RADCoZ-XC-K4vOFEmbBjZzl8QRLPXWgPC_Lt9dKOktJds [R=302,L]
RewriteRule ^fip/latest/FAIR-Supporting-Resource-to-be-Developed$ http://purl.org/np/RA_NcF-1NpSNFG_xoEU3YToIm8WV6XNXtOH358VLSWDM0 [R=302,L]
RewriteRule ^fip/latest/FAIR-Enabling-Resource$ http://purl.org/np/RAS-hcDogTb1U1KHtyf-CO-eSSOCjh84xs-Ncjb-A2mz4 [R=302,L]
RewriteRule ^fip/latest/FAIR-Implementation-Profile$ http://purl.org/np/RA365enYMHal1SqnvD5Rz0ZZHTZKPyvkxC1O5dw6PXauU [R=302,L]
RewriteRule ^fip/latest/Available-FAIR-Enabling-Resource$ http://purl.org/np/RAoalzeszpwNn-P2U2wrduOwbdXbY4tGMvM2jTX7R5SjU [R=302,L]
RewriteRule ^fip/latest/FAIR-Enabling-Resource-to-be-Developed$ http://purl.org/np/RAcCyK8QldJU6jxmwnmKXxLJyHSkzO2aJZwyaAaQ5WCsI [R=302,L]
RewriteRule ^fip/latest/FAIR-Data-Policy$ http://purl.org/np/RANNwYDIjt5qqeX-BAd7rO527OiAz3dEn-KfQRgq1OoCg [R=302,L]
RewriteRule ^fip/latest/FAIR-Data-Stewardship-Plan-Template$ http://purl.org/np/RAz6AKxpCIPxUNRxSR_qEvbTwJAi9Ljambqv4slm904V0 [R=302,L]
RewriteRule ^fip/latest/Data-Steward-Professional-Profile$ http://purl.org/np/RAm6X4QnuzH-uR0Jh-63E-T7411RC9oc9rZKqMYxi0RYg [R=302,L]
RewriteRule ^fip/latest/FAIR-Data-Stewardship-Event$ http://purl.org/np/RANkWRYMz1knidkmFP-mO12w4N-jJIUsyZU0Dd4OqYB_A [R=302,L]
RewriteRule ^fip/latest/FAIR-Training-Material$ http://purl.org/np/RAFqcRH7hVhFLTjeM9Fyo0-9xU-CnzyqcSP45nzyKm7dw [R=302,L]
RewriteRule ^fip/latest/FAIR-Practice$ http://purl.org/np/RAFxJ9QUEUS8itoYVPr8P_i4IVK5KNUcAIfVOxConI8OM [R=302,L]
RewriteRule ^fip/latest/FAIR-Specification$ http://purl.org/np/RA-TqO-UzR_im0rLVzhQ75uQBzJPNAjj5FK1sBWBwkHcY [R=302,L]
RewriteRule ^fip/latest/Crosswalk$ http://purl.org/np/RAxZCO_SxdSBARYR24tSVTYSCqVM4yfaXeCndvCciMhZw [R=302,L]
RewriteRule ^fip/latest/FAIR-Supporting-Service$ http://purl.org/np/RAet9oS9wMfinBkCzfaRlZ1ebvQXkktfUOOP3j0Trfd70 [R=302,L]
RewriteRule ^fip/latest/FAIR-Representation-Service$ http://purl.org/np/RAjZAE-Zb9L6NaaIc-Of_qM0wHIPkSa99TOJ2IxkPdVFs [R=302,L]
RewriteRule ^fip/latest/Web-API$ http://purl.org/np/RAAIKANilt-Dydj7k2rMwqPsH5ZyHu7WcLjVJK7LDg4HE [R=302,L]
RewriteRule ^fip/latest/Editor$ http://purl.org/np/RADxX9_-zK7_HeLl-9rGX1i1C_yopikXKJ5B0TffKuCzU [R=302,L]
RewriteRule ^fip/latest/Validation-Service$ http://purl.org/np/RAg_A9uN1QkncRqLX5sIPF5QMJEEskqVVIQxfsrllwfss [R=302,L]
RewriteRule ^fip/latest/Provenance-Tracking-Service$ http://purl.org/np/RAraTnO5vK7nRDtl5N-CqlL5i0GoKUI9v6CCqmUfeqXVE [R=302,L]
RewriteRule ^fip/latest/Semantic-Interoperability-Profile$ http://purl.org/np/RATFBxWYNuaAFefRKErOiZTlEWC8EpA5S8vnHHtp7bvYA [R=302,L]
RewriteRule ^fip/latest/Digital-Object-Type$ http://purl.org/np/RAPSSM8dsBiEg2MzRQotlULcYsBA8dhBf1_85EGHbuKBA [R=302,L]
RewriteRule ^fip/latest/Identifier-service$ http://purl.org/np/RAHCWZSlas5TZzNk95FQDXkeo85W25feIJZlikBc7O5h8 [R=302,L]
RewriteRule ^fip/latest/Metadata-schema$ http://purl.org/np/RA2Fvw3wZjCGYycSKaqbDpPi0GAL8x1RaF5OXcTBbBRqY [R=302,L]
RewriteRule ^fip/latest/Metadata-data-linking-schema$ http://purl.org/np/RAjUrmyEVf59aqVX8iffwOTEskgm4Njsav6cFWDofHWwA [R=302,L]
RewriteRule ^fip/latest/Registry$ http://purl.org/np/RAYdsd6CusJLmO1gBMhP4ZXviVrpA8rWhH6CpIGmw5diU [R=302,L]
RewriteRule ^fip/latest/Generalist-Registry$ http://purl.org/np/RA7q8Qk5oJeP3nivz-XX0HBseYUBeUFvNQu1zeuRffn8I [R=302,L]
RewriteRule ^fip/latest/Domain-Specific-Registry$ http://purl.org/np/RAqrRbtT9xUITBlg_wa3Gh2_ttBJcuvOsfPy5LLkORMNU [R=302,L]
RewriteRule ^fip/latest/Communication-protocol$ http://purl.org/np/RAr9TLSSWlHu5xdhTaBDxIr7Uwdage-CLdWMBwaJmzdH0 [R=302,L]
RewriteRule ^fip/latest/Authentication-and-authorization-service$ http://purl.org/np/RAmXu227gU4fmqL_d_7kG1BZabJ9rDEyMNyxLsatCMvng [R=302,L]
RewriteRule ^fip/latest/Metadata-preservation-policy$ http://purl.org/np/RAI4TA15KO3mr3M04akiQ65MqpT_Zqgx-YEI55LO03asI [R=302,L]
RewriteRule ^fip/latest/Knowledge-representation-language$ http://purl.org/np/RAh1G8zBwLfRtuLNSbaQ0sBJwSik616ut9WfCasIHWrVM [R=302,L]
RewriteRule ^fip/latest/Structured-vocabulary$ http://purl.org/np/RAWS28WQqsF5zEBRjHRLxCSmT2w04es-yQENHvRJjC1Xc [R=302,L]
RewriteRule ^fip/latest/Semantic-model$ http://purl.org/np/RATo-LR632nuP24VP_T5cAvz4w7lFAJWvvjgNE4jbi1kU [R=302,L]
RewriteRule ^fip/latest/Data-usage-license$ http://purl.org/np/RAMbuq0ExgnLp1DTDwX_0ep7XrD-tTrpT5PVENdVH2niY [R=302,L]
RewriteRule ^fip/latest/Provenance-model$ http://purl.org/np/RA2yUNl-Q9kfOObQFnlWm8D-bl5nMX3jt3usspY-IRIjc [R=302,L]
RewriteRule ^fip/latest/refers-to-principle$ http://purl.org/np/RAdn1rqSJmfsgwiTp1h9cJAWkSSthe2_WGN3DGDoVRRms [R=302,L]
RewriteRule ^fip/latest/refers-to-question$ http://purl.org/np/RAs2RMVs3QDuLO9DkOr4wx7mU7vnX89bm5IJ4pmKZmJgw [R=302,L]
RewriteRule ^fip/latest/declared-by$ http://purl.org/np/RAOPXb_w4rMq-FE5vPeFEwDAdSzspxwfA-Ig4HpVBDjxo [R=302,L]
RewriteRule ^fip/latest/declares-current-use-of$ http://purl.org/np/RAw4QhiePFuveGQ8TCAIcnANRR4DBu6LlWfERmhtnovyA [R=302,L]
RewriteRule ^fip/latest/declares-planned-use-of$ http://purl.org/np/RAtELXVI24ZAIasvmTyINGdgAhAvXYV_tXCZ7FiRC509s [R=302,L]
RewriteRule ^fip/latest/declares-planned-replacement-of$ http://purl.org/np/RAHjydqNfCfRac0VzM048tebkLh6Fnh1Kdt2onLXn5J-0 [R=302,L]
RewriteRule ^fip/latest/declares-planned-development-of$ http://purl.org/np/RApwoCBoBXw4S-VuUHsck_pOFTzzqaQxCXYmqLGwvTA1c [R=302,L]
RewriteRule ^fip/latest/declared-for-digital-object-type$ http://purl.org/np/RAtbqWqG9LNUYicOEXMKyT9okH1ASqt3EASnMVfjQukwc [R=302,L]
RewriteRule ^fip/latest/declared-for-case-study$ http://purl.org/np/RAGCLI-CERSDifF-6zjaBp3e9Wm0sYxrgFThG5mDNK65A [R=302,L]
RewriteRule ^fip/latest/has-declaration-index$ http://purl.org/np/RAVmruOLE8ic152qFzpIurlXasHm5uoBVxomT0KJbkplo [R=302,L]
RewriteRule ^fip/latest/has-research-domain$ http://purl.org/np/RAYtwuon91q8XC-jZ1gNuI8RnLfCNTBcjWIqITmVWxsFE [R=302,L]
RewriteRule ^fip/latest/enables$ http://purl.org/np/RAxST45vh-0QiGLZ1usLaKf2Xwmn2O2TCHREEnv6A4fhM [R=302,L]
RewriteRule ^fip/latest/considerations$ http://purl.org/np/RAjaeCe4MAp3pTKYo1XYU9onJzwiYglwpVV5yoM__Rk6M [R=302,L]
RewriteRule ^fip/latest/metadata-availability-in-years$ http://purl.org/np/RAEZaQTVA0IarArMJOZP1o5eO__966QQI7P7D8PGYK4ZE [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F1-MD$ http://purl.org/np/RA3JL2E8g6TdgVUwEZL-VbeKDZCboI0xX9hemEUD5NQWg [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F1-D$ http://purl.org/np/RA_yH5MvXUHee_rdxHFYe0ErstgZ97W95hrSqlb78dEb4 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F2$ http://purl.org/np/RArYgu6jkB4toYrVtTNFiO8-y7dJbYqDyZ4HOXaTRpNDI [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F3$ http://purl.org/np/RA4sZQUoD6_pu9k0xHmbevrdw-rb252N63a7s5Z6sQeGI [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F4-MD$ http://purl.org/np/RAhBPETDZ6cIMrqQhUJyuCPgMPzVorrY9QV5a8ZYXc3Q4 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F4-D$ http://purl.org/np/RAUi6FI8IHRC15aXV2p2yk6Oh8wyWkPohd3MUv9UMQ6Cs [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.1-MD$ http://purl.org/np/RAQI6mKWxdtSMwkkLOjt0PU-xo40q4eVhcqeTk7sHQ-DQ [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.1-D$ http://purl.org/np/RAARj_ox_uR19dGQ2wqhiZu3v9oXz2RuOOobWieqtNHZg [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.2-MD$ http://purl.org/np/RA4vU6KJ7UFAOjMutc7OaAgBBFfrSW3LrfefIuTRHWQXk [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.2-D$ http://purl.org/np/RASgZAs2yquXaMZH1mw1o0q_1_EfX2-Eyl5KM8Jn7868I [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A2$ http://purl.org/np/RAFO5_s6SeaVlj9-UBgFCsREGb2nthO6m-UR8WjT8YSoo [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I1-MD$ http://purl.org/np/RAYVn-2683nbt_Vc7TftudGfmSaoCaKPms8nwM1y3oa7w [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I1-D$ http://purl.org/np/RA_QxT0AXqNi3b9xrhDjb0jTnb1XPR0dnaYfZ_SA6GCFY [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I2-MD$ http://purl.org/np/RATyyCickxqPR75rckr9vTL6OG7xLAVxZKrUqweiF2BU4 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I2-D$ http://purl.org/np/RAJki4LHh48aA6Xy19-rYGwUQ5NcaIqy9DYZ4uMNIbCKc [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I3-MD$ http://purl.org/np/RAW8HKvy70ixAZwVEOKUhrG2M9TM7CR-hO5iLdNCEF3gc [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I3-D$ http://purl.org/np/RAtT2UBM13NqZo9z24-NcEO_EuIpotTgiceAmlNThhva0 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.1-MD$ http://purl.org/np/RASg4t4TI5IPEgsTuZDNrvaPI6c1_-MdUCUEp4DXWKRQw [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.1-D$ http://purl.org/np/RAs0YeHmBo5jJIuMtQR_2X5IVRxUJrLueaKZ3Mwx06Al0 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.2-MD$ http://purl.org/np/RAgrqmnFtqErqVw4PEGUvVSArdVoYNyYSGEhfD29Ob1yI [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.2-D$ http://purl.org/np/RA-TkuQ_7EluDwUfEY0DRxe5w7Ug4829ShM77pEwQuHMI [R=302,L]
RewriteRule ^fip/latest/has-description-source$ http://purl.org/np/RAFlnZyhvfjCUCIaaRKMQ4MggT9AnnsdRm9a5yv2iAXfQ [R=302,L]
RewriteRule ^fip/latest/index$ http://purl.org/np/RAQbsfVdFgUwpl9h5Q9jZyu18vEC2mTbMWIgXBI_To3yM [R=302,L]
RewriteRule ^maturity_indicator/terms/(.+)$ https://w3id.org/fair/maturity_indicator/latest/$1 [R=302,L]
RewriteRule ^maturity_indicator/np/.+/(RA[A-Za-z0-9_\-]{43})$ http://purl.org/np/$1 [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Vocabulary$ http://purl.org/np/RABojlumxBgs8OOrWR1M53NbWKsXtoav55cE7qxFbrj-k [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/FAIR-Maturity-Indicator$ http://purl.org/np/RAP41Y2vTjCKhSlnOdLUeqAO1WfkKP7LccDktDAaKFUvk [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/measuring$ http://purl.org/np/RAPYeyDbYkOitTsQ7smjKDaOpeJ_LtV5kpmoleIfsrcPQ [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/rationale$ http://purl.org/np/RA43Fq5cSgj975CzrlplnEzU20HCTYcFrd5L5UaOMqrmY [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/requirements$ http://purl.org/np/RAHOoYjEauO8RABO_uet9ZbFnYS9HbU4TiZ8I1knGt0eQ [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/procedure$ http://purl.org/np/RAYK0HekgSd0Ki2Xnm8YIfMgg31v90BHh6JAHpHJYDY0A [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/validation$ http://purl.org/np/RAbY8f_H_9L9JwK-IaEZDnqo5ki58HhB64uGiAU7tLXHc [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/relevance$ http://purl.org/np/RAo_eOJtZA6NjPrDvpcI0cVDWxDkvAOZKJfGLBmKT9epU [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/examples$ http://purl.org/np/RAE3Fw5kP89OCSz_BlPdVMNrq0lmQ3hCzz17E1EqqeK3Y [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/comments$ http://purl.org/np/RAhtCKxX_wKiD0N7QTk8APUVFSGfwOpjCMOlVUfn4oXo8 [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_A1.1$ http://purl.org/np/RAr1dwNRG9Mr5Dauelcd_2Qhh1iSaF9AFJeCa-XD6kUwk [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_A1.2$ http://purl.org/np/RARiaSiKTOUKg-zfXpNpwPosr7GYwukcsiiGhTY3HOZA4 [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_A2$ http://purl.org/np/RA9l3h00UhF0Z5UJQXxC01l1E2DoIjQkhc6IBJpxssM6s [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_F1A$ http://purl.org/np/RAYWDLYD391dvZYWFlTotQMmeNGlxAZ-k20zk-0st23xU [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_F1B$ http://purl.org/np/RAzT-eNRnZBcdBtBo3qUkQNE-E49J6HRFIe6V70sZUpBY [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_F2A$ http://purl.org/np/RAkKRXnxLhS081j-xuf196NxrT-hXHV3ljYJxD2HFkT1A [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_F2B$ http://purl.org/np/RA0kM-ERBzY7l_8zO-5BCSDqAihcsbajoxrjgmrJNcSxM [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_F3$ http://purl.org/np/RAax9bnZ3lsx7ifXhF81GwSH15ophmxS1SDBNV7TPCGEc [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_F4$ http://purl.org/np/RA0B7k3GvigQ3VLeJkX-VPYAueJ87xnH88H-zUpZz3H1o [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_I1A$ http://purl.org/np/RAwLWHMBFaASrq-q9De9jC2O7hflUaT1sP5n-siIJ6DOI [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_I1B$ http://purl.org/np/RAAUi1hXeRSsOSfCebQxFkDNjOINrA0MAHLtMJBwtWhCg [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_I2A$ http://purl.org/np/RAKLPaIuvVttW7hp4akIVG9Q1eIRREFAX2Ay90lBRtXrU [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_I2B$ http://purl.org/np/RADG8vyQDHVMl2js9bYwOOWMLej8bEfeoOVrEVh_EzZuw [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_I3$ http://purl.org/np/RAy3xxneMqjds5QMmfqq_RhXylooJaRfLzfIFdxtf_ip0 [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/Gen2_MI_R1.1$ http://purl.org/np/RAbltjeQd3jT-Zqp1hfjpsa6H-D8o3Zv91uLn69q_m0X8 [R=302,L]
RewriteRule ^maturity_indicator/latest/Gen2/index$ http://purl.org/np/RAJJ4LkNqXUFKBW-712NAztJf_ogxsFCGil74yLuRNFdw [R=302,L]