Showing
6 changed files
with
1250 additions
and
465 deletions
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/unnamed | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
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/transform/transform-helper-schema | 4 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
5 | 5 | ||
6 | -@prefix : <http://www.reportinghub.no/ep/schema/1.0/unnamed#> . | 6 | +@prefix : <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration#> . |
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
... | @@ -13,9 +13,13 @@ | ... | @@ -13,9 +13,13 @@ |
13 | @prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 13 | @prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
15 | 15 | ||
16 | -<http://www.reportinghub.no/ep/schema/1.0/unnamed> | 16 | +<http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> |
17 | + transhelp:domainOfPropertyMapsToMPREnumeration | ||
18 | + <http://www.reportinghub.no/ep/schema/well#WellHead> . | ||
19 | + | ||
20 | +<http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> | ||
17 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ; | 22 | + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 24 | ||
21 | <http://www.reportinghub.no/ep/schema/core#Pressure> | 25 | <http://www.reportinghub.no/ep/schema/core#Pressure> | ... | ... |
1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration | ||
2 | +# imports: http://spinrdf.org/spin | ||
3 | +# imports: http://www.epim.no/schemas/mprml/1 | ||
4 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
5 | + | ||
6 | +@prefix : <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration#> . | ||
7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
11 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
12 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
13 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | ||
14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
15 | + | ||
16 | +<http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> | ||
17 | + rdf:type owl:Ontology ; | ||
18 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ; | ||
19 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
20 | + | ||
21 | +<http://www.reportinghub.no/ep/schema/core#acre_ft> | ||
22 | + transhelp:scaleMapsToMPREnumeration | ||
23 | + <http://www.epim.no/schemas/mprml/1#AU_acre.ft> . | ||
24 | + | ||
25 | +<http://www.reportinghub.no/ep/schema/core#angstrom> | ||
26 | + transhelp:scaleMapsToMPREnumeration | ||
27 | + <http://www.epim.no/schemas/mprml/1#AU_angstrom> . | ||
28 | + | ||
29 | +<http://www.reportinghub.no/ep/schema/core#annum> | ||
30 | + transhelp:scaleMapsToMPREnumeration | ||
31 | + <http://www.epim.no/schemas/mprml/1#AU_a> . | ||
32 | + | ||
33 | +<http://www.reportinghub.no/ep/schema/core#apiDensity> | ||
34 | + transhelp:scaleMapsToMPREnumeration | ||
35 | + <http://www.epim.no/schemas/mprml/1#AU_dAPI> . | ||
36 | + | ||
37 | +<http://www.reportinghub.no/ep/schema/core#at> | ||
38 | + transhelp:scaleMapsToMPREnumeration | ||
39 | + <http://www.epim.no/schemas/mprml/1#AU_at> . | ||
40 | + | ||
41 | +<http://www.reportinghub.no/ep/schema/core#atm> | ||
42 | + transhelp:scaleMapsToMPREnumeration | ||
43 | + <http://www.epim.no/schemas/mprml/1#AU_atm> . | ||
44 | + | ||
45 | +<http://www.reportinghub.no/ep/schema/core#bar> | ||
46 | + transhelp:scaleMapsToMPREnumeration | ||
47 | + <http://www.epim.no/schemas/mprml/1#AU_bar> . | ||
48 | + | ||
49 | +<http://www.reportinghub.no/ep/schema/core#barrel> | ||
50 | + transhelp:scaleMapsToMPREnumeration | ||
51 | + <http://www.epim.no/schemas/mprml/1#AU_bbl> . | ||
52 | + | ||
53 | +<http://www.reportinghub.no/ep/schema/core#billionFt3> | ||
54 | + transhelp:scaleMapsToMPREnumeration | ||
55 | + <http://www.epim.no/schemas/mprml/1#AU_bcf> . | ||
56 | + | ||
57 | +<http://www.reportinghub.no/ep/schema/core#celsius> | ||
58 | + transhelp:scaleMapsToMPREnumeration | ||
59 | + <http://www.epim.no/schemas/mprml/1#AU_degC> . | ||
60 | + | ||
61 | +<http://www.reportinghub.no/ep/schema/core#centimetre> | ||
62 | + transhelp:scaleMapsToMPREnumeration | ||
63 | + <http://www.epim.no/schemas/mprml/1#AU_cm> . | ||
64 | + | ||
65 | +<http://www.reportinghub.no/ep/schema/core#chain_Benoit_A> | ||
66 | + transhelp:scaleMapsToMPREnumeration | ||
67 | + <http://www.epim.no/schemas/mprml/1#AU_chBnA> . | ||
68 | + | ||
69 | +<http://www.reportinghub.no/ep/schema/core#chain_Benoit_B> | ||
70 | + transhelp:scaleMapsToMPREnumeration | ||
71 | + <http://www.epim.no/schemas/mprml/1#AU_chBnB> . | ||
72 | + | ||
73 | +<http://www.reportinghub.no/ep/schema/core#chain_Clarke> | ||
74 | + transhelp:scaleMapsToMPREnumeration | ||
75 | + <http://www.epim.no/schemas/mprml/1#AU_chCla> . | ||
76 | + | ||
77 | +<http://www.reportinghub.no/ep/schema/core#chain_Sears> | ||
78 | + transhelp:scaleMapsToMPREnumeration | ||
79 | + <http://www.epim.no/schemas/mprml/1#AU_chSe> . | ||
80 | + | ||
81 | +<http://www.reportinghub.no/ep/schema/core#chain_US> | ||
82 | + transhelp:scaleMapsToMPREnumeration | ||
83 | + <http://www.epim.no/schemas/mprml/1#AU_chUS> . | ||
84 | + | ||
85 | +<http://www.reportinghub.no/ep/schema/core#cm3> | ||
86 | + transhelp:scaleMapsToMPREnumeration | ||
87 | + <http://www.epim.no/schemas/mprml/1#AU_cm3> . | ||
88 | + | ||
89 | +<http://www.reportinghub.no/ep/schema/core#cmH20at4degC> | ||
90 | + transhelp:scaleMapsToMPREnumeration | ||
91 | + <http://www.epim.no/schemas/mprml/1#AU_cmH2O4degC> . | ||
92 | + | ||
93 | +<http://www.reportinghub.no/ep/schema/core#day> | ||
94 | + transhelp:scaleMapsToMPREnumeration | ||
95 | + <http://www.epim.no/schemas/mprml/1#AU_d> . | ||
96 | + | ||
97 | +<http://www.reportinghub.no/ep/schema/core#decimetre> | ||
98 | + transhelp:scaleMapsToMPREnumeration | ||
99 | + <http://www.epim.no/schemas/mprml/1#AU_dm> . | ||
100 | + | ||
101 | +<http://www.reportinghub.no/ep/schema/core#dm3> | ||
102 | + transhelp:scaleMapsToMPREnumeration | ||
103 | + <http://www.epim.no/schemas/mprml/1#AU_dm3> . | ||
104 | + | ||
105 | +<http://www.reportinghub.no/ep/schema/core#dyne_cm-2> | ||
106 | + transhelp:scaleMapsToMPREnumeration | ||
107 | + <http://www.epim.no/schemas/mprml/1#AU_dynecm2> . | ||
108 | + | ||
109 | +<http://www.reportinghub.no/ep/schema/core#fahrenheit> | ||
110 | + transhelp:scaleMapsToMPREnumeration | ||
111 | + <http://www.epim.no/schemas/mprml/1#AU_degF> . | ||
112 | + | ||
113 | +<http://www.reportinghub.no/ep/schema/core#fathom> | ||
114 | + transhelp:scaleMapsToMPREnumeration | ||
115 | + <http://www.epim.no/schemas/mprml/1#AU_fathom> . | ||
116 | + | ||
117 | +<http://www.reportinghub.no/ep/schema/core#femtometre> | ||
118 | + transhelp:scaleMapsToMPREnumeration | ||
119 | + <http://www.epim.no/schemas/mprml/1#AU_fm> . | ||
120 | + | ||
121 | +<http://www.reportinghub.no/ep/schema/core#foot> | ||
122 | + transhelp:scaleMapsToMPREnumeration | ||
123 | + <http://www.epim.no/schemas/mprml/1#AU_ft> . | ||
124 | + | ||
125 | +<http://www.reportinghub.no/ep/schema/core#foot3> | ||
126 | + transhelp:scaleMapsToMPREnumeration | ||
127 | + <http://www.epim.no/schemas/mprml/1#AU_ft3> . | ||
128 | + | ||
129 | +<http://www.reportinghub.no/ep/schema/core#footUS> | ||
130 | + transhelp:scaleMapsToMPREnumeration | ||
131 | + <http://www.epim.no/schemas/mprml/1#AU_ftUS> . | ||
132 | + | ||
133 | +<http://www.reportinghub.no/ep/schema/core#foot_Benoit_A> | ||
134 | + transhelp:scaleMapsToMPREnumeration | ||
135 | + <http://www.epim.no/schemas/mprml/1#AU_ftBnA> . | ||
136 | + | ||
137 | +<http://www.reportinghub.no/ep/schema/core#foot_Benoit_B> | ||
138 | + transhelp:scaleMapsToMPREnumeration | ||
139 | + <http://www.epim.no/schemas/mprml/1#AU_ftBnB> . | ||
140 | + | ||
141 | +<http://www.reportinghub.no/ep/schema/core#foot_British_1865> | ||
142 | + transhelp:scaleMapsToMPREnumeration | ||
143 | + <http://www.epim.no/schemas/mprml/1#AU_ftBr65> . | ||
144 | + | ||
145 | +<http://www.reportinghub.no/ep/schema/core#foot_Clarke> | ||
146 | + transhelp:scaleMapsToMPREnumeration | ||
147 | + <http://www.epim.no/schemas/mprml/1#AU_ftCla> . | ||
148 | + | ||
149 | +<http://www.reportinghub.no/ep/schema/core#foot_Gold_Coast> | ||
150 | + transhelp:scaleMapsToMPREnumeration | ||
151 | + <http://www.epim.no/schemas/mprml/1#AU_ftGC> . | ||
152 | + | ||
153 | +<http://www.reportinghub.no/ep/schema/core#foot_Indian> | ||
154 | + transhelp:scaleMapsToMPREnumeration | ||
155 | + <http://www.epim.no/schemas/mprml/1#AU_ftInd> . | ||
156 | + | ||
157 | +<http://www.reportinghub.no/ep/schema/core#foot_Indian_1937> | ||
158 | + transhelp:scaleMapsToMPREnumeration | ||
159 | + <http://www.epim.no/schemas/mprml/1#AU_ftInd37> . | ||
160 | + | ||
161 | +<http://www.reportinghub.no/ep/schema/core#foot_Indian_1962> | ||
162 | + transhelp:scaleMapsToMPREnumeration | ||
163 | + <http://www.epim.no/schemas/mprml/1#AU_ftInd62> . | ||
164 | + | ||
165 | +<http://www.reportinghub.no/ep/schema/core#foot_Indian_1975> | ||
166 | + transhelp:scaleMapsToMPREnumeration | ||
167 | + <http://www.epim.no/schemas/mprml/1#AU_ftInd75> . | ||
168 | + | ||
169 | +<http://www.reportinghub.no/ep/schema/core#foot_Modified_American> | ||
170 | + transhelp:scaleMapsToMPREnumeration | ||
171 | + <http://www.epim.no/schemas/mprml/1#AU_ftMA> . | ||
172 | + | ||
173 | +<http://www.reportinghub.no/ep/schema/core#foot_Sears> | ||
174 | + transhelp:scaleMapsToMPREnumeration | ||
175 | + <http://www.epim.no/schemas/mprml/1#AU_ftSe> . | ||
176 | + | ||
177 | +<http://www.reportinghub.no/ep/schema/core#ft_100ft-1> | ||
178 | + transhelp:scaleMapsToMPREnumeration | ||
179 | + <http://www.epim.no/schemas/mprml/1#AU_ft100ft> . | ||
180 | + | ||
181 | +<http://www.reportinghub.no/ep/schema/core#ft_ft-1> | ||
182 | + transhelp:scaleMapsToMPREnumeration | ||
183 | + <http://www.epim.no/schemas/mprml/1#AU_ftft> . | ||
184 | + | ||
185 | +<http://www.reportinghub.no/ep/schema/core#ft_in-1> | ||
186 | + transhelp:scaleMapsToMPREnumeration | ||
187 | + <http://www.epim.no/schemas/mprml/1#AU_ftin> . | ||
188 | + | ||
189 | +<http://www.reportinghub.no/ep/schema/core#ft_m-1> | ||
190 | + transhelp:scaleMapsToMPREnumeration | ||
191 | + <http://www.epim.no/schemas/mprml/1#AU_ftm> . | ||
192 | + | ||
193 | +<http://www.reportinghub.no/ep/schema/core#ft_mi-1> | ||
194 | + transhelp:scaleMapsToMPREnumeration | ||
195 | + <http://www.epim.no/schemas/mprml/1#AU_ftmi> . | ||
196 | + | ||
197 | +<http://www.reportinghub.no/ep/schema/core#gigaAnnum> | ||
198 | + transhelp:scaleMapsToMPREnumeration | ||
199 | + <http://www.epim.no/schemas/mprml/1#AU_Ga> . | ||
200 | + | ||
201 | +<http://www.reportinghub.no/ep/schema/core#gigaPa> | ||
202 | + transhelp:scaleMapsToMPREnumeration | ||
203 | + <http://www.epim.no/schemas/mprml/1#AU_GPa> . | ||
204 | + | ||
205 | +<http://www.reportinghub.no/ep/schema/core#grain_100ft-4> | ||
206 | + transhelp:scaleMapsToMPREnumeration | ||
207 | + <http://www.epim.no/schemas/mprml/1#AU_grain100ft3> . | ||
208 | + | ||
209 | +<http://www.reportinghub.no/ep/schema/core#grain_ft-3> | ||
210 | + transhelp:scaleMapsToMPREnumeration | ||
211 | + <http://www.epim.no/schemas/mprml/1#AU_grainft3> . | ||
212 | + | ||
213 | +<http://www.reportinghub.no/ep/schema/core#grain_usGallon-2> | ||
214 | + transhelp:scaleMapsToMPREnumeration | ||
215 | + <http://www.epim.no/schemas/mprml/1#AU_graingalUS> . | ||
216 | + | ||
217 | +<http://www.reportinghub.no/ep/schema/core#gram_cm-3> | ||
218 | + transhelp:scaleMapsToMPREnumeration | ||
219 | + <http://www.epim.no/schemas/mprml/1#AU_gcm3> . | ||
220 | + | ||
221 | +<http://www.reportinghub.no/ep/schema/core#gram_dm-3> | ||
222 | + transhelp:scaleMapsToMPREnumeration | ||
223 | + <http://www.epim.no/schemas/mprml/1#AU_gdm3> . | ||
224 | + | ||
225 | +<http://www.reportinghub.no/ep/schema/core#gram_l-1> | ||
226 | + transhelp:scaleMapsToMPREnumeration | ||
227 | + <http://www.epim.no/schemas/mprml/1#AU_gL> . | ||
228 | + | ||
229 | +<http://www.reportinghub.no/ep/schema/core#gram_m-3> | ||
230 | + transhelp:scaleMapsToMPREnumeration | ||
231 | + <http://www.epim.no/schemas/mprml/1#AU_gm3> . | ||
232 | + | ||
233 | +<http://www.reportinghub.no/ep/schema/core#gram_ukGallon-1> | ||
234 | + transhelp:scaleMapsToMPREnumeration | ||
235 | + <http://www.epim.no/schemas/mprml/1#AU_ggalUK> . | ||
236 | + | ||
237 | +<http://www.reportinghub.no/ep/schema/core#gram_usGallon-1> | ||
238 | + transhelp:scaleMapsToMPREnumeration | ||
239 | + <http://www.epim.no/schemas/mprml/1#AU_ggalUS> . | ||
240 | + | ||
241 | +<http://www.reportinghub.no/ep/schema/core#halfMillisecond> | ||
242 | + transhelp:scaleMapsToMPREnumeration | ||
243 | + <http://www.epim.no/schemas/mprml/1#AU_ms2> . | ||
244 | + | ||
245 | +<http://www.reportinghub.no/ep/schema/core#hectare_metre> | ||
246 | + transhelp:scaleMapsToMPREnumeration | ||
247 | + <http://www.epim.no/schemas/mprml/1#AU_ha.m> . | ||
248 | + | ||
249 | +<http://www.reportinghub.no/ep/schema/core#hectobar> | ||
250 | + transhelp:scaleMapsToMPREnumeration | ||
251 | + <http://www.epim.no/schemas/mprml/1#AU_hbar> . | ||
252 | + | ||
253 | +<http://www.reportinghub.no/ep/schema/core#hectolitre> | ||
254 | + transhelp:scaleMapsToMPREnumeration | ||
255 | + <http://www.epim.no/schemas/mprml/1#AU_hL> . | ||
256 | + | ||
257 | +<http://www.reportinghub.no/ep/schema/core#hour> | ||
258 | + transhelp:scaleMapsToMPREnumeration | ||
259 | + <http://www.epim.no/schemas/mprml/1#AU_h> . | ||
260 | + | ||
261 | +<http://www.reportinghub.no/ep/schema/core#hundredSeconds> | ||
262 | + transhelp:scaleMapsToMPREnumeration | ||
263 | + <http://www.epim.no/schemas/mprml/1#AU_100s> . | ||
264 | + | ||
265 | +<http://www.reportinghub.no/ep/schema/core#hundredThousandYears> | ||
266 | + transhelp:scaleMapsToMPREnumeration | ||
267 | + <http://www.epim.no/schemas/mprml/1#AU_100ka> . | ||
268 | + | ||
269 | +<http://www.reportinghub.no/ep/schema/core#in3> | ||
270 | + transhelp:scaleMapsToMPREnumeration | ||
271 | + <http://www.epim.no/schemas/mprml/1#AU_in3> . | ||
272 | + | ||
273 | +<http://www.reportinghub.no/ep/schema/core#inH20at39.2F> | ||
274 | + transhelp:scaleMapsToMPREnumeration | ||
275 | + <http://www.epim.no/schemas/mprml/1#AU_inH2O39.2F> . | ||
276 | + | ||
277 | +<http://www.reportinghub.no/ep/schema/core#inH20at60F> | ||
278 | + transhelp:scaleMapsToMPREnumeration | ||
279 | + <http://www.epim.no/schemas/mprml/1#AU_inH2O60F> . | ||
280 | + | ||
281 | +<http://www.reportinghub.no/ep/schema/core#inHGat32F> | ||
282 | + transhelp:scaleMapsToMPREnumeration | ||
283 | + <http://www.epim.no/schemas/mprml/1#AU_inHg32F> . | ||
284 | + | ||
285 | +<http://www.reportinghub.no/ep/schema/core#inHGat60F> | ||
286 | + transhelp:scaleMapsToMPREnumeration | ||
287 | + <http://www.epim.no/schemas/mprml/1#AU_inHg60F> . | ||
288 | + | ||
289 | +<http://www.reportinghub.no/ep/schema/core#inch> | ||
290 | + transhelp:scaleMapsToMPREnumeration | ||
291 | + <http://www.epim.no/schemas/mprml/1#AU_in> . | ||
292 | + | ||
293 | +<http://www.reportinghub.no/ep/schema/core#inchUS> | ||
294 | + transhelp:scaleMapsToMPREnumeration | ||
295 | + <http://www.epim.no/schemas/mprml/1#AU_inUS> . | ||
296 | + | ||
297 | +<http://www.reportinghub.no/ep/schema/core#inch_16-1> | ||
298 | + transhelp:scaleMapsToMPREnumeration | ||
299 | + <http://www.epim.no/schemas/mprml/1#AU_in16> . | ||
300 | + | ||
301 | +<http://www.reportinghub.no/ep/schema/core#inch_64-1> | ||
302 | + transhelp:scaleMapsToMPREnumeration | ||
303 | + <http://www.epim.no/schemas/mprml/1#AU_in64> . | ||
304 | + | ||
305 | +<http://www.reportinghub.no/ep/schema/core#kN_m-2> | ||
306 | + transhelp:scaleMapsToMPREnumeration | ||
307 | + <http://www.epim.no/schemas/mprml/1#AU_kNm2> . | ||
308 | + | ||
309 | +<http://www.reportinghub.no/ep/schema/core#kPa> | ||
310 | + transhelp:scaleMapsToMPREnumeration | ||
311 | + <http://www.epim.no/schemas/mprml/1#AU_kPa> . | ||
312 | + | ||
313 | +<http://www.reportinghub.no/ep/schema/core#kelvin> | ||
314 | + transhelp:scaleMapsToMPREnumeration | ||
315 | + <http://www.epim.no/schemas/mprml/1#AU_K> . | ||
316 | + | ||
317 | +<http://www.reportinghub.no/ep/schema/core#kgf_cm-2> | ||
318 | + transhelp:scaleMapsToMPREnumeration | ||
319 | + <http://www.epim.no/schemas/mprml/1#AU_kgfcm2> . | ||
320 | + | ||
321 | +<http://www.reportinghub.no/ep/schema/core#kgf_mm-2> | ||
322 | + transhelp:scaleMapsToMPREnumeration | ||
323 | + <http://www.epim.no/schemas/mprml/1#AU_kgfmm2> . | ||
324 | + | ||
325 | +<http://www.reportinghub.no/ep/schema/core#kilogram_dm-3> | ||
326 | + transhelp:scaleMapsToMPREnumeration | ||
327 | + <http://www.epim.no/schemas/mprml/1#AU_kgdm3> . | ||
328 | + | ||
329 | +<http://www.reportinghub.no/ep/schema/core#kilogram_l-1> | ||
330 | + transhelp:scaleMapsToMPREnumeration | ||
331 | + <http://www.epim.no/schemas/mprml/1#AU_kgL> . | ||
332 | + | ||
333 | +<http://www.reportinghub.no/ep/schema/core#kilogram_m-3> | ||
334 | + transhelp:scaleMapsToMPREnumeration | ||
335 | + <http://www.epim.no/schemas/mprml/1#AU_kgm3> . | ||
336 | + | ||
337 | +<http://www.reportinghub.no/ep/schema/core#kilometre> | ||
338 | + transhelp:scaleMapsToMPREnumeration | ||
339 | + <http://www.epim.no/schemas/mprml/1#AU_km> . | ||
340 | + | ||
341 | +<http://www.reportinghub.no/ep/schema/core#km3> | ||
342 | + transhelp:scaleMapsToMPREnumeration | ||
343 | + <http://www.epim.no/schemas/mprml/1#AU_km3> . | ||
344 | + | ||
345 | +<http://www.reportinghub.no/ep/schema/core#km_cm-1> | ||
346 | + transhelp:scaleMapsToMPREnumeration | ||
347 | + <http://www.epim.no/schemas/mprml/1#AU_kmcm> . | ||
348 | + | ||
349 | +<http://www.reportinghub.no/ep/schema/core#kpsi> | ||
350 | + transhelp:scaleMapsToMPREnumeration | ||
351 | + <http://www.epim.no/schemas/mprml/1#AU_kpsi> . | ||
352 | + | ||
353 | +<http://www.reportinghub.no/ep/schema/core#lbf_100ft-3> | ||
354 | + transhelp:scaleMapsToMPREnumeration | ||
355 | + <http://www.epim.no/schemas/mprml/1#AU_lbf100ft2> . | ||
356 | + | ||
357 | +<http://www.reportinghub.no/ep/schema/core#lbf_ft-2> | ||
358 | + transhelp:scaleMapsToMPREnumeration | ||
359 | + <http://www.epim.no/schemas/mprml/1#AU_lbfft2> . | ||
360 | + | ||
361 | +<http://www.reportinghub.no/ep/schema/core#lbf_in-2> | ||
362 | + transhelp:scaleMapsToMPREnumeration | ||
363 | + <http://www.epim.no/schemas/mprml/1#AU_lbfin2> . | ||
364 | + | ||
365 | +<http://www.reportinghub.no/ep/schema/core#lbm_1000bbl-1> | ||
366 | + transhelp:scaleMapsToMPREnumeration | ||
367 | + <http://www.epim.no/schemas/mprml/1#AU_lbmMbbl> . | ||
368 | + | ||
369 | +<http://www.reportinghub.no/ep/schema/core#lbm_1000ukGallon-2> | ||
370 | + transhelp:scaleMapsToMPREnumeration | ||
371 | + <http://www.epim.no/schemas/mprml/1#AU_lbm1000galUK> . | ||
372 | + | ||
373 | +<http://www.reportinghub.no/ep/schema/core#lbm_1000usGallon-2> | ||
374 | + transhelp:scaleMapsToMPREnumeration | ||
375 | + <http://www.epim.no/schemas/mprml/1#AU_lbm1000galUS> . | ||
376 | + | ||
377 | +<http://www.reportinghub.no/ep/schema/core#lbm_10bbl-1> | ||
378 | + transhelp:scaleMapsToMPREnumeration | ||
379 | + <http://www.epim.no/schemas/mprml/1#AU_lbm10bbl> . | ||
380 | + | ||
381 | +<http://www.reportinghub.no/ep/schema/core#lbm_bbl-1> | ||
382 | + transhelp:scaleMapsToMPREnumeration | ||
383 | + <http://www.epim.no/schemas/mprml/1#AU_lbmbbl> . | ||
384 | + | ||
385 | +<http://www.reportinghub.no/ep/schema/core#lbm_ft-3> | ||
386 | + transhelp:scaleMapsToMPREnumeration | ||
387 | + <http://www.epim.no/schemas/mprml/1#AU_lbmft3> . | ||
388 | + | ||
389 | +<http://www.reportinghub.no/ep/schema/core#lbm_in-3> | ||
390 | + transhelp:scaleMapsToMPREnumeration | ||
391 | + <http://www.epim.no/schemas/mprml/1#AU_lbmin3> . | ||
392 | + | ||
393 | +<http://www.reportinghub.no/ep/schema/core#lbm_ukGallon-1> | ||
394 | + transhelp:scaleMapsToMPREnumeration | ||
395 | + <http://www.epim.no/schemas/mprml/1#AU_lbmgalUK> . | ||
396 | + | ||
397 | +<http://www.reportinghub.no/ep/schema/core#lbm_usGallon-1> | ||
398 | + transhelp:scaleMapsToMPREnumeration | ||
399 | + <http://www.epim.no/schemas/mprml/1#AU_lbmgalUS> . | ||
400 | + | ||
401 | +<http://www.reportinghub.no/ep/schema/core#link_Benoit_A> | ||
402 | + transhelp:scaleMapsToMPREnumeration | ||
403 | + <http://www.epim.no/schemas/mprml/1#AU_lkBnA> . | ||
404 | + | ||
405 | +<http://www.reportinghub.no/ep/schema/core#link_Benoit_B> | ||
406 | + transhelp:scaleMapsToMPREnumeration | ||
407 | + <http://www.epim.no/schemas/mprml/1#AU_lkBnB> . | ||
408 | + | ||
409 | +<http://www.reportinghub.no/ep/schema/core#link_Clarke> | ||
410 | + transhelp:scaleMapsToMPREnumeration | ||
411 | + <http://www.epim.no/schemas/mprml/1#AU_lkCla> . | ||
412 | + | ||
413 | +<http://www.reportinghub.no/ep/schema/core#link_Sears> | ||
414 | + transhelp:scaleMapsToMPREnumeration | ||
415 | + <http://www.epim.no/schemas/mprml/1#AU_lkSe> . | ||
416 | + | ||
417 | +<http://www.reportinghub.no/ep/schema/core#link_US_Survey> | ||
418 | + transhelp:scaleMapsToMPREnumeration | ||
419 | + <http://www.epim.no/schemas/mprml/1#AU_lkUS> . | ||
420 | + | ||
421 | +<http://www.reportinghub.no/ep/schema/core#litre> | ||
422 | + transhelp:scaleMapsToMPREnumeration | ||
423 | + <http://www.epim.no/schemas/mprml/1#AU_L> . | ||
424 | + | ||
425 | +<http://www.reportinghub.no/ep/schema/core#mBar> | ||
426 | + transhelp:scaleMapsToMPREnumeration | ||
427 | + <http://www.epim.no/schemas/mprml/1#AU_mbar> . | ||
428 | + | ||
429 | +<http://www.reportinghub.no/ep/schema/core#m_30m-1> | ||
430 | + transhelp:scaleMapsToMPREnumeration | ||
431 | + <http://www.epim.no/schemas/mprml/1#AU_m30m> . | ||
432 | + | ||
433 | +<http://www.reportinghub.no/ep/schema/core#m_cm-2> | ||
434 | + transhelp:scaleMapsToMPREnumeration | ||
435 | + <http://www.epim.no/schemas/mprml/1#AU_mcm> . | ||
436 | + | ||
437 | +<http://www.reportinghub.no/ep/schema/core#m_km-1> | ||
438 | + transhelp:scaleMapsToMPREnumeration | ||
439 | + <http://www.epim.no/schemas/mprml/1#AU_mkm> . | ||
440 | + | ||
441 | +<http://www.reportinghub.no/ep/schema/core#megaAnnum> | ||
442 | + transhelp:scaleMapsToMPREnumeration | ||
443 | + <http://www.epim.no/schemas/mprml/1#AU_Ma> . | ||
444 | + | ||
445 | +<http://www.reportinghub.no/ep/schema/core#megaPa> | ||
446 | + transhelp:scaleMapsToMPREnumeration | ||
447 | + <http://www.epim.no/schemas/mprml/1#AU_MPa> . | ||
448 | + | ||
449 | +<http://www.reportinghub.no/ep/schema/core#megagram_m-3> | ||
450 | + transhelp:scaleMapsToMPREnumeration | ||
451 | + <http://www.epim.no/schemas/mprml/1#AU_Mgm3> . | ||
452 | + | ||
453 | +<http://www.reportinghub.no/ep/schema/core#megametre> | ||
454 | + transhelp:scaleMapsToMPREnumeration | ||
455 | + <http://www.epim.no/schemas/mprml/1#AU_Mm> . | ||
456 | + | ||
457 | +<http://www.reportinghub.no/ep/schema/core#metre> | ||
458 | + transhelp:scaleMapsToMPREnumeration | ||
459 | + <http://www.epim.no/schemas/mprml/1#AU_m> . | ||
460 | + | ||
461 | +<http://www.reportinghub.no/ep/schema/core#metre3> | ||
462 | + transhelp:scaleMapsToMPREnumeration | ||
463 | + <http://www.epim.no/schemas/mprml/1#AU_m3> . | ||
464 | + | ||
465 | +<http://www.reportinghub.no/ep/schema/core#metre_German_Legal> | ||
466 | + transhelp:scaleMapsToMPREnumeration | ||
467 | + <http://www.epim.no/schemas/mprml/1#AU_mGer> . | ||
468 | + | ||
469 | +<http://www.reportinghub.no/ep/schema/core#mi_in-1> | ||
470 | + transhelp:scaleMapsToMPREnumeration | ||
471 | + <http://www.epim.no/schemas/mprml/1#AU_miin> . | ||
472 | + | ||
473 | +<http://www.reportinghub.no/ep/schema/core#microBar> | ||
474 | + transhelp:scaleMapsToMPREnumeration | ||
475 | + <http://www.epim.no/schemas/mprml/1#AU_ubar> . | ||
476 | + | ||
477 | +<http://www.reportinghub.no/ep/schema/core#microPa> | ||
478 | + transhelp:scaleMapsToMPREnumeration | ||
479 | + <http://www.epim.no/schemas/mprml/1#AU_uPa> . | ||
480 | + | ||
481 | +<http://www.reportinghub.no/ep/schema/core#microgram_cm-3> | ||
482 | + transhelp:scaleMapsToMPREnumeration | ||
483 | + <http://www.epim.no/schemas/mprml/1#AU_ugcm3> . | ||
484 | + | ||
485 | +<http://www.reportinghub.no/ep/schema/core#micrometre> | ||
486 | + transhelp:scaleMapsToMPREnumeration | ||
487 | + <http://www.epim.no/schemas/mprml/1#AU_um> . | ||
488 | + | ||
489 | +<http://www.reportinghub.no/ep/schema/core#micrometre2_m> | ||
490 | + transhelp:scaleMapsToMPREnumeration | ||
491 | + <http://www.epim.no/schemas/mprml/1#AU_um2.m> . | ||
492 | + | ||
493 | +<http://www.reportinghub.no/ep/schema/core#microsecond> | ||
494 | + transhelp:scaleMapsToMPREnumeration | ||
495 | + <http://www.epim.no/schemas/mprml/1#AU_us> . | ||
496 | + | ||
497 | +<http://www.reportinghub.no/ep/schema/core#mil> | ||
498 | + transhelp:scaleMapsToMPREnumeration | ||
499 | + <http://www.epim.no/schemas/mprml/1#AU_mil> . | ||
500 | + | ||
501 | +<http://www.reportinghub.no/ep/schema/core#mile> | ||
502 | + transhelp:scaleMapsToMPREnumeration | ||
503 | + <http://www.epim.no/schemas/mprml/1#AU_mi> . | ||
504 | + | ||
505 | +<http://www.reportinghub.no/ep/schema/core#mile3> | ||
506 | + transhelp:scaleMapsToMPREnumeration | ||
507 | + <http://www.epim.no/schemas/mprml/1#AU_mi3> . | ||
508 | + | ||
509 | +<http://www.reportinghub.no/ep/schema/core#mile_US> | ||
510 | + transhelp:scaleMapsToMPREnumeration | ||
511 | + <http://www.epim.no/schemas/mprml/1#AU_miUS> . | ||
512 | + | ||
513 | +<http://www.reportinghub.no/ep/schema/core#milliPa> | ||
514 | + transhelp:scaleMapsToMPREnumeration | ||
515 | + <http://www.epim.no/schemas/mprml/1#AU_mPa> . | ||
516 | + | ||
517 | +<http://www.reportinghub.no/ep/schema/core#milligram_dm-3> | ||
518 | + transhelp:scaleMapsToMPREnumeration | ||
519 | + <http://www.epim.no/schemas/mprml/1#AU_mgdm3> . | ||
520 | + | ||
521 | +<http://www.reportinghub.no/ep/schema/core#milligram_l-1> | ||
522 | + transhelp:scaleMapsToMPREnumeration | ||
523 | + <http://www.epim.no/schemas/mprml/1#AU_mgL> . | ||
524 | + | ||
525 | +<http://www.reportinghub.no/ep/schema/core#milligram_m-3> | ||
526 | + transhelp:scaleMapsToMPREnumeration | ||
527 | + <http://www.epim.no/schemas/mprml/1#AU_mgm3> . | ||
528 | + | ||
529 | +<http://www.reportinghub.no/ep/schema/core#milligram_usGallon-1> | ||
530 | + transhelp:scaleMapsToMPREnumeration | ||
531 | + <http://www.epim.no/schemas/mprml/1#AU_mggalUS> . | ||
532 | + | ||
533 | +<http://www.reportinghub.no/ep/schema/core#millilitre> | ||
534 | + transhelp:scaleMapsToMPREnumeration | ||
535 | + <http://www.epim.no/schemas/mprml/1#AU_mL> . | ||
536 | + | ||
537 | +<http://www.reportinghub.no/ep/schema/core#millimetre> | ||
538 | + transhelp:scaleMapsToMPREnumeration | ||
539 | + <http://www.epim.no/schemas/mprml/1#AnyUom_AU_mm> , <http://www.epim.no/schemas/mprml/1#AU_mm> . | ||
540 | + | ||
541 | +<http://www.reportinghub.no/ep/schema/core#million_barrel> | ||
542 | + transhelp:scaleMapsToMPREnumeration | ||
543 | + <http://www.epim.no/schemas/mprml/1#AU_MMbbl> . | ||
544 | + | ||
545 | +<http://www.reportinghub.no/ep/schema/core#million_foot3> | ||
546 | + transhelp:scaleMapsToMPREnumeration | ||
547 | + <http://www.epim.no/schemas/mprml/1#AU_Mft3> , <http://www.epim.no/schemas/mprml/1#AU_Mcf> . | ||
548 | + | ||
549 | +<http://www.reportinghub.no/ep/schema/core#million_metre3> | ||
550 | + transhelp:scaleMapsToMPREnumeration | ||
551 | + <http://www.epim.no/schemas/mprml/1#AU_Mm3> . | ||
552 | + | ||
553 | +<http://www.reportinghub.no/ep/schema/core#millisecond> | ||
554 | + transhelp:scaleMapsToMPREnumeration | ||
555 | + <http://www.epim.no/schemas/mprml/1#AU_ms> . | ||
556 | + | ||
557 | +<http://www.reportinghub.no/ep/schema/core#minute> | ||
558 | + transhelp:scaleMapsToMPREnumeration | ||
559 | + <http://www.epim.no/schemas/mprml/1#AU_min> . | ||
560 | + | ||
561 | +<http://www.reportinghub.no/ep/schema/core#mlbf_in-2> | ||
562 | + transhelp:scaleMapsToMPREnumeration | ||
563 | + <http://www.epim.no/schemas/mprml/1#AU_Mpsi> . | ||
564 | + | ||
565 | +<http://www.reportinghub.no/ep/schema/core#mm3> | ||
566 | + transhelp:scaleMapsToMPREnumeration | ||
567 | + <http://www.epim.no/schemas/mprml/1#AU_mm3> . | ||
568 | + | ||
569 | +<http://www.reportinghub.no/ep/schema/core#mmHgAt0C> | ||
570 | + transhelp:scaleMapsToMPREnumeration | ||
571 | + <http://www.epim.no/schemas/mprml/1#AU_mmHg0C> . | ||
572 | + | ||
573 | +<http://www.reportinghub.no/ep/schema/core#n_m-2> | ||
574 | + transhelp:scaleMapsToMPREnumeration | ||
575 | + <http://www.epim.no/schemas/mprml/1#AU_Nm2> . | ||
576 | + | ||
577 | +<http://www.reportinghub.no/ep/schema/core#n_mm-2> | ||
578 | + transhelp:scaleMapsToMPREnumeration | ||
579 | + <http://www.epim.no/schemas/mprml/1#AU_Nmm2> . | ||
580 | + | ||
581 | +<http://www.reportinghub.no/ep/schema/core#nanometre> | ||
582 | + transhelp:scaleMapsToMPREnumeration | ||
583 | + <http://www.epim.no/schemas/mprml/1#AU_nm> . | ||
584 | + | ||
585 | +<http://www.reportinghub.no/ep/schema/core#nanosecond> | ||
586 | + transhelp:scaleMapsToMPREnumeration | ||
587 | + <http://www.epim.no/schemas/mprml/1#AU_ns> . | ||
588 | + | ||
589 | +<http://www.reportinghub.no/ep/schema/core#nauticalMile> | ||
590 | + transhelp:scaleMapsToMPREnumeration | ||
591 | + <http://www.epim.no/schemas/mprml/1#AU_nautmi> . | ||
592 | + | ||
593 | +<http://www.reportinghub.no/ep/schema/core#pag> | ||
594 | + transhelp:scaleMapsToMPREnumeration | ||
595 | + <http://www.epim.no/schemas/mprml/1#AU_Pag> . | ||
596 | + | ||
597 | +<http://www.reportinghub.no/ep/schema/core#pascal> | ||
598 | + transhelp:scaleMapsToMPREnumeration | ||
599 | + <http://www.epim.no/schemas/mprml/1#AU_Pa> . | ||
600 | + | ||
601 | +<http://www.reportinghub.no/ep/schema/core#picoPa> | ||
602 | + transhelp:scaleMapsToMPREnumeration | ||
603 | + <http://www.epim.no/schemas/mprml/1#AU_pPa> . | ||
604 | + | ||
605 | +<http://www.reportinghub.no/ep/schema/core#picometre> | ||
606 | + transhelp:scaleMapsToMPREnumeration | ||
607 | + <http://www.epim.no/schemas/mprml/1#AU_pm> . | ||
608 | + | ||
609 | +<http://www.reportinghub.no/ep/schema/core#picosecond> | ||
610 | + transhelp:scaleMapsToMPREnumeration | ||
611 | + <http://www.epim.no/schemas/mprml/1#AU_ps> . | ||
612 | + | ||
613 | +<http://www.reportinghub.no/ep/schema/core#psi> | ||
614 | + transhelp:scaleMapsToMPREnumeration | ||
615 | + <http://www.epim.no/schemas/mprml/1#AU_psi> . | ||
616 | + | ||
617 | +<http://www.reportinghub.no/ep/schema/core#psia> | ||
618 | + transhelp:scaleMapsToMPREnumeration | ||
619 | + <http://www.epim.no/schemas/mprml/1#AU_psia> . | ||
620 | + | ||
621 | +<http://www.reportinghub.no/ep/schema/core#psig> | ||
622 | + transhelp:scaleMapsToMPREnumeration | ||
623 | + <http://www.epim.no/schemas/mprml/1#AU_psig> . | ||
624 | + | ||
625 | +<http://www.reportinghub.no/ep/schema/core#rankine> | ||
626 | + transhelp:scaleMapsToMPREnumeration | ||
627 | + <http://www.epim.no/schemas/mprml/1#AU_degR> . | ||
628 | + | ||
629 | +<http://www.reportinghub.no/ep/schema/core#second> | ||
630 | + transhelp:scaleMapsToMPREnumeration | ||
631 | + <http://www.epim.no/schemas/mprml/1#AU_s> . | ||
632 | + | ||
633 | +<http://www.reportinghub.no/ep/schema/core#tenMillisecond> | ||
634 | + transhelp:scaleMapsToMPREnumeration | ||
635 | + <http://www.epim.no/schemas/mprml/1#AU_cs> . | ||
636 | + | ||
637 | +<http://www.reportinghub.no/ep/schema/core#ten_megagram_m-3> | ||
638 | + transhelp:scaleMapsToMPREnumeration | ||
639 | + <http://www.epim.no/schemas/mprml/1#AU_10Mgm3> . | ||
640 | + | ||
641 | +<http://www.reportinghub.no/ep/schema/core#tenth_inch> | ||
642 | + transhelp:scaleMapsToMPREnumeration | ||
643 | + <http://www.epim.no/schemas/mprml/1#AU_in10> . | ||
644 | + | ||
645 | +<http://www.reportinghub.no/ep/schema/core#thirtySecond_inch> | ||
646 | + transhelp:scaleMapsToMPREnumeration | ||
647 | + <http://www.epim.no/schemas/mprml/1#AU_in32> . | ||
648 | + | ||
649 | +<http://www.reportinghub.no/ep/schema/core#thousandFt3> | ||
650 | + transhelp:scaleMapsToMPREnumeration | ||
651 | + <http://www.epim.no/schemas/mprml/1#AU_1000ft3> . | ||
652 | + | ||
653 | +<http://www.reportinghub.no/ep/schema/core#thousand_barrel> | ||
654 | + transhelp:scaleMapsToMPREnumeration | ||
655 | + <http://www.epim.no/schemas/mprml/1#AU_Mbbl> . | ||
656 | + | ||
657 | +<http://www.reportinghub.no/ep/schema/core#torr> | ||
658 | + transhelp:scaleMapsToMPREnumeration | ||
659 | + <http://www.epim.no/schemas/mprml/1#AU_torr> . | ||
660 | + | ||
661 | +<http://www.reportinghub.no/ep/schema/core#trillionFt3> | ||
662 | + transhelp:scaleMapsToMPREnumeration | ||
663 | + <http://www.epim.no/schemas/mprml/1#AU_tcf> . | ||
664 | + | ||
665 | +<http://www.reportinghub.no/ep/schema/core#ukFlOz> | ||
666 | + transhelp:scaleMapsToMPREnumeration | ||
667 | + <http://www.epim.no/schemas/mprml/1#AU_flozUK> . | ||
668 | + | ||
669 | +<http://www.reportinghub.no/ep/schema/core#ukGallon> | ||
670 | + transhelp:scaleMapsToMPREnumeration | ||
671 | + <http://www.epim.no/schemas/mprml/1#AU_galUK> . | ||
672 | + | ||
673 | +<http://www.reportinghub.no/ep/schema/core#ukPint> | ||
674 | + transhelp:scaleMapsToMPREnumeration | ||
675 | + <http://www.epim.no/schemas/mprml/1#AU_ptUK> . | ||
676 | + | ||
677 | +<http://www.reportinghub.no/ep/schema/core#ukQuart> | ||
678 | + transhelp:scaleMapsToMPREnumeration | ||
679 | + <http://www.epim.no/schemas/mprml/1#AU_qtUK> . | ||
680 | + | ||
681 | +<http://www.reportinghub.no/ep/schema/core#umHgAt0C> | ||
682 | + transhelp:scaleMapsToMPREnumeration | ||
683 | + <http://www.epim.no/schemas/mprml/1#AU_umHg0C> . | ||
684 | + | ||
685 | +<http://www.reportinghub.no/ep/schema/core#upsi> | ||
686 | + transhelp:scaleMapsToMPREnumeration | ||
687 | + <http://www.epim.no/schemas/mprml/1#AU_upsi> . | ||
688 | + | ||
689 | +<http://www.reportinghub.no/ep/schema/core#usFlOz> | ||
690 | + transhelp:scaleMapsToMPREnumeration | ||
691 | + <http://www.epim.no/schemas/mprml/1#AU_flozUS> . | ||
692 | + | ||
693 | +<http://www.reportinghub.no/ep/schema/core#usGallon> | ||
694 | + transhelp:scaleMapsToMPREnumeration | ||
695 | + <http://www.epim.no/schemas/mprml/1#AU_galUS> . | ||
696 | + | ||
697 | +<http://www.reportinghub.no/ep/schema/core#usPint> | ||
698 | + transhelp:scaleMapsToMPREnumeration | ||
699 | + <http://www.epim.no/schemas/mprml/1#AU_ptUS> . | ||
700 | + | ||
701 | +<http://www.reportinghub.no/ep/schema/core#usQuart> | ||
702 | + transhelp:scaleMapsToMPREnumeration | ||
703 | + <http://www.epim.no/schemas/mprml/1#AU_qtUS> . | ||
704 | + | ||
705 | +<http://www.reportinghub.no/ep/schema/core#usTonF_ft-3> | ||
706 | + transhelp:scaleMapsToMPREnumeration | ||
707 | + <http://www.epim.no/schemas/mprml/1#AU_tonfUSft2> . | ||
708 | + | ||
709 | +<http://www.reportinghub.no/ep/schema/core#usTonF_in-3> | ||
710 | + transhelp:scaleMapsToMPREnumeration | ||
711 | + <http://www.epim.no/schemas/mprml/1#AU_tonfUSin2> . | ||
712 | + | ||
713 | +<http://www.reportinghub.no/ep/schema/core#week> | ||
714 | + transhelp:scaleMapsToMPREnumeration | ||
715 | + <http://www.epim.no/schemas/mprml/1#AU_wk> . | ||
716 | + | ||
717 | +<http://www.reportinghub.no/ep/schema/core#yard> | ||
718 | + transhelp:scaleMapsToMPREnumeration | ||
719 | + <http://www.epim.no/schemas/mprml/1#AU_yd> . | ||
720 | + | ||
721 | +<http://www.reportinghub.no/ep/schema/core#yard3> | ||
722 | + transhelp:scaleMapsToMPREnumeration | ||
723 | + <http://www.epim.no/schemas/mprml/1#AU_yd3> . | ||
724 | + | ||
725 | +<http://www.reportinghub.no/ep/schema/core#yd_Benoit_A> | ||
726 | + transhelp:scaleMapsToMPREnumeration | ||
727 | + <http://www.epim.no/schemas/mprml/1#AU_ydBnA> . | ||
728 | + | ||
729 | +<http://www.reportinghub.no/ep/schema/core#yd_Benoit_B> | ||
730 | + transhelp:scaleMapsToMPREnumeration | ||
731 | + <http://www.epim.no/schemas/mprml/1#AU_ydBnB> . | ||
732 | + | ||
733 | +<http://www.reportinghub.no/ep/schema/core#yd_Clarke> | ||
734 | + transhelp:scaleMapsToMPREnumeration | ||
735 | + <http://www.epim.no/schemas/mprml/1#AU_ydCla> . | ||
736 | + | ||
737 | +<http://www.reportinghub.no/ep/schema/core#yd_Imperial> | ||
738 | + transhelp:scaleMapsToMPREnumeration | ||
739 | + <http://www.epim.no/schemas/mprml/1#AU_ydIm> . | ||
740 | + | ||
741 | +<http://www.reportinghub.no/ep/schema/core#yd_Indian> | ||
742 | + transhelp:scaleMapsToMPREnumeration | ||
743 | + <http://www.epim.no/schemas/mprml/1#AU_ydInd> . | ||
744 | + | ||
745 | +<http://www.reportinghub.no/ep/schema/core#yd_Indian_1937> | ||
746 | + transhelp:scaleMapsToMPREnumeration | ||
747 | + <http://www.epim.no/schemas/mprml/1#AU_ydInd37> . | ||
748 | + | ||
749 | +<http://www.reportinghub.no/ep/schema/core#yd_Indian_1962> | ||
750 | + transhelp:scaleMapsToMPREnumeration | ||
751 | + <http://www.epim.no/schemas/mprml/1#AU_ydInd62> . | ||
752 | + | ||
753 | +<http://www.reportinghub.no/ep/schema/core#yd_Indian_1975> | ||
754 | + transhelp:scaleMapsToMPREnumeration | ||
755 | + <http://www.epim.no/schemas/mprml/1#AU_ydInd75> . | ||
756 | + | ||
757 | +<http://www.reportinghub.no/ep/schema/core#yd_Sears> | ||
758 | + transhelp:scaleMapsToMPREnumeration | ||
759 | + <http://www.epim.no/schemas/mprml/1#AU_ydSe> . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
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 visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + composite:index "0"^^xsd:int | ||
16 | + ] . |
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
15 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> | 15 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> |
16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
17 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; | 17 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; |
18 | - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 18 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | transhelp:buildRdlURI | 21 | transhelp:buildRdlURI |
... | @@ -44,15 +44,15 @@ transhelp:derivedFrom | ... | @@ -44,15 +44,15 @@ transhelp:derivedFrom |
44 | rdf:type owl:ObjectProperty . | 44 | rdf:type owl:ObjectProperty . |
45 | 45 | ||
46 | transhelp:domainOfPropertyMapsToMPREnumeration | 46 | transhelp:domainOfPropertyMapsToMPREnumeration |
47 | - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; | 47 | + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; |
48 | rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; | 48 | rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; |
49 | rdfs:subPropertyOf transhelp:mapsTo . | 49 | rdfs:subPropertyOf transhelp:mapsTo . |
50 | 50 | ||
51 | transhelp:facilityIdentifier | 51 | transhelp:facilityIdentifier |
52 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 52 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
53 | 53 | ||
54 | transhelp:flowingStateMapsToMPREnumeration | 54 | transhelp:flowingStateMapsToMPREnumeration |
55 | - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | 55 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; |
56 | rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ; | 56 | rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ; |
57 | rdfs:subPropertyOf transhelp:mapsTo . | 57 | rdfs:subPropertyOf transhelp:mapsTo . |
58 | 58 | ||
... | @@ -71,25 +71,25 @@ transhelp:hasEquivalentInRDL | ... | @@ -71,25 +71,25 @@ transhelp:hasEquivalentInRDL |
71 | rdfs:label "has equivalent in RDL"^^xsd:string . | 71 | rdfs:label "has equivalent in RDL"^^xsd:string . |
72 | 72 | ||
73 | transhelp:interval | 73 | transhelp:interval |
74 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 74 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
75 | 75 | ||
76 | transhelp:intervalEnd | 76 | transhelp:intervalEnd |
77 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 77 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
78 | 78 | ||
79 | transhelp:intervalIdentifier | 79 | transhelp:intervalIdentifier |
80 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 80 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
81 | 81 | ||
82 | transhelp:intervalStart | 82 | transhelp:intervalStart |
83 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 83 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
84 | 84 | ||
85 | transhelp:label | 85 | transhelp:label |
86 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 86 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
87 | 87 | ||
88 | transhelp:mapsTo | 88 | transhelp:mapsTo |
89 | rdf:type rdf:Property . | 89 | rdf:type rdf:Property . |
90 | 90 | ||
91 | transhelp:materialClassMapsToMPREnumeration | 91 | transhelp:materialClassMapsToMPREnumeration |
92 | - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | 92 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; |
93 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | 93 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; |
94 | rdfs:subPropertyOf transhelp:mapsTo . | 94 | rdfs:subPropertyOf transhelp:mapsTo . |
95 | 95 | ||
... | @@ -97,23 +97,28 @@ transhelp:necessaryIntervalString | ... | @@ -97,23 +97,28 @@ transhelp:necessaryIntervalString |
97 | rdf:type owl:DatatypeProperty . | 97 | rdf:type owl:DatatypeProperty . |
98 | 98 | ||
99 | transhelp:nominalInstant | 99 | transhelp:nominalInstant |
100 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 100 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
101 | 101 | ||
102 | transhelp:propertyMapsToMPREnumeration | 102 | transhelp:propertyMapsToMPREnumeration |
103 | - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | 103 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; |
104 | rdfs:label "property maps to MPR enumeration"^^xsd:string ; | 104 | rdfs:label "property maps to MPR enumeration"^^xsd:string ; |
105 | rdfs:subPropertyOf transhelp:mapsTo . | 105 | rdfs:subPropertyOf transhelp:mapsTo . |
106 | 106 | ||
107 | transhelp:quantitySpaceMapsToClassOfScale | 107 | transhelp:quantitySpaceMapsToClassOfScale |
108 | - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; | 108 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ; |
109 | rdfs:label "quantity space maps to class of scale"^^xsd:string ; | 109 | rdfs:label "quantity space maps to class of scale"^^xsd:string ; |
110 | rdfs:subPropertyOf transhelp:mapsTo . | 110 | rdfs:subPropertyOf transhelp:mapsTo . |
111 | 111 | ||
112 | transhelp:rangeOfPropertyMapsToMPREnumeration | 112 | transhelp:rangeOfPropertyMapsToMPREnumeration |
113 | - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; | 113 | + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; |
114 | rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; | 114 | rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; |
115 | rdfs:subPropertyOf transhelp:mapsTo . | 115 | rdfs:subPropertyOf transhelp:mapsTo . |
116 | 116 | ||
117 | +transhelp:scaleMapsToMPREnumeration | ||
118 | + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | ||
119 | + rdfs:label "scale maps to MPR enumeration"^^xsd:string ; | ||
120 | + rdfs:subPropertyOf transhelp:mapsTo . | ||
121 | + | ||
117 | transhelp:standardTempPres | 122 | transhelp:standardTempPres |
118 | rdf:type rdf:Property ; | 123 | rdf:type rdf:Property ; |
119 | rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | 124 | rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | ... | ... |
1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration | ||
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration | ||
3 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults | 6 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults |
4 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults | 7 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults |
5 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest | 8 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest |
... | @@ -44,8 +47,10 @@ | ... | @@ -44,8 +47,10 @@ |
44 | @prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . | 47 | @prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . |
45 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 48 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
46 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . | 49 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . |
50 | +@prefix property-maps-to-mpr-enumeration: <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration#> . | ||
47 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 51 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
48 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 52 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
53 | +@prefix scale-maps-to-mpr-enumeration: <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration#> . | ||
49 | @prefix sp: <http://spinrdf.org/sp#> . | 54 | @prefix sp: <http://spinrdf.org/sp#> . |
50 | @prefix spin: <http://spinrdf.org/spin#> . | 55 | @prefix spin: <http://spinrdf.org/spin#> . |
51 | @prefix spl: <http://spinrdf.org/spl#> . | 56 | @prefix spl: <http://spinrdf.org/spl#> . |
... | @@ -57,5 +62,5 @@ | ... | @@ -57,5 +62,5 @@ |
57 | 62 | ||
58 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 63 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
59 | rdf:type owl:Ontology ; | 64 | rdf:type owl:Ontology ; |
60 | - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeParameterSet-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; | 65 | + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeParameterSet-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; |
61 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 66 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
... | @@ -23,19 +23,29 @@ | ... | @@ -23,19 +23,29 @@ |
23 | <http://www.epim.no/schemas/mprml/1#Cs_productVolumeFacility> | 23 | <http://www.epim.no/schemas/mprml/1#Cs_productVolumeFacility> |
24 | spin:rule | 24 | spin:rule |
25 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
26 | - rdfs:comment "STEP 80000a Find the classes of spatial part that need to be created for the parameter set properties."^^xsd:string ; | 26 | + rdfs:comment "STEP 80003b Create temporal parts of parameterSet facility corresponding to the start and end without duplicates"^^xsd:string ; |
27 | - sp:templates ([ sp:object spin:_this ; | 27 | + sp:templates ([ sp:object |
28 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
29 | - sp:subject | ||
30 | [ sp:varName "classOfSpatialPart"^^xsd:string | 28 | [ sp:varName "classOfSpatialPart"^^xsd:string |
31 | - ] | ||
32 | - ]) ; | ||
33 | - sp:where ([ sp:object | ||
34 | - [ sp:varName "parameterSetRef"^^xsd:string | ||
35 | ] ; | 29 | ] ; |
36 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterSetRef> ; | 30 | + sp:predicate rdf:type ; |
37 | - sp:subject spin:_this | 31 | + sp:subject _:b1 |
38 | - ] [ sp:object spin:_this ; | 32 | + ] [ sp:object |
33 | + [ sp:varName "intervalStart"^^xsd:string | ||
34 | + ] ; | ||
35 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
36 | + sp:subject _:b1 | ||
37 | + ] [ sp:object | ||
38 | + [ sp:varName "intervalEnd"^^xsd:string | ||
39 | + ] ; | ||
40 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
41 | + sp:subject _:b1 | ||
42 | + ] [ sp:object | ||
43 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
44 | + ] ; | ||
45 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
46 | + sp:subject _:b1 | ||
47 | + ]) ; | ||
48 | + sp:where ([ sp:object spin:_this ; | ||
39 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 49 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
40 | sp:subject | 50 | sp:subject |
41 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 51 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
... | @@ -46,28 +56,58 @@ | ... | @@ -46,28 +56,58 @@ |
46 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 56 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
47 | ] | 57 | ] |
48 | ] [ sp:object | 58 | ] [ sp:object |
49 | - [ sp:varName "nameRef"^^xsd:string | 59 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
50 | ] ; | 60 | ] ; |
51 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | 61 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
52 | sp:subject | 62 | sp:subject |
53 | - [ sp:varName "parameterSetRef"^^xsd:string | 63 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string |
54 | ] | 64 | ] |
55 | ] [ sp:object | 65 | ] [ sp:object |
56 | - [ sp:varName "nameRef"^^xsd:string | 66 | + [ sp:varName "classOfSpatialPart"^^xsd:string |
57 | ] ; | 67 | ] ; |
58 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#domainOfPropertyMapsToMPREnumeration> ; | 68 | + sp:predicate rdf:type ; |
59 | sp:subject | 69 | sp:subject |
60 | - [ sp:varName "classOfSpatialPart"^^xsd:string | 70 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string |
71 | + ] | ||
72 | + ] [ sp:object | ||
73 | + [ sp:varName "intervalString"^^xsd:string | ||
74 | + ] ; | ||
75 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#necessaryIntervalString> ; | ||
76 | + sp:subject | ||
77 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
78 | + ] | ||
79 | + ] [ rdf:type sp:Bind ; | ||
80 | + sp:expression | ||
81 | + [ rdf:type afn:substr ; | ||
82 | + sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
83 | + ] ; | ||
84 | + sp:arg2 0 ; | ||
85 | + sp:arg3 [ rdf:type smf:indexOf ; | ||
86 | + sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
87 | + ] ; | ||
88 | + sp:arg2 "$" | ||
89 | + ] | ||
90 | + ] ; | ||
91 | + sp:variable | ||
92 | + [ sp:varName "intervalStart"^^xsd:string | ||
93 | + ] | ||
94 | + ] [ rdf:type sp:Bind ; | ||
95 | + sp:expression | ||
96 | + [ rdf:type afn:substr ; | ||
97 | + sp:arg1 [ rdf:type afn:substr ; | ||
98 | + sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
99 | + ] ; | ||
100 | + sp:arg2 [ rdf:type smf:indexOf ; | ||
101 | + sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
102 | + ] ; | ||
103 | + sp:arg2 "$" | ||
104 | + ] | ||
105 | + ] ; | ||
106 | + sp:arg2 1 | ||
107 | + ] ; | ||
108 | + sp:variable | ||
109 | + [ sp:varName "intervalEnd"^^xsd:string | ||
61 | ] | 110 | ] |
62 | - ] [ rdf:type sp:NotExists ; | ||
63 | - sp:elements ([ sp:object | ||
64 | - [ sp:varName "classOfSpatialPart"^^xsd:string | ||
65 | - ] ; | ||
66 | - sp:predicate rdf:type ; | ||
67 | - sp:subject | ||
68 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
69 | - ] | ||
70 | - ]) | ||
71 | ]) | 111 | ]) |
72 | ] ; | 112 | ] ; |
73 | spin:rule | 113 | spin:rule |
... | @@ -77,22 +117,22 @@ | ... | @@ -77,22 +117,22 @@ |
77 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 117 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
78 | ] ; | 118 | ] ; |
79 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 119 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
80 | - sp:subject _:b1 | 120 | + sp:subject _:b2 |
81 | ] [ sp:object | 121 | ] [ sp:object |
82 | [ sp:varName "classOfSpatialPart"^^xsd:string | 122 | [ sp:varName "classOfSpatialPart"^^xsd:string |
83 | ] ; | 123 | ] ; |
84 | sp:predicate rdf:type ; | 124 | sp:predicate rdf:type ; |
85 | - sp:subject _:b1 | 125 | + sp:subject _:b2 |
86 | ] [ sp:object | 126 | ] [ sp:object |
87 | [ sp:varName "startedAt"^^xsd:string | 127 | [ sp:varName "startedAt"^^xsd:string |
88 | ] ; | 128 | ] ; |
89 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 129 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
90 | - sp:subject _:b1 | 130 | + sp:subject _:b2 |
91 | ] [ sp:object | 131 | ] [ sp:object |
92 | [ sp:varName "finishedAt"^^xsd:string | 132 | [ sp:varName "finishedAt"^^xsd:string |
93 | ] ; | 133 | ] ; |
94 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 134 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
95 | - sp:subject _:b1 | 135 | + sp:subject _:b2 |
96 | ]) ; | 136 | ]) ; |
97 | sp:where ([ sp:object spin:_this ; | 137 | sp:where ([ sp:object spin:_this ; |
98 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 138 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
... | @@ -136,29 +176,19 @@ | ... | @@ -136,29 +176,19 @@ |
136 | ] ; | 176 | ] ; |
137 | spin:rule | 177 | spin:rule |
138 | [ rdf:type sp:Construct ; | 178 | [ rdf:type sp:Construct ; |
139 | - rdfs:comment "STEP 80003b Create temporal parts of parameterSet facility corresponding to the start and end without duplicates"^^xsd:string ; | 179 | + rdfs:comment "STEP 80000a Find the classes of spatial part that need to be created for the parameter set properties."^^xsd:string ; |
140 | - sp:templates ([ sp:object | 180 | + sp:templates ([ sp:object spin:_this ; |
181 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
182 | + sp:subject | ||
141 | [ sp:varName "classOfSpatialPart"^^xsd:string | 183 | [ sp:varName "classOfSpatialPart"^^xsd:string |
142 | - ] ; | 184 | + ] |
143 | - sp:predicate rdf:type ; | ||
144 | - sp:subject _:b2 | ||
145 | - ] [ sp:object | ||
146 | - [ sp:varName "intervalStart"^^xsd:string | ||
147 | - ] ; | ||
148 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
149 | - sp:subject _:b2 | ||
150 | - ] [ sp:object | ||
151 | - [ sp:varName "intervalEnd"^^xsd:string | ||
152 | - ] ; | ||
153 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
154 | - sp:subject _:b2 | ||
155 | - ] [ sp:object | ||
156 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
157 | - ] ; | ||
158 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
159 | - sp:subject _:b2 | ||
160 | ]) ; | 185 | ]) ; |
161 | - sp:where ([ sp:object spin:_this ; | 186 | + sp:where ([ sp:object |
187 | + [ sp:varName "parameterSetRef"^^xsd:string | ||
188 | + ] ; | ||
189 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterSetRef> ; | ||
190 | + sp:subject spin:_this | ||
191 | + ] [ sp:object spin:_this ; | ||
162 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 192 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
163 | sp:subject | 193 | sp:subject |
164 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 194 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
... | @@ -169,58 +199,28 @@ | ... | @@ -169,58 +199,28 @@ |
169 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 199 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
170 | ] | 200 | ] |
171 | ] [ sp:object | 201 | ] [ sp:object |
172 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 202 | + [ sp:varName "nameRef"^^xsd:string |
173 | - ] ; | ||
174 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
175 | - sp:subject | ||
176 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
177 | - ] | ||
178 | - ] [ sp:object | ||
179 | - [ sp:varName "classOfSpatialPart"^^xsd:string | ||
180 | ] ; | 203 | ] ; |
181 | - sp:predicate rdf:type ; | 204 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; |
182 | sp:subject | 205 | sp:subject |
183 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | 206 | + [ sp:varName "parameterSetRef"^^xsd:string |
184 | ] | 207 | ] |
185 | ] [ sp:object | 208 | ] [ sp:object |
186 | - [ sp:varName "intervalString"^^xsd:string | 209 | + [ sp:varName "nameRef"^^xsd:string |
187 | ] ; | 210 | ] ; |
188 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#necessaryIntervalString> ; | 211 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#domainOfPropertyMapsToMPREnumeration> ; |
189 | sp:subject | 212 | sp:subject |
190 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | 213 | + [ sp:varName "classOfSpatialPart"^^xsd:string |
191 | - ] | ||
192 | - ] [ rdf:type sp:Bind ; | ||
193 | - sp:expression | ||
194 | - [ rdf:type afn:substr ; | ||
195 | - sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
196 | - ] ; | ||
197 | - sp:arg2 0 ; | ||
198 | - sp:arg3 [ rdf:type smf:indexOf ; | ||
199 | - sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
200 | - ] ; | ||
201 | - sp:arg2 "$" | ||
202 | - ] | ||
203 | - ] ; | ||
204 | - sp:variable | ||
205 | - [ sp:varName "intervalStart"^^xsd:string | ||
206 | - ] | ||
207 | - ] [ rdf:type sp:Bind ; | ||
208 | - sp:expression | ||
209 | - [ rdf:type afn:substr ; | ||
210 | - sp:arg1 [ rdf:type afn:substr ; | ||
211 | - sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
212 | - ] ; | ||
213 | - sp:arg2 [ rdf:type smf:indexOf ; | ||
214 | - sp:arg1 [ sp:varName "intervalString"^^xsd:string | ||
215 | - ] ; | ||
216 | - sp:arg2 "$" | ||
217 | - ] | ||
218 | - ] ; | ||
219 | - sp:arg2 1 | ||
220 | - ] ; | ||
221 | - sp:variable | ||
222 | - [ sp:varName "intervalEnd"^^xsd:string | ||
223 | ] | 214 | ] |
215 | + ] [ rdf:type sp:NotExists ; | ||
216 | + sp:elements ([ sp:object | ||
217 | + [ sp:varName "classOfSpatialPart"^^xsd:string | ||
218 | + ] ; | ||
219 | + sp:predicate rdf:type ; | ||
220 | + sp:subject | ||
221 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
222 | + ] | ||
223 | + ]) | ||
224 | ]) | 224 | ]) |
225 | ] . | 225 | ] . |
226 | 226 | ||
... | @@ -285,14 +285,62 @@ | ... | @@ -285,14 +285,62 @@ |
285 | ] ; | 285 | ] ; |
286 | spin:rule | 286 | spin:rule |
287 | [ rdf:type sp:Construct ; | 287 | [ rdf:type sp:Construct ; |
288 | - rdfs:comment "STEP 80003c Assign temporal parts of parameterSet facility to parameter elements"^^xsd:string ; | 288 | + rdfs:comment "STEP 80004b Measurement qualifier not specified"^^xsd:string ; |
289 | - sp:templates ([ sp:object | 289 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; |
290 | + sp:predicate rdf:type ; | ||
291 | + sp:subject | ||
292 | + [ sp:varName "parameterFacility"^^xsd:string | ||
293 | + ] | ||
294 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ValidlyMeasuredState> ; | ||
295 | + sp:predicate rdf:type ; | ||
296 | + sp:subject | ||
297 | + [ sp:varName "parameterFacility"^^xsd:string | ||
298 | + ] | ||
299 | + ]) ; | ||
300 | + sp:where ([ rdf:type sp:NotExists ; | ||
301 | + sp:elements ([ sp:object | ||
302 | + [ sp:varName "qualifierRef"^^xsd:string | ||
303 | + ] ; | ||
304 | + sp:predicate <http://www.epim.no/schemas/mprml/1#qualifierRef> ; | ||
305 | + sp:subject spin:_this | ||
306 | + ]) | ||
307 | + ] [ sp:object | ||
308 | + [ sp:varName "parameterRef"^^xsd:string | ||
309 | + ] ; | ||
310 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
311 | + sp:subject spin:_this | ||
312 | + ] [ sp:object | ||
290 | [ sp:varName "parameterRef"^^xsd:string | 313 | [ sp:varName "parameterRef"^^xsd:string |
291 | ] ; | 314 | ] ; |
292 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 315 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
293 | sp:subject | 316 | sp:subject |
294 | [ sp:varName "parameterFacility"^^xsd:string | 317 | [ sp:varName "parameterFacility"^^xsd:string |
295 | ] | 318 | ] |
319 | + ]) | ||
320 | + ] ; | ||
321 | + spin:rule | ||
322 | + [ rdf:type sp:Construct ; | ||
323 | + rdfs:comment "STEP 80002a Create temporal part of parameterSet facility corresponding to the nominal time, if necessary"^^xsd:string ; | ||
324 | + sp:templates ([ sp:object | ||
325 | + [ sp:varName "classOfParameterSetFacility"^^xsd:string | ||
326 | + ] ; | ||
327 | + sp:predicate rdf:type ; | ||
328 | + sp:subject _:b3 | ||
329 | + ] [ sp:object | ||
330 | + [ sp:varName "dTim"^^xsd:string | ||
331 | + ] ; | ||
332 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
333 | + sp:subject _:b3 | ||
334 | + ] [ sp:object | ||
335 | + [ sp:varName "parameterSetFacility"^^xsd:string | ||
336 | + ] ; | ||
337 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
338 | + sp:subject _:b3 | ||
339 | + ] [ sp:object | ||
340 | + [ sp:varName "parameterRef"^^xsd:string | ||
341 | + ] ; | ||
342 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
343 | + sp:subject _:b3 | ||
296 | ]) ; | 344 | ]) ; |
297 | sp:where ([ sp:object spin:_this ; | 345 | sp:where ([ sp:object spin:_this ; |
298 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 346 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
... | @@ -307,32 +355,50 @@ | ... | @@ -307,32 +355,50 @@ |
307 | [ sp:varName "parameterSetFacility"^^xsd:string | 355 | [ sp:varName "parameterSetFacility"^^xsd:string |
308 | ] | 356 | ] |
309 | ] [ sp:object | 357 | ] [ sp:object |
310 | - [ sp:varName "classOfParameterSetFacility"^^xsd:string | 358 | + [ sp:varName "parameterRef"^^xsd:string |
311 | ] ; | 359 | ] ; |
312 | - sp:predicate rdf:type ; | 360 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; |
313 | - sp:subject | 361 | + sp:subject spin:_this |
314 | - [ sp:varName "parameterFacility"^^xsd:string | ||
315 | - ] | ||
316 | ] [ sp:object | 362 | ] [ sp:object |
317 | - [ sp:varName "intervalStart"^^xsd:string | 363 | + [ sp:varName "dTim"^^xsd:string |
318 | ] ; | 364 | ] ; |
319 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 365 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTim> ; |
320 | sp:subject | 366 | sp:subject |
321 | - [ sp:varName "parameterFacility"^^xsd:string | 367 | + [ sp:varName "parameterRef"^^xsd:string |
322 | ] | 368 | ] |
323 | - ] [ sp:object | 369 | + ] [ rdf:type sp:NotExists ; |
324 | - [ sp:varName "intervalEnd"^^xsd:string | 370 | + sp:elements ([ sp:object |
371 | + [ sp:varName "dTim"^^xsd:string | ||
372 | + ] ; | ||
373 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
374 | + sp:subject | ||
375 | + [ sp:varName "parameterFacility"^^xsd:string | ||
376 | + ] | ||
377 | + ] [ sp:object | ||
378 | + [ sp:varName "parameterSetFacility"^^xsd:string | ||
379 | + ] ; | ||
380 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
381 | + sp:subject | ||
382 | + [ sp:varName "parameterFacility"^^xsd:string | ||
383 | + ] | ||
384 | + ]) | ||
385 | + ]) | ||
386 | + ] ; | ||
387 | + spin:rule | ||
388 | + [ rdf:type sp:Construct ; | ||
389 | + rdfs:comment "STEP 80002b Find existing temporal part of parameterSet facility corresponding to the nominal time"^^xsd:string ; | ||
390 | + sp:templates ([ sp:object | ||
391 | + [ sp:varName "parameterRef"^^xsd:string | ||
325 | ] ; | 392 | ] ; |
326 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 393 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
327 | sp:subject | 394 | sp:subject |
328 | [ sp:varName "parameterFacility"^^xsd:string | 395 | [ sp:varName "parameterFacility"^^xsd:string |
329 | ] | 396 | ] |
330 | - ] [ sp:object | 397 | + ]) ; |
331 | - [ sp:varName "parameterSetFacility"^^xsd:string | 398 | + sp:where ([ sp:object spin:_this ; |
332 | - ] ; | 399 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
333 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
334 | sp:subject | 400 | sp:subject |
335 | - [ sp:varName "parameterFacility"^^xsd:string | 401 | + [ sp:varName "parameterSetFacility"^^xsd:string |
336 | ] | 402 | ] |
337 | ] [ sp:object | 403 | ] [ sp:object |
338 | [ sp:varName "parameterRef"^^xsd:string | 404 | [ sp:varName "parameterRef"^^xsd:string |
... | @@ -340,77 +406,26 @@ | ... | @@ -340,77 +406,26 @@ |
340 | sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | 406 | sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; |
341 | sp:subject spin:_this | 407 | sp:subject spin:_this |
342 | ] [ sp:object | 408 | ] [ sp:object |
343 | - [ sp:varName "intervalStart"^^xsd:string | 409 | + [ sp:varName "dTim"^^xsd:string |
344 | ] ; | 410 | ] ; |
345 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart> ; | 411 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTim> ; |
346 | sp:subject | 412 | sp:subject |
347 | [ sp:varName "parameterRef"^^xsd:string | 413 | [ sp:varName "parameterRef"^^xsd:string |
348 | ] | 414 | ] |
349 | ] [ sp:object | 415 | ] [ sp:object |
350 | - [ sp:varName "intervalEnd"^^xsd:string | 416 | + [ sp:varName "dTim"^^xsd:string |
351 | - ] ; | ||
352 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd> ; | ||
353 | - sp:subject | ||
354 | - [ sp:varName "parameterRef"^^xsd:string | ||
355 | - ] | ||
356 | - ]) | ||
357 | - ] ; | ||
358 | - spin:rule | ||
359 | - [ rdf:type sp:Construct ; | ||
360 | - rdfs:comment "STEP 80001b Regularise start and end times - start time inherited from temporal part of production facility"^^xsd:string ; | ||
361 | - sp:templates ([ sp:object | ||
362 | - [ sp:varName "startString"^^xsd:string | ||
363 | ] ; | 417 | ] ; |
364 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart> ; | 418 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
365 | - sp:subject | ||
366 | - [ sp:varName "parameterRef"^^xsd:string | ||
367 | - ] | ||
368 | - ]) ; | ||
369 | - sp:where ([ sp:object spin:_this ; | ||
370 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
371 | sp:subject | 419 | sp:subject |
372 | - [ sp:varName "parameterSetFacility"^^xsd:string | 420 | + [ sp:varName "parameterFacility"^^xsd:string |
373 | ] | 421 | ] |
374 | ] [ sp:object | 422 | ] [ sp:object |
375 | - [ sp:varName "startedAt"^^xsd:string | ||
376 | - ] ; | ||
377 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
378 | - sp:subject | ||
379 | [ sp:varName "parameterSetFacility"^^xsd:string | 423 | [ sp:varName "parameterSetFacility"^^xsd:string |
380 | - ] | ||
381 | - ] [ rdf:type sp:Bind ; | ||
382 | - sp:expression | ||
383 | - [ rdf:type smf:cast ; | ||
384 | - arg:datatype xsd:string ; | ||
385 | - sp:arg1 [ sp:varName "startedAt"^^xsd:string | ||
386 | - ] | ||
387 | ] ; | 424 | ] ; |
388 | - sp:variable | 425 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
389 | - [ sp:varName "startString"^^xsd:string | 426 | + sp:subject |
427 | + [ sp:varName "parameterFacility"^^xsd:string | ||
390 | ] | 428 | ] |
391 | - ] [ sp:object | ||
392 | - [ sp:varName "parameterRef"^^xsd:string | ||
393 | - ] ; | ||
394 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
395 | - sp:subject spin:_this | ||
396 | - ] [ rdf:type sp:NotExists ; | ||
397 | - sp:elements ([ rdf:type sp:Union ; | ||
398 | - sp:elements (([ sp:object | ||
399 | - [ sp:varName "dTimStart"^^xsd:string | ||
400 | - ] ; | ||
401 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | ||
402 | - sp:subject | ||
403 | - [ sp:varName "parameterRef"^^xsd:string | ||
404 | - ] | ||
405 | - ]) ([ sp:object | ||
406 | - [ sp:varName "dateStart"^^xsd:string | ||
407 | - ] ; | ||
408 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; | ||
409 | - sp:subject | ||
410 | - [ sp:varName "parameterRef"^^xsd:string | ||
411 | - ] | ||
412 | - ])) | ||
413 | - ]) | ||
414 | ]) | 429 | ]) |
415 | ] ; | 430 | ] ; |
416 | spin:rule | 431 | spin:rule |
... | @@ -462,89 +477,28 @@ | ... | @@ -462,89 +477,28 @@ |
462 | ] ; | 477 | ] ; |
463 | spin:rule | 478 | spin:rule |
464 | [ rdf:type sp:Construct ; | 479 | [ rdf:type sp:Construct ; |
465 | - rdfs:comment "STEP 80004a Measurement qualifier specified"^^xsd:string ; | 480 | + rdfs:comment "STEP 80005 Assign parameter value"^^xsd:string ; |
466 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; | 481 | + sp:templates ([ sp:object _:b4 ; |
467 | - sp:predicate rdf:type ; | 482 | + sp:predicate |
468 | - sp:subject | 483 | + [ sp:varName "propertyType"^^xsd:string |
469 | - [ sp:varName "parameterFacility"^^xsd:string | ||
470 | - ] | ||
471 | - ] [ sp:object | ||
472 | - [ sp:varName "measuredQualityType"^^xsd:string | ||
473 | - ] ; | ||
474 | - sp:predicate rdf:type ; | ||
475 | - sp:subject | ||
476 | - [ sp:varName "parameterFacility"^^xsd:string | ||
477 | - ] | ||
478 | - ]) ; | ||
479 | - sp:where ([ sp:object | ||
480 | - [ sp:varName "qualifierRef"^^xsd:string | ||
481 | - ] ; | ||
482 | - sp:predicate <http://www.epim.no/schemas/mprml/1#qualifierRef> ; | ||
483 | - sp:subject spin:_this | ||
484 | - ] [ sp:object | ||
485 | - [ sp:varName "parameterRef"^^xsd:string | ||
486 | - ] ; | ||
487 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
488 | - sp:subject spin:_this | ||
489 | - ] [ sp:object | ||
490 | - [ sp:varName "parameterRef"^^xsd:string | ||
491 | ] ; | 484 | ] ; |
492 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
493 | sp:subject | 485 | sp:subject |
494 | [ sp:varName "parameterFacility"^^xsd:string | 486 | [ sp:varName "parameterFacility"^^xsd:string |
495 | ] | 487 | ] |
496 | - ] [ rdf:type sp:Bind ; | ||
497 | - sp:expression | ||
498 | - [ rdf:type ep-mpr-spin-lib:selectMeasuredQualityType ; | ||
499 | - sp:arg1 [ sp:varName "qualifierRef"^^xsd:string | ||
500 | - ] | ||
501 | - ] ; | ||
502 | - sp:variable | ||
503 | - [ sp:varName "measuredQualityType"^^xsd:string | ||
504 | - ] | ||
505 | - ]) | ||
506 | - ] ; | ||
507 | - spin:rule | ||
508 | - [ rdf:type sp:Construct ; | ||
509 | - rdfs:comment "STEP 80000c Create the spatial parts that have the parameterSet property"^^xsd:string ; | ||
510 | - sp:templates ([ sp:object spin:_this ; | ||
511 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
512 | - sp:subject | ||
513 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
514 | - ] | ||
515 | - ]) ; | ||
516 | - sp:where ([ sp:object spin:_this ; | ||
517 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterSetRef> ; | ||
518 | - sp:subject | ||
519 | - [ sp:varName "facilityRef"^^xsd:string | ||
520 | - ] | ||
521 | ] [ sp:object | 488 | ] [ sp:object |
522 | - [ sp:varName "facilityRef"^^xsd:string | 489 | + [ sp:varName "quantityType"^^xsd:string |
523 | ] ; | 490 | ] ; |
524 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
525 | - sp:subject | ||
526 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
527 | - ] | ||
528 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
529 | sp:predicate rdf:type ; | 491 | sp:predicate rdf:type ; |
530 | - sp:subject | 492 | + sp:subject _:b4 |
531 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
532 | - ] | ||
533 | ] [ sp:object | 493 | ] [ sp:object |
534 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 494 | + [ sp:varName "measureValue"^^xsd:string |
535 | ] ; | 495 | ] ; |
536 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 496 | + sp:predicate |
537 | - sp:subject | 497 | + [ sp:varName "measureScale"^^xsd:string |
538 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
539 | - ] | ||
540 | - ] [ sp:object | ||
541 | - [ sp:varName "classOfSpatialPart"^^xsd:string | ||
542 | ] ; | 498 | ] ; |
543 | - sp:predicate rdf:type ; | 499 | + sp:subject _:b4 |
544 | - sp:subject | 500 | + ]) ; |
545 | - [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | 501 | + sp:where ([ sp:object |
546 | - ] | ||
547 | - ] [ sp:object | ||
548 | [ sp:varName "nameRef"^^xsd:string | 502 | [ sp:varName "nameRef"^^xsd:string |
549 | ] ; | 503 | ] ; |
550 | sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | 504 | sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; |
... | @@ -552,36 +506,16 @@ | ... | @@ -552,36 +506,16 @@ |
552 | ] [ sp:object | 506 | ] [ sp:object |
553 | [ sp:varName "nameRef"^^xsd:string | 507 | [ sp:varName "nameRef"^^xsd:string |
554 | ] ; | 508 | ] ; |
555 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#domainOfPropertyMapsToMPREnumeration> ; | 509 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#propertyMapsToMPREnumeration> ; |
556 | sp:subject | 510 | sp:subject |
557 | - [ sp:varName "classOfSpatialPart"^^xsd:string | 511 | + [ sp:varName "propertyType"^^xsd:string |
558 | ] | 512 | ] |
559 | - ] [ rdf:type sp:NotExists ; | 513 | + ] [ sp:object |
560 | - sp:elements ([ sp:object | 514 | + [ sp:varName "nameRef"^^xsd:string |
561 | - [ sp:varName "classOfSpatialPart"^^xsd:string | ||
562 | - ] ; | ||
563 | - sp:predicate rdf:type ; | ||
564 | - sp:subject | ||
565 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
566 | - ] | ||
567 | - ]) | ||
568 | - ]) | ||
569 | - ] ; | ||
570 | - spin:rule | ||
571 | - [ rdf:type sp:Construct ; | ||
572 | - rdfs:comment "STEP 80002b Find existing temporal part of parameterSet facility corresponding to the nominal time"^^xsd:string ; | ||
573 | - sp:templates ([ sp:object | ||
574 | - [ sp:varName "parameterRef"^^xsd:string | ||
575 | ] ; | 515 | ] ; |
576 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 516 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#rangeOfPropertyMapsToMPREnumeration> ; |
577 | - sp:subject | ||
578 | - [ sp:varName "parameterFacility"^^xsd:string | ||
579 | - ] | ||
580 | - ]) ; | ||
581 | - sp:where ([ sp:object spin:_this ; | ||
582 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
583 | sp:subject | 517 | sp:subject |
584 | - [ sp:varName "parameterSetFacility"^^xsd:string | 518 | + [ sp:varName "quantityType"^^xsd:string |
585 | ] | 519 | ] |
586 | ] [ sp:object | 520 | ] [ sp:object |
587 | [ sp:varName "parameterRef"^^xsd:string | 521 | [ sp:varName "parameterRef"^^xsd:string |
... | @@ -589,79 +523,49 @@ | ... | @@ -589,79 +523,49 @@ |
589 | sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | 523 | sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; |
590 | sp:subject spin:_this | 524 | sp:subject spin:_this |
591 | ] [ sp:object | 525 | ] [ sp:object |
592 | - [ sp:varName "dTim"^^xsd:string | ||
593 | - ] ; | ||
594 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTim> ; | ||
595 | - sp:subject | ||
596 | [ sp:varName "parameterRef"^^xsd:string | 526 | [ sp:varName "parameterRef"^^xsd:string |
597 | - ] | ||
598 | - ] [ sp:object | ||
599 | - [ sp:varName "dTim"^^xsd:string | ||
600 | ] ; | 527 | ] ; |
601 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 528 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
602 | sp:subject | 529 | sp:subject |
603 | [ sp:varName "parameterFacility"^^xsd:string | 530 | [ sp:varName "parameterFacility"^^xsd:string |
604 | ] | 531 | ] |
605 | ] [ sp:object | 532 | ] [ sp:object |
606 | - [ sp:varName "parameterSetFacility"^^xsd:string | 533 | + [ sp:varName "measureValueRef"^^xsd:string |
607 | - ] ; | ||
608 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
609 | - sp:subject | ||
610 | - [ sp:varName "parameterFacility"^^xsd:string | ||
611 | - ] | ||
612 | - ]) | ||
613 | - ] ; | ||
614 | - spin:rule | ||
615 | - [ rdf:type sp:Construct ; | ||
616 | - rdfs:comment "STEP 80006 Set flowing or not-flowing state"^^xsd:string ; | ||
617 | - sp:templates ([ sp:object | ||
618 | - [ sp:varName "flowingStateType"^^xsd:string | ||
619 | ] ; | 534 | ] ; |
620 | - sp:predicate rdf:type ; | 535 | + sp:predicate <http://www.epim.no/schemas/mprml/1#measureValueRef> ; |
621 | sp:subject | 536 | sp:subject |
622 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
623 | - ] | ||
624 | - ]) ; | ||
625 | - sp:where ([ sp:object | ||
626 | [ sp:varName "parameterRef"^^xsd:string | 537 | [ sp:varName "parameterRef"^^xsd:string |
627 | - ] ; | 538 | + ] |
628 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
629 | - sp:subject spin:_this | ||
630 | ] [ sp:object | 539 | ] [ sp:object |
631 | - [ sp:varName "parameterRef"^^xsd:string | 540 | + [ sp:varName "measureValue"^^xsd:string |
632 | ] ; | 541 | ] ; |
633 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 542 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
634 | sp:subject | 543 | sp:subject |
635 | - [ sp:varName "parameterFacility"^^xsd:string | 544 | + [ sp:varName "measureValueRef"^^xsd:string |
636 | ] | 545 | ] |
637 | ] [ sp:object | 546 | ] [ sp:object |
638 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 547 | + [ sp:varName "measureUom"^^xsd:string |
639 | ] ; | 548 | ] ; |
640 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 549 | + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; |
641 | sp:subject | 550 | sp:subject |
642 | - [ sp:varName "parameterFacility"^^xsd:string | 551 | + [ sp:varName "measureValueRef"^^xsd:string |
643 | ] | 552 | ] |
644 | ] [ sp:object | 553 | ] [ sp:object |
645 | - [ sp:varName "nameRef"^^xsd:string | 554 | + [ sp:varName "measureUom"^^xsd:string |
646 | - ] ; | ||
647 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
648 | - sp:subject spin:_this | ||
649 | - ] [ sp:object | ||
650 | - [ sp:varName "nameRef"^^xsd:string | ||
651 | ] ; | 555 | ] ; |
652 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#flowingStateMapsToMPREnumeration> ; | 556 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#scaleMapsToMPREnumeration> ; |
653 | sp:subject | 557 | sp:subject |
654 | - [ sp:varName "flowingStateType"^^xsd:string | 558 | + [ sp:varName "measureScale"^^xsd:string |
655 | ] | 559 | ] |
656 | ]) | 560 | ]) |
657 | ] ; | 561 | ] ; |
658 | spin:rule | 562 | spin:rule |
659 | [ rdf:type sp:Construct ; | 563 | [ rdf:type sp:Construct ; |
660 | - rdfs:comment "STEP 80001c Regularise start and end times - end time inherited from temporal part of production facility"^^xsd:string ; | 564 | + rdfs:comment "STEP 80001b Regularise start and end times - start time inherited from temporal part of production facility"^^xsd:string ; |
661 | sp:templates ([ sp:object | 565 | sp:templates ([ sp:object |
662 | - [ sp:varName "endString"^^xsd:string | 566 | + [ sp:varName "startString"^^xsd:string |
663 | ] ; | 567 | ] ; |
664 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd> ; | 568 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart> ; |
665 | sp:subject | 569 | sp:subject |
666 | [ sp:varName "parameterRef"^^xsd:string | 570 | [ sp:varName "parameterRef"^^xsd:string |
667 | ] | 571 | ] |
... | @@ -672,9 +576,9 @@ | ... | @@ -672,9 +576,9 @@ |
672 | [ sp:varName "parameterSetFacility"^^xsd:string | 576 | [ sp:varName "parameterSetFacility"^^xsd:string |
673 | ] | 577 | ] |
674 | ] [ sp:object | 578 | ] [ sp:object |
675 | - [ sp:varName "finishedAt"^^xsd:string | 579 | + [ sp:varName "startedAt"^^xsd:string |
676 | ] ; | 580 | ] ; |
677 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 581 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
678 | sp:subject | 582 | sp:subject |
679 | [ sp:varName "parameterSetFacility"^^xsd:string | 583 | [ sp:varName "parameterSetFacility"^^xsd:string |
680 | ] | 584 | ] |
... | @@ -682,11 +586,11 @@ | ... | @@ -682,11 +586,11 @@ |
682 | sp:expression | 586 | sp:expression |
683 | [ rdf:type smf:cast ; | 587 | [ rdf:type smf:cast ; |
684 | arg:datatype xsd:string ; | 588 | arg:datatype xsd:string ; |
685 | - sp:arg1 [ sp:varName "finishedAt"^^xsd:string | 589 | + sp:arg1 [ sp:varName "startedAt"^^xsd:string |
686 | ] | 590 | ] |
687 | ] ; | 591 | ] ; |
688 | sp:variable | 592 | sp:variable |
689 | - [ sp:varName "endString"^^xsd:string | 593 | + [ sp:varName "startString"^^xsd:string |
690 | ] | 594 | ] |
691 | ] [ sp:object | 595 | ] [ sp:object |
692 | [ sp:varName "parameterRef"^^xsd:string | 596 | [ sp:varName "parameterRef"^^xsd:string |
... | @@ -696,16 +600,16 @@ | ... | @@ -696,16 +600,16 @@ |
696 | ] [ rdf:type sp:NotExists ; | 600 | ] [ rdf:type sp:NotExists ; |
697 | sp:elements ([ rdf:type sp:Union ; | 601 | sp:elements ([ rdf:type sp:Union ; |
698 | sp:elements (([ sp:object | 602 | sp:elements (([ sp:object |
699 | - [ sp:varName "dTimEnd"^^xsd:string | 603 | + [ sp:varName "dTimStart"^^xsd:string |
700 | ] ; | 604 | ] ; |
701 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | 605 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; |
702 | sp:subject | 606 | sp:subject |
703 | [ sp:varName "parameterRef"^^xsd:string | 607 | [ sp:varName "parameterRef"^^xsd:string |
704 | ] | 608 | ] |
705 | ]) ([ sp:object | 609 | ]) ([ sp:object |
706 | - [ sp:varName "dateEnd"^^xsd:string | 610 | + [ sp:varName "dateStart"^^xsd:string |
707 | ] ; | 611 | ] ; |
708 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; | 612 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; |
709 | sp:subject | 613 | sp:subject |
710 | [ sp:varName "parameterRef"^^xsd:string | 614 | [ sp:varName "parameterRef"^^xsd:string |
711 | ] | 615 | ] |
... | @@ -715,27 +619,77 @@ | ... | @@ -715,27 +619,77 @@ |
715 | ] ; | 619 | ] ; |
716 | spin:rule | 620 | spin:rule |
717 | [ rdf:type sp:Construct ; | 621 | [ rdf:type sp:Construct ; |
718 | - rdfs:comment "STEP 80002a Create temporal part of parameterSet facility corresponding to the nominal time, if necessary"^^xsd:string ; | 622 | + rdfs:comment "STEP 80000c Create the spatial parts that have the parameterSet property"^^xsd:string ; |
719 | - sp:templates ([ sp:object | 623 | + sp:templates ([ sp:object spin:_this ; |
720 | - [ sp:varName "classOfParameterSetFacility"^^xsd:string | 624 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
625 | + sp:subject | ||
626 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
627 | + ] | ||
628 | + ]) ; | ||
629 | + sp:where ([ sp:object spin:_this ; | ||
630 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterSetRef> ; | ||
631 | + sp:subject | ||
632 | + [ sp:varName "facilityRef"^^xsd:string | ||
633 | + ] | ||
634 | + ] [ sp:object | ||
635 | + [ sp:varName "facilityRef"^^xsd:string | ||
721 | ] ; | 636 | ] ; |
637 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
638 | + sp:subject | ||
639 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
640 | + ] | ||
641 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
722 | sp:predicate rdf:type ; | 642 | sp:predicate rdf:type ; |
723 | - sp:subject _:b3 | 643 | + sp:subject |
644 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
645 | + ] | ||
724 | ] [ sp:object | 646 | ] [ sp:object |
725 | - [ sp:varName "dTim"^^xsd:string | 647 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
726 | ] ; | 648 | ] ; |
727 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 649 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
728 | - sp:subject _:b3 | 650 | + sp:subject |
651 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
652 | + ] | ||
729 | ] [ sp:object | 653 | ] [ sp:object |
730 | - [ sp:varName "parameterSetFacility"^^xsd:string | 654 | + [ sp:varName "classOfSpatialPart"^^xsd:string |
731 | ] ; | 655 | ] ; |
732 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 656 | + sp:predicate rdf:type ; |
733 | - sp:subject _:b3 | 657 | + sp:subject |
658 | + [ sp:varName "spatialPartOfATemporalPartOfAProductionFacility"^^xsd:string | ||
659 | + ] | ||
734 | ] [ sp:object | 660 | ] [ sp:object |
661 | + [ sp:varName "nameRef"^^xsd:string | ||
662 | + ] ; | ||
663 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
664 | + sp:subject spin:_this | ||
665 | + ] [ sp:object | ||
666 | + [ sp:varName "nameRef"^^xsd:string | ||
667 | + ] ; | ||
668 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#domainOfPropertyMapsToMPREnumeration> ; | ||
669 | + sp:subject | ||
670 | + [ sp:varName "classOfSpatialPart"^^xsd:string | ||
671 | + ] | ||
672 | + ] [ rdf:type sp:NotExists ; | ||
673 | + sp:elements ([ sp:object | ||
674 | + [ sp:varName "classOfSpatialPart"^^xsd:string | ||
675 | + ] ; | ||
676 | + sp:predicate rdf:type ; | ||
677 | + sp:subject | ||
678 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
679 | + ] | ||
680 | + ]) | ||
681 | + ]) | ||
682 | + ] ; | ||
683 | + spin:rule | ||
684 | + [ rdf:type sp:Construct ; | ||
685 | + rdfs:comment "STEP 80003c Assign temporal parts of parameterSet facility to parameter elements"^^xsd:string ; | ||
686 | + sp:templates ([ sp:object | ||
735 | [ sp:varName "parameterRef"^^xsd:string | 687 | [ sp:varName "parameterRef"^^xsd:string |
736 | ] ; | 688 | ] ; |
737 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 689 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
738 | - sp:subject _:b3 | 690 | + sp:subject |
691 | + [ sp:varName "parameterFacility"^^xsd:string | ||
692 | + ] | ||
739 | ]) ; | 693 | ]) ; |
740 | sp:where ([ sp:object spin:_this ; | 694 | sp:where ([ sp:object spin:_this ; |
741 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 695 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
... | @@ -750,67 +704,51 @@ | ... | @@ -750,67 +704,51 @@ |
750 | [ sp:varName "parameterSetFacility"^^xsd:string | 704 | [ sp:varName "parameterSetFacility"^^xsd:string |
751 | ] | 705 | ] |
752 | ] [ sp:object | 706 | ] [ sp:object |
753 | - [ sp:varName "parameterRef"^^xsd:string | 707 | + [ sp:varName "classOfParameterSetFacility"^^xsd:string |
754 | ] ; | 708 | ] ; |
755 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | 709 | + sp:predicate rdf:type ; |
756 | - sp:subject spin:_this | 710 | + sp:subject |
711 | + [ sp:varName "parameterFacility"^^xsd:string | ||
712 | + ] | ||
757 | ] [ sp:object | 713 | ] [ sp:object |
758 | - [ sp:varName "dTim"^^xsd:string | 714 | + [ sp:varName "intervalStart"^^xsd:string |
759 | ] ; | 715 | ] ; |
760 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTim> ; | 716 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
761 | sp:subject | 717 | sp:subject |
762 | - [ sp:varName "parameterRef"^^xsd:string | 718 | + [ sp:varName "parameterFacility"^^xsd:string |
763 | ] | 719 | ] |
764 | - ] [ rdf:type sp:NotExists ; | 720 | + ] [ sp:object |
765 | - sp:elements ([ sp:object | 721 | + [ sp:varName "intervalEnd"^^xsd:string |
766 | - [ sp:varName "dTim"^^xsd:string | 722 | + ] ; |
767 | - ] ; | 723 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
768 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
769 | - sp:subject | ||
770 | - [ sp:varName "parameterFacility"^^xsd:string | ||
771 | - ] | ||
772 | - ] [ sp:object | ||
773 | - [ sp:varName "parameterSetFacility"^^xsd:string | ||
774 | - ] ; | ||
775 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
776 | - sp:subject | ||
777 | - [ sp:varName "parameterFacility"^^xsd:string | ||
778 | - ] | ||
779 | - ]) | ||
780 | - ]) | ||
781 | - ] ; | ||
782 | - spin:rule | ||
783 | - [ rdf:type sp:Construct ; | ||
784 | - rdfs:comment "STEP 80004b Measurement qualifier not specified"^^xsd:string ; | ||
785 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; | ||
786 | - sp:predicate rdf:type ; | ||
787 | sp:subject | 724 | sp:subject |
788 | [ sp:varName "parameterFacility"^^xsd:string | 725 | [ sp:varName "parameterFacility"^^xsd:string |
789 | ] | 726 | ] |
790 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ValidlyMeasuredState> ; | 727 | + ] [ sp:object |
791 | - sp:predicate rdf:type ; | 728 | + [ sp:varName "parameterSetFacility"^^xsd:string |
729 | + ] ; | ||
730 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
792 | sp:subject | 731 | sp:subject |
793 | [ sp:varName "parameterFacility"^^xsd:string | 732 | [ sp:varName "parameterFacility"^^xsd:string |
794 | ] | 733 | ] |
795 | - ]) ; | ||
796 | - sp:where ([ rdf:type sp:NotExists ; | ||
797 | - sp:elements ([ sp:object | ||
798 | - [ sp:varName "qualifierRef"^^xsd:string | ||
799 | - ] ; | ||
800 | - sp:predicate <http://www.epim.no/schemas/mprml/1#qualifierRef> ; | ||
801 | - sp:subject spin:_this | ||
802 | - ]) | ||
803 | ] [ sp:object | 734 | ] [ sp:object |
804 | [ sp:varName "parameterRef"^^xsd:string | 735 | [ sp:varName "parameterRef"^^xsd:string |
805 | ] ; | 736 | ] ; |
806 | sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | 737 | sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; |
807 | sp:subject spin:_this | 738 | sp:subject spin:_this |
808 | ] [ sp:object | 739 | ] [ sp:object |
740 | + [ sp:varName "intervalStart"^^xsd:string | ||
741 | + ] ; | ||
742 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart> ; | ||
743 | + sp:subject | ||
809 | [ sp:varName "parameterRef"^^xsd:string | 744 | [ sp:varName "parameterRef"^^xsd:string |
745 | + ] | ||
746 | + ] [ sp:object | ||
747 | + [ sp:varName "intervalEnd"^^xsd:string | ||
810 | ] ; | 748 | ] ; |
811 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 749 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd> ; |
812 | sp:subject | 750 | sp:subject |
813 | - [ sp:varName "parameterFacility"^^xsd:string | 751 | + [ sp:varName "parameterRef"^^xsd:string |
814 | ] | 752 | ] |
815 | ]) | 753 | ]) |
816 | ] ; | 754 | ] ; |
... | @@ -931,90 +869,60 @@ | ... | @@ -931,90 +869,60 @@ |
931 | ] ; | 869 | ] ; |
932 | spin:rule | 870 | spin:rule |
933 | [ rdf:type sp:Construct ; | 871 | [ rdf:type sp:Construct ; |
934 | - rdfs:comment "STEP 80005 Assign parameter value"^^xsd:string ; | 872 | + rdfs:comment "STEP 80001c Regularise start and end times - end time inherited from temporal part of production facility"^^xsd:string ; |
935 | - sp:templates ([ sp:object _:b4 ; | 873 | + sp:templates ([ sp:object |
936 | - sp:predicate | 874 | + [ sp:varName "endString"^^xsd:string |
937 | - [ sp:varName "propertyType"^^xsd:string | ||
938 | ] ; | 875 | ] ; |
876 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd> ; | ||
939 | sp:subject | 877 | sp:subject |
940 | - [ sp:varName "parameterFacility"^^xsd:string | 878 | + [ sp:varName "parameterRef"^^xsd:string |
941 | ] | 879 | ] |
942 | - ] [ sp:object | ||
943 | - [ sp:varName "quantityType"^^xsd:string | ||
944 | - ] ; | ||
945 | - sp:predicate rdf:type ; | ||
946 | - sp:subject _:b4 | ||
947 | - ] [ sp:object | ||
948 | - [ sp:varName "measureValue"^^xsd:string | ||
949 | - ] ; | ||
950 | - sp:predicate | ||
951 | - [ sp:varName "measureScale"^^xsd:string | ||
952 | - ] ; | ||
953 | - sp:subject _:b4 | ||
954 | ]) ; | 880 | ]) ; |
955 | - sp:where ([ sp:object | 881 | + sp:where ([ sp:object spin:_this ; |
956 | - [ sp:varName "nameRef"^^xsd:string | ||
957 | - ] ; | ||
958 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
959 | - sp:subject spin:_this | ||
960 | - ] [ sp:object | ||
961 | - [ sp:varName "nameRef"^^xsd:string | ||
962 | - ] ; | ||
963 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#propertyMapsToMPREnumeration> ; | ||
964 | - sp:subject | ||
965 | - [ sp:varName "propertyType"^^xsd:string | ||
966 | - ] | ||
967 | - ] [ sp:object | ||
968 | - [ sp:varName "nameRef"^^xsd:string | ||
969 | - ] ; | ||
970 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#rangeOfPropertyMapsToMPREnumeration> ; | ||
971 | - sp:subject | ||
972 | - [ sp:varName "quantityType"^^xsd:string | ||
973 | - ] | ||
974 | - ] [ sp:object | ||
975 | - [ sp:varName "parameterRef"^^xsd:string | ||
976 | - ] ; | ||
977 | - sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
978 | - sp:subject spin:_this | ||
979 | - ] [ sp:object | ||
980 | - [ sp:varName "parameterRef"^^xsd:string | ||
981 | - ] ; | ||
982 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 882 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
983 | sp:subject | 883 | sp:subject |
984 | - [ sp:varName "parameterFacility"^^xsd:string | 884 | + [ sp:varName "parameterSetFacility"^^xsd:string |
985 | - ] | ||
986 | - ] [ sp:object | ||
987 | - [ sp:varName "measureValueRef"^^xsd:string | ||
988 | - ] ; | ||
989 | - sp:predicate <http://www.epim.no/schemas/mprml/1#measureValueRef> ; | ||
990 | - sp:subject | ||
991 | - [ sp:varName "parameterRef"^^xsd:string | ||
992 | - ] | ||
993 | - ] [ sp:object | ||
994 | - [ sp:varName "measureValue"^^xsd:string | ||
995 | - ] ; | ||
996 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
997 | - sp:subject | ||
998 | - [ sp:varName "measureValueRef"^^xsd:string | ||
999 | ] | 885 | ] |
1000 | ] [ sp:object | 886 | ] [ sp:object |
1001 | - [ sp:varName "measureUom"^^xsd:string | 887 | + [ sp:varName "finishedAt"^^xsd:string |
1002 | ] ; | 888 | ] ; |
1003 | - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; | 889 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
1004 | sp:subject | 890 | sp:subject |
1005 | - [ sp:varName "measureValueRef"^^xsd:string | 891 | + [ sp:varName "parameterSetFacility"^^xsd:string |
1006 | ] | 892 | ] |
1007 | ] [ rdf:type sp:Bind ; | 893 | ] [ rdf:type sp:Bind ; |
1008 | sp:expression | 894 | sp:expression |
1009 | - [ rdf:type ep-mpr-spin-lib:selectAnyUomScale ; | 895 | + [ rdf:type smf:cast ; |
1010 | - sp:arg1 [ sp:varName "quantityType"^^xsd:string | 896 | + arg:datatype xsd:string ; |
1011 | - ] ; | 897 | + sp:arg1 [ sp:varName "finishedAt"^^xsd:string |
1012 | - sp:arg2 [ sp:varName "measureUom"^^xsd:string | ||
1013 | ] | 898 | ] |
1014 | ] ; | 899 | ] ; |
1015 | sp:variable | 900 | sp:variable |
1016 | - [ sp:varName "measureScale"^^xsd:string | 901 | + [ sp:varName "endString"^^xsd:string |
1017 | ] | 902 | ] |
903 | + ] [ sp:object | ||
904 | + [ sp:varName "parameterRef"^^xsd:string | ||
905 | + ] ; | ||
906 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
907 | + sp:subject spin:_this | ||
908 | + ] [ rdf:type sp:NotExists ; | ||
909 | + sp:elements ([ rdf:type sp:Union ; | ||
910 | + sp:elements (([ sp:object | ||
911 | + [ sp:varName "dTimEnd"^^xsd:string | ||
912 | + ] ; | ||
913 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | ||
914 | + sp:subject | ||
915 | + [ sp:varName "parameterRef"^^xsd:string | ||
916 | + ] | ||
917 | + ]) ([ sp:object | ||
918 | + [ sp:varName "dateEnd"^^xsd:string | ||
919 | + ] ; | ||
920 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; | ||
921 | + sp:subject | ||
922 | + [ sp:varName "parameterRef"^^xsd:string | ||
923 | + ] | ||
924 | + ])) | ||
925 | + ]) | ||
1018 | ]) | 926 | ]) |
1019 | ] ; | 927 | ] ; |
1020 | spin:rule | 928 | spin:rule |
... | @@ -1094,9 +1002,97 @@ | ... | @@ -1094,9 +1002,97 @@ |
1094 | rdfs:comment "STEP 80003b Create temporal parts of parameterSet facility corresponding to the start and end without duplicates - moved to a rule on Cs_productVolumeFacility"^^xsd:string ; | 1002 | rdfs:comment "STEP 80003b Create temporal parts of parameterSet facility corresponding to the start and end without duplicates - moved to a rule on Cs_productVolumeFacility"^^xsd:string ; |
1095 | sp:templates () ; | 1003 | sp:templates () ; |
1096 | sp:where () | 1004 | sp:where () |
1005 | + ] ; | ||
1006 | + spin:rule | ||
1007 | + [ rdf:type sp:Construct ; | ||
1008 | + rdfs:comment "STEP 80004a Measurement qualifier specified"^^xsd:string ; | ||
1009 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; | ||
1010 | + sp:predicate rdf:type ; | ||
1011 | + sp:subject | ||
1012 | + [ sp:varName "parameterFacility"^^xsd:string | ||
1013 | + ] | ||
1014 | + ] [ sp:object | ||
1015 | + [ sp:varName "measuredQualityType"^^xsd:string | ||
1016 | + ] ; | ||
1017 | + sp:predicate rdf:type ; | ||
1018 | + sp:subject | ||
1019 | + [ sp:varName "parameterFacility"^^xsd:string | ||
1020 | + ] | ||
1021 | + ]) ; | ||
1022 | + sp:where ([ sp:object | ||
1023 | + [ sp:varName "qualifierRef"^^xsd:string | ||
1024 | + ] ; | ||
1025 | + sp:predicate <http://www.epim.no/schemas/mprml/1#qualifierRef> ; | ||
1026 | + sp:subject spin:_this | ||
1027 | + ] [ sp:object | ||
1028 | + [ sp:varName "parameterRef"^^xsd:string | ||
1029 | + ] ; | ||
1030 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
1031 | + sp:subject spin:_this | ||
1032 | + ] [ sp:object | ||
1033 | + [ sp:varName "parameterRef"^^xsd:string | ||
1034 | + ] ; | ||
1035 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
1036 | + sp:subject | ||
1037 | + [ sp:varName "parameterFacility"^^xsd:string | ||
1038 | + ] | ||
1039 | + ] [ rdf:type sp:Bind ; | ||
1040 | + sp:expression | ||
1041 | + [ rdf:type ep-mpr-spin-lib:selectMeasuredQualityType ; | ||
1042 | + sp:arg1 [ sp:varName "qualifierRef"^^xsd:string | ||
1043 | + ] | ||
1044 | + ] ; | ||
1045 | + sp:variable | ||
1046 | + [ sp:varName "measuredQualityType"^^xsd:string | ||
1047 | + ] | ||
1048 | + ]) | ||
1049 | + ] ; | ||
1050 | + spin:rule | ||
1051 | + [ rdf:type sp:Construct ; | ||
1052 | + rdfs:comment "STEP 80006 Set flowing or not-flowing state"^^xsd:string ; | ||
1053 | + sp:templates ([ sp:object | ||
1054 | + [ sp:varName "flowingStateType"^^xsd:string | ||
1055 | + ] ; | ||
1056 | + sp:predicate rdf:type ; | ||
1057 | + sp:subject | ||
1058 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
1059 | + ] | ||
1060 | + ]) ; | ||
1061 | + sp:where ([ sp:object | ||
1062 | + [ sp:varName "parameterRef"^^xsd:string | ||
1063 | + ] ; | ||
1064 | + sp:predicate <http://www.epim.no/schemas/mprml/1#parameterRef> ; | ||
1065 | + sp:subject spin:_this | ||
1066 | + ] [ sp:object | ||
1067 | + [ sp:varName "parameterRef"^^xsd:string | ||
1068 | + ] ; | ||
1069 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
1070 | + sp:subject | ||
1071 | + [ sp:varName "parameterFacility"^^xsd:string | ||
1072 | + ] | ||
1073 | + ] [ sp:object | ||
1074 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
1075 | + ] ; | ||
1076 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
1077 | + sp:subject | ||
1078 | + [ sp:varName "parameterFacility"^^xsd:string | ||
1079 | + ] | ||
1080 | + ] [ sp:object | ||
1081 | + [ sp:varName "nameRef"^^xsd:string | ||
1082 | + ] ; | ||
1083 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
1084 | + sp:subject spin:_this | ||
1085 | + ] [ sp:object | ||
1086 | + [ sp:varName "nameRef"^^xsd:string | ||
1087 | + ] ; | ||
1088 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#flowingStateMapsToMPREnumeration> ; | ||
1089 | + sp:subject | ||
1090 | + [ sp:varName "flowingStateType"^^xsd:string | ||
1091 | + ] | ||
1092 | + ]) | ||
1097 | ] . | 1093 | ] . |
1098 | 1094 | ||
1099 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeParameterSet-v1.1.1> | 1095 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeParameterSet-v1.1.1> |
1100 | rdf:type owl:Ontology ; | 1096 | rdf:type owl:Ontology ; |
1101 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/unnamed> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 1097 | + owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/unnamed> ; |
1102 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 1098 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment