Separated the material class to MPR enumeration map from the material schema.
Showing
4 changed files
with
591 additions
and
291 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-MATERIAL-CLASS-MAPS-TO-MPR-ENUMERATION-v1.0.ttl
0 → 100644
1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration | ||
2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material | ||
3 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
4 | + | ||
5 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +<http://www.reportinghub.no/ep/schema/1.0/material> | ||
13 | + rdf:type owl:Ontology ; | ||
14 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/material> ; | ||
15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
16 | + | ||
17 | +<http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> | ||
18 | + rdf:type owl:Ontology ; | ||
19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> . | ||
20 | + | ||
21 | +ep-material:Pentane | ||
22 | + transhelp:materialClassMapsToMPREnumeration | ||
23 | + <http://www.epim.no/schemas/mprml/1#FC_pentane> . | ||
24 | + | ||
25 | +ep-material:Propane | ||
26 | + transhelp:materialClassMapsToMPREnumeration | ||
27 | + <http://www.epim.no/schemas/mprml/1#FC_propane> . | ||
28 | + | ||
29 | +ep-material:substance-11dmcyPentane | ||
30 | + transhelp:materialClassMapsToMPREnumeration | ||
31 | + <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . | ||
32 | + | ||
33 | +ep-material:substance-124tmBenzene | ||
34 | + transhelp:materialClassMapsToMPREnumeration | ||
35 | + <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . | ||
36 | + | ||
37 | +ep-material:substance-12dmBenzene | ||
38 | + transhelp:materialClassMapsToMPREnumeration | ||
39 | + <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . | ||
40 | + | ||
41 | +ep-material:substance-13dmBenzene | ||
42 | + transhelp:materialClassMapsToMPREnumeration | ||
43 | + <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . | ||
44 | + | ||
45 | +ep-material:substance-14dmBenzene | ||
46 | + transhelp:materialClassMapsToMPREnumeration | ||
47 | + <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . | ||
48 | + | ||
49 | +ep-material:substance-223tmButane | ||
50 | + transhelp:materialClassMapsToMPREnumeration | ||
51 | + <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . | ||
52 | + | ||
53 | +ep-material:substance-223tmPentane | ||
54 | + transhelp:materialClassMapsToMPREnumeration | ||
55 | + <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . | ||
56 | + | ||
57 | +ep-material:substance-22dmButane | ||
58 | + transhelp:materialClassMapsToMPREnumeration | ||
59 | + <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . | ||
60 | + | ||
61 | +ep-material:substance-22dmHexane | ||
62 | + transhelp:materialClassMapsToMPREnumeration | ||
63 | + <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . | ||
64 | + | ||
65 | +ep-material:substance-22dmPentane | ||
66 | + transhelp:materialClassMapsToMPREnumeration | ||
67 | + <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . | ||
68 | + | ||
69 | +ep-material:substance-22dmPropane | ||
70 | + transhelp:materialClassMapsToMPREnumeration | ||
71 | + <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . | ||
72 | + | ||
73 | +ep-material:substance-23dmButane | ||
74 | + transhelp:materialClassMapsToMPREnumeration | ||
75 | + <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . | ||
76 | + | ||
77 | +ep-material:substance-23dmPentane | ||
78 | + transhelp:materialClassMapsToMPREnumeration | ||
79 | + <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . | ||
80 | + | ||
81 | +ep-material:substance-24dmHexane | ||
82 | + transhelp:materialClassMapsToMPREnumeration | ||
83 | + <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . | ||
84 | + | ||
85 | +ep-material:substance-24dmPentane | ||
86 | + transhelp:materialClassMapsToMPREnumeration | ||
87 | + <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . | ||
88 | + | ||
89 | +ep-material:substance-25dmHexane | ||
90 | + transhelp:materialClassMapsToMPREnumeration | ||
91 | + <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . | ||
92 | + | ||
93 | +ep-material:substance-2mButane | ||
94 | + transhelp:materialClassMapsToMPREnumeration | ||
95 | + <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . | ||
96 | + | ||
97 | +ep-material:substance-2mHexane | ||
98 | + transhelp:materialClassMapsToMPREnumeration | ||
99 | + <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . | ||
100 | + | ||
101 | +ep-material:substance-2mPentane | ||
102 | + transhelp:materialClassMapsToMPREnumeration | ||
103 | + <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . | ||
104 | + | ||
105 | +ep-material:substance-2mPropane | ||
106 | + transhelp:materialClassMapsToMPREnumeration | ||
107 | + <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . | ||
108 | + | ||
109 | +ep-material:substance-33dmPentane | ||
110 | + transhelp:materialClassMapsToMPREnumeration | ||
111 | + <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . | ||
112 | + | ||
113 | +ep-material:substance-3etPentane | ||
114 | + transhelp:materialClassMapsToMPREnumeration | ||
115 | + <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . | ||
116 | + | ||
117 | +ep-material:substance-3mHexane | ||
118 | + transhelp:materialClassMapsToMPREnumeration | ||
119 | + <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . | ||
120 | + | ||
121 | +ep-material:substance-3mPentane | ||
122 | + transhelp:materialClassMapsToMPREnumeration | ||
123 | + <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . | ||
124 | + | ||
125 | +ep-material:substance-Ar | ||
126 | + transhelp:materialClassMapsToMPREnumeration | ||
127 | + <http://www.epim.no/schemas/mprml/1#FC_Ar> . | ||
128 | + | ||
129 | +ep-material:substance-Benzene | ||
130 | + transhelp:materialClassMapsToMPREnumeration | ||
131 | + <http://www.epim.no/schemas/mprml/1#FC_benzene> . | ||
132 | + | ||
133 | +ep-material:substance-Butane | ||
134 | + transhelp:materialClassMapsToMPREnumeration | ||
135 | + <http://www.epim.no/schemas/mprml/1#FC_butane> . | ||
136 | + | ||
137 | +ep-material:substance-C11F | ||
138 | + transhelp:materialClassMapsToMPREnumeration | ||
139 | + <http://www.epim.no/schemas/mprml/1#FC_C11F> . | ||
140 | + | ||
141 | +ep-material:substance-C12F | ||
142 | + transhelp:materialClassMapsToMPREnumeration | ||
143 | + <http://www.epim.no/schemas/mprml/1#FC_C12F> . | ||
144 | + | ||
145 | +ep-material:substance-C13F | ||
146 | + transhelp:materialClassMapsToMPREnumeration | ||
147 | + <http://www.epim.no/schemas/mprml/1#FC_C13F> . | ||
148 | + | ||
149 | +ep-material:substance-C13dmcyPentane | ||
150 | + transhelp:materialClassMapsToMPREnumeration | ||
151 | + <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . | ||
152 | + | ||
153 | +ep-material:substance-C14F | ||
154 | + transhelp:materialClassMapsToMPREnumeration | ||
155 | + <http://www.epim.no/schemas/mprml/1#FC_C14F> . | ||
156 | + | ||
157 | +ep-material:substance-C15F | ||
158 | + transhelp:materialClassMapsToMPREnumeration | ||
159 | + <http://www.epim.no/schemas/mprml/1#FC_C15F> . | ||
160 | + | ||
161 | +ep-material:substance-C16F | ||
162 | + transhelp:materialClassMapsToMPREnumeration | ||
163 | + <http://www.epim.no/schemas/mprml/1#FC_C16F> . | ||
164 | + | ||
165 | +ep-material:substance-C17F | ||
166 | + transhelp:materialClassMapsToMPREnumeration | ||
167 | + <http://www.epim.no/schemas/mprml/1#FC_C17F> . | ||
168 | + | ||
169 | +ep-material:substance-C18F | ||
170 | + transhelp:materialClassMapsToMPREnumeration | ||
171 | + <http://www.epim.no/schemas/mprml/1#FC_C18F> . | ||
172 | + | ||
173 | +ep-material:substance-C19F | ||
174 | + transhelp:materialClassMapsToMPREnumeration | ||
175 | + <http://www.epim.no/schemas/mprml/1#FC_C19F> . | ||
176 | + | ||
177 | +ep-material:substance-C20F | ||
178 | + transhelp:materialClassMapsToMPREnumeration | ||
179 | + <http://www.epim.no/schemas/mprml/1#FC_C20F> . | ||
180 | + | ||
181 | +ep-material:substance-C21F | ||
182 | + transhelp:materialClassMapsToMPREnumeration | ||
183 | + <http://www.epim.no/schemas/mprml/1#FC_C21F> . | ||
184 | + | ||
185 | +ep-material:substance-C22F | ||
186 | + transhelp:materialClassMapsToMPREnumeration | ||
187 | + <http://www.epim.no/schemas/mprml/1#FC_C22F> . | ||
188 | + | ||
189 | +ep-material:substance-C23F | ||
190 | + transhelp:materialClassMapsToMPREnumeration | ||
191 | + <http://www.epim.no/schemas/mprml/1#FC_C23F> . | ||
192 | + | ||
193 | +ep-material:substance-C24F | ||
194 | + transhelp:materialClassMapsToMPREnumeration | ||
195 | + <http://www.epim.no/schemas/mprml/1#FC_C24F> . | ||
196 | + | ||
197 | +ep-material:substance-C25F | ||
198 | + transhelp:materialClassMapsToMPREnumeration | ||
199 | + <http://www.epim.no/schemas/mprml/1#FC_C25F> . | ||
200 | + | ||
201 | +ep-material:substance-C26F | ||
202 | + transhelp:materialClassMapsToMPREnumeration | ||
203 | + <http://www.epim.no/schemas/mprml/1#FC_C26F> . | ||
204 | + | ||
205 | +ep-material:substance-C27F | ||
206 | + transhelp:materialClassMapsToMPREnumeration | ||
207 | + <http://www.epim.no/schemas/mprml/1#FC_C27F> . | ||
208 | + | ||
209 | +ep-material:substance-C28F | ||
210 | + transhelp:materialClassMapsToMPREnumeration | ||
211 | + <http://www.epim.no/schemas/mprml/1#FC_C28F> . | ||
212 | + | ||
213 | +ep-material:substance-C29F | ||
214 | + transhelp:materialClassMapsToMPREnumeration | ||
215 | + <http://www.epim.no/schemas/mprml/1#FC_C29F> . | ||
216 | + | ||
217 | +ep-material:substance-C30F | ||
218 | + transhelp:materialClassMapsToMPREnumeration | ||
219 | + <http://www.epim.no/schemas/mprml/1#FC_C30F> . | ||
220 | + | ||
221 | +ep-material:substance-C31F | ||
222 | + transhelp:materialClassMapsToMPREnumeration | ||
223 | + <http://www.epim.no/schemas/mprml/1#FC_C31F> . | ||
224 | + | ||
225 | +ep-material:substance-C32F | ||
226 | + transhelp:materialClassMapsToMPREnumeration | ||
227 | + <http://www.epim.no/schemas/mprml/1#FC_C32F> . | ||
228 | + | ||
229 | +ep-material:substance-C33F | ||
230 | + transhelp:materialClassMapsToMPREnumeration | ||
231 | + <http://www.epim.no/schemas/mprml/1#FC_C33F> . | ||
232 | + | ||
233 | +ep-material:substance-C34F | ||
234 | + transhelp:materialClassMapsToMPREnumeration | ||
235 | + <http://www.epim.no/schemas/mprml/1#FC_C34F> . | ||
236 | + | ||
237 | +ep-material:substance-C35F | ||
238 | + transhelp:materialClassMapsToMPREnumeration | ||
239 | + <http://www.epim.no/schemas/mprml/1#FC_C35F> . | ||
240 | + | ||
241 | +ep-material:substance-C36F | ||
242 | + transhelp:materialClassMapsToMPREnumeration | ||
243 | + <http://www.epim.no/schemas/mprml/1#FC_C36F> . | ||
244 | + | ||
245 | +ep-material:substance-C37F | ||
246 | + transhelp:materialClassMapsToMPREnumeration | ||
247 | + <http://www.epim.no/schemas/mprml/1#FC_C37F> . | ||
248 | + | ||
249 | +ep-material:substance-C38F | ||
250 | + transhelp:materialClassMapsToMPREnumeration | ||
251 | + <http://www.epim.no/schemas/mprml/1#FC_C38F> . | ||
252 | + | ||
253 | +ep-material:substance-C39F | ||
254 | + transhelp:materialClassMapsToMPREnumeration | ||
255 | + <http://www.epim.no/schemas/mprml/1#FC_C39F> . | ||
256 | + | ||
257 | +ep-material:substance-C40F | ||
258 | + transhelp:materialClassMapsToMPREnumeration | ||
259 | + <http://www.epim.no/schemas/mprml/1#FC_C40F> . | ||
260 | + | ||
261 | +ep-material:substance-C41F | ||
262 | + transhelp:materialClassMapsToMPREnumeration | ||
263 | + <http://www.epim.no/schemas/mprml/1#FC_C41F> . | ||
264 | + | ||
265 | +ep-material:substance-C42F | ||
266 | + transhelp:materialClassMapsToMPREnumeration | ||
267 | + <http://www.epim.no/schemas/mprml/1#FC_C42F> . | ||
268 | + | ||
269 | +ep-material:substance-C43F | ||
270 | + transhelp:materialClassMapsToMPREnumeration | ||
271 | + <http://www.epim.no/schemas/mprml/1#FC_C43F> . | ||
272 | + | ||
273 | +ep-material:substance-C44F | ||
274 | + transhelp:materialClassMapsToMPREnumeration | ||
275 | + <http://www.epim.no/schemas/mprml/1#FC_C44F> . | ||
276 | + | ||
277 | +ep-material:substance-C45F | ||
278 | + transhelp:materialClassMapsToMPREnumeration | ||
279 | + <http://www.epim.no/schemas/mprml/1#FC_C45F> . | ||
280 | + | ||
281 | +ep-material:substance-C46F | ||
282 | + transhelp:materialClassMapsToMPREnumeration | ||
283 | + <http://www.epim.no/schemas/mprml/1#FC_C46F> . | ||
284 | + | ||
285 | +ep-material:substance-C47F | ||
286 | + transhelp:materialClassMapsToMPREnumeration | ||
287 | + <http://www.epim.no/schemas/mprml/1#FC_C47F> . | ||
288 | + | ||
289 | +ep-material:substance-C48F | ||
290 | + transhelp:materialClassMapsToMPREnumeration | ||
291 | + <http://www.epim.no/schemas/mprml/1#FC_C48F> . | ||
292 | + | ||
293 | +ep-material:substance-C49F | ||
294 | + transhelp:materialClassMapsToMPREnumeration | ||
295 | + <http://www.epim.no/schemas/mprml/1#FC_C49F> . | ||
296 | + | ||
297 | +ep-material:substance-CO2 | ||
298 | + transhelp:materialClassMapsToMPREnumeration | ||
299 | + <http://www.epim.no/schemas/mprml/1#FC_CO2> . | ||
300 | + | ||
301 | +ep-material:substance-Cyclohexane | ||
302 | + transhelp:materialClassMapsToMPREnumeration | ||
303 | + <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . | ||
304 | + | ||
305 | +ep-material:substance-Cyclopentane | ||
306 | + transhelp:materialClassMapsToMPREnumeration | ||
307 | + <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . | ||
308 | + | ||
309 | +ep-material:substance-Decanes | ||
310 | + transhelp:materialClassMapsToMPREnumeration | ||
311 | + <http://www.epim.no/schemas/mprml/1#FC_decanes> . | ||
312 | + | ||
313 | +ep-material:substance-EtBenzene | ||
314 | + transhelp:materialClassMapsToMPREnumeration | ||
315 | + <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . | ||
316 | + | ||
317 | +ep-material:substance-EtcyPentane | ||
318 | + transhelp:materialClassMapsToMPREnumeration | ||
319 | + <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . | ||
320 | + | ||
321 | +ep-material:substance-Ethane | ||
322 | + transhelp:materialClassMapsToMPREnumeration | ||
323 | + <http://www.epim.no/schemas/mprml/1#FC_ethane> . | ||
324 | + | ||
325 | +ep-material:substance-H2 | ||
326 | + transhelp:materialClassMapsToMPREnumeration | ||
327 | + <http://www.epim.no/schemas/mprml/1#FC_H2> . | ||
328 | + | ||
329 | +ep-material:substance-H2O | ||
330 | + transhelp:materialClassMapsToMPREnumeration | ||
331 | + <http://www.epim.no/schemas/mprml/1#FC_H2O> . | ||
332 | + | ||
333 | +ep-material:substance-H2S | ||
334 | + transhelp:materialClassMapsToMPREnumeration | ||
335 | + <http://www.epim.no/schemas/mprml/1#FC_H2S> . | ||
336 | + | ||
337 | +ep-material:substance-Heptanes | ||
338 | + transhelp:materialClassMapsToMPREnumeration | ||
339 | + <http://www.epim.no/schemas/mprml/1#FC_heptanes> . | ||
340 | + | ||
341 | +ep-material:substance-Hexane | ||
342 | + transhelp:materialClassMapsToMPREnumeration | ||
343 | + <http://www.epim.no/schemas/mprml/1#FC_hexane> . | ||
344 | + | ||
345 | +ep-material:substance-Hexanes | ||
346 | + transhelp:materialClassMapsToMPREnumeration | ||
347 | + <http://www.epim.no/schemas/mprml/1#FC_hexanes> . | ||
348 | + | ||
349 | +ep-material:substance-MBenzene | ||
350 | + transhelp:materialClassMapsToMPREnumeration | ||
351 | + <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . | ||
352 | + | ||
353 | +ep-material:substance-McyHexane | ||
354 | + transhelp:materialClassMapsToMPREnumeration | ||
355 | + <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . | ||
356 | + | ||
357 | +ep-material:substance-McyPentane | ||
358 | + transhelp:materialClassMapsToMPREnumeration | ||
359 | + <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . | ||
360 | + | ||
361 | +ep-material:substance-Methane | ||
362 | + transhelp:materialClassMapsToMPREnumeration | ||
363 | + <http://www.epim.no/schemas/mprml/1#FC_methane> . | ||
364 | + | ||
365 | +ep-material:substance-N2 | ||
366 | + transhelp:materialClassMapsToMPREnumeration | ||
367 | + <http://www.epim.no/schemas/mprml/1#FC_N2> . | ||
368 | + | ||
369 | +ep-material:substance-Nonanes | ||
370 | + transhelp:materialClassMapsToMPREnumeration | ||
371 | + <http://www.epim.no/schemas/mprml/1#FC_nonanes> . | ||
372 | + | ||
373 | +ep-material:substance-O2 | ||
374 | + transhelp:materialClassMapsToMPREnumeration | ||
375 | + <http://www.epim.no/schemas/mprml/1#FC_O2> . | ||
376 | + | ||
377 | +ep-material:substance-Octanes | ||
378 | + transhelp:materialClassMapsToMPREnumeration | ||
379 | + <http://www.epim.no/schemas/mprml/1#FC_octanes> . | ||
380 | + | ||
381 | +ep-material:substance-T12dmcyPentane | ||
382 | + transhelp:materialClassMapsToMPREnumeration | ||
383 | + <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . | ||
384 | + | ||
385 | +ep-material:substance-T13dmcyPentane | ||
386 | + transhelp:materialClassMapsToMPREnumeration | ||
387 | + <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . |
1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/material | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/material |
2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
3 | -# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
4 | 3 | ||
5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 4 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
6 | @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | 5 | @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . |
... | @@ -12,7 +11,7 @@ | ... | @@ -12,7 +11,7 @@ |
12 | 11 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/material> | 12 | <http://www.reportinghub.no/ep/schema/1.0/material> |
14 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
17 | 16 | ||
18 | ep-material:Air-gas | 17 | ep-material:Air-gas |
... | @@ -424,10 +423,9 @@ ep-material:OtherInjectionFluid | ... | @@ -424,10 +423,9 @@ ep-material:OtherInjectionFluid |
424 | rdfs:subClassOf ep-material:Fluid . | 423 | rdfs:subClassOf ep-material:Fluid . |
425 | 424 | ||
426 | ep-material:Pentane | 425 | ep-material:Pentane |
427 | - rdf:type owl:Class , ep-material:SubstanceType ; | 426 | + rdf:type ep-material:SubstanceType , owl:Class ; |
428 | rdfs:label "pentane"^^xsd:string ; | 427 | rdfs:label "pentane"^^xsd:string ; |
429 | - rdfs:subClassOf ep-material:Material ; | 428 | + rdfs:subClassOf ep-material:Material . |
430 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . | ||
431 | 429 | ||
432 | ep-material:PetroleumGasLiquid | 430 | ep-material:PetroleumGasLiquid |
433 | rdf:type owl:Class ; | 431 | rdf:type owl:Class ; |
... | @@ -440,10 +438,9 @@ ep-material:PlusFraction | ... | @@ -440,10 +438,9 @@ ep-material:PlusFraction |
440 | rdfs:subClassOf ep-material:Fluid . | 438 | rdfs:subClassOf ep-material:Fluid . |
441 | 439 | ||
442 | ep-material:Propane | 440 | ep-material:Propane |
443 | - rdf:type owl:Class , ep-material:SubstanceType ; | 441 | + rdf:type ep-material:SubstanceType , owl:Class ; |
444 | rdfs:label "propane"^^xsd:string ; | 442 | rdfs:label "propane"^^xsd:string ; |
445 | - rdfs:subClassOf ep-material:Material ; | 443 | + rdfs:subClassOf ep-material:Material . |
446 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . | ||
447 | 444 | ||
448 | ep-material:Propane-component | 445 | ep-material:Propane-component |
449 | rdf:type owl:Class ; | 446 | rdf:type owl:Class ; |
... | @@ -516,7 +513,7 @@ ep-material:Water-processed | ... | @@ -516,7 +513,7 @@ ep-material:Water-processed |
516 | rdfs:subClassOf ep-material:Material . | 513 | rdfs:subClassOf ep-material:Material . |
517 | 514 | ||
518 | ep-material:firstMaterialOfPair | 515 | ep-material:firstMaterialOfPair |
519 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 516 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
520 | rdfs:domain ep-material:MaterialPair ; | 517 | rdfs:domain ep-material:MaterialPair ; |
521 | rdfs:label "first material of pair"^^xsd:string ; | 518 | rdfs:label "first material of pair"^^xsd:string ; |
522 | rdfs:range ep-material:Material . | 519 | rdfs:range ep-material:Material . |
... | @@ -537,585 +534,495 @@ ep-material:hasNonPrimaryComponent | ... | @@ -537,585 +534,495 @@ ep-material:hasNonPrimaryComponent |
537 | rdfs:subPropertyOf ep-material:hasComponent . | 534 | rdfs:subPropertyOf ep-material:hasComponent . |
538 | 535 | ||
539 | ep-material:hasPrimaryComponent | 536 | ep-material:hasPrimaryComponent |
540 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 537 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
541 | rdfs:domain ep-material:Material ; | 538 | rdfs:domain ep-material:Material ; |
542 | rdfs:label "has primary component"^^xsd:string ; | 539 | rdfs:label "has primary component"^^xsd:string ; |
543 | rdfs:range ep-material:Material ; | 540 | rdfs:range ep-material:Material ; |
544 | rdfs:subPropertyOf ep-material:hasComponent . | 541 | rdfs:subPropertyOf ep-material:hasComponent . |
545 | 542 | ||
546 | ep-material:massRatio | 543 | ep-material:massRatio |
547 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 544 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
548 | rdfs:domain ep-material:MaterialPair ; | 545 | rdfs:domain ep-material:MaterialPair ; |
549 | rdfs:label "mass ratio"^^xsd:string ; | 546 | rdfs:label "mass ratio"^^xsd:string ; |
550 | rdfs:range ep-core:Ratio . | 547 | rdfs:range ep-core:Ratio . |
551 | 548 | ||
552 | ep-material:moleRatio | 549 | ep-material:moleRatio |
553 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 550 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
554 | rdfs:domain ep-material:MaterialPair ; | 551 | rdfs:domain ep-material:MaterialPair ; |
555 | rdfs:label "mole ratio"^^xsd:string ; | 552 | rdfs:label "mole ratio"^^xsd:string ; |
556 | rdfs:range ep-core:Ratio . | 553 | rdfs:range ep-core:Ratio . |
557 | 554 | ||
558 | ep-material:partMaterialOfPair | 555 | ep-material:partMaterialOfPair |
559 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 556 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
560 | rdfs:domain ep-material:MaterialPartWholePair ; | 557 | rdfs:domain ep-material:MaterialPartWholePair ; |
561 | rdfs:label "part material of pair"^^xsd:string ; | 558 | rdfs:label "part material of pair"^^xsd:string ; |
562 | rdfs:range ep-material:Material ; | 559 | rdfs:range ep-material:Material ; |
563 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 560 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
564 | 561 | ||
565 | ep-material:secondMaterialOfPair | 562 | ep-material:secondMaterialOfPair |
566 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 563 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
567 | rdfs:domain ep-material:MaterialPair ; | 564 | rdfs:domain ep-material:MaterialPair ; |
568 | rdfs:label "second material of pair"^^xsd:string ; | 565 | rdfs:label "second material of pair"^^xsd:string ; |
569 | rdfs:range ep-material:Material . | 566 | rdfs:range ep-material:Material . |
570 | 567 | ||
571 | ep-material:substance-11dmcyPentane | 568 | ep-material:substance-11dmcyPentane |
572 | - rdf:type owl:Class , ep-material:SubstanceType ; | 569 | + rdf:type ep-material:SubstanceType , owl:Class ; |
573 | rdfs:label "11dmcy pentane"^^xsd:string ; | 570 | rdfs:label "11dmcy pentane"^^xsd:string ; |
574 | - rdfs:subClassOf ep-material:Material ; | 571 | + rdfs:subClassOf ep-material:Material . |
575 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . | ||
576 | 572 | ||
577 | ep-material:substance-124tmBenzene | 573 | ep-material:substance-124tmBenzene |
578 | - rdf:type owl:Class , ep-material:SubstanceType ; | 574 | + rdf:type ep-material:SubstanceType , owl:Class ; |
579 | rdfs:label "124tm benzene"^^xsd:string ; | 575 | rdfs:label "124tm benzene"^^xsd:string ; |
580 | - rdfs:subClassOf ep-material:Material ; | 576 | + rdfs:subClassOf ep-material:Material . |
581 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . | ||
582 | 577 | ||
583 | ep-material:substance-12dmBenzene | 578 | ep-material:substance-12dmBenzene |
584 | - rdf:type owl:Class , ep-material:SubstanceType ; | 579 | + rdf:type ep-material:SubstanceType , owl:Class ; |
585 | rdfs:label "12dm benzene"^^xsd:string ; | 580 | rdfs:label "12dm benzene"^^xsd:string ; |
586 | - rdfs:subClassOf ep-material:Material ; | 581 | + rdfs:subClassOf ep-material:Material . |
587 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . | ||
588 | 582 | ||
589 | ep-material:substance-13dmBenzene | 583 | ep-material:substance-13dmBenzene |
590 | - rdf:type owl:Class , ep-material:SubstanceType ; | 584 | + rdf:type ep-material:SubstanceType , owl:Class ; |
591 | rdfs:label "13dm benzene"^^xsd:string ; | 585 | rdfs:label "13dm benzene"^^xsd:string ; |
592 | - rdfs:subClassOf ep-material:Material ; | 586 | + rdfs:subClassOf ep-material:Material . |
593 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . | ||
594 | 587 | ||
595 | ep-material:substance-14dmBenzene | 588 | ep-material:substance-14dmBenzene |
596 | - rdf:type owl:Class , ep-material:SubstanceType ; | 589 | + rdf:type ep-material:SubstanceType , owl:Class ; |
597 | rdfs:label "14dm benzene"^^xsd:string ; | 590 | rdfs:label "14dm benzene"^^xsd:string ; |
598 | - rdfs:subClassOf ep-material:Material ; | 591 | + rdfs:subClassOf ep-material:Material . |
599 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . | ||
600 | 592 | ||
601 | ep-material:substance-223tmButane | 593 | ep-material:substance-223tmButane |
602 | - rdf:type owl:Class , ep-material:SubstanceType ; | 594 | + rdf:type ep-material:SubstanceType , owl:Class ; |
603 | rdfs:label "223tm butane"^^xsd:string ; | 595 | rdfs:label "223tm butane"^^xsd:string ; |
604 | - rdfs:subClassOf ep-material:Material ; | 596 | + rdfs:subClassOf ep-material:Material . |
605 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . | ||
606 | 597 | ||
607 | ep-material:substance-223tmPentane | 598 | ep-material:substance-223tmPentane |
608 | - rdf:type owl:Class , ep-material:SubstanceType ; | 599 | + rdf:type ep-material:SubstanceType , owl:Class ; |
609 | rdfs:label "223tm pentane"^^xsd:string ; | 600 | rdfs:label "223tm pentane"^^xsd:string ; |
610 | - rdfs:subClassOf ep-material:Material ; | 601 | + rdfs:subClassOf ep-material:Material . |
611 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . | ||
612 | 602 | ||
613 | ep-material:substance-22dmButane | 603 | ep-material:substance-22dmButane |
614 | - rdf:type owl:Class , ep-material:SubstanceType ; | 604 | + rdf:type ep-material:SubstanceType , owl:Class ; |
615 | rdfs:label "22dm butane"^^xsd:string ; | 605 | rdfs:label "22dm butane"^^xsd:string ; |
616 | - rdfs:subClassOf ep-material:Material ; | 606 | + rdfs:subClassOf ep-material:Material . |
617 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . | ||
618 | 607 | ||
619 | ep-material:substance-22dmHexane | 608 | ep-material:substance-22dmHexane |
620 | - rdf:type owl:Class , ep-material:SubstanceType ; | 609 | + rdf:type ep-material:SubstanceType , owl:Class ; |
621 | rdfs:label "22dm hexane"^^xsd:string ; | 610 | rdfs:label "22dm hexane"^^xsd:string ; |
622 | - rdfs:subClassOf ep-material:Material ; | 611 | + rdfs:subClassOf ep-material:Material . |
623 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . | ||
624 | 612 | ||
625 | ep-material:substance-22dmPentane | 613 | ep-material:substance-22dmPentane |
626 | - rdf:type owl:Class , ep-material:SubstanceType ; | 614 | + rdf:type ep-material:SubstanceType , owl:Class ; |
627 | rdfs:label "22dm pentane"^^xsd:string ; | 615 | rdfs:label "22dm pentane"^^xsd:string ; |
628 | - rdfs:subClassOf ep-material:Material ; | 616 | + rdfs:subClassOf ep-material:Material . |
629 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . | ||
630 | 617 | ||
631 | ep-material:substance-22dmPropane | 618 | ep-material:substance-22dmPropane |
632 | - rdf:type owl:Class , ep-material:SubstanceType ; | 619 | + rdf:type ep-material:SubstanceType , owl:Class ; |
633 | rdfs:label "22dm propane"^^xsd:string ; | 620 | rdfs:label "22dm propane"^^xsd:string ; |
634 | - rdfs:subClassOf ep-material:Material ; | 621 | + rdfs:subClassOf ep-material:Material . |
635 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . | ||
636 | 622 | ||
637 | ep-material:substance-23dmButane | 623 | ep-material:substance-23dmButane |
638 | - rdf:type owl:Class , ep-material:SubstanceType ; | 624 | + rdf:type ep-material:SubstanceType , owl:Class ; |
639 | rdfs:label "23dm butane"^^xsd:string ; | 625 | rdfs:label "23dm butane"^^xsd:string ; |
640 | - rdfs:subClassOf ep-material:Material ; | 626 | + rdfs:subClassOf ep-material:Material . |
641 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . | ||
642 | 627 | ||
643 | ep-material:substance-23dmPentane | 628 | ep-material:substance-23dmPentane |
644 | - rdf:type owl:Class , ep-material:SubstanceType ; | 629 | + rdf:type ep-material:SubstanceType , owl:Class ; |
645 | rdfs:label "23dm pentane"^^xsd:string ; | 630 | rdfs:label "23dm pentane"^^xsd:string ; |
646 | - rdfs:subClassOf ep-material:Material ; | 631 | + rdfs:subClassOf ep-material:Material . |
647 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . | ||
648 | 632 | ||
649 | ep-material:substance-24dmHexane | 633 | ep-material:substance-24dmHexane |
650 | - rdf:type owl:Class , ep-material:SubstanceType ; | 634 | + rdf:type ep-material:SubstanceType , owl:Class ; |
651 | rdfs:label "24dm hexane"^^xsd:string ; | 635 | rdfs:label "24dm hexane"^^xsd:string ; |
652 | - rdfs:subClassOf ep-material:Material ; | 636 | + rdfs:subClassOf ep-material:Material . |
653 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . | ||
654 | 637 | ||
655 | ep-material:substance-24dmPentane | 638 | ep-material:substance-24dmPentane |
656 | - rdf:type owl:Class , ep-material:SubstanceType ; | 639 | + rdf:type ep-material:SubstanceType , owl:Class ; |
657 | rdfs:label "24dm pentane"^^xsd:string ; | 640 | rdfs:label "24dm pentane"^^xsd:string ; |
658 | - rdfs:subClassOf ep-material:Material ; | 641 | + rdfs:subClassOf ep-material:Material . |
659 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . | ||
660 | 642 | ||
661 | ep-material:substance-25dmHexane | 643 | ep-material:substance-25dmHexane |
662 | - rdf:type owl:Class , ep-material:SubstanceType ; | 644 | + rdf:type ep-material:SubstanceType , owl:Class ; |
663 | rdfs:label "25dm hexane"^^xsd:string ; | 645 | rdfs:label "25dm hexane"^^xsd:string ; |
664 | - rdfs:subClassOf ep-material:Material ; | 646 | + rdfs:subClassOf ep-material:Material . |
665 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . | ||
666 | 647 | ||
667 | ep-material:substance-2mButane | 648 | ep-material:substance-2mButane |
668 | - rdf:type owl:Class , ep-material:SubstanceType ; | 649 | + rdf:type ep-material:SubstanceType , owl:Class ; |
669 | rdfs:label "2m butane"^^xsd:string ; | 650 | rdfs:label "2m butane"^^xsd:string ; |
670 | - rdfs:subClassOf ep-material:Material ; | 651 | + rdfs:subClassOf ep-material:Material . |
671 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . | ||
672 | 652 | ||
673 | ep-material:substance-2mHexane | 653 | ep-material:substance-2mHexane |
674 | - rdf:type owl:Class , ep-material:SubstanceType ; | 654 | + rdf:type ep-material:SubstanceType , owl:Class ; |
675 | rdfs:label "2m hexane"^^xsd:string ; | 655 | rdfs:label "2m hexane"^^xsd:string ; |
676 | - rdfs:subClassOf ep-material:Material ; | 656 | + rdfs:subClassOf ep-material:Material . |
677 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . | ||
678 | 657 | ||
679 | ep-material:substance-2mPentane | 658 | ep-material:substance-2mPentane |
680 | - rdf:type owl:Class , ep-material:SubstanceType ; | 659 | + rdf:type ep-material:SubstanceType , owl:Class ; |
681 | rdfs:label "2m pentane"^^xsd:string ; | 660 | rdfs:label "2m pentane"^^xsd:string ; |
682 | - rdfs:subClassOf ep-material:Material ; | 661 | + rdfs:subClassOf ep-material:Material . |
683 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . | ||
684 | 662 | ||
685 | ep-material:substance-2mPropane | 663 | ep-material:substance-2mPropane |
686 | - rdf:type owl:Class , ep-material:SubstanceType ; | 664 | + rdf:type ep-material:SubstanceType , owl:Class ; |
687 | rdfs:label "2m propane"^^xsd:string ; | 665 | rdfs:label "2m propane"^^xsd:string ; |
688 | - rdfs:subClassOf ep-material:Material ; | 666 | + rdfs:subClassOf ep-material:Material . |
689 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . | ||
690 | 667 | ||
691 | ep-material:substance-33dmPentane | 668 | ep-material:substance-33dmPentane |
692 | - rdf:type owl:Class , ep-material:SubstanceType ; | 669 | + rdf:type ep-material:SubstanceType , owl:Class ; |
693 | rdfs:label "33dm pentane"^^xsd:string ; | 670 | rdfs:label "33dm pentane"^^xsd:string ; |
694 | - rdfs:subClassOf ep-material:Material ; | 671 | + rdfs:subClassOf ep-material:Material . |
695 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . | ||
696 | 672 | ||
697 | ep-material:substance-3etPentane | 673 | ep-material:substance-3etPentane |
698 | - rdf:type owl:Class , ep-material:SubstanceType ; | 674 | + rdf:type ep-material:SubstanceType , owl:Class ; |
699 | rdfs:label "3et pentane"^^xsd:string ; | 675 | rdfs:label "3et pentane"^^xsd:string ; |
700 | - rdfs:subClassOf ep-material:Material ; | 676 | + rdfs:subClassOf ep-material:Material . |
701 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . | ||
702 | 677 | ||
703 | ep-material:substance-3mHexane | 678 | ep-material:substance-3mHexane |
704 | - rdf:type owl:Class , ep-material:SubstanceType ; | 679 | + rdf:type ep-material:SubstanceType , owl:Class ; |
705 | rdfs:label "3m hexane"^^xsd:string ; | 680 | rdfs:label "3m hexane"^^xsd:string ; |
706 | - rdfs:subClassOf ep-material:Material ; | 681 | + rdfs:subClassOf ep-material:Material . |
707 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . | ||
708 | 682 | ||
709 | ep-material:substance-3mPentane | 683 | ep-material:substance-3mPentane |
710 | - rdf:type owl:Class , ep-material:SubstanceType ; | 684 | + rdf:type ep-material:SubstanceType , owl:Class ; |
711 | rdfs:label "3m pentane"^^xsd:string ; | 685 | rdfs:label "3m pentane"^^xsd:string ; |
712 | - rdfs:subClassOf ep-material:Material ; | 686 | + rdfs:subClassOf ep-material:Material . |
713 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . | ||
714 | 687 | ||
715 | ep-material:substance-Ar | 688 | ep-material:substance-Ar |
716 | - rdf:type owl:Class , ep-material:SubstanceType ; | 689 | + rdf:type ep-material:SubstanceType , owl:Class ; |
717 | - rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; | 690 | + rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; |
718 | - rdfs:subClassOf ep-material:Material ; | 691 | + rdfs:subClassOf ep-material:Material . |
719 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . | ||
720 | 692 | ||
721 | ep-material:substance-Benzene | 693 | ep-material:substance-Benzene |
722 | - rdf:type owl:Class , ep-material:SubstanceType ; | 694 | + rdf:type ep-material:SubstanceType , owl:Class ; |
723 | rdfs:label "benzene"^^xsd:string ; | 695 | rdfs:label "benzene"^^xsd:string ; |
724 | - rdfs:subClassOf ep-material:Material ; | 696 | + rdfs:subClassOf ep-material:Material . |
725 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . | ||
726 | 697 | ||
727 | ep-material:substance-Butane | 698 | ep-material:substance-Butane |
728 | - rdf:type owl:Class , ep-material:SubstanceType ; | 699 | + rdf:type ep-material:SubstanceType , owl:Class ; |
729 | rdfs:label "butane"^^xsd:string ; | 700 | rdfs:label "butane"^^xsd:string ; |
730 | - rdfs:subClassOf ep-material:Material ; | 701 | + rdfs:subClassOf ep-material:Material . |
731 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . | ||
732 | 702 | ||
733 | ep-material:substance-C11F | 703 | ep-material:substance-C11F |
734 | - rdf:type owl:Class , ep-material:SubstanceType ; | 704 | + rdf:type ep-material:SubstanceType , owl:Class ; |
735 | rdfs:label "C11F"^^xsd:string ; | 705 | rdfs:label "C11F"^^xsd:string ; |
736 | - rdfs:subClassOf ep-material:Material ; | 706 | + rdfs:subClassOf ep-material:Material . |
737 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . | ||
738 | 707 | ||
739 | ep-material:substance-C12F | 708 | ep-material:substance-C12F |
740 | - rdf:type owl:Class , ep-material:SubstanceType ; | 709 | + rdf:type ep-material:SubstanceType , owl:Class ; |
741 | rdfs:label "C12F"^^xsd:string ; | 710 | rdfs:label "C12F"^^xsd:string ; |
742 | - rdfs:subClassOf ep-material:Material ; | 711 | + rdfs:subClassOf ep-material:Material . |
743 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . | ||
744 | 712 | ||
745 | ep-material:substance-C13F | 713 | ep-material:substance-C13F |
746 | - rdf:type owl:Class , ep-material:SubstanceType ; | 714 | + rdf:type ep-material:SubstanceType , owl:Class ; |
747 | rdfs:label "C13F"^^xsd:string ; | 715 | rdfs:label "C13F"^^xsd:string ; |
748 | - rdfs:subClassOf ep-material:Material ; | 716 | + rdfs:subClassOf ep-material:Material . |
749 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . | ||
750 | 717 | ||
751 | ep-material:substance-C13dmcyPentane | 718 | ep-material:substance-C13dmcyPentane |
752 | - rdf:type owl:Class , ep-material:SubstanceType ; | 719 | + rdf:type ep-material:SubstanceType , owl:Class ; |
753 | rdfs:label "c13dmcy pentane"^^xsd:string ; | 720 | rdfs:label "c13dmcy pentane"^^xsd:string ; |
754 | - rdfs:subClassOf ep-material:Material ; | 721 | + rdfs:subClassOf ep-material:Material . |
755 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . | ||
756 | 722 | ||
757 | ep-material:substance-C14F | 723 | ep-material:substance-C14F |
758 | - rdf:type owl:Class , ep-material:SubstanceType ; | 724 | + rdf:type ep-material:SubstanceType , owl:Class ; |
759 | rdfs:label "C14F"^^xsd:string ; | 725 | rdfs:label "C14F"^^xsd:string ; |
760 | - rdfs:subClassOf ep-material:Material ; | 726 | + rdfs:subClassOf ep-material:Material . |
761 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . | ||
762 | 727 | ||
763 | ep-material:substance-C15F | 728 | ep-material:substance-C15F |
764 | - rdf:type owl:Class , ep-material:SubstanceType ; | 729 | + rdf:type ep-material:SubstanceType , owl:Class ; |
765 | rdfs:label "C15F"^^xsd:string ; | 730 | rdfs:label "C15F"^^xsd:string ; |
766 | - rdfs:subClassOf ep-material:Material ; | 731 | + rdfs:subClassOf ep-material:Material . |
767 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . | ||
768 | 732 | ||
769 | ep-material:substance-C16F | 733 | ep-material:substance-C16F |
770 | - rdf:type owl:Class , ep-material:SubstanceType ; | 734 | + rdf:type ep-material:SubstanceType , owl:Class ; |
771 | rdfs:label "C16F"^^xsd:string ; | 735 | rdfs:label "C16F"^^xsd:string ; |
772 | - rdfs:subClassOf ep-material:Material ; | 736 | + rdfs:subClassOf ep-material:Material . |
773 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . | ||
774 | 737 | ||
775 | ep-material:substance-C17F | 738 | ep-material:substance-C17F |
776 | - rdf:type owl:Class , ep-material:SubstanceType ; | 739 | + rdf:type ep-material:SubstanceType , owl:Class ; |
777 | rdfs:label "C17F"^^xsd:string ; | 740 | rdfs:label "C17F"^^xsd:string ; |
778 | - rdfs:subClassOf ep-material:Material ; | 741 | + rdfs:subClassOf ep-material:Material . |
779 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . | ||
780 | 742 | ||
781 | ep-material:substance-C18F | 743 | ep-material:substance-C18F |
782 | - rdf:type owl:Class , ep-material:SubstanceType ; | 744 | + rdf:type ep-material:SubstanceType , owl:Class ; |
783 | rdfs:label "C18F"^^xsd:string ; | 745 | rdfs:label "C18F"^^xsd:string ; |
784 | - rdfs:subClassOf ep-material:Material ; | 746 | + rdfs:subClassOf ep-material:Material . |
785 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . | ||
786 | 747 | ||
787 | ep-material:substance-C19F | 748 | ep-material:substance-C19F |
788 | - rdf:type owl:Class , ep-material:SubstanceType ; | 749 | + rdf:type ep-material:SubstanceType , owl:Class ; |
789 | rdfs:label "C19F"^^xsd:string ; | 750 | rdfs:label "C19F"^^xsd:string ; |
790 | - rdfs:subClassOf ep-material:Material ; | 751 | + rdfs:subClassOf ep-material:Material . |
791 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . | ||
792 | 752 | ||
793 | ep-material:substance-C20F | 753 | ep-material:substance-C20F |
794 | - rdf:type owl:Class , ep-material:SubstanceType ; | 754 | + rdf:type ep-material:SubstanceType , owl:Class ; |
795 | rdfs:label "C20F"^^xsd:string ; | 755 | rdfs:label "C20F"^^xsd:string ; |
796 | - rdfs:subClassOf ep-material:Material ; | 756 | + rdfs:subClassOf ep-material:Material . |
797 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . | ||
798 | 757 | ||
799 | ep-material:substance-C21F | 758 | ep-material:substance-C21F |
800 | - rdf:type owl:Class , ep-material:SubstanceType ; | 759 | + rdf:type ep-material:SubstanceType , owl:Class ; |
801 | rdfs:label "C21F"^^xsd:string ; | 760 | rdfs:label "C21F"^^xsd:string ; |
802 | - rdfs:subClassOf ep-material:Material ; | 761 | + rdfs:subClassOf ep-material:Material . |
803 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . | ||
804 | 762 | ||
805 | ep-material:substance-C22F | 763 | ep-material:substance-C22F |
806 | - rdf:type owl:Class , ep-material:SubstanceType ; | 764 | + rdf:type ep-material:SubstanceType , owl:Class ; |
807 | rdfs:label "C22F"^^xsd:string ; | 765 | rdfs:label "C22F"^^xsd:string ; |
808 | - rdfs:subClassOf ep-material:Material ; | 766 | + rdfs:subClassOf ep-material:Material . |
809 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . | ||
810 | 767 | ||
811 | ep-material:substance-C23F | 768 | ep-material:substance-C23F |
812 | - rdf:type owl:Class , ep-material:SubstanceType ; | 769 | + rdf:type ep-material:SubstanceType , owl:Class ; |
813 | rdfs:label "C23F"^^xsd:string ; | 770 | rdfs:label "C23F"^^xsd:string ; |
814 | - rdfs:subClassOf ep-material:Material ; | 771 | + rdfs:subClassOf ep-material:Material . |
815 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . | ||
816 | 772 | ||
817 | ep-material:substance-C24F | 773 | ep-material:substance-C24F |
818 | - rdf:type owl:Class , ep-material:SubstanceType ; | 774 | + rdf:type ep-material:SubstanceType , owl:Class ; |
819 | rdfs:label "C24F"^^xsd:string ; | 775 | rdfs:label "C24F"^^xsd:string ; |
820 | - rdfs:subClassOf ep-material:Material ; | 776 | + rdfs:subClassOf ep-material:Material . |
821 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . | ||
822 | 777 | ||
823 | ep-material:substance-C25F | 778 | ep-material:substance-C25F |
824 | - rdf:type owl:Class , ep-material:SubstanceType ; | 779 | + rdf:type ep-material:SubstanceType , owl:Class ; |
825 | rdfs:label "C25F"^^xsd:string ; | 780 | rdfs:label "C25F"^^xsd:string ; |
826 | - rdfs:subClassOf ep-material:Material ; | 781 | + rdfs:subClassOf ep-material:Material . |
827 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . | ||
828 | 782 | ||
829 | ep-material:substance-C26F | 783 | ep-material:substance-C26F |
830 | - rdf:type owl:Class , ep-material:SubstanceType ; | 784 | + rdf:type ep-material:SubstanceType , owl:Class ; |
831 | rdfs:label "C26F"^^xsd:string ; | 785 | rdfs:label "C26F"^^xsd:string ; |
832 | - rdfs:subClassOf ep-material:Material ; | 786 | + rdfs:subClassOf ep-material:Material . |
833 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . | ||
834 | 787 | ||
835 | ep-material:substance-C27F | 788 | ep-material:substance-C27F |
836 | - rdf:type owl:Class , ep-material:SubstanceType ; | 789 | + rdf:type ep-material:SubstanceType , owl:Class ; |
837 | rdfs:label "C27F"^^xsd:string ; | 790 | rdfs:label "C27F"^^xsd:string ; |
838 | - rdfs:subClassOf ep-material:Material ; | 791 | + rdfs:subClassOf ep-material:Material . |
839 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . | ||
840 | 792 | ||
841 | ep-material:substance-C28F | 793 | ep-material:substance-C28F |
842 | - rdf:type owl:Class , ep-material:SubstanceType ; | 794 | + rdf:type ep-material:SubstanceType , owl:Class ; |
843 | rdfs:label "C28F"^^xsd:string ; | 795 | rdfs:label "C28F"^^xsd:string ; |
844 | - rdfs:subClassOf ep-material:Material ; | 796 | + rdfs:subClassOf ep-material:Material . |
845 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . | ||
846 | 797 | ||
847 | ep-material:substance-C29F | 798 | ep-material:substance-C29F |
848 | - rdf:type owl:Class , ep-material:SubstanceType ; | 799 | + rdf:type ep-material:SubstanceType , owl:Class ; |
849 | rdfs:label "C29F"^^xsd:string ; | 800 | rdfs:label "C29F"^^xsd:string ; |
850 | - rdfs:subClassOf ep-material:Material ; | 801 | + rdfs:subClassOf ep-material:Material . |
851 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . | ||
852 | 802 | ||
853 | ep-material:substance-C30F | 803 | ep-material:substance-C30F |
854 | - rdf:type owl:Class , ep-material:SubstanceType ; | 804 | + rdf:type ep-material:SubstanceType , owl:Class ; |
855 | rdfs:label "C30F"^^xsd:string ; | 805 | rdfs:label "C30F"^^xsd:string ; |
856 | - rdfs:subClassOf ep-material:Material ; | 806 | + rdfs:subClassOf ep-material:Material . |
857 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . | ||
858 | 807 | ||
859 | ep-material:substance-C31F | 808 | ep-material:substance-C31F |
860 | - rdf:type owl:Class , ep-material:SubstanceType ; | 809 | + rdf:type ep-material:SubstanceType , owl:Class ; |
861 | rdfs:label "C31F"^^xsd:string ; | 810 | rdfs:label "C31F"^^xsd:string ; |
862 | - rdfs:subClassOf ep-material:Material ; | 811 | + rdfs:subClassOf ep-material:Material . |
863 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . | ||
864 | 812 | ||
865 | ep-material:substance-C32F | 813 | ep-material:substance-C32F |
866 | - rdf:type owl:Class , ep-material:SubstanceType ; | 814 | + rdf:type ep-material:SubstanceType , owl:Class ; |
867 | rdfs:label "C32F"^^xsd:string ; | 815 | rdfs:label "C32F"^^xsd:string ; |
868 | - rdfs:subClassOf ep-material:Material ; | 816 | + rdfs:subClassOf ep-material:Material . |
869 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . | ||
870 | 817 | ||
871 | ep-material:substance-C33F | 818 | ep-material:substance-C33F |
872 | - rdf:type owl:Class , ep-material:SubstanceType ; | 819 | + rdf:type ep-material:SubstanceType , owl:Class ; |
873 | rdfs:label "C33F"^^xsd:string ; | 820 | rdfs:label "C33F"^^xsd:string ; |
874 | - rdfs:subClassOf ep-material:Material ; | 821 | + rdfs:subClassOf ep-material:Material . |
875 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . | ||
876 | 822 | ||
877 | ep-material:substance-C34F | 823 | ep-material:substance-C34F |
878 | - rdf:type owl:Class , ep-material:SubstanceType ; | 824 | + rdf:type ep-material:SubstanceType , owl:Class ; |
879 | rdfs:label "C34F"^^xsd:string ; | 825 | rdfs:label "C34F"^^xsd:string ; |
880 | - rdfs:subClassOf ep-material:Material ; | 826 | + rdfs:subClassOf ep-material:Material . |
881 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . | ||
882 | 827 | ||
883 | ep-material:substance-C35F | 828 | ep-material:substance-C35F |
884 | - rdf:type owl:Class , ep-material:SubstanceType ; | 829 | + rdf:type ep-material:SubstanceType , owl:Class ; |
885 | rdfs:label "C35F"^^xsd:string ; | 830 | rdfs:label "C35F"^^xsd:string ; |
886 | - rdfs:subClassOf ep-material:Material ; | 831 | + rdfs:subClassOf ep-material:Material . |
887 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . | ||
888 | 832 | ||
889 | ep-material:substance-C36F | 833 | ep-material:substance-C36F |
890 | - rdf:type owl:Class , ep-material:SubstanceType ; | 834 | + rdf:type ep-material:SubstanceType , owl:Class ; |
891 | rdfs:label "C36F"^^xsd:string ; | 835 | rdfs:label "C36F"^^xsd:string ; |
892 | - rdfs:subClassOf ep-material:Material ; | 836 | + rdfs:subClassOf ep-material:Material . |
893 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . | ||
894 | 837 | ||
895 | ep-material:substance-C37F | 838 | ep-material:substance-C37F |
896 | - rdf:type owl:Class , ep-material:SubstanceType ; | 839 | + rdf:type ep-material:SubstanceType , owl:Class ; |
897 | rdfs:label "C37F"^^xsd:string ; | 840 | rdfs:label "C37F"^^xsd:string ; |
898 | - rdfs:subClassOf ep-material:Material ; | 841 | + rdfs:subClassOf ep-material:Material . |
899 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . | ||
900 | 842 | ||
901 | ep-material:substance-C38F | 843 | ep-material:substance-C38F |
902 | - rdf:type owl:Class , ep-material:SubstanceType ; | 844 | + rdf:type ep-material:SubstanceType , owl:Class ; |
903 | rdfs:label "C38F"^^xsd:string ; | 845 | rdfs:label "C38F"^^xsd:string ; |
904 | - rdfs:subClassOf ep-material:Material ; | 846 | + rdfs:subClassOf ep-material:Material . |
905 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . | ||
906 | 847 | ||
907 | ep-material:substance-C39F | 848 | ep-material:substance-C39F |
908 | - rdf:type owl:Class , ep-material:SubstanceType ; | 849 | + rdf:type ep-material:SubstanceType , owl:Class ; |
909 | rdfs:label "C39F"^^xsd:string ; | 850 | rdfs:label "C39F"^^xsd:string ; |
910 | - rdfs:subClassOf ep-material:Material ; | 851 | + rdfs:subClassOf ep-material:Material . |
911 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . | ||
912 | 852 | ||
913 | ep-material:substance-C40F | 853 | ep-material:substance-C40F |
914 | - rdf:type owl:Class , ep-material:SubstanceType ; | 854 | + rdf:type ep-material:SubstanceType , owl:Class ; |
915 | rdfs:label "C40F"^^xsd:string ; | 855 | rdfs:label "C40F"^^xsd:string ; |
916 | - rdfs:subClassOf ep-material:Material ; | 856 | + rdfs:subClassOf ep-material:Material . |
917 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . | ||
918 | 857 | ||
919 | ep-material:substance-C41F | 858 | ep-material:substance-C41F |
920 | - rdf:type owl:Class , ep-material:SubstanceType ; | 859 | + rdf:type ep-material:SubstanceType , owl:Class ; |
921 | rdfs:label "C41F"^^xsd:string ; | 860 | rdfs:label "C41F"^^xsd:string ; |
922 | - rdfs:subClassOf ep-material:Material ; | 861 | + rdfs:subClassOf ep-material:Material . |
923 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . | ||
924 | 862 | ||
925 | ep-material:substance-C42F | 863 | ep-material:substance-C42F |
926 | - rdf:type owl:Class , ep-material:SubstanceType ; | 864 | + rdf:type ep-material:SubstanceType , owl:Class ; |
927 | rdfs:label "C42F"^^xsd:string ; | 865 | rdfs:label "C42F"^^xsd:string ; |
928 | - rdfs:subClassOf ep-material:Material ; | 866 | + rdfs:subClassOf ep-material:Material . |
929 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . | ||
930 | 867 | ||
931 | ep-material:substance-C43F | 868 | ep-material:substance-C43F |
932 | - rdf:type owl:Class , ep-material:SubstanceType ; | 869 | + rdf:type ep-material:SubstanceType , owl:Class ; |
933 | rdfs:label "C43F"^^xsd:string ; | 870 | rdfs:label "C43F"^^xsd:string ; |
934 | - rdfs:subClassOf ep-material:Material ; | 871 | + rdfs:subClassOf ep-material:Material . |
935 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . | ||
936 | 872 | ||
937 | ep-material:substance-C44F | 873 | ep-material:substance-C44F |
938 | - rdf:type owl:Class , ep-material:SubstanceType ; | 874 | + rdf:type ep-material:SubstanceType , owl:Class ; |
939 | rdfs:label "C44F"^^xsd:string ; | 875 | rdfs:label "C44F"^^xsd:string ; |
940 | - rdfs:subClassOf ep-material:Material ; | 876 | + rdfs:subClassOf ep-material:Material . |
941 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . | ||
942 | 877 | ||
943 | ep-material:substance-C45F | 878 | ep-material:substance-C45F |
944 | - rdf:type owl:Class , ep-material:SubstanceType ; | 879 | + rdf:type ep-material:SubstanceType , owl:Class ; |
945 | rdfs:label "C45F"^^xsd:string ; | 880 | rdfs:label "C45F"^^xsd:string ; |
946 | - rdfs:subClassOf ep-material:Material ; | 881 | + rdfs:subClassOf ep-material:Material . |
947 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . | ||
948 | 882 | ||
949 | ep-material:substance-C46F | 883 | ep-material:substance-C46F |
950 | - rdf:type owl:Class , ep-material:SubstanceType ; | 884 | + rdf:type ep-material:SubstanceType , owl:Class ; |
951 | rdfs:label "C46F"^^xsd:string ; | 885 | rdfs:label "C46F"^^xsd:string ; |
952 | - rdfs:subClassOf ep-material:Material ; | 886 | + rdfs:subClassOf ep-material:Material . |
953 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . | ||
954 | 887 | ||
955 | ep-material:substance-C47F | 888 | ep-material:substance-C47F |
956 | - rdf:type owl:Class , ep-material:SubstanceType ; | 889 | + rdf:type ep-material:SubstanceType , owl:Class ; |
957 | rdfs:label "C47F"^^xsd:string ; | 890 | rdfs:label "C47F"^^xsd:string ; |
958 | - rdfs:subClassOf ep-material:Material ; | 891 | + rdfs:subClassOf ep-material:Material . |
959 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . | ||
960 | 892 | ||
961 | ep-material:substance-C48F | 893 | ep-material:substance-C48F |
962 | - rdf:type owl:Class , ep-material:SubstanceType ; | 894 | + rdf:type ep-material:SubstanceType , owl:Class ; |
963 | rdfs:label "C48F"^^xsd:string ; | 895 | rdfs:label "C48F"^^xsd:string ; |
964 | - rdfs:subClassOf ep-material:Material ; | 896 | + rdfs:subClassOf ep-material:Material . |
965 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . | ||
966 | 897 | ||
967 | ep-material:substance-C49F | 898 | ep-material:substance-C49F |
968 | - rdf:type owl:Class , ep-material:SubstanceType ; | 899 | + rdf:type ep-material:SubstanceType , owl:Class ; |
969 | rdfs:label "C49F"^^xsd:string ; | 900 | rdfs:label "C49F"^^xsd:string ; |
970 | - rdfs:subClassOf ep-material:Material ; | 901 | + rdfs:subClassOf ep-material:Material . |
971 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . | ||
972 | 902 | ||
973 | ep-material:substance-CO2 | 903 | ep-material:substance-CO2 |
974 | - rdf:type owl:Class , ep-material:SubstanceType ; | 904 | + rdf:type ep-material:SubstanceType , owl:Class ; |
975 | rdfs:label "CO2"^^xsd:string ; | 905 | rdfs:label "CO2"^^xsd:string ; |
976 | - rdfs:subClassOf ep-material:Material ; | 906 | + rdfs:subClassOf ep-material:Material . |
977 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . | ||
978 | 907 | ||
979 | ep-material:substance-Cyclohexane | 908 | ep-material:substance-Cyclohexane |
980 | - rdf:type owl:Class , ep-material:SubstanceType ; | 909 | + rdf:type ep-material:SubstanceType , owl:Class ; |
981 | rdfs:label "cyclohexane"^^xsd:string ; | 910 | rdfs:label "cyclohexane"^^xsd:string ; |
982 | - rdfs:subClassOf ep-material:Material ; | 911 | + rdfs:subClassOf ep-material:Material . |
983 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . | ||
984 | 912 | ||
985 | ep-material:substance-Cyclopentane | 913 | ep-material:substance-Cyclopentane |
986 | - rdf:type owl:Class , ep-material:SubstanceType ; | 914 | + rdf:type ep-material:SubstanceType , owl:Class ; |
987 | rdfs:label "cyclopentane"^^xsd:string ; | 915 | rdfs:label "cyclopentane"^^xsd:string ; |
988 | - rdfs:subClassOf ep-material:Material ; | 916 | + rdfs:subClassOf ep-material:Material . |
989 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . | ||
990 | 917 | ||
991 | ep-material:substance-Decanes | 918 | ep-material:substance-Decanes |
992 | - rdf:type owl:Class , ep-material:SubstanceType ; | 919 | + rdf:type ep-material:SubstanceType , owl:Class ; |
993 | rdfs:label "decanes"^^xsd:string ; | 920 | rdfs:label "decanes"^^xsd:string ; |
994 | - rdfs:subClassOf ep-material:Material ; | 921 | + rdfs:subClassOf ep-material:Material . |
995 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . | ||
996 | 922 | ||
997 | ep-material:substance-EtBenzene | 923 | ep-material:substance-EtBenzene |
998 | - rdf:type owl:Class , ep-material:SubstanceType ; | 924 | + rdf:type ep-material:SubstanceType , owl:Class ; |
999 | rdfs:label "et benzene"^^xsd:string ; | 925 | rdfs:label "et benzene"^^xsd:string ; |
1000 | - rdfs:subClassOf ep-material:Material ; | 926 | + rdfs:subClassOf ep-material:Material . |
1001 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . | ||
1002 | 927 | ||
1003 | ep-material:substance-EtcyPentane | 928 | ep-material:substance-EtcyPentane |
1004 | - rdf:type owl:Class , ep-material:SubstanceType ; | 929 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1005 | rdfs:label "etcy pentane"^^xsd:string ; | 930 | rdfs:label "etcy pentane"^^xsd:string ; |
1006 | - rdfs:subClassOf ep-material:Material ; | 931 | + rdfs:subClassOf ep-material:Material . |
1007 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . | ||
1008 | 932 | ||
1009 | ep-material:substance-Ethane | 933 | ep-material:substance-Ethane |
1010 | - rdf:type owl:Class , ep-material:SubstanceType ; | 934 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1011 | rdfs:label "ethane"^^xsd:string ; | 935 | rdfs:label "ethane"^^xsd:string ; |
1012 | - rdfs:subClassOf ep-material:Material ; | 936 | + rdfs:subClassOf ep-material:Material . |
1013 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . | ||
1014 | 937 | ||
1015 | ep-material:substance-H2 | 938 | ep-material:substance-H2 |
1016 | - rdf:type owl:Class , ep-material:SubstanceType ; | 939 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1017 | rdfs:label "H2"^^xsd:string ; | 940 | rdfs:label "H2"^^xsd:string ; |
1018 | - rdfs:subClassOf ep-material:Material ; | 941 | + rdfs:subClassOf ep-material:Material . |
1019 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . | ||
1020 | 942 | ||
1021 | ep-material:substance-H2O | 943 | ep-material:substance-H2O |
1022 | - rdf:type owl:Class , ep-material:SubstanceType ; | 944 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1023 | rdfs:label "H2O"^^xsd:string ; | 945 | rdfs:label "H2O"^^xsd:string ; |
1024 | - rdfs:subClassOf ep-material:Material ; | 946 | + rdfs:subClassOf ep-material:Material . |
1025 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . | ||
1026 | 947 | ||
1027 | ep-material:substance-H2S | 948 | ep-material:substance-H2S |
1028 | - rdf:type owl:Class , ep-material:SubstanceType ; | 949 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1029 | rdfs:label "H2S"^^xsd:string ; | 950 | rdfs:label "H2S"^^xsd:string ; |
1030 | - rdfs:subClassOf ep-material:Material ; | 951 | + rdfs:subClassOf ep-material:Material . |
1031 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . | ||
1032 | 952 | ||
1033 | ep-material:substance-Heptanes | 953 | ep-material:substance-Heptanes |
1034 | - rdf:type owl:Class , ep-material:SubstanceType ; | 954 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1035 | rdfs:label "heptanes"^^xsd:string ; | 955 | rdfs:label "heptanes"^^xsd:string ; |
1036 | - rdfs:subClassOf ep-material:Material ; | 956 | + rdfs:subClassOf ep-material:Material . |
1037 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . | ||
1038 | 957 | ||
1039 | ep-material:substance-Hexane | 958 | ep-material:substance-Hexane |
1040 | - rdf:type owl:Class , ep-material:SubstanceType ; | 959 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1041 | rdfs:label "hexane"^^xsd:string ; | 960 | rdfs:label "hexane"^^xsd:string ; |
1042 | - rdfs:subClassOf ep-material:Material ; | 961 | + rdfs:subClassOf ep-material:Material . |
1043 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . | ||
1044 | 962 | ||
1045 | ep-material:substance-Hexanes | 963 | ep-material:substance-Hexanes |
1046 | - rdf:type owl:Class , ep-material:SubstanceType ; | 964 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1047 | rdfs:label "hexanes"^^xsd:string ; | 965 | rdfs:label "hexanes"^^xsd:string ; |
1048 | - rdfs:subClassOf ep-material:Material ; | 966 | + rdfs:subClassOf ep-material:Material . |
1049 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . | ||
1050 | 967 | ||
1051 | ep-material:substance-MBenzene | 968 | ep-material:substance-MBenzene |
1052 | - rdf:type owl:Class , ep-material:SubstanceType ; | 969 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1053 | rdfs:label "m benzene"^^xsd:string ; | 970 | rdfs:label "m benzene"^^xsd:string ; |
1054 | - rdfs:subClassOf ep-material:Material ; | 971 | + rdfs:subClassOf ep-material:Material . |
1055 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . | ||
1056 | 972 | ||
1057 | ep-material:substance-McyHexane | 973 | ep-material:substance-McyHexane |
1058 | - rdf:type owl:Class , ep-material:SubstanceType ; | 974 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1059 | rdfs:label "mcy hexane"^^xsd:string ; | 975 | rdfs:label "mcy hexane"^^xsd:string ; |
1060 | - rdfs:subClassOf ep-material:Material ; | 976 | + rdfs:subClassOf ep-material:Material . |
1061 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . | ||
1062 | 977 | ||
1063 | ep-material:substance-McyPentane | 978 | ep-material:substance-McyPentane |
1064 | - rdf:type owl:Class , ep-material:SubstanceType ; | 979 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1065 | rdfs:label "mcy pentane"^^xsd:string ; | 980 | rdfs:label "mcy pentane"^^xsd:string ; |
1066 | - rdfs:subClassOf ep-material:Material ; | 981 | + rdfs:subClassOf ep-material:Material . |
1067 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . | ||
1068 | 982 | ||
1069 | ep-material:substance-Methane | 983 | ep-material:substance-Methane |
1070 | - rdf:type owl:Class , ep-material:SubstanceType ; | 984 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1071 | rdfs:label "methane"^^xsd:string ; | 985 | rdfs:label "methane"^^xsd:string ; |
1072 | - rdfs:subClassOf ep-material:Material ; | 986 | + rdfs:subClassOf ep-material:Material . |
1073 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . | ||
1074 | 987 | ||
1075 | ep-material:substance-N2 | 988 | ep-material:substance-N2 |
1076 | - rdf:type owl:Class , ep-material:SubstanceType ; | 989 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1077 | rdfs:label "N2"^^xsd:string ; | 990 | rdfs:label "N2"^^xsd:string ; |
1078 | - rdfs:subClassOf ep-material:Material ; | 991 | + rdfs:subClassOf ep-material:Material . |
1079 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . | ||
1080 | 992 | ||
1081 | ep-material:substance-Nonanes | 993 | ep-material:substance-Nonanes |
1082 | - rdf:type owl:Class , ep-material:SubstanceType ; | 994 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1083 | rdfs:label "nonanes"^^xsd:string ; | 995 | rdfs:label "nonanes"^^xsd:string ; |
1084 | - rdfs:subClassOf ep-material:Material ; | 996 | + rdfs:subClassOf ep-material:Material . |
1085 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . | ||
1086 | 997 | ||
1087 | ep-material:substance-O2 | 998 | ep-material:substance-O2 |
1088 | - rdf:type owl:Class , ep-material:SubstanceType ; | 999 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1089 | rdfs:label "O2"^^xsd:string ; | 1000 | rdfs:label "O2"^^xsd:string ; |
1090 | - rdfs:subClassOf ep-material:Material ; | 1001 | + rdfs:subClassOf ep-material:Material . |
1091 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . | ||
1092 | 1002 | ||
1093 | ep-material:substance-Octanes | 1003 | ep-material:substance-Octanes |
1094 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1004 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1095 | rdfs:label "octanes"^^xsd:string ; | 1005 | rdfs:label "octanes"^^xsd:string ; |
1096 | - rdfs:subClassOf ep-material:Material ; | 1006 | + rdfs:subClassOf ep-material:Material . |
1097 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . | ||
1098 | 1007 | ||
1099 | ep-material:substance-T12dmcyPentane | 1008 | ep-material:substance-T12dmcyPentane |
1100 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1009 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1101 | rdfs:label "t12dmcy pentane"^^xsd:string ; | 1010 | rdfs:label "t12dmcy pentane"^^xsd:string ; |
1102 | - rdfs:subClassOf ep-material:Material ; | 1011 | + rdfs:subClassOf ep-material:Material . |
1103 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . | ||
1104 | 1012 | ||
1105 | ep-material:substance-T13dmcyPentane | 1013 | ep-material:substance-T13dmcyPentane |
1106 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1014 | + rdf:type ep-material:SubstanceType , owl:Class ; |
1107 | rdfs:label "t13dmcy pentane"^^xsd:string ; | 1015 | rdfs:label "t13dmcy pentane"^^xsd:string ; |
1108 | - rdfs:subClassOf ep-material:Material ; | 1016 | + rdfs:subClassOf ep-material:Material . |
1109 | - transhelp:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | ||
1110 | 1017 | ||
1111 | ep-material:volumeRatio | 1018 | ep-material:volumeRatio |
1112 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1019 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1113 | rdfs:domain ep-material:MaterialPair ; | 1020 | rdfs:domain ep-material:MaterialPair ; |
1114 | rdfs:label "volume ratio"^^xsd:string ; | 1021 | rdfs:label "volume ratio"^^xsd:string ; |
1115 | rdfs:range ep-core:Ratio . | 1022 | rdfs:range ep-core:Ratio . |
1116 | 1023 | ||
1117 | ep-material:wholeMaterialOfPair | 1024 | ep-material:wholeMaterialOfPair |
1118 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1025 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1119 | rdfs:domain ep-material:MaterialPartWholePair ; | 1026 | rdfs:domain ep-material:MaterialPartWholePair ; |
1120 | rdfs:label "whole material of pair"^^xsd:string ; | 1027 | rdfs:label "whole material of pair"^^xsd:string ; |
1121 | rdfs:range ep-material:Material ; | 1028 | rdfs:range ep-material:Material ; | ... | ... |
... | @@ -15,13 +15,18 @@ transhelp:derivedFrom | ... | @@ -15,13 +15,18 @@ transhelp:derivedFrom |
15 | rdf:type owl:ObjectProperty . | 15 | rdf:type owl:ObjectProperty . |
16 | 16 | ||
17 | transhelp:dummyTrue | 17 | transhelp:dummyTrue |
18 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 18 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
19 | 19 | ||
20 | transhelp:hasDerivedText | 20 | transhelp:hasDerivedText |
21 | rdf:type owl:DatatypeProperty . | 21 | rdf:type owl:DatatypeProperty . |
22 | 22 | ||
23 | transhelp:intervalIdentifier | 23 | transhelp:intervalIdentifier |
24 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 24 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
25 | 25 | ||
26 | transhelp:mapsTo | 26 | transhelp:mapsTo |
27 | rdf:type rdf:Property . | 27 | rdf:type rdf:Property . |
28 | + | ||
29 | +transhelp:materialClassMapsToMPREnumeration | ||
30 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ; | ||
31 | + rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | ||
32 | + rdfs:subPropertyOf transhelp:mapsTo . | ... | ... |
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | # imports: http://www.epim.no/schemas/mprml/1 | 3 | # imports: http://www.epim.no/schemas/mprml/1 |
4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
5 | # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration | ||
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity |
7 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | 8 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
8 | 9 | ||
... | @@ -1035,7 +1036,7 @@ The componentName element is used differently in the examples for the primary an | ... | @@ -1035,7 +1036,7 @@ The componentName element is used differently in the examples for the primary an |
1035 | ] [ sp:object | 1036 | ] [ sp:object |
1036 | [ sp:varName "componentBaseKindRef"^^xsd:string | 1037 | [ sp:varName "componentBaseKindRef"^^xsd:string |
1037 | ] ; | 1038 | ] ; |
1038 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> ; | 1039 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#materialClassMapsToMPREnumeration> ; |
1039 | sp:subject | 1040 | sp:subject |
1040 | [ sp:varName "fluidSubstanceKindType"^^xsd:string | 1041 | [ sp:varName "fluidSubstanceKindType"^^xsd:string |
1041 | ] | 1042 | ] |
... | @@ -1072,7 +1073,7 @@ The componentName element is used differently in the examples for the primary an | ... | @@ -1072,7 +1073,7 @@ The componentName element is used differently in the examples for the primary an |
1072 | 1073 | ||
1073 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> | 1074 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> |
1074 | rdf:type owl:Ontology ; | 1075 | rdf:type owl:Ontology ; |
1075 | - owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 1076 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
1076 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 1077 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
1077 | 1078 | ||
1078 | _:b9 sp:varName "productionReport"^^xsd:string . | 1079 | _:b9 sp:varName "productionReport"^^xsd:string . | ... | ... |
-
Please register or login to post a comment