David Leal

Merge branch 'MPR_05-15'

...@@ -19,16 +19,16 @@ ...@@ -19,16 +19,16 @@
19 19
20 <http://www.reportinghub.no/ep/schema/1.0/flow> 20 <http://www.reportinghub.no/ep/schema/1.0/flow>
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
22 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 22 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 24
25 ep-flow:AllocatedFlow 25 ep-flow:AllocatedFlow
26 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 26 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
27 rdfs:label "allocated flow"^^xsd:string ; 27 rdfs:label "allocated flow"^^xsd:string ;
28 rdfs:subClassOf ep-flow:WholeLifeFlow . 28 rdfs:subClassOf ep-flow:WholeLifeFlow .
29 29
30 ep-flow:BudgetFlow 30 ep-flow:BudgetFlow
31 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 31 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
32 rdfs:label "budget flow"^^xsd:string ; 32 rdfs:label "budget flow"^^xsd:string ;
33 rdfs:subClassOf ep-flow:WholeLifeFlow . 33 rdfs:subClassOf ep-flow:WholeLifeFlow .
34 34
...@@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion ...@@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion
38 rdfs:subClassOf owl:Class . 38 rdfs:subClassOf owl:Class .
39 39
40 ep-flow:Condensate-grossFlow 40 ep-flow:Condensate-grossFlow
41 - rdf:type owl:Class , ep-flow:ProductMaterialType ; 41 + rdf:type ep-flow:ProductMaterialType , owl:Class ;
42 rdfs:label "condensate - gross flow"^^xsd:string ; 42 rdfs:label "condensate - gross flow"^^xsd:string ;
43 rdfs:subClassOf ep-flow:WholeLifeFlow . 43 rdfs:subClassOf ep-flow:WholeLifeFlow .
44 44
45 ep-flow:Condensate-netFlow 45 ep-flow:Condensate-netFlow
46 - rdf:type owl:Class , ep-flow:ProductMaterialType ; 46 + rdf:type ep-flow:ProductMaterialType , owl:Class ;
47 rdfs:label "condensate - net flow"^^xsd:string ; 47 rdfs:label "condensate - net flow"^^xsd:string ;
48 rdfs:subClassOf ep-flow:WholeLifeFlow . 48 rdfs:subClassOf ep-flow:WholeLifeFlow .
49 49
50 ep-flow:ConstraintFlow 50 ep-flow:ConstraintFlow
51 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 51 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
52 rdfs:label "constraint flow"^^xsd:string ; 52 rdfs:label "constraint flow"^^xsd:string ;
53 rdfs:subClassOf ep-flow:WholeLifeFlow . 53 rdfs:subClassOf ep-flow:WholeLifeFlow .
54 54
55 ep-flow:ConstraintFlow-fixed 55 ep-flow:ConstraintFlow-fixed
56 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 56 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
57 rdfs:label "constraint flow - fixed"^^xsd:string ; 57 rdfs:label "constraint flow - fixed"^^xsd:string ;
58 rdfs:subClassOf ep-flow:ConstraintFlow . 58 rdfs:subClassOf ep-flow:ConstraintFlow .
59 59
60 ep-flow:ConstraintFlow-maximum 60 ep-flow:ConstraintFlow-maximum
61 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 61 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
62 rdfs:label "constraint flow - maximum"^^xsd:string ; 62 rdfs:label "constraint flow - maximum"^^xsd:string ;
63 rdfs:subClassOf ep-flow:ConstraintFlow . 63 rdfs:subClassOf ep-flow:ConstraintFlow .
64 64
65 ep-flow:ConstraintFlow-minimum 65 ep-flow:ConstraintFlow-minimum
66 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 66 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
67 rdfs:label "constraint flow - minimum"^^xsd:string ; 67 rdfs:label "constraint flow - minimum"^^xsd:string ;
68 rdfs:subClassOf ep-flow:ConstraintFlow . 68 rdfs:subClassOf ep-flow:ConstraintFlow .
69 69
70 ep-flow:Consume 70 ep-flow:Consume
71 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 71 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
72 rdfs:label "consume"^^xsd:string ; 72 rdfs:label "consume"^^xsd:string ;
73 rdfs:subClassOf ep-flow:WholeLifeFlow . 73 rdfs:subClassOf ep-flow:WholeLifeFlow .
74 74
75 ep-flow:Consume-HPflare 75 ep-flow:Consume-HPflare
76 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 76 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
77 rdfs:label "consume - HP flare"^^xsd:string ; 77 rdfs:label "consume - HP flare"^^xsd:string ;
78 rdfs:subClassOf ep-flow:Consume-flare . 78 rdfs:subClassOf ep-flow:Consume-flare .
79 79
80 ep-flow:Consume-LPflare 80 ep-flow:Consume-LPflare
81 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 81 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
82 rdfs:label "consume - LP flare"^^xsd:string ; 82 rdfs:label "consume - LP flare"^^xsd:string ;
83 rdfs:subClassOf ep-flow:Consume-flare . 83 rdfs:subClassOf ep-flow:Consume-flare .
84 84
85 ep-flow:Consume-blackstart 85 ep-flow:Consume-blackstart
86 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 86 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
87 rdfs:label "consume - blackstart"^^xsd:string ; 87 rdfs:label "consume - blackstart"^^xsd:string ;
88 rdfs:subClassOf ep-flow:Consume . 88 rdfs:subClassOf ep-flow:Consume .
89 89
90 ep-flow:Consume-compressor 90 ep-flow:Consume-compressor
91 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 91 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
92 rdfs:label "consume - compressor"^^xsd:string ; 92 rdfs:label "consume - compressor"^^xsd:string ;
93 rdfs:subClassOf ep-flow:Consume . 93 rdfs:subClassOf ep-flow:Consume .
94 94
95 ep-flow:Consume-emitted 95 ep-flow:Consume-emitted
96 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 96 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
97 rdfs:label "consume - emitted"^^xsd:string ; 97 rdfs:label "consume - emitted"^^xsd:string ;
98 rdfs:subClassOf ep-flow:Consume . 98 rdfs:subClassOf ep-flow:Consume .
99 99
100 ep-flow:Consume-flare 100 ep-flow:Consume-flare
101 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 101 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
102 rdfs:label "consume - flare"^^xsd:string ; 102 rdfs:label "consume - flare"^^xsd:string ;
103 rdfs:subClassOf ep-flow:Consume . 103 rdfs:subClassOf ep-flow:Consume .
104 104
105 ep-flow:Consume-fuel 105 ep-flow:Consume-fuel
106 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 106 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
107 rdfs:label "consume - fuel"^^xsd:string ; 107 rdfs:label "consume - fuel"^^xsd:string ;
108 rdfs:subClassOf ep-flow:Consume . 108 rdfs:subClassOf ep-flow:Consume .
109 109
110 ep-flow:Consume-noncompressor 110 ep-flow:Consume-noncompressor
111 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 111 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
112 rdfs:label "consume - non-compressor"^^xsd:string ; 112 rdfs:label "consume - non-compressor"^^xsd:string ;
113 rdfs:subClassOf ep-flow:Consume . 113 rdfs:subClassOf ep-flow:Consume .
114 114
115 ep-flow:Consume-venting 115 ep-flow:Consume-venting
116 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 116 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
117 rdfs:label "consume - venting"^^xsd:string ; 117 rdfs:label "consume - venting"^^xsd:string ;
118 rdfs:subClassOf ep-flow:Consume . 118 rdfs:subClassOf ep-flow:Consume .
119 119
...@@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow ...@@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow
123 rdfs:subClassOf ep-flow:ProductionFlow . 123 rdfs:subClassOf ep-flow:ProductionFlow .
124 124
125 ep-flow:DerivedFlow 125 ep-flow:DerivedFlow
126 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 126 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
127 rdfs:label "derived flow"^^xsd:string ; 127 rdfs:label "derived flow"^^xsd:string ;
128 rdfs:subClassOf ep-flow:WholeLifeFlow . 128 rdfs:subClassOf ep-flow:WholeLifeFlow .
129 129
130 ep-flow:DerivedFlow-difference 130 ep-flow:DerivedFlow-difference
131 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 131 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
132 rdfs:label "derived flow - difference"^^xsd:string ; 132 rdfs:label "derived flow - difference"^^xsd:string ;
133 rdfs:subClassOf ep-flow:DerivedFlow . 133 rdfs:subClassOf ep-flow:DerivedFlow .
134 134
135 ep-flow:DifferenceFlow 135 ep-flow:DifferenceFlow
136 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 136 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
137 rdfs:label "difference flow"^^xsd:string ; 137 rdfs:label "difference flow"^^xsd:string ;
138 rdfs:subClassOf ep-flow:WholeLifeFlow . 138 rdfs:subClassOf ep-flow:WholeLifeFlow .
139 139
...@@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow ...@@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow
143 rdfs:subClassOf ep-flow:Flow . 143 rdfs:subClassOf ep-flow:Flow .
144 144
145 ep-flow:EstimatedFlow 145 ep-flow:EstimatedFlow
146 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 146 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
147 rdfs:label "estimated flow"^^xsd:string ; 147 rdfs:label "estimated flow"^^xsd:string ;
148 rdfs:subClassOf ep-flow:WholeLifeFlow . 148 rdfs:subClassOf ep-flow:WholeLifeFlow .
149 149
150 ep-flow:Export 150 ep-flow:Export
151 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 151 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
152 rdfs:label "export"^^xsd:string ; 152 rdfs:label "export"^^xsd:string ;
153 rdfs:subClassOf ep-flow:WholeLifeFlow . 153 rdfs:subClassOf ep-flow:WholeLifeFlow .
154 154
155 ep-flow:Export-nominated 155 ep-flow:Export-nominated
156 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 156 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
157 rdfs:label "export nominated"^^xsd:string ; 157 rdfs:label "export nominated"^^xsd:string ;
158 rdfs:subClassOf ep-flow:Export . 158 rdfs:subClassOf ep-flow:Export .
159 159
160 ep-flow:Export-requested 160 ep-flow:Export-requested
161 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 161 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
162 rdfs:label "export requested"^^xsd:string ; 162 rdfs:label "export requested"^^xsd:string ;
163 rdfs:subClassOf ep-flow:Export . 163 rdfs:subClassOf ep-flow:Export .
164 164
165 ep-flow:Export-shortfall 165 ep-flow:Export-shortfall
166 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 166 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
167 rdfs:label "export shortfall"^^xsd:string ; 167 rdfs:label "export shortfall"^^xsd:string ;
168 rdfs:subClassOf ep-flow:Export . 168 rdfs:subClassOf ep-flow:Export .
169 169
...@@ -173,42 +173,42 @@ ep-flow:Flow ...@@ -173,42 +173,42 @@ ep-flow:Flow
173 rdfs:subClassOf ep-core:PhysicalThing . 173 rdfs:subClassOf ep-core:PhysicalThing .
174 174
175 ep-flow:FlowAtInstant 175 ep-flow:FlowAtInstant
176 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 176 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
177 rdfs:label "flow at instant"^^xsd:string ; 177 rdfs:label "flow at instant"^^xsd:string ;
178 rdfs:subClassOf ep-flow:Flow . 178 rdfs:subClassOf ep-flow:Flow .
179 179
180 ep-flow:FlowDuringDay 180 ep-flow:FlowDuringDay
181 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 181 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
182 rdfs:label "flow during day"^^xsd:string ; 182 rdfs:label "flow during day"^^xsd:string ;
183 rdfs:subClassOf ep-flow:FlowDuringPeriod . 183 rdfs:subClassOf ep-flow:FlowDuringPeriod .
184 184
185 ep-flow:FlowDuringMonth 185 ep-flow:FlowDuringMonth
186 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 186 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
187 rdfs:label "flow during month"^^xsd:string ; 187 rdfs:label "flow during month"^^xsd:string ;
188 rdfs:subClassOf ep-flow:FlowDuringPeriod . 188 rdfs:subClassOf ep-flow:FlowDuringPeriod .
189 189
190 ep-flow:FlowDuringMonthToDate 190 ep-flow:FlowDuringMonthToDate
191 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 191 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
192 rdfs:label "flow during month to date"^^xsd:string ; 192 rdfs:label "flow during month to date"^^xsd:string ;
193 rdfs:subClassOf ep-flow:FlowDuringPeriod . 193 rdfs:subClassOf ep-flow:FlowDuringPeriod .
194 194
195 ep-flow:FlowDuringPeriod 195 ep-flow:FlowDuringPeriod
196 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 196 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
197 rdfs:label "flow during period"^^xsd:string ; 197 rdfs:label "flow during period"^^xsd:string ;
198 rdfs:subClassOf ep-flow:Flow . 198 rdfs:subClassOf ep-flow:Flow .
199 199
200 ep-flow:FlowDuringWeek 200 ep-flow:FlowDuringWeek
201 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 201 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
202 rdfs:label "flow during week"^^xsd:string ; 202 rdfs:label "flow during week"^^xsd:string ;
203 rdfs:subClassOf ep-flow:FlowDuringPeriod . 203 rdfs:subClassOf ep-flow:FlowDuringPeriod .
204 204
205 ep-flow:FlowDuringYear 205 ep-flow:FlowDuringYear
206 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 206 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
207 rdfs:label "flow during year"^^xsd:string ; 207 rdfs:label "flow during year"^^xsd:string ;
208 rdfs:subClassOf ep-flow:FlowDuringPeriod . 208 rdfs:subClassOf ep-flow:FlowDuringPeriod .
209 209
210 ep-flow:FlowDuringYearToDate 210 ep-flow:FlowDuringYearToDate
211 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 211 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
212 rdfs:label "flow during year to date"^^xsd:string ; 212 rdfs:label "flow during year to date"^^xsd:string ;
213 rdfs:subClassOf ep-flow:FlowDuringPeriod . 213 rdfs:subClassOf ep-flow:FlowDuringPeriod .
214 214
...@@ -218,132 +218,132 @@ ep-flow:FlowOfLiquid ...@@ -218,132 +218,132 @@ ep-flow:FlowOfLiquid
218 rdfs:subClassOf ep-core:PhysicalThing . 218 rdfs:subClassOf ep-core:PhysicalThing .
219 219
220 ep-flow:ForecastFlow 220 ep-flow:ForecastFlow
221 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 221 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
222 rdfs:label "forecast flow"^^xsd:string ; 222 rdfs:label "forecast flow"^^xsd:string ;
223 rdfs:subClassOf ep-flow:WholeLifeFlow . 223 rdfs:subClassOf ep-flow:WholeLifeFlow .
224 224
225 ep-flow:ForecastFlow-declineCurve 225 ep-flow:ForecastFlow-declineCurve
226 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 226 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
227 rdfs:label "forecast flow - decline curve"^^xsd:string ; 227 rdfs:label "forecast flow - decline curve"^^xsd:string ;
228 rdfs:subClassOf ep-flow:ForecastFlow . 228 rdfs:subClassOf ep-flow:ForecastFlow .
229 229
230 ep-flow:ForecastFlow-standard 230 ep-flow:ForecastFlow-standard
231 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 231 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
232 rdfs:label "forecast flow - standard"^^xsd:string ; 232 rdfs:label "forecast flow - standard"^^xsd:string ;
233 rdfs:subClassOf ep-flow:ForecastFlow . 233 rdfs:subClassOf ep-flow:ForecastFlow .
234 234
235 ep-flow:Gaslift 235 ep-flow:Gaslift
236 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 236 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
237 rdfs:label "gas lift"^^xsd:string ; 237 rdfs:label "gas lift"^^xsd:string ;
238 rdfs:subClassOf ep-flow:WholeLifeFlow . 238 rdfs:subClassOf ep-flow:WholeLifeFlow .
239 239
240 ep-flow:GrossProductFlow 240 ep-flow:GrossProductFlow
241 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 241 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
242 rdfs:label "gross product flow"^^xsd:string ; 242 rdfs:label "gross product flow"^^xsd:string ;
243 rdfs:subClassOf ep-flow:ProductFlow . 243 rdfs:subClassOf ep-flow:ProductFlow .
244 244
245 ep-flow:HydrocarbonAccounting 245 ep-flow:HydrocarbonAccounting
246 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 246 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
247 rdfs:label "hydrocarbon accounting"^^xsd:string ; 247 rdfs:label "hydrocarbon accounting"^^xsd:string ;
248 rdfs:subClassOf ep-flow:WholeLifeFlow . 248 rdfs:subClassOf ep-flow:WholeLifeFlow .
249 249
250 ep-flow:Import 250 ep-flow:Import
251 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 251 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
252 rdfs:label "import"^^xsd:string ; 252 rdfs:label "import"^^xsd:string ;
253 rdfs:subClassOf ep-flow:WholeLifeFlow . 253 rdfs:subClassOf ep-flow:WholeLifeFlow .
254 254
255 ep-flow:Injection 255 ep-flow:Injection
256 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 256 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
257 rdfs:label "injection"^^xsd:string ; 257 rdfs:label "injection"^^xsd:string ;
258 rdfs:subClassOf ep-flow:WholeLifeFlow . 258 rdfs:subClassOf ep-flow:WholeLifeFlow .
259 259
260 ep-flow:Inventory 260 ep-flow:Inventory
261 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 261 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
262 rdfs:label "inventory"^^xsd:string ; 262 rdfs:label "inventory"^^xsd:string ;
263 rdfs:subClassOf ep-core:PhysicalObject . 263 rdfs:subClassOf ep-core:PhysicalObject .
264 264
265 ep-flow:MassAdjustedFlow 265 ep-flow:MassAdjustedFlow
266 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 266 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
267 rdfs:label "mass adjusted flow"^^xsd:string ; 267 rdfs:label "mass adjusted flow"^^xsd:string ;
268 rdfs:subClassOf ep-flow:WholeLifeFlow . 268 rdfs:subClassOf ep-flow:WholeLifeFlow .
269 269
270 ep-flow:MeasuredFlow 270 ep-flow:MeasuredFlow
271 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 271 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
272 rdfs:label "measured flow"^^xsd:string ; 272 rdfs:label "measured flow"^^xsd:string ;
273 rdfs:subClassOf ep-flow:WholeLifeFlow . 273 rdfs:subClassOf ep-flow:WholeLifeFlow .
274 274
275 ep-flow:MeasuredFlow-fiscal 275 ep-flow:MeasuredFlow-fiscal
276 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 276 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
277 rdfs:label "measured flow - fiscal"^^xsd:string ; 277 rdfs:label "measured flow - fiscal"^^xsd:string ;
278 rdfs:subClassOf ep-flow:MeasuredFlow . 278 rdfs:subClassOf ep-flow:MeasuredFlow .
279 279
280 ep-flow:MeasuredFlow-raw 280 ep-flow:MeasuredFlow-raw
281 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 281 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
282 rdfs:label "measured flow - raw"^^xsd:string ; 282 rdfs:label "measured flow - raw"^^xsd:string ;
283 rdfs:subClassOf ep-flow:MeasuredFlow . 283 rdfs:subClassOf ep-flow:MeasuredFlow .
284 284
285 ep-flow:MeasuredFlow-recalibrated 285 ep-flow:MeasuredFlow-recalibrated
286 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 286 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
287 rdfs:label "measured flow - recalibrated"^^xsd:string ; 287 rdfs:label "measured flow - recalibrated"^^xsd:string ;
288 rdfs:subClassOf ep-flow:MeasuredFlow . 288 rdfs:subClassOf ep-flow:MeasuredFlow .
289 289
290 ep-flow:MeteredFlowFiscal 290 ep-flow:MeteredFlowFiscal
291 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 291 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
292 rdfs:label "metered flow fiscal"^^xsd:string ; 292 rdfs:label "metered flow fiscal"^^xsd:string ;
293 rdfs:subClassOf ep-flow:WholeLifeFlow . 293 rdfs:subClassOf ep-flow:WholeLifeFlow .
294 294
295 ep-flow:NetProductFlow 295 ep-flow:NetProductFlow
296 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 296 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
297 rdfs:label "net product flow"^^xsd:string ; 297 rdfs:label "net product flow"^^xsd:string ;
298 rdfs:subClassOf ep-flow:ProductFlow . 298 rdfs:subClassOf ep-flow:ProductFlow .
299 299
300 ep-flow:NominatedFlow 300 ep-flow:NominatedFlow
301 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 301 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
302 rdfs:label "nominated flow"^^xsd:string ; 302 rdfs:label "nominated flow"^^xsd:string ;
303 rdfs:subClassOf ep-flow:WholeLifeFlow . 303 rdfs:subClassOf ep-flow:WholeLifeFlow .
304 304
305 ep-flow:ObjectThatLastsOneDay 305 ep-flow:ObjectThatLastsOneDay
306 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 306 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
307 rdfs:label "object that lasts one day"^^xsd:string ; 307 rdfs:label "object that lasts one day"^^xsd:string ;
308 rdfs:subClassOf ep-core:PhysicalObject . 308 rdfs:subClassOf ep-core:PhysicalObject .
309 309
310 ep-flow:ObjectThatLastsOneMonth 310 ep-flow:ObjectThatLastsOneMonth
311 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 311 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
312 rdfs:label "object that lasts one month"^^xsd:string ; 312 rdfs:label "object that lasts one month"^^xsd:string ;
313 rdfs:subClassOf ep-core:PhysicalObject . 313 rdfs:subClassOf ep-core:PhysicalObject .
314 314
315 ep-flow:ObjectThatLastsOneWeek 315 ep-flow:ObjectThatLastsOneWeek
316 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 316 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
317 rdfs:label "object that lasts one week"^^xsd:string ; 317 rdfs:label "object that lasts one week"^^xsd:string ;
318 rdfs:subClassOf ep-core:PhysicalObject . 318 rdfs:subClassOf ep-core:PhysicalObject .
319 319
320 ep-flow:ObjectThatLastsOneYear 320 ep-flow:ObjectThatLastsOneYear
321 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 321 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
322 rdfs:label "object that lasts one year"^^xsd:string ; 322 rdfs:label "object that lasts one year"^^xsd:string ;
323 rdfs:subClassOf ep-core:PhysicalObject . 323 rdfs:subClassOf ep-core:PhysicalObject .
324 324
325 ep-flow:Oil-grossFlow 325 ep-flow:Oil-grossFlow
326 - rdf:type owl:Class , ep-flow:ProductMaterialType ; 326 + rdf:type ep-flow:ProductMaterialType , owl:Class ;
327 rdfs:label "oil - gross flow"^^xsd:string ; 327 rdfs:label "oil - gross flow"^^xsd:string ;
328 rdfs:subClassOf ep-flow:WholeLifeFlow . 328 rdfs:subClassOf ep-flow:WholeLifeFlow .
329 329
330 ep-flow:Oil-netFlow 330 ep-flow:Oil-netFlow
331 - rdf:type owl:Class , ep-flow:ProductMaterialType ; 331 + rdf:type ep-flow:ProductMaterialType , owl:Class ;
332 rdfs:label "oil - net flow"^^xsd:string ; 332 rdfs:label "oil - net flow"^^xsd:string ;
333 rdfs:subClassOf ep-flow:WholeLifeFlow . 333 rdfs:subClassOf ep-flow:WholeLifeFlow .
334 334
335 ep-flow:Overboard 335 ep-flow:Overboard
336 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 336 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
337 rdfs:label "overboard"^^xsd:string ; 337 rdfs:label "overboard"^^xsd:string ;
338 rdfs:subClassOf ep-flow:WholeLifeFlow . 338 rdfs:subClassOf ep-flow:WholeLifeFlow .
339 339
340 ep-flow:PotentialFlow 340 ep-flow:PotentialFlow
341 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 341 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
342 rdfs:label "potential flow"^^xsd:string ; 342 rdfs:label "potential flow"^^xsd:string ;
343 rdfs:subClassOf ep-flow:WholeLifeFlow . 343 rdfs:subClassOf ep-flow:WholeLifeFlow .
344 344
345 ep-flow:ProcessedFlow 345 ep-flow:ProcessedFlow
346 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 346 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
347 rdfs:label "processed flow"^^xsd:string ; 347 rdfs:label "processed flow"^^xsd:string ;
348 rdfs:subClassOf ep-flow:WholeLifeFlow . 348 rdfs:subClassOf ep-flow:WholeLifeFlow .
349 349
...@@ -368,27 +368,27 @@ ep-flow:ProductInventory ...@@ -368,27 +368,27 @@ ep-flow:ProductInventory
368 rdfs:subClassOf ep-flow:Inventory . 368 rdfs:subClassOf ep-flow:Inventory .
369 369
370 ep-flow:ProductInventoryAdjustedClosingBalance 370 ep-flow:ProductInventoryAdjustedClosingBalance
371 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 371 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
372 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 372 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
373 rdfs:subClassOf ep-flow:ProductInventory . 373 rdfs:subClassOf ep-flow:ProductInventory .
374 374
375 ep-flow:ProductInventoryClosingBalance 375 ep-flow:ProductInventoryClosingBalance
376 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 376 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
377 rdfs:label "product inventory closing balance"^^xsd:string ; 377 rdfs:label "product inventory closing balance"^^xsd:string ;
378 rdfs:subClassOf ep-flow:ProductInventory . 378 rdfs:subClassOf ep-flow:ProductInventory .
379 379
380 ep-flow:ProductInventoryClosingStorageBalance 380 ep-flow:ProductInventoryClosingStorageBalance
381 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 381 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
382 rdfs:label "product inventory closing storage balance"^^xsd:string ; 382 rdfs:label "product inventory closing storage balance"^^xsd:string ;
383 rdfs:subClassOf ep-flow:ProductInventory . 383 rdfs:subClassOf ep-flow:ProductInventory .
384 384
385 ep-flow:ProductInventoryOpFlex 385 ep-flow:ProductInventoryOpFlex
386 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 386 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
387 rdfs:label "product inventory opFlex"^^xsd:string ; 387 rdfs:label "product inventory opFlex"^^xsd:string ;
388 rdfs:subClassOf ep-flow:ProductInventory . 388 rdfs:subClassOf ep-flow:ProductInventory .
389 389
390 ep-flow:ProductInventoryOpeningBalance 390 ep-flow:ProductInventoryOpeningBalance
391 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 391 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
392 rdfs:label "product inventory opening balance"^^xsd:string ; 392 rdfs:label "product inventory opening balance"^^xsd:string ;
393 rdfs:subClassOf ep-flow:ProductInventory . 393 rdfs:subClassOf ep-flow:ProductInventory .
394 394
...@@ -403,7 +403,7 @@ ep-flow:ProductMaterialType ...@@ -403,7 +403,7 @@ ep-flow:ProductMaterialType
403 rdfs:subClassOf owl:Class . 403 rdfs:subClassOf owl:Class .
404 404
405 ep-flow:Production 405 ep-flow:Production
406 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 406 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
407 rdfs:label "production"^^xsd:string ; 407 rdfs:label "production"^^xsd:string ;
408 rdfs:subClassOf ep-flow:WholeLifeFlow . 408 rdfs:subClassOf ep-flow:WholeLifeFlow .
409 409
...@@ -438,37 +438,37 @@ ep-flow:ProductionInventory ...@@ -438,37 +438,37 @@ ep-flow:ProductionInventory
438 rdfs:subClassOf ep-flow:Inventory . 438 rdfs:subClassOf ep-flow:Inventory .
439 439
440 ep-flow:ProductionInventoryAllocatedMaterial 440 ep-flow:ProductionInventoryAllocatedMaterial
441 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 441 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
442 rdfs:label "production inventory allocated material"^^xsd:string ; 442 rdfs:label "production inventory allocated material"^^xsd:string ;
443 rdfs:subClassOf ep-flow:ProductionInventory . 443 rdfs:subClassOf ep-flow:ProductionInventory .
444 444
445 ep-flow:ProductionInventoryBudgetMaterial 445 ep-flow:ProductionInventoryBudgetMaterial
446 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 446 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
447 rdfs:label "production inventory budget material"^^xsd:string ; 447 rdfs:label "production inventory budget material"^^xsd:string ;
448 rdfs:subClassOf ep-flow:ProductionInventory . 448 rdfs:subClassOf ep-flow:ProductionInventory .
449 449
450 ep-flow:ProductionInventoryConstraintMaterial 450 ep-flow:ProductionInventoryConstraintMaterial
451 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 451 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
452 rdfs:label "production inventory constraint material"^^xsd:string ; 452 rdfs:label "production inventory constraint material"^^xsd:string ;
453 rdfs:subClassOf ep-flow:ProductionInventory . 453 rdfs:subClassOf ep-flow:ProductionInventory .
454 454
455 ep-flow:ProductionInventoryDerivedMaterial 455 ep-flow:ProductionInventoryDerivedMaterial
456 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 456 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
457 rdfs:label "production inventory derived material"^^xsd:string ; 457 rdfs:label "production inventory derived material"^^xsd:string ;
458 rdfs:subClassOf ep-flow:ProductionInventory . 458 rdfs:subClassOf ep-flow:ProductionInventory .
459 459
460 ep-flow:ProductionInventoryDifferenceMaterial 460 ep-flow:ProductionInventoryDifferenceMaterial
461 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 461 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
462 rdfs:label "production inventory difference material"^^xsd:string ; 462 rdfs:label "production inventory difference material"^^xsd:string ;
463 rdfs:subClassOf ep-flow:ProductionInventory . 463 rdfs:subClassOf ep-flow:ProductionInventory .
464 464
465 ep-flow:ProductionInventoryEstimatedMaterial 465 ep-flow:ProductionInventoryEstimatedMaterial
466 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 466 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
467 rdfs:label "production inventory estimated material"^^xsd:string ; 467 rdfs:label "production inventory estimated material"^^xsd:string ;
468 rdfs:subClassOf ep-flow:ProductionInventory . 468 rdfs:subClassOf ep-flow:ProductionInventory .
469 469
470 ep-flow:ProductionInventoryForecastMaterial 470 ep-flow:ProductionInventoryForecastMaterial
471 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 471 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
472 rdfs:label "production inventory forecast material"^^xsd:string ; 472 rdfs:label "production inventory forecast material"^^xsd:string ;
473 rdfs:subClassOf ep-flow:ProductionInventory . 473 rdfs:subClassOf ep-flow:ProductionInventory .
474 474
...@@ -478,47 +478,47 @@ ep-flow:ProductionInventoryMaterialType ...@@ -478,47 +478,47 @@ ep-flow:ProductionInventoryMaterialType
478 rdfs:subClassOf owl:Class . 478 rdfs:subClassOf owl:Class .
479 479
480 ep-flow:ProductionInventoryMeasuredMaterial 480 ep-flow:ProductionInventoryMeasuredMaterial
481 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 481 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
482 rdfs:label "production inventory measured material"^^xsd:string ; 482 rdfs:label "production inventory measured material"^^xsd:string ;
483 rdfs:subClassOf ep-flow:ProductionInventory . 483 rdfs:subClassOf ep-flow:ProductionInventory .
484 484
485 ep-flow:ProductionInventoryNominatedMaterial 485 ep-flow:ProductionInventoryNominatedMaterial
486 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 486 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
487 rdfs:label "production inventory nominated material"^^xsd:string ; 487 rdfs:label "production inventory nominated material"^^xsd:string ;
488 rdfs:subClassOf ep-flow:ProductionInventory . 488 rdfs:subClassOf ep-flow:ProductionInventory .
489 489
490 ep-flow:ProductionInventoryPotentialMaterial 490 ep-flow:ProductionInventoryPotentialMaterial
491 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 491 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
492 rdfs:label "production inventory potential material"^^xsd:string ; 492 rdfs:label "production inventory potential material"^^xsd:string ;
493 rdfs:subClassOf ep-flow:ProductionInventory . 493 rdfs:subClassOf ep-flow:ProductionInventory .
494 494
495 ep-flow:ProductionInventoryProcessedMaterial 495 ep-flow:ProductionInventoryProcessedMaterial
496 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 496 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
497 rdfs:label "production inventory processed material"^^xsd:string ; 497 rdfs:label "production inventory processed material"^^xsd:string ;
498 rdfs:subClassOf ep-flow:ProductionInventory . 498 rdfs:subClassOf ep-flow:ProductionInventory .
499 499
500 ep-flow:ProductionInventoryQuotaMaterial 500 ep-flow:ProductionInventoryQuotaMaterial
501 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 501 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
502 rdfs:label "production inventory quota material"^^xsd:string ; 502 rdfs:label "production inventory quota material"^^xsd:string ;
503 rdfs:subClassOf ep-flow:ProductionInventory . 503 rdfs:subClassOf ep-flow:ProductionInventory .
504 504
505 ep-flow:ProductionInventoryRecommendedMaterial 505 ep-flow:ProductionInventoryRecommendedMaterial
506 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 506 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
507 rdfs:label "production inventory recommended material"^^xsd:string ; 507 rdfs:label "production inventory recommended material"^^xsd:string ;
508 rdfs:subClassOf ep-flow:ProductionInventory . 508 rdfs:subClassOf ep-flow:ProductionInventory .
509 509
510 ep-flow:ProductionInventorySaleableMaterial 510 ep-flow:ProductionInventorySaleableMaterial
511 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 511 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
512 rdfs:label "production inventory saleable material"^^xsd:string ; 512 rdfs:label "production inventory saleable material"^^xsd:string ;
513 rdfs:subClassOf ep-flow:ProductionInventory . 513 rdfs:subClassOf ep-flow:ProductionInventory .
514 514
515 ep-flow:ProductionInventorySimulatedMaterial 515 ep-flow:ProductionInventorySimulatedMaterial
516 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 516 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
517 rdfs:label "production inventory simulated material"^^xsd:string ; 517 rdfs:label "production inventory simulated material"^^xsd:string ;
518 rdfs:subClassOf ep-flow:ProductionInventory . 518 rdfs:subClassOf ep-flow:ProductionInventory .
519 519
520 ep-flow:ProductionInventoryTargetMaterial 520 ep-flow:ProductionInventoryTargetMaterial
521 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 521 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
522 rdfs:label "production inventory target material"^^xsd:string ; 522 rdfs:label "production inventory target material"^^xsd:string ;
523 rdfs:subClassOf ep-flow:ProductionInventory . 523 rdfs:subClassOf ep-flow:ProductionInventory .
524 524
...@@ -548,22 +548,22 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -548,22 +548,22 @@ ep-flow:ProductionTestWellHeadFlow
548 rdfs:subClassOf ep-flow:WholeLifeFlow . 548 rdfs:subClassOf ep-flow:WholeLifeFlow .
549 549
550 ep-flow:QuotaFlow 550 ep-flow:QuotaFlow
551 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 551 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
552 rdfs:label "quota flow"^^xsd:string ; 552 rdfs:label "quota flow"^^xsd:string ;
553 rdfs:subClassOf ep-flow:WholeLifeFlow . 553 rdfs:subClassOf ep-flow:WholeLifeFlow .
554 554
555 ep-flow:RecommendedFlow 555 ep-flow:RecommendedFlow
556 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 556 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
557 rdfs:label "recommended flow"^^xsd:string ; 557 rdfs:label "recommended flow"^^xsd:string ;
558 rdfs:subClassOf ep-flow:WholeLifeFlow . 558 rdfs:subClassOf ep-flow:WholeLifeFlow .
559 559
560 ep-flow:Sale 560 ep-flow:Sale
561 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 561 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
562 rdfs:label "sale"^^xsd:string ; 562 rdfs:label "sale"^^xsd:string ;
563 rdfs:subClassOf ep-flow:WholeLifeFlow . 563 rdfs:subClassOf ep-flow:WholeLifeFlow .
564 564
565 ep-flow:SaleableFlow 565 ep-flow:SaleableFlow
566 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 566 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
567 rdfs:label "saleable flow"^^xsd:string ; 567 rdfs:label "saleable flow"^^xsd:string ;
568 rdfs:subClassOf ep-flow:WholeLifeFlow . 568 rdfs:subClassOf ep-flow:WholeLifeFlow .
569 569
...@@ -572,22 +572,22 @@ ep-flow:SampleOfMaterial ...@@ -572,22 +572,22 @@ ep-flow:SampleOfMaterial
572 rdfs:subClassOf ep-material:QuantityOfMaterial . 572 rdfs:subClassOf ep-material:QuantityOfMaterial .
573 573
574 ep-flow:SimulatedFlow 574 ep-flow:SimulatedFlow
575 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 575 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
576 rdfs:label "simulated flow"^^xsd:string ; 576 rdfs:label "simulated flow"^^xsd:string ;
577 rdfs:subClassOf ep-flow:WholeLifeFlow . 577 rdfs:subClassOf ep-flow:WholeLifeFlow .
578 578
579 ep-flow:Storage 579 ep-flow:Storage
580 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 580 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
581 rdfs:label "storage"^^xsd:string ; 581 rdfs:label "storage"^^xsd:string ;
582 rdfs:subClassOf ep-flow:WholeLifeFlow . 582 rdfs:subClassOf ep-flow:WholeLifeFlow .
583 583
584 ep-flow:TargetFlow 584 ep-flow:TargetFlow
585 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 585 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
586 rdfs:label "target flow"^^xsd:string ; 586 rdfs:label "target flow"^^xsd:string ;
587 rdfs:subClassOf ep-flow:WholeLifeFlow . 587 rdfs:subClassOf ep-flow:WholeLifeFlow .
588 588
589 ep-flow:TariffBasisFlow 589 ep-flow:TariffBasisFlow
590 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 590 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
591 rdfs:label "tariff basis flow"^^xsd:string ; 591 rdfs:label "tariff basis flow"^^xsd:string ;
592 rdfs:subClassOf ep-flow:WholeLifeFlow . 592 rdfs:subClassOf ep-flow:WholeLifeFlow .
593 593
...@@ -602,7 +602,7 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -602,7 +602,7 @@ ep-flow:TemporalPartOfAFlowDurationType
602 rdfs:subClassOf owl:Class . 602 rdfs:subClassOf owl:Class .
603 603
604 ep-flow:ValueAdjustedFlow 604 ep-flow:ValueAdjustedFlow
605 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 605 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
606 rdfs:label "value adjusted flow"^^xsd:string ; 606 rdfs:label "value adjusted flow"^^xsd:string ;
607 rdfs:subClassOf ep-flow:WholeLifeFlow . 607 rdfs:subClassOf ep-flow:WholeLifeFlow .
608 608
...@@ -614,7 +614,7 @@ ep-flow:WholeLifeFlow ...@@ -614,7 +614,7 @@ ep-flow:WholeLifeFlow
614 ep-flow:WholeLifeProductFlow 614 ep-flow:WholeLifeProductFlow
615 rdf:type owl:Class ; 615 rdf:type owl:Class ;
616 rdfs:label "whole life product flow"^^xsd:string ; 616 rdfs:label "whole life product flow"^^xsd:string ;
617 - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . 617 + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow .
618 618
619 ep-flow:WholeLifeProductInventory 619 ep-flow:WholeLifeProductInventory
620 rdf:type owl:Class ; 620 rdf:type owl:Class ;
...@@ -624,21 +624,29 @@ ep-flow:WholeLifeProductInventory ...@@ -624,21 +624,29 @@ ep-flow:WholeLifeProductInventory
624 ep-flow:WholeLifeProductionFlow 624 ep-flow:WholeLifeProductionFlow
625 rdf:type owl:Class ; 625 rdf:type owl:Class ;
626 rdfs:label "whole life production flow"^^xsd:string ; 626 rdfs:label "whole life production flow"^^xsd:string ;
627 - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . 627 + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow .
628 628
629 ep-flow:WholeLifeProductionInventory 629 ep-flow:WholeLifeProductionInventory
630 rdf:type owl:Class ; 630 rdf:type owl:Class ;
631 rdfs:label "(whole life) production inventory"^^xsd:string ; 631 rdfs:label "(whole life) production inventory"^^xsd:string ;
632 rdfs:subClassOf ep-flow:ProductionInventory . 632 rdfs:subClassOf ep-flow:ProductionInventory .
633 633
634 +ep-flow:allocatedTo
635 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
636 + rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
637 + rdfs:domain ep-core:PhysicalObject ;
638 + rdfs:label "allocatedTo"^^xsd:string ;
639 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
640 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
641 +
634 ep-flow:dailyAverageAmountOfMaterial 642 ep-flow:dailyAverageAmountOfMaterial
635 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 643 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
636 rdfs:domain ep-flow:Flow ; 644 rdfs:domain ep-flow:Flow ;
637 rdfs:label "daily average amount of material"^^xsd:string ; 645 rdfs:label "daily average amount of material"^^xsd:string ;
638 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 646 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
639 647
640 ep-flow:energyContent 648 ep-flow:energyContent
641 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 649 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
642 rdfs:domain ep-material:QuantityOfMaterial ; 650 rdfs:domain ep-material:QuantityOfMaterial ;
643 rdfs:label "energy content"^^xsd:string ; 651 rdfs:label "energy content"^^xsd:string ;
644 rdfs:range ep-core:Work . 652 rdfs:range ep-core:Work .
...@@ -670,7 +678,7 @@ ep-flow:flowOutOf ...@@ -670,7 +678,7 @@ ep-flow:flowOutOf
670 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 678 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
671 679
672 ep-flow:grossCalorificValue 680 ep-flow:grossCalorificValue
673 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 681 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
674 rdfs:domain ep-material:QuantityOfMaterial ; 682 rdfs:domain ep-material:QuantityOfMaterial ;
675 rdfs:label "gross calorific value"^^xsd:string ; 683 rdfs:label "gross calorific value"^^xsd:string ;
676 rdfs:range ep-core:EnergyPerVolume . 684 rdfs:range ep-core:EnergyPerVolume .
...@@ -690,29 +698,29 @@ ep-flow:hasNetworkPart ...@@ -690,29 +698,29 @@ ep-flow:hasNetworkPart
690 rdfs:subPropertyOf ep-core:hasPart . 698 rdfs:subPropertyOf ep-core:hasPart .
691 699
692 ep-flow:materialInInventory 700 ep-flow:materialInInventory
693 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 701 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
694 rdfs:domain ep-flow:Inventory ; 702 rdfs:domain ep-flow:Inventory ;
695 rdfs:label "material in inventory"^^xsd:string ; 703 rdfs:label "material in inventory"^^xsd:string ;
696 rdfs:range ep-material:QuantityOfMaterial . 704 rdfs:range ep-material:QuantityOfMaterial .
697 705
698 ep-flow:materialThatFlows 706 ep-flow:materialThatFlows
699 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 707 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
700 rdfs:domain ep-flow:Flow ; 708 rdfs:domain ep-flow:Flow ;
701 rdfs:label "material that flows"^^xsd:string ; 709 rdfs:label "material that flows"^^xsd:string ;
702 rdfs:range ep-material:QuantityOfMaterial . 710 rdfs:range ep-material:QuantityOfMaterial .
703 711
704 ep-flow:rateOfFlowOfMaterial 712 ep-flow:rateOfFlowOfMaterial
705 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 713 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
706 rdfs:label "rate of flow of material"^^xsd:string ; 714 rdfs:label "rate of flow of material"^^xsd:string ;
707 rdfs:range ep-core:MeasureOfAmountOfMaterial . 715 rdfs:range ep-core:MeasureOfAmountOfMaterial .
708 716
709 ep-flow:totalVolumeOfMaterial-deprecated 717 ep-flow:totalVolumeOfMaterial-deprecated
710 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 718 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
711 rdfs:label "total volume of material"^^xsd:string ; 719 rdfs:label "total volume of material"^^xsd:string ;
712 rdfs:range ep-core:MeasureOfAmountOfMaterial . 720 rdfs:range ep-core:MeasureOfAmountOfMaterial .
713 721
714 ep-flow:yearlyAverageAmountOfMaterial 722 ep-flow:yearlyAverageAmountOfMaterial
715 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 723 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
716 rdfs:domain ep-flow:Flow ; 724 rdfs:domain ep-flow:Flow ;
717 rdfs:label "yearly average amount of material"^^xsd:string ; 725 rdfs:label "yearly average amount of material"^^xsd:string ;
718 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 726 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
...@@ -823,7 +831,7 @@ ep-material:Gas-wet ...@@ -823,7 +831,7 @@ ep-material:Gas-wet
823 rdf:type ep-flow:ProductMaterialType . 831 rdf:type ep-flow:ProductMaterialType .
824 832
825 ep-material:HeliumGas 833 ep-material:HeliumGas
826 - rdf:type ep-flow:ProductMaterialType , owl:Class . 834 + rdf:type owl:Class , ep-flow:ProductMaterialType .
827 835
828 ep-material:Heptane 836 ep-material:Heptane
829 rdf:type ep-flow:ProductMaterialType . 837 rdf:type ep-flow:ProductMaterialType .
...@@ -901,14 +909,14 @@ ep-material:Oleic ...@@ -901,14 +909,14 @@ ep-material:Oleic
901 rdf:type ep-flow:ProductMaterialType . 909 rdf:type ep-flow:ProductMaterialType .
902 910
903 ep-material:Pentane 911 ep-material:Pentane
904 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 912 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
905 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . 913 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> .
906 914
907 ep-material:PetroleumGasLiquid 915 ep-material:PetroleumGasLiquid
908 rdf:type ep-flow:ProductMaterialType . 916 rdf:type ep-flow:ProductMaterialType .
909 917
910 ep-material:Propane 918 ep-material:Propane
911 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , ep-flow:ProductMaterialType ; 919 + rdf:type ep-flow:ProductMaterialType , ep-well:FluidComponentType , ep-prodact:SubstanceType ;
912 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . 920 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> .
913 921
914 ep-material:Propane-component 922 ep-material:Propane-component
...@@ -936,361 +944,361 @@ ep-material:Water-processed ...@@ -936,361 +944,361 @@ ep-material:Water-processed
936 rdf:type ep-flow:ProductMaterialType . 944 rdf:type ep-flow:ProductMaterialType .
937 945
938 ep-material:substance-11dmcyPentane 946 ep-material:substance-11dmcyPentane
939 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 947 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
940 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . 948 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> .
941 949
942 ep-material:substance-124tmBenzene 950 ep-material:substance-124tmBenzene
943 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 951 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
944 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . 952 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> .
945 953
946 ep-material:substance-12dmBenzene 954 ep-material:substance-12dmBenzene
947 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 955 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
948 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . 956 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> .
949 957
950 ep-material:substance-13dmBenzene 958 ep-material:substance-13dmBenzene
951 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 959 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
952 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . 960 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> .
953 961
954 ep-material:substance-14dmBenzene 962 ep-material:substance-14dmBenzene
955 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 963 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
956 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . 964 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> .
957 965
958 ep-material:substance-223tmButane 966 ep-material:substance-223tmButane
959 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 967 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
960 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . 968 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> .
961 969
962 ep-material:substance-223tmPentane 970 ep-material:substance-223tmPentane
963 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 971 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
964 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . 972 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> .
965 973
966 ep-material:substance-22dmButane 974 ep-material:substance-22dmButane
967 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 975 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
968 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . 976 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> .
969 977
970 ep-material:substance-22dmHexane 978 ep-material:substance-22dmHexane
971 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 979 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
972 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . 980 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> .
973 981
974 ep-material:substance-22dmPentane 982 ep-material:substance-22dmPentane
975 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 983 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
976 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . 984 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> .
977 985
978 ep-material:substance-22dmPropane 986 ep-material:substance-22dmPropane
979 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 987 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
980 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . 988 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> .
981 989
982 ep-material:substance-23dmButane 990 ep-material:substance-23dmButane
983 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 991 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
984 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . 992 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> .
985 993
986 ep-material:substance-23dmPentane 994 ep-material:substance-23dmPentane
987 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 995 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
988 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . 996 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> .
989 997
990 ep-material:substance-24dmHexane 998 ep-material:substance-24dmHexane
991 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 999 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
992 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . 1000 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> .
993 1001
994 ep-material:substance-24dmPentane 1002 ep-material:substance-24dmPentane
995 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1003 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
996 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . 1004 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> .
997 1005
998 ep-material:substance-25dmHexane 1006 ep-material:substance-25dmHexane
999 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1007 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1000 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . 1008 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> .
1001 1009
1002 ep-material:substance-2mButane 1010 ep-material:substance-2mButane
1003 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1011 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1004 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . 1012 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> .
1005 1013
1006 ep-material:substance-2mHexane 1014 ep-material:substance-2mHexane
1007 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1015 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1008 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . 1016 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> .
1009 1017
1010 ep-material:substance-2mPentane 1018 ep-material:substance-2mPentane
1011 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1019 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1012 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . 1020 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> .
1013 1021
1014 ep-material:substance-2mPropane 1022 ep-material:substance-2mPropane
1015 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1023 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1016 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . 1024 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> .
1017 1025
1018 ep-material:substance-33dmPentane 1026 ep-material:substance-33dmPentane
1019 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1027 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1020 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . 1028 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> .
1021 1029
1022 ep-material:substance-3etPentane 1030 ep-material:substance-3etPentane
1023 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1031 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1024 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . 1032 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> .
1025 1033
1026 ep-material:substance-3mHexane 1034 ep-material:substance-3mHexane
1027 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1035 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1028 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . 1036 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> .
1029 1037
1030 ep-material:substance-3mPentane 1038 ep-material:substance-3mPentane
1031 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1039 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1032 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . 1040 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> .
1033 1041
1034 ep-material:substance-Ar 1042 ep-material:substance-Ar
1035 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1043 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1036 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . 1044 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> .
1037 1045
1038 ep-material:substance-Benzene 1046 ep-material:substance-Benzene
1039 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1047 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1040 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . 1048 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> .
1041 1049
1042 ep-material:substance-Butane 1050 ep-material:substance-Butane
1043 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1051 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1044 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . 1052 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> .
1045 1053
1046 ep-material:substance-C11F 1054 ep-material:substance-C11F
1047 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1055 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1048 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . 1056 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> .
1049 1057
1050 ep-material:substance-C12F 1058 ep-material:substance-C12F
1051 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1059 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1052 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . 1060 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> .
1053 1061
1054 ep-material:substance-C13F 1062 ep-material:substance-C13F
1055 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1063 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1056 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . 1064 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> .
1057 1065
1058 ep-material:substance-C13dmcyPentane 1066 ep-material:substance-C13dmcyPentane
1059 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1067 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1060 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . 1068 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> .
1061 1069
1062 ep-material:substance-C14F 1070 ep-material:substance-C14F
1063 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1071 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1064 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . 1072 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> .
1065 1073
1066 ep-material:substance-C15F 1074 ep-material:substance-C15F
1067 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1075 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1068 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . 1076 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> .
1069 1077
1070 ep-material:substance-C16F 1078 ep-material:substance-C16F
1071 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1079 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1072 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . 1080 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> .
1073 1081
1074 ep-material:substance-C17F 1082 ep-material:substance-C17F
1075 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1083 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1076 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . 1084 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> .
1077 1085
1078 ep-material:substance-C18F 1086 ep-material:substance-C18F
1079 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1087 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1080 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . 1088 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> .
1081 1089
1082 ep-material:substance-C19F 1090 ep-material:substance-C19F
1083 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1091 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1084 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . 1092 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> .
1085 1093
1086 ep-material:substance-C20F 1094 ep-material:substance-C20F
1087 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1095 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1088 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . 1096 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> .
1089 1097
1090 ep-material:substance-C21F 1098 ep-material:substance-C21F
1091 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1099 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1092 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . 1100 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> .
1093 1101
1094 ep-material:substance-C22F 1102 ep-material:substance-C22F
1095 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1103 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1096 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . 1104 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> .
1097 1105
1098 ep-material:substance-C23F 1106 ep-material:substance-C23F
1099 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1107 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1100 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . 1108 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> .
1101 1109
1102 ep-material:substance-C24F 1110 ep-material:substance-C24F
1103 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1111 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1104 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . 1112 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> .
1105 1113
1106 ep-material:substance-C25F 1114 ep-material:substance-C25F
1107 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1115 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1108 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . 1116 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> .
1109 1117
1110 ep-material:substance-C26F 1118 ep-material:substance-C26F
1111 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1119 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1112 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . 1120 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> .
1113 1121
1114 ep-material:substance-C27F 1122 ep-material:substance-C27F
1115 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1123 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1116 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . 1124 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> .
1117 1125
1118 ep-material:substance-C28F 1126 ep-material:substance-C28F
1119 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1127 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1120 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . 1128 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> .
1121 1129
1122 ep-material:substance-C29F 1130 ep-material:substance-C29F
1123 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1131 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1124 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . 1132 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> .
1125 1133
1126 ep-material:substance-C30F 1134 ep-material:substance-C30F
1127 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1135 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1128 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . 1136 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> .
1129 1137
1130 ep-material:substance-C31F 1138 ep-material:substance-C31F
1131 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1139 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1132 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . 1140 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> .
1133 1141
1134 ep-material:substance-C32F 1142 ep-material:substance-C32F
1135 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1143 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1136 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . 1144 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> .
1137 1145
1138 ep-material:substance-C33F 1146 ep-material:substance-C33F
1139 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1147 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1140 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . 1148 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> .
1141 1149
1142 ep-material:substance-C34F 1150 ep-material:substance-C34F
1143 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1151 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1144 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . 1152 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> .
1145 1153
1146 ep-material:substance-C35F 1154 ep-material:substance-C35F
1147 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1155 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1148 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . 1156 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> .
1149 1157
1150 ep-material:substance-C36F 1158 ep-material:substance-C36F
1151 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1159 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1152 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . 1160 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> .
1153 1161
1154 ep-material:substance-C37F 1162 ep-material:substance-C37F
1155 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1163 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1156 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . 1164 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> .
1157 1165
1158 ep-material:substance-C38F 1166 ep-material:substance-C38F
1159 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1167 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1160 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . 1168 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> .
1161 1169
1162 ep-material:substance-C39F 1170 ep-material:substance-C39F
1163 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1171 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1164 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . 1172 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> .
1165 1173
1166 ep-material:substance-C40F 1174 ep-material:substance-C40F
1167 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1175 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1168 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . 1176 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> .
1169 1177
1170 ep-material:substance-C41F 1178 ep-material:substance-C41F
1171 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1179 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1172 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . 1180 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> .
1173 1181
1174 ep-material:substance-C42F 1182 ep-material:substance-C42F
1175 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1183 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1176 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . 1184 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> .
1177 1185
1178 ep-material:substance-C43F 1186 ep-material:substance-C43F
1179 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1187 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1180 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . 1188 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> .
1181 1189
1182 ep-material:substance-C44F 1190 ep-material:substance-C44F
1183 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1191 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1184 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . 1192 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> .
1185 1193
1186 ep-material:substance-C45F 1194 ep-material:substance-C45F
1187 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1195 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1188 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . 1196 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> .
1189 1197
1190 ep-material:substance-C46F 1198 ep-material:substance-C46F
1191 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1199 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1192 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . 1200 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> .
1193 1201
1194 ep-material:substance-C47F 1202 ep-material:substance-C47F
1195 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1203 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1196 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . 1204 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> .
1197 1205
1198 ep-material:substance-C48F 1206 ep-material:substance-C48F
1199 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1207 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1200 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . 1208 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> .
1201 1209
1202 ep-material:substance-C49F 1210 ep-material:substance-C49F
1203 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1211 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1204 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . 1212 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> .
1205 1213
1206 ep-material:substance-CO2 1214 ep-material:substance-CO2
1207 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1215 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1208 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . 1216 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> .
1209 1217
1210 ep-material:substance-Cyclohexane 1218 ep-material:substance-Cyclohexane
1211 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1219 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1212 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . 1220 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
1213 1221
1214 ep-material:substance-Cyclopentane 1222 ep-material:substance-Cyclopentane
1215 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1223 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1216 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . 1224 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
1217 1225
1218 ep-material:substance-Decanes 1226 ep-material:substance-Decanes
1219 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1227 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1220 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . 1228 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> .
1221 1229
1222 ep-material:substance-EtBenzene 1230 ep-material:substance-EtBenzene
1223 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1231 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1224 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . 1232 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
1225 1233
1226 ep-material:substance-EtcyPentane 1234 ep-material:substance-EtcyPentane
1227 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1235 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1228 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . 1236 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
1229 1237
1230 ep-material:substance-Ethane 1238 ep-material:substance-Ethane
1231 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1239 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1232 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . 1240 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> .
1233 1241
1234 ep-material:substance-H2 1242 ep-material:substance-H2
1235 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1243 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1236 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . 1244 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> .
1237 1245
1238 ep-material:substance-H2O 1246 ep-material:substance-H2O
1239 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1247 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1240 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . 1248 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> .
1241 1249
1242 ep-material:substance-H2S 1250 ep-material:substance-H2S
1243 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1251 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1244 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . 1252 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> .
1245 1253
1246 ep-material:substance-Heptanes 1254 ep-material:substance-Heptanes
1247 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1255 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1248 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . 1256 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> .
1249 1257
1250 ep-material:substance-Hexane 1258 ep-material:substance-Hexane
1251 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1259 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1252 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . 1260 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> .
1253 1261
1254 ep-material:substance-Hexanes 1262 ep-material:substance-Hexanes
1255 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1263 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1256 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . 1264 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> .
1257 1265
1258 ep-material:substance-MBenzene 1266 ep-material:substance-MBenzene
1259 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1267 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1260 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . 1268 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
1261 1269
1262 ep-material:substance-McyHexane 1270 ep-material:substance-McyHexane
1263 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1271 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1264 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . 1272 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
1265 1273
1266 ep-material:substance-McyPentane 1274 ep-material:substance-McyPentane
1267 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1275 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1268 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . 1276 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
1269 1277
1270 ep-material:substance-Methane 1278 ep-material:substance-Methane
1271 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1279 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1272 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . 1280 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> .
1273 1281
1274 ep-material:substance-N2 1282 ep-material:substance-N2
1275 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1283 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1276 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . 1284 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> .
1277 1285
1278 ep-material:substance-Nonanes 1286 ep-material:substance-Nonanes
1279 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1287 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1280 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . 1288 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> .
1281 1289
1282 ep-material:substance-O2 1290 ep-material:substance-O2
1283 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1291 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1284 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . 1292 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> .
1285 1293
1286 ep-material:substance-Octanes 1294 ep-material:substance-Octanes
1287 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1295 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1288 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . 1296 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> .
1289 1297
1290 ep-material:substance-T12dmcyPentane 1298 ep-material:substance-T12dmcyPentane
1291 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1299 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1292 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . 1300 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> .
1293 1301
1294 ep-material:substance-T13dmcyPentane 1302 ep-material:substance-T13dmcyPentane
1295 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 1303 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
1296 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . 1304 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> .
......
...@@ -48,7 +48,7 @@ sp:if ...@@ -48,7 +48,7 @@ sp:if
48 48
49 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 49 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
50 rdf:type owl:Ontology ; 50 rdf:type owl:Ontology ;
51 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; 51 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ;
52 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 52 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
53 53
54 ep-dpr-spin-lib:Function 54 ep-dpr-spin-lib:Function
...@@ -317,6 +317,49 @@ ep-dpr-spin-lib:buildHarbourURI ...@@ -317,6 +317,49 @@ ep-dpr-spin-lib:buildHarbourURI
317 ]) 317 ])
318 ] . 318 ] .
319 319
320 +ep-dpr-spin-lib:buildInstallationReportingFacilityName
321 + rdf:type spin:Function ;
322 + rdfs:label "build installation reporting facility concatenated name"^^xsd:string ;
323 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
324 + spin:body
325 + [ rdf:type sp:Select ;
326 + sp:resultVariables ([ sp:varName "name"^^xsd:string
327 + ]) ;
328 + sp:where ([ rdf:type sp:Bind ;
329 + sp:expression
330 + [ rdf:type sp:if ;
331 + sp:arg1 [ rdf:type sp:eq ;
332 + sp:arg1 spin:_arg1 ;
333 + sp:arg2 spin:_arg2
334 + ] ;
335 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
336 + sp:arg1 spin:_arg1
337 + ] ;
338 + sp:arg3 [ rdf:type sp:if ;
339 + sp:arg1 [ rdf:type sp:eq ;
340 + sp:arg1 spin:_arg2 ;
341 + sp:arg2 ""
342 + ] ;
343 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
344 + sp:arg1 spin:_arg1
345 + ] ;
346 + sp:arg3 [ rdf:type fn:concat ;
347 + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ;
348 + sp:arg1 spin:_arg1
349 + ] ;
350 + sp:arg2 "$" ;
351 + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
352 + sp:arg1 spin:_arg2
353 + ]
354 + ]
355 + ]
356 + ] ;
357 + sp:variable
358 + [ sp:varName "name"^^xsd:string
359 + ]
360 + ])
361 + ] .
362 +
320 ep-dpr-spin-lib:buildOrganizationURI 363 ep-dpr-spin-lib:buildOrganizationURI
321 rdf:type spin:Function ; 364 rdf:type spin:Function ;
322 rdfs:label "build Organization URI"^^xsd:string ; 365 rdfs:label "build Organization URI"^^xsd:string ;
...@@ -506,18 +549,14 @@ ep-dpr-spin-lib:buildProductionFlowName ...@@ -506,18 +549,14 @@ ep-dpr-spin-lib:buildProductionFlowName
506 sp:arg2 "" 549 sp:arg2 ""
507 ] ; 550 ] ;
508 sp:arg2 [ rdf:type fn:concat ; 551 sp:arg2 [ rdf:type fn:concat ;
509 - sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; 552 + sp:arg1 spin:_arg1 ;
510 - sp:arg1 spin:_arg1
511 - ] ;
512 sp:arg2 "$" ; 553 sp:arg2 "$" ;
513 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 554 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
514 sp:arg1 spin:_arg2 555 sp:arg1 spin:_arg2
515 ] 556 ]
516 ] ; 557 ] ;
517 sp:arg3 [ rdf:type fn:concat ; 558 sp:arg3 [ rdf:type fn:concat ;
518 - sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; 559 + sp:arg1 spin:_arg1 ;
519 - sp:arg1 spin:_arg1
520 - ] ;
521 sp:arg2 "$" ; 560 sp:arg2 "$" ;
522 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 561 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
523 sp:arg1 spin:_arg2 562 sp:arg1 spin:_arg2
...@@ -552,9 +591,7 @@ ep-dpr-spin-lib:buildProductionFlowURI ...@@ -552,9 +591,7 @@ ep-dpr-spin-lib:buildProductionFlowURI
552 sp:arg2 [ rdf:type ep-spin-lib:buildURI ; 591 sp:arg2 [ rdf:type ep-spin-lib:buildURI ;
553 sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; 592 sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ;
554 sp:arg2 [ rdf:type fn:concat ; 593 sp:arg2 [ rdf:type fn:concat ;
555 - sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; 594 + sp:arg1 spin:_arg1 ;
556 - sp:arg1 spin:_arg1
557 - ] ;
558 sp:arg2 "$" ; 595 sp:arg2 "$" ;
559 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 596 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
560 sp:arg1 spin:_arg2 597 sp:arg1 spin:_arg2
...@@ -564,9 +601,7 @@ ep-dpr-spin-lib:buildProductionFlowURI ...@@ -564,9 +601,7 @@ ep-dpr-spin-lib:buildProductionFlowURI
564 sp:arg3 [ rdf:type ep-spin-lib:buildURI ; 601 sp:arg3 [ rdf:type ep-spin-lib:buildURI ;
565 sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; 602 sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ;
566 sp:arg2 [ rdf:type fn:concat ; 603 sp:arg2 [ rdf:type fn:concat ;
567 - sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; 604 + sp:arg1 spin:_arg1 ;
568 - sp:arg1 spin:_arg1
569 - ] ;
570 sp:arg2 "$" ; 605 sp:arg2 "$" ;
571 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 606 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
572 sp:arg1 spin:_arg2 607 sp:arg1 spin:_arg2
...@@ -643,13 +678,9 @@ ep-dpr-spin-lib:buildProductionInventoryName ...@@ -643,13 +678,9 @@ ep-dpr-spin-lib:buildProductionInventoryName
643 sp:arg1 spin:_arg2 ; 678 sp:arg1 spin:_arg2 ;
644 sp:arg2 "" 679 sp:arg2 ""
645 ] ; 680 ] ;
646 - sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; 681 + sp:arg2 spin:_arg1 ;
647 - sp:arg1 spin:_arg1
648 - ] ;
649 sp:arg3 [ rdf:type fn:concat ; 682 sp:arg3 [ rdf:type fn:concat ;
650 - sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; 683 + sp:arg1 spin:_arg1 ;
651 - sp:arg1 spin:_arg1
652 - ] ;
653 sp:arg2 "$" ; 684 sp:arg2 "$" ;
654 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 685 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
655 sp:arg1 spin:_arg2 686 sp:arg1 spin:_arg2
...@@ -679,16 +710,12 @@ ep-dpr-spin-lib:buildProductionInventoryURI ...@@ -679,16 +710,12 @@ ep-dpr-spin-lib:buildProductionInventoryURI
679 ] ; 710 ] ;
680 sp:arg2 [ rdf:type ep-spin-lib:buildURI ; 711 sp:arg2 [ rdf:type ep-spin-lib:buildURI ;
681 sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ; 712 sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ;
682 - sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; 713 + sp:arg2 spin:_arg1
683 - sp:arg1 spin:_arg1
684 - ]
685 ] ; 714 ] ;
686 sp:arg3 [ rdf:type ep-spin-lib:buildURI ; 715 sp:arg3 [ rdf:type ep-spin-lib:buildURI ;
687 sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ; 716 sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ;
688 sp:arg2 [ rdf:type fn:concat ; 717 sp:arg2 [ rdf:type fn:concat ;
689 - sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; 718 + sp:arg1 spin:_arg1 ;
690 - sp:arg1 spin:_arg1
691 - ] ;
692 sp:arg2 "$" ; 719 sp:arg2 "$" ;
693 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 720 sp:arg3 [ rdf:type ep-spin-lib:normalizeString ;
694 sp:arg1 spin:_arg2 721 sp:arg1 spin:_arg2
...@@ -5765,22 +5792,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5765,22 +5792,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5765 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5792 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5766 spin:body 5793 spin:body
5767 [ rdf:type sp:Select ; 5794 [ rdf:type sp:Select ;
5768 - sp:resultVariables (_:b22) ;
5769 - sp:where ([ rdf:type sp:Bind ;
5770 - sp:expression
5771 - [ rdf:type sp:if ;
5772 - sp:arg1 [ rdf:type sp:eq ;
5773 - sp:arg1 spin:_arg1 ;
5774 - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5775 - ] ;
5776 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5777 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5778 - ] ;
5779 - sp:variable _:b22
5780 - ])
5781 - ] ;
5782 - spin:body
5783 - [ rdf:type sp:Select ;
5784 sp:resultVariables ([ sp:varName "myVar"^^xsd:string 5795 sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5785 ]) ; 5796 ]) ;
5786 sp:where ([ rdf:type sp:Bind ; 5797 sp:where ([ rdf:type sp:Bind ;
...@@ -5860,6 +5871,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5860,6 +5871,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5860 [ sp:varName "myVar"^^xsd:string 5871 [ sp:varName "myVar"^^xsd:string
5861 ] 5872 ]
5862 ]) 5873 ])
5874 + ] ;
5875 + spin:body
5876 + [ rdf:type sp:Select ;
5877 + sp:resultVariables (_:b22) ;
5878 + sp:where ([ rdf:type sp:Bind ;
5879 + sp:expression
5880 + [ rdf:type sp:if ;
5881 + sp:arg1 [ rdf:type sp:eq ;
5882 + sp:arg1 spin:_arg1 ;
5883 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5884 + ] ;
5885 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5886 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5887 + ] ;
5888 + sp:variable _:b22
5889 + ])
5863 ] . 5890 ] .
5864 5891
5865 ep-dpr-spin-lib:selectTemperatureScale 5892 ep-dpr-spin-lib:selectTemperatureScale
...@@ -7394,39 +7421,6 @@ ep-dpr-spin-lib:selectWorkScale ...@@ -7394,39 +7421,6 @@ ep-dpr-spin-lib:selectWorkScale
7394 ]) 7421 ])
7395 ] . 7422 ] .
7396 7423
7397 -_:b1 sp:varName "uri"^^xsd:string .
7398 -
7399 -_:b2 sp:varName "UUID"^^xsd:string .
7400 -
7401 -_:b3 sp:varName "uri"^^xsd:string .
7402 -
7403 -_:b4 sp:varName "uri"^^xsd:string .
7404 -
7405 -_:b5 sp:varName "uri"^^xsd:string .
7406 -
7407 -_:b6 sp:varName "uri"^^xsd:string .
7408 -
7409 -_:b7 sp:varName "uri"^^xsd:string .
7410 -
7411 -_:b8 sp:varName "uri"^^xsd:string .
7412 -
7413 -_:b9 sp:varName "uri"^^xsd:string .
7414 -
7415 -_:b10
7416 - sp:varName "uri"^^xsd:string .
7417 -
7418 -_:b11
7419 - sp:varName "uri"^^xsd:string .
7420 -
7421 -_:b12
7422 - sp:varName "uri"^^xsd:string .
7423 -
7424 -_:b13
7425 - sp:varName "uri"^^xsd:string .
7426 -
7427 -_:b14
7428 - sp:varName "densityScale"^^xsd:string .
7429 -
7430 _:b23 7424 _:b23
7431 sp:varName "volumeFlowRateAtStdType"^^xsd:string . 7425 sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7432 7426
...@@ -7453,3 +7447,36 @@ _:b16 ...@@ -7453,3 +7447,36 @@ _:b16
7453 7447
7454 _:b15 7448 _:b15
7455 sp:varName "productVolumeReportPeriodType"^^xsd:string . 7449 sp:varName "productVolumeReportPeriodType"^^xsd:string .
7450 +
7451 +_:b14
7452 + sp:varName "densityScale"^^xsd:string .
7453 +
7454 +_:b13
7455 + sp:varName "uri"^^xsd:string .
7456 +
7457 +_:b12
7458 + sp:varName "uri"^^xsd:string .
7459 +
7460 +_:b11
7461 + sp:varName "uri"^^xsd:string .
7462 +
7463 +_:b10
7464 + sp:varName "uri"^^xsd:string .
7465 +
7466 +_:b9 sp:varName "uri"^^xsd:string .
7467 +
7468 +_:b8 sp:varName "uri"^^xsd:string .
7469 +
7470 +_:b7 sp:varName "uri"^^xsd:string .
7471 +
7472 +_:b6 sp:varName "uri"^^xsd:string .
7473 +
7474 +_:b5 sp:varName "uri"^^xsd:string .
7475 +
7476 +_:b4 sp:varName "uri"^^xsd:string .
7477 +
7478 +_:b3 sp:varName "uri"^^xsd:string .
7479 +
7480 +_:b2 sp:varName "UUID"^^xsd:string .
7481 +
7482 +_:b1 sp:varName "uri"^^xsd:string .
......
...@@ -21,50 +21,16 @@ ...@@ -21,50 +21,16 @@
21 <http://www.epim.no/schemas/mprml/1#A_Global-Objects> 21 <http://www.epim.no/schemas/mprml/1#A_Global-Objects>
22 spin:rule 22 spin:rule
23 [ rdf:type sp:Construct ; 23 [ rdf:type sp:Construct ;
24 - rdfs:comment "STEP 20020 Add the report kind ."^^xsd:string ; 24 + rdfs:comment "STEP 20050 Set the context facility - installation is always specified"^^xsd:string ;
25 sp:templates ([ sp:object 25 sp:templates ([ sp:object
26 - [ sp:varName "reportKind"^^xsd:string 26 + [ sp:varName "contextFacility"^^xsd:string
27 - ] ;
28 - sp:predicate rdf:type ;
29 - sp:subject
30 - [ sp:varName "productVolumeReport"^^xsd:string
31 - ]
32 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionReportKind> ;
33 - sp:predicate rdf:type ;
34 - sp:subject
35 - [ sp:varName "reportKind"^^xsd:string
36 - ]
37 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionReport> ;
38 - sp:predicate rdfs:subClassOf ;
39 - sp:subject
40 - [ sp:varName "reportKind"^^xsd:string
41 - ]
42 - ] [ sp:object
43 - [ sp:varName "kind"^^xsd:string
44 ] ; 27 ] ;
45 - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 28 + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ;
46 sp:subject 29 sp:subject
47 - [ sp:varName "reportKind"^^xsd:string 30 + [ sp:varName "productionFacility"^^xsd:string
48 ] 31 ]
49 ]) ; 32 ]) ;
50 - sp:where ([ sp:object spin:_this ; 33 + sp:where ([ sp:object
51 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
52 - sp:subject
53 - [ sp:varName "productionReport"^^xsd:string
54 - ]
55 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductVolumeReport> ;
56 - sp:predicate rdf:type ;
57 - sp:subject
58 - [ sp:varName "productVolumeReport"^^xsd:string
59 - ]
60 - ] [ sp:object
61 - [ sp:varName "productionReport"^^xsd:string
62 - ] ;
63 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
64 - sp:subject
65 - [ sp:varName "productVolumeReport"^^xsd:string
66 - ]
67 - ] [ sp:object
68 [ sp:varName "productVolumeRef"^^xsd:string 34 [ sp:varName "productVolumeRef"^^xsd:string
69 ] ; 35 ] ;
70 sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; 36 sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
...@@ -75,85 +41,19 @@ ...@@ -75,85 +41,19 @@
75 [ sp:varName "productVolumeRef"^^xsd:string 41 [ sp:varName "productVolumeRef"^^xsd:string
76 ] 42 ]
77 ] [ sp:object 43 ] [ sp:object
78 - [ sp:varName "nameRef"^^xsd:string 44 + [ sp:varName "installationRef"^^xsd:string
79 - ] ;
80 - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
81 - sp:subject
82 - [ sp:varName "productVolumeRef"^^xsd:string
83 - ]
84 - ] [ sp:object
85 - [ sp:varName "name"^^xsd:string
86 - ] ;
87 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
88 - sp:subject
89 - [ sp:varName "nameRef"^^xsd:string
90 - ]
91 - ] [ sp:object
92 - [ sp:varName "kind"^^xsd:string
93 ] ; 45 ] ;
94 - sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; 46 + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ;
95 sp:subject 47 sp:subject
96 [ sp:varName "productVolumeRef"^^xsd:string 48 [ sp:varName "productVolumeRef"^^xsd:string
97 ] 49 ]
98 - ] [ rdf:type sp:Bind ;
99 - sp:expression
100 - [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ;
101 - sp:arg1 [ sp:varName "kind"^^xsd:string
102 - ]
103 - ] ;
104 - sp:variable
105 - [ sp:varName "reportKind"^^xsd:string
106 - ]
107 - ])
108 - ] ;
109 - spin:rule
110 - [ rdf:type sp:Construct ;
111 - rdfs:comment "STEP 20051 Set the context facility - installation does not exist"^^xsd:string ;
112 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
113 - sp:predicate rdf:type ;
114 - sp:subject _:b1
115 ] [ sp:object 50 ] [ sp:object
116 - [ sp:varName "contextFacility"^^xsd:string 51 + [ sp:varName "installationRef"^^xsd:string
117 - ] ;
118 - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ;
119 - sp:subject _:b1
120 - ] [ sp:object _:b1 ;
121 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
122 - sp:subject
123 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
124 - ]
125 - ] [ sp:object _:b1 ;
126 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
127 - sp:subject
128 - [ sp:varName "productionFacilityToDate"^^xsd:string
129 - ]
130 - ]) ;
131 - sp:where ([ sp:object
132 - [ sp:varName "productVolumeRef"^^xsd:string
133 ] ; 52 ] ;
134 - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; 53 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
135 - sp:subject spin:_this
136 - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productVolume> ;
137 - sp:predicate rdf:type ;
138 sp:subject 54 sp:subject
139 - [ sp:varName "productVolumeRef"^^xsd:string 55 + [ sp:varName "productionFacility"^^xsd:string
140 ] 56 ]
141 - ] [ rdf:type sp:NotExists ;
142 - sp:elements ([ sp:object
143 - [ sp:varName "installationRef"^^xsd:string
144 - ] ;
145 - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ;
146 - sp:subject
147 - [ sp:varName "productVolumeRef"^^xsd:string
148 - ]
149 - ] [ sp:object
150 - [ sp:varName "installationRef"^^xsd:string
151 - ] ;
152 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
153 - sp:subject
154 - [ sp:varName "productionFacility"^^xsd:string
155 - ]
156 - ])
157 ] [ sp:object 57 ] [ sp:object
158 [ sp:varName "contextFacilityRef"^^xsd:string 58 [ sp:varName "contextFacilityRef"^^xsd:string
159 ] ; 59 ] ;
...@@ -168,93 +68,69 @@ ...@@ -168,93 +68,69 @@
168 sp:subject 68 sp:subject
169 [ sp:varName "contextFacility"^^xsd:string 69 [ sp:varName "contextFacility"^^xsd:string
170 ] 70 ]
171 - ] [ sp:object
172 - [ sp:varName "productVolumeRef"^^xsd:string
173 - ] ;
174 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
175 - sp:subject
176 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
177 - ]
178 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
179 - sp:predicate rdf:type ;
180 - sp:subject
181 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
182 - ]
183 - ] [ sp:object
184 - [ sp:varName "productionFacilityToDate"^^xsd:string
185 - ] ;
186 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
187 - sp:subject
188 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
189 - ]
190 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ;
191 - sp:predicate rdf:type ;
192 - sp:subject
193 - [ sp:varName "productionFacilityToDate"^^xsd:string
194 - ]
195 ]) 71 ])
196 ] ; 72 ] ;
197 spin:rule 73 spin:rule
198 [ rdf:type sp:Construct ; 74 [ rdf:type sp:Construct ;
199 - rdfs:comment "STEP 20031 Record the start and end dates"^^xsd:string ; 75 + rdfs:comment "STEP 20030 Record the start and end date-times"^^xsd:string ;
200 sp:templates ([ sp:object 76 sp:templates ([ sp:object
201 - [ sp:varName "dateStart"^^xsd:string 77 + [ sp:varName "dTimStart"^^xsd:string
202 ] ; 78 ] ;
203 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 79 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
204 sp:subject 80 sp:subject
205 [ sp:varName "productionFlow"^^xsd:string 81 [ sp:varName "productionFlow"^^xsd:string
206 ] 82 ]
207 ] [ sp:object 83 ] [ sp:object
208 - [ sp:varName "dateEnd"^^xsd:string 84 + [ sp:varName "dTimEnd"^^xsd:string
209 ] ; 85 ] ;
210 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 86 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
211 sp:subject 87 sp:subject
212 [ sp:varName "productionFlow"^^xsd:string 88 [ sp:varName "productionFlow"^^xsd:string
213 ] 89 ]
214 ] [ sp:object 90 ] [ sp:object
215 - [ sp:varName "dateEnd"^^xsd:string 91 + [ sp:varName "dTimEnd"^^xsd:string
216 ] ; 92 ] ;
217 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 93 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
218 sp:subject 94 sp:subject
219 [ sp:varName "productionFlowToDate"^^xsd:string 95 [ sp:varName "productionFlowToDate"^^xsd:string
220 ] 96 ]
221 ] [ sp:object 97 ] [ sp:object
222 - [ sp:varName "dateStart"^^xsd:string 98 + [ sp:varName "dTimStart"^^xsd:string
223 ] ; 99 ] ;
224 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 100 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
225 sp:subject 101 sp:subject
226 [ sp:varName "productionInventory"^^xsd:string 102 [ sp:varName "productionInventory"^^xsd:string
227 ] 103 ]
228 ] [ sp:object 104 ] [ sp:object
229 - [ sp:varName "dateEnd"^^xsd:string 105 + [ sp:varName "dTimEnd"^^xsd:string
230 ] ; 106 ] ;
231 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 107 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
232 sp:subject 108 sp:subject
233 [ sp:varName "productionInventory"^^xsd:string 109 [ sp:varName "productionInventory"^^xsd:string
234 ] 110 ]
235 ] [ sp:object 111 ] [ sp:object
236 - [ sp:varName "dateEnd"^^xsd:string 112 + [ sp:varName "dTimEnd"^^xsd:string
237 ] ; 113 ] ;
238 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 114 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
239 sp:subject 115 sp:subject
240 [ sp:varName "productionInventoryToDate"^^xsd:string 116 [ sp:varName "productionInventoryToDate"^^xsd:string
241 ] 117 ]
242 ] [ sp:object 118 ] [ sp:object
243 - [ sp:varName "dateStart"^^xsd:string 119 + [ sp:varName "dTimStart"^^xsd:string
244 ] ; 120 ] ;
245 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 121 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
246 sp:subject 122 sp:subject
247 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 123 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
248 ] 124 ]
249 ] [ sp:object 125 ] [ sp:object
250 - [ sp:varName "dateEnd"^^xsd:string 126 + [ sp:varName "dTimEnd"^^xsd:string
251 ] ; 127 ] ;
252 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 128 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
253 sp:subject 129 sp:subject
254 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 130 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
255 ] 131 ]
256 ] [ sp:object 132 ] [ sp:object
257 - [ sp:varName "dateEnd"^^xsd:string 133 + [ sp:varName "dTimEnd"^^xsd:string
258 ] ; 134 ] ;
259 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 135 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
260 sp:subject 136 sp:subject
...@@ -272,16 +148,16 @@ ...@@ -272,16 +148,16 @@
272 [ sp:varName "productVolumeRef"^^xsd:string 148 [ sp:varName "productVolumeRef"^^xsd:string
273 ] 149 ]
274 ] [ sp:object 150 ] [ sp:object
275 - [ sp:varName "dateStart"^^xsd:string 151 + [ sp:varName "dTimStart"^^xsd:string
276 ] ; 152 ] ;
277 - sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; 153 + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ;
278 sp:subject 154 sp:subject
279 [ sp:varName "productVolumeRef"^^xsd:string 155 [ sp:varName "productVolumeRef"^^xsd:string
280 ] 156 ]
281 ] [ sp:object 157 ] [ sp:object
282 - [ sp:varName "dateEnd"^^xsd:string 158 + [ sp:varName "dTimEnd"^^xsd:string
283 ] ; 159 ] ;
284 - sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; 160 + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ;
285 sp:subject 161 sp:subject
286 [ sp:varName "productVolumeRef"^^xsd:string 162 [ sp:varName "productVolumeRef"^^xsd:string
287 ] 163 ]
...@@ -361,62 +237,6 @@ ...@@ -361,62 +237,6 @@
361 ] ; 237 ] ;
362 spin:rule 238 spin:rule
363 [ rdf:type sp:Construct ; 239 [ rdf:type sp:Construct ;
364 - rdfs:comment """STEP 20060 Set the facility operator
365 -role is ignored, because it is implicitly \"operator\""""^^xsd:string ;
366 - sp:templates ([ sp:object _:b2 ;
367 - sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ;
368 - sp:subject
369 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
370 - ]
371 - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
372 - sp:predicate rdf:type ;
373 - sp:subject _:b2
374 - ] [ sp:object
375 - [ sp:varName "operator"^^xsd:string
376 - ] ;
377 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
378 - sp:subject _:b2
379 - ]) ;
380 - sp:where ([ sp:object
381 - [ sp:varName "productVolumeRef"^^xsd:string
382 - ] ;
383 - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
384 - sp:subject spin:_this
385 - ] [ sp:object
386 - [ sp:varName "productVolumeRef"^^xsd:string
387 - ] ;
388 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
389 - sp:subject
390 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
391 - ]
392 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
393 - sp:predicate rdf:type ;
394 - sp:subject
395 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
396 - ]
397 - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productVolume> ;
398 - sp:predicate rdf:type ;
399 - sp:subject
400 - [ sp:varName "productVolumeRef"^^xsd:string
401 - ]
402 - ] [ sp:object
403 - [ sp:varName "operatorRef"^^xsd:string
404 - ] ;
405 - sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ;
406 - sp:subject
407 - [ sp:varName "productVolumeRef"^^xsd:string
408 - ]
409 - ] [ sp:object
410 - [ sp:varName "operatorRef"^^xsd:string
411 - ] ;
412 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
413 - sp:subject
414 - [ sp:varName "operator"^^xsd:string
415 - ]
416 - ])
417 - ] ;
418 - spin:rule
419 - [ rdf:type sp:Construct ;
420 rdfs:comment "STEP 20040 Set the installation"^^xsd:string ; 240 rdfs:comment "STEP 20040 Set the installation"^^xsd:string ;
421 sp:templates ([ sp:object 241 sp:templates ([ sp:object
422 [ sp:varName "productionFacility"^^xsd:string 242 [ sp:varName "productionFacility"^^xsd:string
...@@ -485,116 +305,121 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; ...@@ -485,116 +305,121 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ;
485 ] ; 305 ] ;
486 spin:rule 306 spin:rule
487 [ rdf:type sp:Construct ; 307 [ rdf:type sp:Construct ;
488 - rdfs:comment "STEP 20050 Set the context facility - installation exists"^^xsd:string ; 308 + rdfs:comment """STEP 20060 Set the facility operator
489 - sp:templates ([ sp:object 309 +role is ignored, because it is implicitly \"operator\""""^^xsd:string ;
490 - [ sp:varName "contextFacility"^^xsd:string 310 + sp:templates ([ sp:object _:b1 ;
491 - ] ; 311 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ;
492 - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ;
493 sp:subject 312 sp:subject
494 - [ sp:varName "productionFacility"^^xsd:string 313 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
495 ] 314 ]
315 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
316 + sp:predicate rdf:type ;
317 + sp:subject _:b1
318 + ] [ sp:object
319 + [ sp:varName "operator"^^xsd:string
320 + ] ;
321 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
322 + sp:subject _:b1
496 ]) ; 323 ]) ;
497 sp:where ([ sp:object 324 sp:where ([ sp:object
498 [ sp:varName "productVolumeRef"^^xsd:string 325 [ sp:varName "productVolumeRef"^^xsd:string
499 ] ; 326 ] ;
500 sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; 327 sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
501 sp:subject spin:_this 328 sp:subject spin:_this
502 - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productVolume> ;
503 - sp:predicate rdf:type ;
504 - sp:subject
505 - [ sp:varName "productVolumeRef"^^xsd:string
506 - ]
507 ] [ sp:object 329 ] [ sp:object
508 - [ sp:varName "installationRef"^^xsd:string
509 - ] ;
510 - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ;
511 - sp:subject
512 [ sp:varName "productVolumeRef"^^xsd:string 330 [ sp:varName "productVolumeRef"^^xsd:string
513 - ]
514 - ] [ sp:object
515 - [ sp:varName "installationRef"^^xsd:string
516 ] ; 331 ] ;
517 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 332 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
518 sp:subject 333 sp:subject
519 - [ sp:varName "productionFacility"^^xsd:string 334 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
335 + ]
336 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
337 + sp:predicate rdf:type ;
338 + sp:subject
339 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
340 + ]
341 + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productVolume> ;
342 + sp:predicate rdf:type ;
343 + sp:subject
344 + [ sp:varName "productVolumeRef"^^xsd:string
520 ] 345 ]
521 ] [ sp:object 346 ] [ sp:object
522 - [ sp:varName "contextFacilityRef"^^xsd:string 347 + [ sp:varName "operatorRef"^^xsd:string
523 ] ; 348 ] ;
524 - sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; 349 + sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ;
525 sp:subject 350 sp:subject
526 [ sp:varName "productVolumeRef"^^xsd:string 351 [ sp:varName "productVolumeRef"^^xsd:string
527 ] 352 ]
528 ] [ sp:object 353 ] [ sp:object
529 - [ sp:varName "contextFacilityRef"^^xsd:string 354 + [ sp:varName "operatorRef"^^xsd:string
530 ] ; 355 ] ;
531 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 356 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
532 sp:subject 357 sp:subject
533 - [ sp:varName "contextFacility"^^xsd:string 358 + [ sp:varName "operator"^^xsd:string
534 ] 359 ]
535 ]) 360 ])
536 ] ; 361 ] ;
537 spin:rule 362 spin:rule
538 [ rdf:type sp:Construct ; 363 [ rdf:type sp:Construct ;
539 - rdfs:comment "STEP 20030 Record the start and end date-times"^^xsd:string ; 364 + rdfs:comment "STEP 20031 Record the start and end dates"^^xsd:string ;
540 sp:templates ([ sp:object 365 sp:templates ([ sp:object
541 - [ sp:varName "dTimStart"^^xsd:string 366 + [ sp:varName "dateStart"^^xsd:string
542 ] ; 367 ] ;
543 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 368 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
544 sp:subject 369 sp:subject
545 [ sp:varName "productionFlow"^^xsd:string 370 [ sp:varName "productionFlow"^^xsd:string
546 ] 371 ]
547 ] [ sp:object 372 ] [ sp:object
548 - [ sp:varName "dTimEnd"^^xsd:string 373 + [ sp:varName "dateEnd"^^xsd:string
549 ] ; 374 ] ;
550 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 375 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
551 sp:subject 376 sp:subject
552 [ sp:varName "productionFlow"^^xsd:string 377 [ sp:varName "productionFlow"^^xsd:string
553 ] 378 ]
554 ] [ sp:object 379 ] [ sp:object
555 - [ sp:varName "dTimEnd"^^xsd:string 380 + [ sp:varName "dateEnd"^^xsd:string
556 ] ; 381 ] ;
557 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 382 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
558 sp:subject 383 sp:subject
559 [ sp:varName "productionFlowToDate"^^xsd:string 384 [ sp:varName "productionFlowToDate"^^xsd:string
560 ] 385 ]
561 ] [ sp:object 386 ] [ sp:object
562 - [ sp:varName "dTimStart"^^xsd:string 387 + [ sp:varName "dateStart"^^xsd:string
563 ] ; 388 ] ;
564 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 389 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
565 sp:subject 390 sp:subject
566 [ sp:varName "productionInventory"^^xsd:string 391 [ sp:varName "productionInventory"^^xsd:string
567 ] 392 ]
568 ] [ sp:object 393 ] [ sp:object
569 - [ sp:varName "dTimEnd"^^xsd:string 394 + [ sp:varName "dateEnd"^^xsd:string
570 ] ; 395 ] ;
571 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 396 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
572 sp:subject 397 sp:subject
573 [ sp:varName "productionInventory"^^xsd:string 398 [ sp:varName "productionInventory"^^xsd:string
574 ] 399 ]
575 ] [ sp:object 400 ] [ sp:object
576 - [ sp:varName "dTimEnd"^^xsd:string 401 + [ sp:varName "dateEnd"^^xsd:string
577 ] ; 402 ] ;
578 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 403 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
579 sp:subject 404 sp:subject
580 [ sp:varName "productionInventoryToDate"^^xsd:string 405 [ sp:varName "productionInventoryToDate"^^xsd:string
581 ] 406 ]
582 ] [ sp:object 407 ] [ sp:object
583 - [ sp:varName "dTimStart"^^xsd:string 408 + [ sp:varName "dateStart"^^xsd:string
584 ] ; 409 ] ;
585 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 410 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
586 sp:subject 411 sp:subject
587 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 412 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
588 ] 413 ]
589 ] [ sp:object 414 ] [ sp:object
590 - [ sp:varName "dTimEnd"^^xsd:string 415 + [ sp:varName "dateEnd"^^xsd:string
591 ] ; 416 ] ;
592 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 417 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
593 sp:subject 418 sp:subject
594 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 419 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
595 ] 420 ]
596 ] [ sp:object 421 ] [ sp:object
597 - [ sp:varName "dTimEnd"^^xsd:string 422 + [ sp:varName "dateEnd"^^xsd:string
598 ] ; 423 ] ;
599 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 424 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
600 sp:subject 425 sp:subject
...@@ -612,16 +437,16 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; ...@@ -612,16 +437,16 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ;
612 [ sp:varName "productVolumeRef"^^xsd:string 437 [ sp:varName "productVolumeRef"^^xsd:string
613 ] 438 ]
614 ] [ sp:object 439 ] [ sp:object
615 - [ sp:varName "dTimStart"^^xsd:string 440 + [ sp:varName "dateStart"^^xsd:string
616 ] ; 441 ] ;
617 - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; 442 + sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ;
618 sp:subject 443 sp:subject
619 [ sp:varName "productVolumeRef"^^xsd:string 444 [ sp:varName "productVolumeRef"^^xsd:string
620 ] 445 ]
621 ] [ sp:object 446 ] [ sp:object
622 - [ sp:varName "dTimEnd"^^xsd:string 447 + [ sp:varName "dateEnd"^^xsd:string
623 ] ; 448 ] ;
624 - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; 449 + sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ;
625 sp:subject 450 sp:subject
626 [ sp:varName "productVolumeRef"^^xsd:string 451 [ sp:varName "productVolumeRef"^^xsd:string
627 ] 452 ]
...@@ -704,87 +529,87 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; ...@@ -704,87 +529,87 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ;
704 rdfs:comment "STEP 20010 Create the ProductVolumeReport; the period ProductionFlow and the ProductionFlowToDate ; the period ProductionInventory and the ProductionInventoryToDate; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; 529 rdfs:comment "STEP 20010 Create the ProductVolumeReport; the period ProductionFlow and the ProductionFlowToDate ; the period ProductionInventory and the ProductionInventoryToDate; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ;
705 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductVolumeReport> ; 530 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductVolumeReport> ;
706 sp:predicate rdf:type ; 531 sp:predicate rdf:type ;
707 - sp:subject _:b3 532 + sp:subject _:b2
708 ] [ sp:object 533 ] [ sp:object
709 [ sp:varName "productionReport"^^xsd:string 534 [ sp:varName "productionReport"^^xsd:string
710 ] ; 535 ] ;
711 sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; 536 sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
712 - sp:subject _:b3 537 + sp:subject _:b2
713 ] [ sp:object 538 ] [ sp:object
714 [ sp:varName "name"^^xsd:string 539 [ sp:varName "name"^^xsd:string
715 ] ; 540 ] ;
716 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 541 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
717 - sp:subject _:b3 542 + sp:subject _:b2
718 ] [ sp:object 543 ] [ sp:object
719 [ sp:varName "reportPeriodType"^^xsd:string 544 [ sp:varName "reportPeriodType"^^xsd:string
720 ] ; 545 ] ;
721 sp:predicate rdf:type ; 546 sp:predicate rdf:type ;
722 - sp:subject _:b3 547 + sp:subject _:b2
723 - ] [ sp:object _:b4 ; 548 + ] [ sp:object _:b3 ;
724 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 549 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
725 - sp:subject _:b3 550 + sp:subject _:b2
726 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; 551 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
727 sp:predicate rdf:type ; 552 sp:predicate rdf:type ;
728 - sp:subject _:b4 553 + sp:subject _:b3
729 ] [ sp:object 554 ] [ sp:object
730 [ sp:varName "productVolumeRef"^^xsd:string 555 [ sp:varName "productVolumeRef"^^xsd:string
731 ] ; 556 ] ;
732 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 557 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
733 - sp:subject _:b4 558 + sp:subject _:b3
734 - ] [ sp:object _:b5 ; 559 + ] [ sp:object _:b4 ;
735 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 560 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
736 - sp:subject _:b4 561 + sp:subject _:b3
737 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowToDate> ; 562 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowToDate> ;
738 sp:predicate rdf:type ; 563 sp:predicate rdf:type ;
739 - sp:subject _:b5 564 + sp:subject _:b4
740 - ] [ sp:object _:b6 ; 565 + ] [ sp:object _:b5 ;
741 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 566 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
742 - sp:subject _:b3 567 + sp:subject _:b2
743 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventory> ; 568 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventory> ;
744 sp:predicate rdf:type ; 569 sp:predicate rdf:type ;
745 - sp:subject _:b6 570 + sp:subject _:b5
746 ] [ sp:object 571 ] [ sp:object
747 [ sp:varName "productVolumeRef"^^xsd:string 572 [ sp:varName "productVolumeRef"^^xsd:string
748 ] ; 573 ] ;
749 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 574 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
750 - sp:subject _:b6 575 + sp:subject _:b5
751 - ] [ sp:object _:b7 ; 576 + ] [ sp:object _:b6 ;
752 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 577 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
753 - sp:subject _:b6 578 + sp:subject _:b5
754 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventoryToDate> ; 579 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventoryToDate> ;
755 sp:predicate rdf:type ; 580 sp:predicate rdf:type ;
756 - sp:subject _:b7 581 + sp:subject _:b6
757 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; 582 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
758 sp:predicate rdf:type ; 583 sp:predicate rdf:type ;
759 - sp:subject _:b8 584 + sp:subject _:b7
760 ] [ sp:object 585 ] [ sp:object
761 [ sp:varName "productVolumeRef"^^xsd:string 586 [ sp:varName "productVolumeRef"^^xsd:string
762 ] ; 587 ] ;
763 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 588 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
764 - sp:subject _:b8 589 + sp:subject _:b7
765 - ] [ sp:object _:b9 ; 590 + ] [ sp:object _:b8 ;
766 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 591 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
767 - sp:subject _:b8 592 + sp:subject _:b7
768 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; 593 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ;
769 sp:predicate rdf:type ; 594 sp:predicate rdf:type ;
770 - sp:subject _:b9 595 + sp:subject _:b8
596 + ] [ sp:object _:b3 ;
597 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ;
598 + sp:subject _:b7
599 + ] [ sp:object _:b5 ;
600 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
601 + sp:subject _:b7
771 ] [ sp:object _:b4 ; 602 ] [ sp:object _:b4 ;
772 sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ; 603 sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ;
773 sp:subject _:b8 604 sp:subject _:b8
774 ] [ sp:object _:b6 ; 605 ] [ sp:object _:b6 ;
775 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; 606 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
776 sp:subject _:b8 607 sp:subject _:b8
777 - ] [ sp:object _:b5 ;
778 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ;
779 - sp:subject _:b9
780 - ] [ sp:object _:b7 ;
781 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
782 - sp:subject _:b9
783 ] [ sp:object 608 ] [ sp:object
784 [ sp:varName "title"^^xsd:string 609 [ sp:varName "title"^^xsd:string
785 ] ; 610 ] ;
786 sp:predicate <http://purl.org/dc/elements/1.1/title> ; 611 sp:predicate <http://purl.org/dc/elements/1.1/title> ;
787 - sp:subject _:b3 612 + sp:subject _:b2
788 ]) ; 613 ]) ;
789 sp:where ([ sp:object spin:_this ; 614 sp:where ([ sp:object spin:_this ;
790 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 615 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -850,9 +675,96 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; ...@@ -850,9 +675,96 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ;
850 [ sp:varName "reportPeriodType"^^xsd:string 675 [ sp:varName "reportPeriodType"^^xsd:string
851 ] 676 ]
852 ]) 677 ])
678 + ] ;
679 + spin:rule
680 + [ rdf:type sp:Construct ;
681 + rdfs:comment "STEP 20020 Add the report kind ."^^xsd:string ;
682 + sp:templates ([ sp:object
683 + [ sp:varName "reportKind"^^xsd:string
684 + ] ;
685 + sp:predicate rdf:type ;
686 + sp:subject
687 + [ sp:varName "productVolumeReport"^^xsd:string
688 + ]
689 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionReportKind> ;
690 + sp:predicate rdf:type ;
691 + sp:subject
692 + [ sp:varName "reportKind"^^xsd:string
693 + ]
694 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionReport> ;
695 + sp:predicate rdfs:subClassOf ;
696 + sp:subject
697 + [ sp:varName "reportKind"^^xsd:string
698 + ]
699 + ] [ sp:object
700 + [ sp:varName "kind"^^xsd:string
701 + ] ;
702 + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
703 + sp:subject
704 + [ sp:varName "reportKind"^^xsd:string
705 + ]
706 + ]) ;
707 + sp:where ([ sp:object spin:_this ;
708 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
709 + sp:subject
710 + [ sp:varName "productionReport"^^xsd:string
711 + ]
712 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductVolumeReport> ;
713 + sp:predicate rdf:type ;
714 + sp:subject
715 + [ sp:varName "productVolumeReport"^^xsd:string
716 + ]
717 + ] [ sp:object
718 + [ sp:varName "productionReport"^^xsd:string
719 + ] ;
720 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
721 + sp:subject
722 + [ sp:varName "productVolumeReport"^^xsd:string
723 + ]
724 + ] [ sp:object
725 + [ sp:varName "productVolumeRef"^^xsd:string
726 + ] ;
727 + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
728 + sp:subject spin:_this
729 + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productVolume> ;
730 + sp:predicate rdf:type ;
731 + sp:subject
732 + [ sp:varName "productVolumeRef"^^xsd:string
733 + ]
734 + ] [ sp:object
735 + [ sp:varName "nameRef"^^xsd:string
736 + ] ;
737 + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
738 + sp:subject
739 + [ sp:varName "productVolumeRef"^^xsd:string
740 + ]
741 + ] [ sp:object
742 + [ sp:varName "name"^^xsd:string
743 + ] ;
744 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
745 + sp:subject
746 + [ sp:varName "nameRef"^^xsd:string
747 + ]
748 + ] [ sp:object
749 + [ sp:varName "kind"^^xsd:string
750 + ] ;
751 + sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ;
752 + sp:subject
753 + [ sp:varName "productVolumeRef"^^xsd:string
754 + ]
755 + ] [ rdf:type sp:Bind ;
756 + sp:expression
757 + [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ;
758 + sp:arg1 [ sp:varName "kind"^^xsd:string
759 + ]
760 + ] ;
761 + sp:variable
762 + [ sp:varName "reportKind"^^xsd:string
763 + ]
764 + ])
853 ] . 765 ] .
854 766
855 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> 767 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0>
856 rdf:type owl:Ontology ; 768 rdf:type owl:Ontology ;
857 - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; 769 + owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
858 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 770 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
31 </context> 31 </context>
32 <object xsi:type="obj_productVolume"> 32 <object xsi:type="obj_productVolume">
33 <name>TRYM</name> 33 <name>TRYM</name>
34 + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
34 <geographicContext> 35 <geographicContext>
35 <comment>somewhere else</comment> 36 <comment>somewhere else</comment>
36 </geographicContext> 37 </geographicContext>
......