forked from peta-pico/FAIR-nanopubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
htaccess
270 lines (225 loc) · 24.2 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
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 ^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/RAscnEDxqhJys07l4mKeNsbkwG-C_5RL_17GQRLRGu5Uo [R=302,L]
RewriteRule ^principles/latest/FAIR$ http://purl.org/np/RAm_hKag5obqTZQ5oP6KdK10bJpkyT9htktUIsCstHFEc [R=302,L]
RewriteRule ^principles/latest/FAIR-Principle-or-SubPrinciple$ http://purl.org/np/RAS08GB3QrW6DRXUhdwgUZ9oy5KbP4Q2Ac07rGb7qJsc4 [R=302,L]
RewriteRule ^principles/latest/FAIR-Principle$ http://purl.org/np/RArvgyYAkRh175vBksn6eHp1MVR4qqfTSwYRGd2ozRo3E [R=302,L]
RewriteRule ^principles/latest/FAIR-SubPrinciple$ http://purl.org/np/RAuBeE6JEZTdH2-2XIg_LJU3zzaXMOZj9UVpJ77ij64eQ [R=302,L]
RewriteRule ^principles/latest/F$ http://purl.org/np/RAkeymz9YaWVUhaCJGMcqW8pVCJuockhHitKuwX6Ey3pw [R=302,L]
RewriteRule ^principles/latest/F1$ http://purl.org/np/RAHI3NLg6QMN59b2_pU1ukmu07N2LR44bXHmrevZaccRY [R=302,L]
RewriteRule ^principles/latest/F2$ http://purl.org/np/RAJVx4rB4qmLkUhSByAlWVkG97spN1rDCTQGRyOs3moLU [R=302,L]
RewriteRule ^principles/latest/F3$ http://purl.org/np/RAnnkpS6g-E02Qh_qkzSGPvoOx7T49g0xIne9R6Kn_29M [R=302,L]
RewriteRule ^principles/latest/F4$ http://purl.org/np/RA2sSr3FWdXRdgqSyCpjtMwh9J5dMFktMeRXuI0MUlLq8 [R=302,L]
RewriteRule ^principles/latest/A$ http://purl.org/np/RAjoQqsOxa1BgxUVkoZEOg9bSm60u4pyMYB1BX9v0i-xo [R=302,L]
RewriteRule ^principles/latest/A1$ http://purl.org/np/RAxxfzTsbQI2x3jjrPpqrpONVbVk4mSCIV_YMijJnSFlE [R=302,L]
RewriteRule ^principles/latest/A1.1$ http://purl.org/np/RAK-3uoJCYQxi7PDHh04SnK2yJdYVfGN1pm1CNZ3-C0Xc [R=302,L]
RewriteRule ^principles/latest/A1.2$ http://purl.org/np/RAwZLDeBEMlantR0qmaFYoa6QV-PpQ-vvgZ_xBFk82NjU [R=302,L]
RewriteRule ^principles/latest/A2$ http://purl.org/np/RAgYNLc33VDkf1bz00kcjWum-RBPxV5cqRQuKeZ-wTq-Q [R=302,L]
RewriteRule ^principles/latest/I$ http://purl.org/np/RAUJiTq4p_ZOrog7KGPJa7ly7Ox3KzJWfD-Ly3j-x6rX8 [R=302,L]
RewriteRule ^principles/latest/I1$ http://purl.org/np/RAXDJXTb6hgSm4MhgrL_X7O2FEmWWECTw0CTM41XCQCyY [R=302,L]
RewriteRule ^principles/latest/I2$ http://purl.org/np/RAmB0M6lyfqK-GBYhoyggakL7Uu8ggg2BxB6HvwVdTD5k [R=302,L]
RewriteRule ^principles/latest/I3$ http://purl.org/np/RASc_oVXSKUCa1Dpq9u5ewWREDQi4-t2FYc5TZvDrCgTs [R=302,L]
RewriteRule ^principles/latest/R$ http://purl.org/np/RAmfJuhjL8dwlKL__UkaL90GsnEDXqZJcmDCGxidvwkUE [R=302,L]
RewriteRule ^principles/latest/R1$ http://purl.org/np/RAOt0ygxtXNdLERhUDqcDFs8BS3Ez-QKHtguHVOph2y3U [R=302,L]
RewriteRule ^principles/latest/R1.1$ http://purl.org/np/RAtFjagX6Y1GJ4_v4utOoIeur7SHnvGc6hXyiZUYNJ5OI [R=302,L]
RewriteRule ^principles/latest/R1.2$ http://purl.org/np/RAksZ0YMRlIcFIh8YHl_squ3smhinMgV94kPnYrz_H1GU [R=302,L]
RewriteRule ^principles/latest/R1.3$ http://purl.org/np/RAOwY8F7M4TJxG_gKAA7jfjeuee6PO95lM5M7UKtrLz80 [R=302,L]
RewriteRule ^principles/latest/index$ http://purl.org/np/RAU3d0bQabZcFpNM2n9nCCNmjlWulcMX_Bguf0_asNkPM [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/RAIzJFInXhodHuHbFvQHlk4Yl1w1SkwNBjG7KSMizpwRc [R=302,L]
RewriteRule ^icc/latest/FAIR-ICC-Model$ http://purl.org/np/RAbU4Yae5K-MAi3KBvkjp8DcOh_j2cywK27LpLspPCNlY [R=302,L]
RewriteRule ^icc/latest/Choice$ http://purl.org/np/RAVzdItGRIcdSyY2SIjOSx07ohyd5EMQxxjUnr9BQ9ICc [R=302,L]
RewriteRule ^icc/latest/Challenge$ http://purl.org/np/RAlXOsmhYthYfRhaYW5u4OV8668RsjaOz5iJXkPAuXJxs [R=302,L]
RewriteRule ^icc/latest/Declaration$ http://purl.org/np/RAwZxfYbMd9_9FiAvKD7O4vlUgfROoL5gHfMxu0vKm_0g [R=302,L]
RewriteRule ^icc/latest/ChoiceDeclaration$ http://purl.org/np/RABBdmfpeFNPViNA4zzTiQLhUyPXE5C4K66ljoIwR8D9c [R=302,L]
RewriteRule ^icc/latest/ChallengeDeclaration$ http://purl.org/np/RAB-CVmORNR6UvG5JYsRGXmw1GsmJDGmjTT_YgouPzPCI [R=302,L]
RewriteRule ^icc/latest/Community$ http://purl.org/np/RAU8r8fNcs-CtB_84Sgqt1wW3xhdRYrfm1EhSrPfUqfy8 [R=302,L]
RewriteRule ^icc/latest/Resource$ http://purl.org/np/RANrdR2CMwS5rGlF9AWG_8t5jDYcGSY8hknNFAfPHRcRo [R=302,L]
RewriteRule ^icc/latest/Explanation$ http://purl.org/np/RAfw5xlEcBm3FDe9hY_QYnT0jXMd5i-x8Nx6dMlVDAbyY [R=302,L]
RewriteRule ^icc/latest/explains-principle$ http://purl.org/np/RAOxu4DFDTIDQ4hVvU90X1oVtFNs5zPamj34tQ-JjIscY [R=302,L]
RewriteRule ^icc/latest/implementation-considerations$ http://purl.org/np/RAOdMOSqMLQDhwCY-okOGGgBlMIruSS9NfAgvksDREJxo [R=302,L]
RewriteRule ^icc/latest/implementation-examples$ http://purl.org/np/RACYaRUBHUPx2tibRF1cJ2mYamVHnaYCMj-Xx87kvvpS4 [R=302,L]
RewriteRule ^icc/latest/refers-to-principle$ http://purl.org/np/RAzJwYsHzF1gVM8isfFA31ewMPC8lDg87iu1OUntrxBuk [R=302,L]
RewriteRule ^icc/latest/related-challenge$ http://purl.org/np/RASCiEgIEFsfJk0iQmqoSaQlP0MQ950_XwBW0kinTUIrM [R=302,L]
RewriteRule ^icc/latest/refers-to-choice$ http://purl.org/np/RAqsUQjgI2F6RJ5UeLUzet0O10FdoBbyDJ_g-kguBsGgI [R=302,L]
RewriteRule ^icc/latest/refers-to-challenge$ http://purl.org/np/RAyy5rB_wWeroxG9R0H9AnVydd8xCFHTSpginMrG_C_JQ [R=302,L]
RewriteRule ^icc/latest/declared-by$ http://purl.org/np/RAGRRxttAbn9-N_mD_PWa5gmY9Vh1jHqmJYGwsNmKp9fY [R=302,L]
RewriteRule ^icc/latest/chosen-resource$ http://purl.org/np/RARsj4NTi_U8rPTmJ7bL6cGZgb-atUqUHSGs5kc_R4D6s [R=302,L]
RewriteRule ^icc/latest/had-challenge$ http://purl.org/np/RAiKyrP13PsI8aqqXc9N3SJwDwoaJSVpV_FqZwlNsLVS4 [R=302,L]
RewriteRule ^icc/latest/F1-Explanation$ http://purl.org/np/RAIz8InxR_p9Dh5-j3SI6MHT-6gHu7AGBuh_m6L56USSg [R=302,L]
RewriteRule ^icc/latest/F2-Explanation$ http://purl.org/np/RAgn3Iul-zhJSRzwj-gEHjZAYqjtJ-CuKRswkIhNNM3j4 [R=302,L]
RewriteRule ^icc/latest/F3-Explanation$ http://purl.org/np/RAIIlDCGrUvI6nbPP4gZ6I6QacqqXsiCd5gM90HWDb3D0 [R=302,L]
RewriteRule ^icc/latest/F4-Explanation$ http://purl.org/np/RALCFoxnyBIpxN7gjLeQDHaXF9K4v_gFvudEE_kfryYlM [R=302,L]
RewriteRule ^icc/latest/A1.1-Explanation$ http://purl.org/np/RAcOJlgyqXWCXlyUdNT0ahIIyqTxUFaXTE8gSKX7rkkwc [R=302,L]
RewriteRule ^icc/latest/A1.2-Explanation$ http://purl.org/np/RArg_clopv_e4aBuF6lFkQ94sQ4GsPQPBwC0fN6h1L73s [R=302,L]
RewriteRule ^icc/latest/A1-Explanation$ http://purl.org/np/RAPc_iF-f961V2yRDHAZ5oDqM9-1G6d6t2lLcz3jeosjE [R=302,L]
RewriteRule ^icc/latest/A2-Explanation$ http://purl.org/np/RASqc1YjfNdnBZ8X3hAVGqdY3q_T3e6cPs-PsbW6NZDfE [R=302,L]
RewriteRule ^icc/latest/I1-Explanation$ http://purl.org/np/RAYVAKb6KFlHN3-7y08ig7nrmV-_dH10Y4BFgjeowUtZg [R=302,L]
RewriteRule ^icc/latest/I2-Explanation$ http://purl.org/np/RA1EiP8eu-CYb1s6CRVHz8EFk9IPcyntoEcGFxksuRaRM [R=302,L]
RewriteRule ^icc/latest/I3-Explanation$ http://purl.org/np/RAdzD_IK0U7DT_JuP4eWNuGAcf_-DS5d1hvhXOzlDGkAE [R=302,L]
RewriteRule ^icc/latest/R1.1-Explanation$ http://purl.org/np/RA_-DA9A8JNFSDGMy2uR3hT_PsTGoxjMbchiKLD9MLEaU [R=302,L]
RewriteRule ^icc/latest/R1.2-Explanation$ http://purl.org/np/RA50a_LNM7qUyVRCs0u8klptCFsXmne2JDej5wkGzM_Uw [R=302,L]
RewriteRule ^icc/latest/R1.3-Explanation$ http://purl.org/np/RAFH4n7LoMoHEs3TSB1zlVjFQuk7eAyLryEzad2jsku6M [R=302,L]
RewriteRule ^icc/latest/R1-Explanation$ http://purl.org/np/RA_Ffc9B2FUGLS97DRueV5vl2GV79q4oNhyfj4ArLlj34 [R=302,L]
RewriteRule ^icc/latest/F1-Choice$ http://purl.org/np/RA-KyfTO38WCxHdmW_Tdk-Gs8gSSEJbPi2W-L2_8K2xEw [R=302,L]
RewriteRule ^icc/latest/F1-Challenge-1$ http://purl.org/np/RA7sfcu2Oe8Hefn90TlUVHV2QiWMFB-ss-yVZDbX5Goxs [R=302,L]
RewriteRule ^icc/latest/index$ http://purl.org/np/RAnui1LtXCyDjNjGcQu6D9QNuopdZQ3AVKk6bK5I1XeNc [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/RA1y8u-HpFm89uqnhtDZLhOTGFu0hdCO0zR54R1rBu91w [R=302,L]
RewriteRule ^fip/latest/FIP-Question$ http://purl.org/np/RA8LZmNV-sJ9ssPIt6xjeMxjYnv5YwtwsQ-vxxZua7kBQ [R=302,L]
RewriteRule ^fip/latest/FIP-Data-related-Question$ http://purl.org/np/RAJNGdhyMdASv8Y-BP-olG2x2X0xCkJmPXhPLEYi672R0 [R=302,L]
RewriteRule ^fip/latest/FIP-Metadata-related-Question$ http://purl.org/np/RAQ5ztge2_B4nsUgEqxnTtaN7hjWNVrSz63Iap2R6p9qc [R=302,L]
RewriteRule ^fip/latest/FAIR-Declaration$ http://purl.org/np/RAdmthcBkDLxtiEePM-SumnnuYtuyfnvkv7_hAZYbLaNc [R=302,L]
RewriteRule ^fip/latest/FIP-Declaration$ http://purl.org/np/RArFEXGb2C8doCyXRj5g5rtJe8O5-DoVzZ8FM-YHzc3ME [R=302,L]
RewriteRule ^fip/latest/FSR-Declaration$ http://purl.org/np/RAexK_OBw19KDScE9QapLf_BECPMiA-9eeB5yFl9ISUvM [R=302,L]
RewriteRule ^fip/latest/SIP-Declaration$ http://purl.org/np/RAxvdtny9kNGBaCijVFAcyXuTz__U_1KolGCG2i5tOQfs [R=302,L]
RewriteRule ^fip/latest/FAIR-Interpretation$ http://purl.org/np/RAbrGROWNitQvL743i9h-bIUhnHVYyCf4rX6Vota5w5Wo [R=302,L]
RewriteRule ^fip/latest/FAIR-Qualification-Criteria$ http://purl.org/np/RA_gpziJpW8cZQ9LeIVjWInMN4C6-QyejzaNTp8fazELw [R=302,L]
RewriteRule ^fip/latest/FAIR-Case-Study$ http://purl.org/np/RAZX9QqE4BYlfd5JqsHuzi6G9UZIZ0H7eSmUrmiYv7KEk [R=302,L]
RewriteRule ^fip/latest/FIP-No-Choice-Declaration$ http://purl.org/np/RAhmL2LLai6oDeGav9XlSVppYwxbeJBZwCOLMj60aQy8c [R=302,L]
RewriteRule ^fip/latest/FAIR-Implementation-Community$ http://purl.org/np/RA2Y3Th7gNr2Cp0gOyc36FENmesN5uwhOaHX-R0ZxojCE [R=302,L]
RewriteRule ^fip/latest/Cross-Domain-Community$ http://purl.org/np/RAEps2e22VYFItv-giP7uUFVV7jM2ptNovAVMcumaqB34 [R=302,L]
RewriteRule ^fip/latest/Domain-Specific-Community$ http://purl.org/np/RAVQEp1AbT1B5LjDzl-S4fUF_3gMiLg_TEjl5t0R4-8lw [R=302,L]
RewriteRule ^fip/latest/Specific-Community$ http://purl.org/np/RA_R67uN1xNlTCjfmmHHip9vcVR6ChGNjocGqGZAtsnkw [R=302,L]
RewriteRule ^fip/latest/has-data-steward$ http://purl.org/np/RA08kwOVtIpBUs6S8UpjmU7G9JBZ6xMJ15iOBGpX6uu5A [R=302,L]
RewriteRule ^fip/latest/FAIR-Supporting-Resource$ http://purl.org/np/RAbNUAK34yuxmvSnvpmUBtsgFuqyIDw_1zPd_JLxxlqYk [R=302,L]
RewriteRule ^fip/latest/Available-FAIR-Supporting-Resource$ http://purl.org/np/RA-0t-TRhKuVntCyKyAjGaprbxksDTTPt2Z8JF1DYVipc [R=302,L]
RewriteRule ^fip/latest/FAIR-Supporting-Resource-to-be-Developed$ http://purl.org/np/RAqra7T_liH8ZTwxZ2EbLRwqsfUA9Exk0qm4FNN-uBEuk [R=302,L]
RewriteRule ^fip/latest/FAIR-Enabling-Resource$ http://purl.org/np/RAhAJbPXhIuvOzT5YkltZThbzB6WubMmO-scokD4MjDbM [R=302,L]
RewriteRule ^fip/latest/FAIR-Implementation-Profile$ http://purl.org/np/RAJexeM9os5zyCEaOIIe2BIDQyvchtJ-v-7UUkal3s6ec [R=302,L]
RewriteRule ^fip/latest/Available-FAIR-Enabling-Resource$ http://purl.org/np/RAU2Gqco3pHDNHrQ063qN7iZzmqoqggiJW2JGThcnPEN0 [R=302,L]
RewriteRule ^fip/latest/FAIR-Enabling-Resource-to-be-Developed$ http://purl.org/np/RAjEwLFcboWhEm9GqcJAcxOKf6YLUx2594nC3-x-YEKSE [R=302,L]
RewriteRule ^fip/latest/FAIR-Data-Policy$ http://purl.org/np/RAgU7OztYOmo2yFJ3QKK94QeDkGOxGwza56F-tBk3xCNY [R=302,L]
RewriteRule ^fip/latest/FAIR-Data-Stewardship-Plan-Template$ http://purl.org/np/RAnaFqahm-Khks2ACkqF9O_TzZ7ahYH2MnhYR8mXCEFDo [R=302,L]
RewriteRule ^fip/latest/Data-Steward-Professional-Profile$ http://purl.org/np/RAOX9qkwYLvxN5MN0YPTrKsMwNspUSXgyzFdh9K9xqs-k [R=302,L]
RewriteRule ^fip/latest/FAIR-Data-Stewardship-Event$ http://purl.org/np/RArkgyib5_VvN4Wqigj5d-YYPyVzzJzOFHa5_IFn5AE9w [R=302,L]
RewriteRule ^fip/latest/FAIR-Training-Material$ http://purl.org/np/RAzqbToNohobWZOPTRcihzR2pFMasVOHysDfbHZNEefng [R=302,L]
RewriteRule ^fip/latest/FAIR-Practice$ http://purl.org/np/RAfyfVAKNg9Ph6iieRP44kK8P1l47-ShkLcBcHNLH9gRs [R=302,L]
RewriteRule ^fip/latest/FAIR-Specification$ http://purl.org/np/RAVjoiMJfby1CKl06KdML-g4ngfZYgEjaFnwRhGh_iJc0 [R=302,L]
RewriteRule ^fip/latest/Crosswalk$ http://purl.org/np/RAjpFEm1BEoJSO9gXqNLfzmrrFe9W_5hGl3woHn3PSUo4 [R=302,L]
RewriteRule ^fip/latest/FAIR-Supporting-Service$ http://purl.org/np/RACCuSjLnohqCqhoeiTRWwE7vJjX_-pJfP0bwQriXULjo [R=302,L]
RewriteRule ^fip/latest/FAIR-Representation-Service$ http://purl.org/np/RA9j9D7dpjYzJhdRWidg2o8hQzBk0HwTSeMdK-Q8VfeIM [R=302,L]
RewriteRule ^fip/latest/Web-API$ http://purl.org/np/RABDfH4VS3fV8JxcSnQUXRh7YmEU_pAot_ARDaDiD05eU [R=302,L]
RewriteRule ^fip/latest/Editor$ http://purl.org/np/RAWOAs6zjRe2yaiIDVmNqw5ZvR4ht8-hZHSi4hqJQQdEA [R=302,L]
RewriteRule ^fip/latest/Validation-Service$ http://purl.org/np/RAV600c2A5SH9KXBNPWxkDkw0SCG5oeEh_6lj_e_PwGWU [R=302,L]
RewriteRule ^fip/latest/Provenance-Tracking-Service$ http://purl.org/np/RAZiRN2FKX5zq2lbUPuPkFpu9XpUuyHE1tr6P4tLWTDr8 [R=302,L]
RewriteRule ^fip/latest/Semantic-Interoperability-Profile$ http://purl.org/np/RAUb40VYYnjFWJIpZy-HqWy731F4KcZ0XfVjT4g0E_KTY [R=302,L]
RewriteRule ^fip/latest/Digital-Object-Type$ http://purl.org/np/RASZMg5IaGIF6VIpzIr7JXaGcNMy4XxJbQLZo5CI5okAk [R=302,L]
RewriteRule ^fip/latest/Identifier-service$ http://purl.org/np/RAdWvGn8QX5WKGqwlTa4u_ZsxckKMr8h5c032vhJ6jshw [R=302,L]
RewriteRule ^fip/latest/Metadata-schema$ http://purl.org/np/RA8XymxAgBm8lNUJOgGCA0taw3PeseqS3tRX9BF0MmdMk [R=302,L]
RewriteRule ^fip/latest/Metadata-data-linking-schema$ http://purl.org/np/RA_vmLcSge3bd6LLQMnSRWa47a7h9F5D6I_JjcgkF0Ifs [R=302,L]
RewriteRule ^fip/latest/Registry$ http://purl.org/np/RA70EiegLczAAyaWYa2BqZdnD5gujd_00uzT3Y8BWBibI [R=302,L]
RewriteRule ^fip/latest/Communication-protocol$ http://purl.org/np/RAXhX-hy1JVDmBr5pSdnw4Fp5-sWN8lTrfTOyskqcdy8g [R=302,L]
RewriteRule ^fip/latest/Authentication-and-authorization-service$ http://purl.org/np/RATkCT9Rbjz3TyYVi_bjDSnNc4dFBlIKsEHKCCUbwR8So [R=302,L]
RewriteRule ^fip/latest/Metadata-preservation-policy$ http://purl.org/np/RAjDXKr4A7GNyT5uq_gVn503AhgM9OV3hgH0bddfeOWs4 [R=302,L]
RewriteRule ^fip/latest/Knowledge-representation-language$ http://purl.org/np/RAMt55sks48PC9G0Uu-tu8S5cY6GCSe9ozxEpiRezIF78 [R=302,L]
RewriteRule ^fip/latest/Structured-vocabulary$ http://purl.org/np/RA9JwUVZk395ippZgv8Nk78ov9HV8bbTFf_tBjtxqPm44 [R=302,L]
RewriteRule ^fip/latest/Semantic-model$ http://purl.org/np/RArOotoj04lZsfydu8fncZqH0wUErJZaQAgRbrKHaDNpc [R=302,L]
RewriteRule ^fip/latest/Data-usage-license$ http://purl.org/np/RA-2Djy0Q3x4fvSM1XnrXCud3EqnAYLJ4cmAHaRC6WgfI [R=302,L]
RewriteRule ^fip/latest/Provenance-model$ http://purl.org/np/RAbaVAYwnwjO6LW7Bp30mHBDyy8vfvwe6zi5FiFDM2GFo [R=302,L]
RewriteRule ^fip/latest/refers-to-principle$ http://purl.org/np/RA_tVVGjB8f-3mWwAVoq8owmlWIBAILiZpoYPq-EGkqcU [R=302,L]
RewriteRule ^fip/latest/refers-to-question$ http://purl.org/np/RAj710TeD1XPa50yIyKqrMtwXaz1nfrR02xA7ajpTvgug [R=302,L]
RewriteRule ^fip/latest/declared-by$ http://purl.org/np/RAWOZigawxHUokxu-0I_O5Dnv_rIIuD3wEkXQlkpyJklM [R=302,L]
RewriteRule ^fip/latest/declares-current-use-of$ http://purl.org/np/RASwpfIDQy8IKjcphmYdSJJcIZ68_78fpJJs0zdfHrBAI [R=302,L]
RewriteRule ^fip/latest/declares-planned-use-of$ http://purl.org/np/RAYcz9PHNJ8QYhVJXZM08sUkMM5VVn8VPLygFIRuDBZxE [R=302,L]
RewriteRule ^fip/latest/declares-planned-replacement-of$ http://purl.org/np/RA83_Gg1RlDZH-0vb4hZ8pF8uG0djmi7N4wMG_pb_OVRY [R=302,L]
RewriteRule ^fip/latest/declares-planned-development-of$ http://purl.org/np/RAbKnzq6yoWym__2uZqnwLIJVd7Fzs8FNBCRFAkIsbwCg [R=302,L]
RewriteRule ^fip/latest/declared-for-digital-object-type$ http://purl.org/np/RAQve36L0owuZJo4W22wODzEQevLGlQ3dWP14-bdy9yvI [R=302,L]
RewriteRule ^fip/latest/declared-for-case-study$ http://purl.org/np/RAoCTY8a7N2cRpyLb70bzbQS36JKamdu9tkuSipTK3C-c [R=302,L]
RewriteRule ^fip/latest/considerations$ http://purl.org/np/RAhDGVcthdqdqmrcX8eLmLzohbMIrUJiDagBV4mOCJQTc [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F1-MD$ http://purl.org/np/RAXiPlRTRgv0qxKdxFSQN5PQwBplAGCj-oMaIfDclcQR8 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F1-D$ http://purl.org/np/RAn7FG3LYjSfDtQDmYL9f479dtrRQLxhzSbAN_36IlYac [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F2$ http://purl.org/np/RAc3qKyMmXEAY9hzklOKk-SY_g2a1Ctmh9lkl3Rn98qig [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F3$ http://purl.org/np/RAyO7qcNoOslhC3NfbjjHTJIk5sEDqBLXG1KYeyuL4AVo [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F4-MD$ http://purl.org/np/RARZXfavS_nOtRr5aRnRf146u-x4DxFcBO_MrMrUiypBc [R=302,L]
RewriteRule ^fip/latest/FIP-Question-F4-D$ http://purl.org/np/RATP25Vjkt3lPhLCKd3MAzcs1yQWsLrqYzWLOlRWuIH8w [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.1-MD$ http://purl.org/np/RABwCAPyb_6skwQf0KhLdMd0yZsCuNTnWTBo03mP0aRBU [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.1-D$ http://purl.org/np/RAGvTS5tsrdowXkQXLec40IlLf0N6IMT4Frg6NOl2ZFV0 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.2-MD$ http://purl.org/np/RADAqUT6doqx1OLlCQsMTtXOdkzjwV3WBMlKtK0W845co [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A1.2-D$ http://purl.org/np/RAdKTSYay9tnYtQbX-tBlFoIS8zRv96QsR5L1DBMM47Sg [R=302,L]
RewriteRule ^fip/latest/FIP-Question-A2$ http://purl.org/np/RA3l0KCKWGG0JKop2wQClIh2g03I7RYPJmxk1eZ7Wjyrs [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I1-MD$ http://purl.org/np/RAcLXHVPLoRjC9CkByLSOixcDbPCpHXELq-c6__stf_Wc [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I1-D$ http://purl.org/np/RA_oFw5HdvYtmmn-v5nRapCCkwAGBavTbpMG2IcFIQspg [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I2-MD$ http://purl.org/np/RAxSVTNwwngcbqKEVjaGt59NWnZFR2Oy4nfTQa33ZXGh4 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I2-D$ http://purl.org/np/RAP6Gam01fO5o1ifvq1YwRWVmXG8UObj_MdbGnoRQmf-k [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I3-MD$ http://purl.org/np/RAg7xmk5jJm6oJvbqrDiU6BVv35Mkm8oW7dSAsAN3oFYc [R=302,L]
RewriteRule ^fip/latest/FIP-Question-I3-D$ http://purl.org/np/RAfRArouTJi5HAeF3uHajyoJi3bjqT5zSuZlUQz3UPvcI [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.1-MD$ http://purl.org/np/RAzlmOPxGX8QA1c4j0BVrzZjtKMA0NkST4FrIXnwueBn8 [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.1-D$ http://purl.org/np/RACw63-arnlx2g3hJb6ZcVBOrxCNCex22oykEoMjPCYcY [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.2-MD$ http://purl.org/np/RADFItKV0jhvR8T5beNGRQbsnceMZNBHegqCHovU9fVPk [R=302,L]
RewriteRule ^fip/latest/FIP-Question-R1.2-D$ http://purl.org/np/RAw5eJhtewy4MBSAK9oAS8XW7Kenr6lrGVRt5I8r-itDc [R=302,L]
RewriteRule ^fip/latest/index$ http://purl.org/np/RAQaT3p2ZQwps-wSk7COIpdhxycuOCiH-QmpNLzjDTb64 [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]