|
1 | 1 | # Contact person name: Ahmad Z. Ihsan |
2 | 2 | # Contact person email: a.ihsan@fz-juelich.de |
3 | | -# Artifacts: core, dal, dataset, experiment, complete |
4 | | -# Artifacts Names: PRIMA-Core ontology, PRIMA-Data Analysis Lifecycle ontology, PRIMA-Dataset ontology, PRIMA-Experiment ontology, PRIMA-Complete ontology |
| 3 | +# Artifacts: core, dal, dataset, experiment, computational, complete |
| 4 | +# Artifacts Names: PRIMA-Core module, PRIMA-Data Analysis Lifecycle module, PRIMA-Dataset module, PRIMA-Experiment module, PRIMA-Computational module, PRIMA-Complete module |
5 | 5 | # Resource location: https://github.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology |
6 | 6 |
|
7 | 7 | Options +FollowSymLinks |
8 | 8 |
|
9 | 9 | # Turn off MultiViews |
10 | 10 | Options -MultiViews |
11 | 11 |
|
12 | | -# Directive to ensure *.rdf files served as appropriate content type |
| 12 | +# Directive to ensure files served as appropriate content type |
13 | 13 | AddType application/rdf+xml .owl |
14 | 14 | AddType application/rdf+xml .rdf |
15 | 15 | AddType text/turtle .ttl |
16 | 16 | AddType application/ld+json .jsonld |
17 | | - |
| 17 | + |
18 | 18 | RewriteEngine on |
19 | 19 |
|
20 | | -# PRIMA-Core ontology |
21 | | -#============== |
| 20 | +# ========================================================= |
| 21 | +# PRIMA-Core module (v3) |
| 22 | +# ========================================================= |
| 23 | + |
22 | 24 | # HTML |
23 | 25 | RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) |
24 | 26 | RewriteCond %{HTTP_ACCEPT} text/html [OR] |
25 | 27 | RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] |
26 | 28 | RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* |
27 | | -RewriteRule ^core$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/core/ver_2_0/index.html [R=303,L] |
| 29 | +RewriteRule ^core$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/core/ver_3_0/index.html [R=303,L] |
28 | 30 |
|
29 | | -# Rewrite rule to serve RDF/XML content |
| 31 | +# RDF/XML |
30 | 32 | RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR] |
31 | 33 | RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR] |
32 | 34 | RewriteCond %{HTTP_ACCEPT} ^.*text/xml.* |
33 | 35 | RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.owl [R=303,L] |
34 | 36 |
|
35 | | -# Rewrite rule to serve TTL content |
| 37 | +# TTL |
36 | 38 | RewriteCond %{HTTP_ACCEPT} text/turtle [OR] |
37 | 39 | RewriteCond %{HTTP_ACCEPT} text/\* [OR] |
38 | | -RewriteCond %{HTTP_ACCEPT} \*/turtle |
39 | | -RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.ttl [R=303,L] |
| 40 | +RewriteCond %{HTTP_ACCEPT} \*/turtle |
| 41 | +RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.ttl [R=303,L] |
40 | 42 |
|
41 | 43 | # JSON-LD |
42 | 44 | RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.* |
43 | | -RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.jsonld [R=303,L] |
| 45 | +RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.jsonld [R=303,L] |
44 | 46 |
|
45 | | -# Default response |
46 | | -# Rewrite rule to serve the RDF/XML content from the PRIMA-Core IRI by default |
| 47 | +# Default response (RDF/XML) |
47 | 48 | RewriteRule ^core$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/core/ver_3_0/prima-core.owl [R=303,L] |
48 | 49 |
|
49 | | -# PRIMA-Data Analysis Lifecycle ontology |
50 | | -#============== |
| 50 | +# ========================================================= |
| 51 | +# PRIMA-Data Analysis Lifecycle module (v3) |
| 52 | +# ========================================================= |
| 53 | + |
| 54 | +# HTML |
| 55 | +RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) |
| 56 | +RewriteCond %{HTTP_ACCEPT} text/html [OR] |
| 57 | +RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] |
| 58 | +RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* |
| 59 | +RewriteRule ^dal$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/data-analysis-lifecycle/ver_3_0/index.html [R=303,L] |
| 60 | + |
| 61 | +# RDF/XML |
| 62 | +RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR] |
| 63 | +RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR] |
| 64 | +RewriteCond %{HTTP_ACCEPT} ^.*text/xml.* |
| 65 | +RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_3_0/prima-data-analysis-lifecycle.owl [R=303,L] |
| 66 | + |
| 67 | +# TTL |
| 68 | +RewriteCond %{HTTP_ACCEPT} text/turtle [OR] |
| 69 | +RewriteCond %{HTTP_ACCEPT} text/\* [OR] |
| 70 | +RewriteCond %{HTTP_ACCEPT} \*/turtle |
| 71 | +RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_3_0/prima-data-analysis-lifecycle.ttl [R=303,L] |
| 72 | + |
| 73 | +# JSON-LD |
| 74 | +RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.* |
| 75 | +RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_3_0/prima-data-analysis-lifecycle.jsonld [R=303,L] |
| 76 | + |
| 77 | +# Default response (RDF/XML) |
| 78 | +RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_3_0/prima-data-analysis-lifecycle.owl [R=303,L] |
| 79 | + |
| 80 | +# ========================================================= |
| 81 | +# PRIMA-Dataset module (v3) |
| 82 | +# ========================================================= |
| 83 | + |
51 | 84 | # HTML |
52 | 85 | RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) |
53 | 86 | RewriteCond %{HTTP_ACCEPT} text/html [OR] |
54 | 87 | RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] |
55 | 88 | RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* |
56 | | -RewriteRule ^dal$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/data-analysis-lifecycle/ver_2_0/index.html [R=303,L] |
| 89 | +RewriteRule ^dataset$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/dataset/ver_3_0/index.html [R=303,L] |
57 | 90 |
|
58 | | -# Rewrite rule to serve RDF/XML content |
| 91 | +# RDF/XML |
59 | 92 | RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR] |
60 | 93 | RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR] |
61 | 94 | RewriteCond %{HTTP_ACCEPT} ^.*text/xml.* |
62 | | -RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_2_0/prima-data-analysis-lifecycle.owl [R=303,L] |
| 95 | +RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_3_0/prima-dataset.owl [R=303,L] |
63 | 96 |
|
64 | | -# Rewrite rule to serve TTL content |
| 97 | +# TTL |
65 | 98 | RewriteCond %{HTTP_ACCEPT} text/turtle [OR] |
66 | 99 | RewriteCond %{HTTP_ACCEPT} text/\* [OR] |
67 | | -RewriteCond %{HTTP_ACCEPT} \*/turtle |
68 | | -RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_2_0/prima-data-analysis-lifecycle.ttl [R=303,L] |
| 100 | +RewriteCond %{HTTP_ACCEPT} \*/turtle |
| 101 | +RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_3_0/prima-dataset.ttl [R=303,L] |
69 | 102 |
|
70 | 103 | # JSON-LD |
71 | 104 | RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.* |
72 | | -RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_2_0/prima-dataset.jsonld [R=303,L] |
| 105 | +RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_3_0/prima-dataset.jsonld [R=303,L] |
| 106 | + |
| 107 | +# Default response (RDF/XML) |
| 108 | +RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_3_0/prima-dataset.owl [R=303,L] |
73 | 109 |
|
74 | | -# Default response |
75 | | -# Rewrite rule to serve the RDF/XML content from the PRIMA-DAL IRI by default |
76 | | -RewriteRule ^dal$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/data-analysis-lifecycle/ver_2_0/prima-data-analysis-lifecycle.owl [R=303,L] |
| 110 | +# ========================================================= |
| 111 | +# PRIMA-Experiment module (v3) |
| 112 | +# ========================================================= |
77 | 113 |
|
78 | | -# PRIMA-Dataset ontology |
79 | | -#============== |
80 | 114 | # HTML |
81 | 115 | RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) |
82 | 116 | RewriteCond %{HTTP_ACCEPT} text/html [OR] |
83 | 117 | RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] |
84 | 118 | RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* |
85 | | -RewriteRule ^dataset$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/dataset/ver_2_0/index.html [R=303,L] |
| 119 | +RewriteRule ^experiment$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/experiment/ver_3_0/index.html [R=303,L] |
86 | 120 |
|
87 | | -# Rewrite rule to serve RDF/XML content |
| 121 | +# RDF/XML |
88 | 122 | RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR] |
89 | 123 | RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR] |
90 | 124 | RewriteCond %{HTTP_ACCEPT} ^.*text/xml.* |
91 | | -RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_2_0/prima-dataset.owl [R=303,L] |
| 125 | +RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_3_0/prima-experiment.owl [R=303,L] |
92 | 126 |
|
93 | | -# Rewrite rule to serve TTL content |
| 127 | +# TTL |
94 | 128 | RewriteCond %{HTTP_ACCEPT} text/turtle [OR] |
95 | 129 | RewriteCond %{HTTP_ACCEPT} text/\* [OR] |
96 | | -RewriteCond %{HTTP_ACCEPT} \*/turtle |
97 | | -RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_2_0/prima-dataset.ttl [R=303,L] |
| 130 | +RewriteCond %{HTTP_ACCEPT} \*/turtle |
| 131 | +RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_3_0/prima-experiment.ttl [R=303,L] |
98 | 132 |
|
99 | 133 | # JSON-LD |
100 | 134 | RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.* |
101 | | -RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_2_0/prima-dataset.jsonld [R=303,L] |
| 135 | +RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_3_0/prima-experiment.jsonld [R=303,L] |
| 136 | + |
| 137 | +# Default response (RDF/XML) |
| 138 | +RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_3_0/prima-experiment.owl [R=303,L] |
102 | 139 |
|
103 | | -# Default response |
104 | | -# Rewrite rule to serve the RDF/XML content from the PRIMA-Dataset IRI by default |
105 | | -RewriteRule ^dataset$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/dataset/ver_2_0/prima-dataset.owl [R=303,L] |
| 140 | +# ========================================================= |
| 141 | +# PRIMA-Computational module (v3) |
| 142 | +# ========================================================= |
106 | 143 |
|
107 | | -# PRIMA-Experiment ontology |
108 | | -#============== |
109 | 144 | # HTML |
110 | 145 | RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) |
111 | 146 | RewriteCond %{HTTP_ACCEPT} text/html [OR] |
112 | 147 | RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] |
113 | 148 | RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* |
114 | | -RewriteRule ^experiment$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/experiment/ver_2_0/index.html [R=303,L] |
| 149 | +RewriteRule ^computational$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/computational/ver_3_0/index.html [R=303,L] |
115 | 150 |
|
116 | | -# Rewrite rule to serve RDF/XML content |
| 151 | +# RDF/XML |
117 | 152 | RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR] |
118 | 153 | RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR] |
119 | 154 | RewriteCond %{HTTP_ACCEPT} ^.*text/xml.* |
120 | | -RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_2_0/prima-experiment.owl [R=303,L] |
| 155 | +RewriteRule ^computational$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/computational/ver_3_0/prima-computational.owl [R=303,L] |
121 | 156 |
|
122 | | -# Rewrite rule to serve TTL content |
| 157 | +# TTL |
123 | 158 | RewriteCond %{HTTP_ACCEPT} text/turtle [OR] |
124 | 159 | RewriteCond %{HTTP_ACCEPT} text/\* [OR] |
125 | | -RewriteCond %{HTTP_ACCEPT} \*/turtle |
126 | | -RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_2_0/prima-experiment.ttl [R=303,L] |
| 160 | +RewriteCond %{HTTP_ACCEPT} \*/turtle |
| 161 | +RewriteRule ^computational$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/computational/ver_3_0/prima-computational.ttl [R=303,L] |
127 | 162 |
|
128 | 163 | # JSON-LD |
129 | 164 | RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.* |
130 | | -RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_2_0/prima-experiment.jsonld [R=303,L] |
| 165 | +RewriteRule ^computational$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/computational/ver_3_0/prima-computational.jsonld [R=303,L] |
131 | 166 |
|
132 | | -# Default response |
133 | | -# Rewrite rule to serve the RDF/XML content from the PRIMA-Experiment IRI by default |
134 | | -RewriteRule ^experiment$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/experiment/ver_2_0/prima-experiment.owl [R=303,L] |
| 167 | +# Default response (RDF/XML) |
| 168 | +RewriteRule ^computational$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/computational/ver_3_0/prima-computational.owl [R=303,L] |
| 169 | + |
| 170 | +# ========================================================= |
| 171 | +# PRIMA-Complete module (v3) |
| 172 | +# ========================================================= |
135 | 173 |
|
136 | | -# PRIMA-Complete |
137 | | -#============== |
138 | 174 | # HTML |
139 | 175 | RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) |
140 | 176 | RewriteCond %{HTTP_ACCEPT} text/html [OR] |
141 | 177 | RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] |
142 | 178 | RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* |
143 | | -RewriteRule ^complete$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/complete/ver_2_0/index.html [R=303,L] |
| 179 | +RewriteRule ^complete$ https://materials-data-science-and-informatics.github.io/MDMC-NEP-top-level-ontology/PRIMA/complete/ver_3_0/index.html [R=303,L] |
144 | 180 |
|
145 | | -# Rewrite rule to serve RDF/XML content |
| 181 | +# RDF/XML |
146 | 182 | RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR] |
147 | 183 | RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR] |
148 | 184 | RewriteCond %{HTTP_ACCEPT} ^.*text/xml.* |
149 | | -RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_2_0/prima-complete.owl [R=303,L] |
| 185 | +RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_3_0/prima-complete.owl [R=303,L] |
150 | 186 |
|
151 | | -# Rewrite rule to serve TTL content |
| 187 | +# TTL |
152 | 188 | RewriteCond %{HTTP_ACCEPT} text/turtle [OR] |
153 | 189 | RewriteCond %{HTTP_ACCEPT} text/\* [OR] |
154 | | -RewriteCond %{HTTP_ACCEPT} \*/turtle |
155 | | -RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_2_0/prima-complete.ttl [R=303,L] |
| 190 | +RewriteCond %{HTTP_ACCEPT} \*/turtle |
| 191 | +RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_3_0/prima-complete.ttl [R=303,L] |
156 | 192 |
|
157 | 193 | # JSON-LD |
158 | 194 | RewriteCond %{HTTP_ACCEPT} ^.*application/ld\+json.* |
159 | | -RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_2_0/prima-complete.jsonld [R=303,L] |
| 195 | +RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_3_0/prima-complete.jsonld [R=303,L] |
160 | 196 |
|
161 | | -# Default response |
162 | | -# Rewrite rule to serve the RDF/XML content from the PRIMA-Complete IRI by default |
163 | | -RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_2_0/prima-complete.owl [R=303,L] |
| 197 | +# Default response (RDF/XML) |
| 198 | +RewriteRule ^complete$ https://raw.githubusercontent.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/master/PRIMA/complete/ver_3_0/prima-complete.owl [R=303,L] |
164 | 199 |
|
| 200 | +# ========================================================= |
165 | 201 | # PRIMA Use Cases |
166 | | -#================ |
| 202 | +# ========================================================= |
| 203 | + |
167 | 204 | # Use case 1 |
168 | 205 | RewriteRule ^use-case-1$ https://github.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/tree/master/use-cases/STRAS-mapping [R=303,L] |
169 | 206 |
|
170 | | -# Use case 2 |
| 207 | +# Use case 2 |
171 | 208 | RewriteRule ^use-case-2$ https://github.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/tree/master/use-cases/Herbie-ELN [R=303,L] |
172 | 209 |
|
173 | | -# Development |
174 | | -# =========== |
| 210 | +# Development |
175 | 211 | RewriteRule ^dev$ https://github.com/Materials-Data-Science-and-Informatics/MDMC-NEP-top-level-ontology/ [R=303,L] |
176 | | - |
|
0 commit comments