David Leal

MPR productVolume added wellStatus and operationTime

...@@ -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/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> ; 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> ;
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; 26 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; 31 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
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 ep-flow:ProductMaterialType , owl:Class ; 41 + rdf:type owl:Class , ep-flow:ProductMaterialType ;
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 ep-flow:ProductMaterialType , owl:Class ; 46 + rdf:type owl:Class , ep-flow:ProductMaterialType ;
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; 51 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 56 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 61 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 66 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 71 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 76 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 81 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 86 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 91 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 96 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 101 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 106 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 111 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 116 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; 126 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 131 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; 136 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; 146 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 151 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 156 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 161 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 166 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 176 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 181 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
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 owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 186 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
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 owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 191 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 196 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
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 owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 201 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 206 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
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 owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 211 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
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,127 +218,132 @@ ep-flow:FlowOfLiquid ...@@ -218,127 +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 owl:Class , ep-flow:ProductionFlowDefinitionType ; 221 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 226 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 231 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 236 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductFlowGrossOrNetType , owl:Class ; 241 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 246 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 251 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 256 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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 ep-flow:ProductionFlowPurposeType , owl:Class ; 261 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
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
266 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
267 + rdfs:label "mass adjusted flow"^^xsd:string ;
268 + rdfs:subClassOf ep-flow:WholeLifeFlow .
269 +
265 ep-flow:MeasuredFlow 270 ep-flow:MeasuredFlow
266 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 271 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
267 rdfs:label "measured flow"^^xsd:string ; 272 rdfs:label "measured flow"^^xsd:string ;
268 rdfs:subClassOf ep-flow:WholeLifeFlow . 273 rdfs:subClassOf ep-flow:WholeLifeFlow .
269 274
270 ep-flow:MeasuredFlow-fiscal 275 ep-flow:MeasuredFlow-fiscal
271 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 276 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
272 rdfs:label "measured flow - fiscal"^^xsd:string ; 277 rdfs:label "measured flow - fiscal"^^xsd:string ;
273 rdfs:subClassOf ep-flow:MeasuredFlow . 278 rdfs:subClassOf ep-flow:MeasuredFlow .
274 279
275 ep-flow:MeasuredFlow-raw 280 ep-flow:MeasuredFlow-raw
276 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 281 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
277 rdfs:label "measured flow - raw"^^xsd:string ; 282 rdfs:label "measured flow - raw"^^xsd:string ;
278 rdfs:subClassOf ep-flow:MeasuredFlow . 283 rdfs:subClassOf ep-flow:MeasuredFlow .
279 284
280 ep-flow:MeasuredFlow-recalibrated 285 ep-flow:MeasuredFlow-recalibrated
281 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 286 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
282 rdfs:label "measured flow - recalibrated"^^xsd:string ; 287 rdfs:label "measured flow - recalibrated"^^xsd:string ;
283 rdfs:subClassOf ep-flow:MeasuredFlow . 288 rdfs:subClassOf ep-flow:MeasuredFlow .
284 289
285 ep-flow:MeteredFlowFiscal 290 ep-flow:MeteredFlowFiscal
286 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 291 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
287 rdfs:label "metered flow fiscal"^^xsd:string ; 292 rdfs:label "metered flow fiscal"^^xsd:string ;
288 rdfs:subClassOf ep-flow:WholeLifeFlow . 293 rdfs:subClassOf ep-flow:WholeLifeFlow .
289 294
290 ep-flow:NetProductFlow 295 ep-flow:NetProductFlow
291 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 296 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
292 rdfs:label "net product flow"^^xsd:string ; 297 rdfs:label "net product flow"^^xsd:string ;
293 rdfs:subClassOf ep-flow:ProductFlow . 298 rdfs:subClassOf ep-flow:ProductFlow .
294 299
295 ep-flow:NominatedFlow 300 ep-flow:NominatedFlow
296 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 301 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
297 rdfs:label "nominated flow"^^xsd:string ; 302 rdfs:label "nominated flow"^^xsd:string ;
298 rdfs:subClassOf ep-flow:WholeLifeFlow . 303 rdfs:subClassOf ep-flow:WholeLifeFlow .
299 304
300 ep-flow:ObjectThatLastsOneDay 305 ep-flow:ObjectThatLastsOneDay
301 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 306 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
302 rdfs:label "object that lasts one day"^^xsd:string ; 307 rdfs:label "object that lasts one day"^^xsd:string ;
303 rdfs:subClassOf ep-core:PhysicalObject . 308 rdfs:subClassOf ep-core:PhysicalObject .
304 309
305 ep-flow:ObjectThatLastsOneMonth 310 ep-flow:ObjectThatLastsOneMonth
306 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 311 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
307 rdfs:label "object that lasts one month"^^xsd:string ; 312 rdfs:label "object that lasts one month"^^xsd:string ;
308 rdfs:subClassOf ep-core:PhysicalObject . 313 rdfs:subClassOf ep-core:PhysicalObject .
309 314
310 ep-flow:ObjectThatLastsOneWeek 315 ep-flow:ObjectThatLastsOneWeek
311 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 316 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
312 rdfs:label "object that lasts one week"^^xsd:string ; 317 rdfs:label "object that lasts one week"^^xsd:string ;
313 rdfs:subClassOf ep-core:PhysicalObject . 318 rdfs:subClassOf ep-core:PhysicalObject .
314 319
315 ep-flow:ObjectThatLastsOneYear 320 ep-flow:ObjectThatLastsOneYear
316 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 321 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
317 rdfs:label "object that lasts one year"^^xsd:string ; 322 rdfs:label "object that lasts one year"^^xsd:string ;
318 rdfs:subClassOf ep-core:PhysicalObject . 323 rdfs:subClassOf ep-core:PhysicalObject .
319 324
320 ep-flow:Oil-grossFlow 325 ep-flow:Oil-grossFlow
321 - rdf:type ep-flow:ProductMaterialType , owl:Class ; 326 + rdf:type owl:Class , ep-flow:ProductMaterialType ;
322 rdfs:label "oil - gross flow"^^xsd:string ; 327 rdfs:label "oil - gross flow"^^xsd:string ;
323 rdfs:subClassOf ep-flow:WholeLifeFlow . 328 rdfs:subClassOf ep-flow:WholeLifeFlow .
324 329
325 ep-flow:Oil-netFlow 330 ep-flow:Oil-netFlow
326 - rdf:type ep-flow:ProductMaterialType , owl:Class ; 331 + rdf:type owl:Class , ep-flow:ProductMaterialType ;
327 rdfs:label "oil - net flow"^^xsd:string ; 332 rdfs:label "oil - net flow"^^xsd:string ;
328 rdfs:subClassOf ep-flow:WholeLifeFlow . 333 rdfs:subClassOf ep-flow:WholeLifeFlow .
329 334
330 ep-flow:Overboard 335 ep-flow:Overboard
331 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 336 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
332 rdfs:label "overboard"^^xsd:string ; 337 rdfs:label "overboard"^^xsd:string ;
333 rdfs:subClassOf ep-flow:WholeLifeFlow . 338 rdfs:subClassOf ep-flow:WholeLifeFlow .
334 339
335 ep-flow:PotentialFlow 340 ep-flow:PotentialFlow
336 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 341 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
337 rdfs:label "potential flow"^^xsd:string ; 342 rdfs:label "potential flow"^^xsd:string ;
338 rdfs:subClassOf ep-flow:WholeLifeFlow . 343 rdfs:subClassOf ep-flow:WholeLifeFlow .
339 344
340 ep-flow:ProcessedFlow 345 ep-flow:ProcessedFlow
341 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 346 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
342 rdfs:label "processed flow"^^xsd:string ; 347 rdfs:label "processed flow"^^xsd:string ;
343 rdfs:subClassOf ep-flow:WholeLifeFlow . 348 rdfs:subClassOf ep-flow:WholeLifeFlow .
344 349
...@@ -363,27 +368,27 @@ ep-flow:ProductInventory ...@@ -363,27 +368,27 @@ ep-flow:ProductInventory
363 rdfs:subClassOf ep-flow:Inventory . 368 rdfs:subClassOf ep-flow:Inventory .
364 369
365 ep-flow:ProductInventoryAdjustedClosingBalance 370 ep-flow:ProductInventoryAdjustedClosingBalance
366 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 371 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
367 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 372 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
368 rdfs:subClassOf ep-flow:ProductInventory . 373 rdfs:subClassOf ep-flow:ProductInventory .
369 374
370 ep-flow:ProductInventoryClosingBalance 375 ep-flow:ProductInventoryClosingBalance
371 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 376 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
372 rdfs:label "product inventory closing balance"^^xsd:string ; 377 rdfs:label "product inventory closing balance"^^xsd:string ;
373 rdfs:subClassOf ep-flow:ProductInventory . 378 rdfs:subClassOf ep-flow:ProductInventory .
374 379
375 ep-flow:ProductInventoryClosingStorageBalance 380 ep-flow:ProductInventoryClosingStorageBalance
376 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 381 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
377 rdfs:label "product inventory closing storage balance"^^xsd:string ; 382 rdfs:label "product inventory closing storage balance"^^xsd:string ;
378 rdfs:subClassOf ep-flow:ProductInventory . 383 rdfs:subClassOf ep-flow:ProductInventory .
379 384
380 ep-flow:ProductInventoryOpFlex 385 ep-flow:ProductInventoryOpFlex
381 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 386 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
382 rdfs:label "product inventory opFlex"^^xsd:string ; 387 rdfs:label "product inventory opFlex"^^xsd:string ;
383 rdfs:subClassOf ep-flow:ProductInventory . 388 rdfs:subClassOf ep-flow:ProductInventory .
384 389
385 ep-flow:ProductInventoryOpeningBalance 390 ep-flow:ProductInventoryOpeningBalance
386 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 391 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
387 rdfs:label "product inventory opening balance"^^xsd:string ; 392 rdfs:label "product inventory opening balance"^^xsd:string ;
388 rdfs:subClassOf ep-flow:ProductInventory . 393 rdfs:subClassOf ep-flow:ProductInventory .
389 394
...@@ -398,7 +403,7 @@ ep-flow:ProductMaterialType ...@@ -398,7 +403,7 @@ ep-flow:ProductMaterialType
398 rdfs:subClassOf owl:Class . 403 rdfs:subClassOf owl:Class .
399 404
400 ep-flow:Production 405 ep-flow:Production
401 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 406 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
402 rdfs:label "production"^^xsd:string ; 407 rdfs:label "production"^^xsd:string ;
403 rdfs:subClassOf ep-flow:WholeLifeFlow . 408 rdfs:subClassOf ep-flow:WholeLifeFlow .
404 409
...@@ -433,37 +438,37 @@ ep-flow:ProductionInventory ...@@ -433,37 +438,37 @@ ep-flow:ProductionInventory
433 rdfs:subClassOf ep-flow:Inventory . 438 rdfs:subClassOf ep-flow:Inventory .
434 439
435 ep-flow:ProductionInventoryAllocatedMaterial 440 ep-flow:ProductionInventoryAllocatedMaterial
436 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 441 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
437 rdfs:label "production inventory allocated material"^^xsd:string ; 442 rdfs:label "production inventory allocated material"^^xsd:string ;
438 rdfs:subClassOf ep-flow:ProductionInventory . 443 rdfs:subClassOf ep-flow:ProductionInventory .
439 444
440 ep-flow:ProductionInventoryBudgetMaterial 445 ep-flow:ProductionInventoryBudgetMaterial
441 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 446 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
442 rdfs:label "production inventory budget material"^^xsd:string ; 447 rdfs:label "production inventory budget material"^^xsd:string ;
443 rdfs:subClassOf ep-flow:ProductionInventory . 448 rdfs:subClassOf ep-flow:ProductionInventory .
444 449
445 ep-flow:ProductionInventoryConstraintMaterial 450 ep-flow:ProductionInventoryConstraintMaterial
446 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 451 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
447 rdfs:label "production inventory constraint material"^^xsd:string ; 452 rdfs:label "production inventory constraint material"^^xsd:string ;
448 rdfs:subClassOf ep-flow:ProductionInventory . 453 rdfs:subClassOf ep-flow:ProductionInventory .
449 454
450 ep-flow:ProductionInventoryDerivedMaterial 455 ep-flow:ProductionInventoryDerivedMaterial
451 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 456 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
452 rdfs:label "production inventory derived material"^^xsd:string ; 457 rdfs:label "production inventory derived material"^^xsd:string ;
453 rdfs:subClassOf ep-flow:ProductionInventory . 458 rdfs:subClassOf ep-flow:ProductionInventory .
454 459
455 ep-flow:ProductionInventoryDifferenceMaterial 460 ep-flow:ProductionInventoryDifferenceMaterial
456 - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; 461 + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
457 rdfs:label "production inventory difference material"^^xsd:string ; 462 rdfs:label "production inventory difference material"^^xsd:string ;
458 rdfs:subClassOf ep-flow:ProductionInventory . 463 rdfs:subClassOf ep-flow:ProductionInventory .
459 464
460 ep-flow:ProductionInventoryEstimatedMaterial 465 ep-flow:ProductionInventoryEstimatedMaterial
461 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 466 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
462 rdfs:label "production inventory estimated material"^^xsd:string ; 467 rdfs:label "production inventory estimated material"^^xsd:string ;
463 rdfs:subClassOf ep-flow:ProductionInventory . 468 rdfs:subClassOf ep-flow:ProductionInventory .
464 469
465 ep-flow:ProductionInventoryForecastMaterial 470 ep-flow:ProductionInventoryForecastMaterial
466 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 471 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
467 rdfs:label "production inventory forecast material"^^xsd:string ; 472 rdfs:label "production inventory forecast material"^^xsd:string ;
468 rdfs:subClassOf ep-flow:ProductionInventory . 473 rdfs:subClassOf ep-flow:ProductionInventory .
469 474
...@@ -473,47 +478,47 @@ ep-flow:ProductionInventoryMaterialType ...@@ -473,47 +478,47 @@ ep-flow:ProductionInventoryMaterialType
473 rdfs:subClassOf owl:Class . 478 rdfs:subClassOf owl:Class .
474 479
475 ep-flow:ProductionInventoryMeasuredMaterial 480 ep-flow:ProductionInventoryMeasuredMaterial
476 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 481 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
477 rdfs:label "production inventory measured material"^^xsd:string ; 482 rdfs:label "production inventory measured material"^^xsd:string ;
478 rdfs:subClassOf ep-flow:ProductionInventory . 483 rdfs:subClassOf ep-flow:ProductionInventory .
479 484
480 ep-flow:ProductionInventoryNominatedMaterial 485 ep-flow:ProductionInventoryNominatedMaterial
481 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 486 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
482 rdfs:label "production inventory nominated material"^^xsd:string ; 487 rdfs:label "production inventory nominated material"^^xsd:string ;
483 rdfs:subClassOf ep-flow:ProductionInventory . 488 rdfs:subClassOf ep-flow:ProductionInventory .
484 489
485 ep-flow:ProductionInventoryPotentialMaterial 490 ep-flow:ProductionInventoryPotentialMaterial
486 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 491 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
487 rdfs:label "production inventory potential material"^^xsd:string ; 492 rdfs:label "production inventory potential material"^^xsd:string ;
488 rdfs:subClassOf ep-flow:ProductionInventory . 493 rdfs:subClassOf ep-flow:ProductionInventory .
489 494
490 ep-flow:ProductionInventoryProcessedMaterial 495 ep-flow:ProductionInventoryProcessedMaterial
491 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 496 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
492 rdfs:label "production inventory processed material"^^xsd:string ; 497 rdfs:label "production inventory processed material"^^xsd:string ;
493 rdfs:subClassOf ep-flow:ProductionInventory . 498 rdfs:subClassOf ep-flow:ProductionInventory .
494 499
495 ep-flow:ProductionInventoryQuotaMaterial 500 ep-flow:ProductionInventoryQuotaMaterial
496 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 501 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
497 rdfs:label "production inventory quota material"^^xsd:string ; 502 rdfs:label "production inventory quota material"^^xsd:string ;
498 rdfs:subClassOf ep-flow:ProductionInventory . 503 rdfs:subClassOf ep-flow:ProductionInventory .
499 504
500 ep-flow:ProductionInventoryRecommendedMaterial 505 ep-flow:ProductionInventoryRecommendedMaterial
501 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 506 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
502 rdfs:label "production inventory recommended material"^^xsd:string ; 507 rdfs:label "production inventory recommended material"^^xsd:string ;
503 rdfs:subClassOf ep-flow:ProductionInventory . 508 rdfs:subClassOf ep-flow:ProductionInventory .
504 509
505 ep-flow:ProductionInventorySaleableMaterial 510 ep-flow:ProductionInventorySaleableMaterial
506 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 511 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
507 rdfs:label "production inventory saleable material"^^xsd:string ; 512 rdfs:label "production inventory saleable material"^^xsd:string ;
508 rdfs:subClassOf ep-flow:ProductionInventory . 513 rdfs:subClassOf ep-flow:ProductionInventory .
509 514
510 ep-flow:ProductionInventorySimulatedMaterial 515 ep-flow:ProductionInventorySimulatedMaterial
511 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 516 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
512 rdfs:label "production inventory simulated material"^^xsd:string ; 517 rdfs:label "production inventory simulated material"^^xsd:string ;
513 rdfs:subClassOf ep-flow:ProductionInventory . 518 rdfs:subClassOf ep-flow:ProductionInventory .
514 519
515 ep-flow:ProductionInventoryTargetMaterial 520 ep-flow:ProductionInventoryTargetMaterial
516 - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; 521 + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
517 rdfs:label "production inventory target material"^^xsd:string ; 522 rdfs:label "production inventory target material"^^xsd:string ;
518 rdfs:subClassOf ep-flow:ProductionInventory . 523 rdfs:subClassOf ep-flow:ProductionInventory .
519 524
...@@ -543,22 +548,22 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -543,22 +548,22 @@ ep-flow:ProductionTestWellHeadFlow
543 rdfs:subClassOf ep-flow:WholeLifeFlow . 548 rdfs:subClassOf ep-flow:WholeLifeFlow .
544 549
545 ep-flow:QuotaFlow 550 ep-flow:QuotaFlow
546 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 551 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
547 rdfs:label "quota flow"^^xsd:string ; 552 rdfs:label "quota flow"^^xsd:string ;
548 rdfs:subClassOf ep-flow:WholeLifeFlow . 553 rdfs:subClassOf ep-flow:WholeLifeFlow .
549 554
550 ep-flow:RecommendedFlow 555 ep-flow:RecommendedFlow
551 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 556 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
552 rdfs:label "recommended flow"^^xsd:string ; 557 rdfs:label "recommended flow"^^xsd:string ;
553 rdfs:subClassOf ep-flow:WholeLifeFlow . 558 rdfs:subClassOf ep-flow:WholeLifeFlow .
554 559
555 ep-flow:Sale 560 ep-flow:Sale
556 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 561 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
557 rdfs:label "sale"^^xsd:string ; 562 rdfs:label "sale"^^xsd:string ;
558 rdfs:subClassOf ep-flow:WholeLifeFlow . 563 rdfs:subClassOf ep-flow:WholeLifeFlow .
559 564
560 ep-flow:SaleableFlow 565 ep-flow:SaleableFlow
561 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 566 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
562 rdfs:label "saleable flow"^^xsd:string ; 567 rdfs:label "saleable flow"^^xsd:string ;
563 rdfs:subClassOf ep-flow:WholeLifeFlow . 568 rdfs:subClassOf ep-flow:WholeLifeFlow .
564 569
...@@ -567,20 +572,25 @@ ep-flow:SampleOfMaterial ...@@ -567,20 +572,25 @@ ep-flow:SampleOfMaterial
567 rdfs:subClassOf ep-material:QuantityOfMaterial . 572 rdfs:subClassOf ep-material:QuantityOfMaterial .
568 573
569 ep-flow:SimulatedFlow 574 ep-flow:SimulatedFlow
570 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 575 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
571 rdfs:label "simulated flow"^^xsd:string ; 576 rdfs:label "simulated flow"^^xsd:string ;
572 rdfs:subClassOf ep-flow:WholeLifeFlow . 577 rdfs:subClassOf ep-flow:WholeLifeFlow .
573 578
574 ep-flow:Storage 579 ep-flow:Storage
575 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 580 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
576 rdfs:label "storage"^^xsd:string ; 581 rdfs:label "storage"^^xsd:string ;
577 rdfs:subClassOf ep-flow:WholeLifeFlow . 582 rdfs:subClassOf ep-flow:WholeLifeFlow .
578 583
579 ep-flow:TargetFlow 584 ep-flow:TargetFlow
580 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 585 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
581 rdfs:label "target flow"^^xsd:string ; 586 rdfs:label "target flow"^^xsd:string ;
582 rdfs:subClassOf ep-flow:WholeLifeFlow . 587 rdfs:subClassOf ep-flow:WholeLifeFlow .
583 588
589 +ep-flow:TariffBasisFlow
590 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
591 + rdfs:label "tariff basis flow"^^xsd:string ;
592 + rdfs:subClassOf ep-flow:WholeLifeFlow .
593 +
584 ep-flow:TemporalPartDurationType 594 ep-flow:TemporalPartDurationType
585 rdf:type rdfs:Class ; 595 rdf:type rdfs:Class ;
586 rdfs:label "temporal part duration type"^^xsd:string ; 596 rdfs:label "temporal part duration type"^^xsd:string ;
...@@ -591,6 +601,11 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -591,6 +601,11 @@ ep-flow:TemporalPartOfAFlowDurationType
591 rdfs:label "temporal part of a flow duration type"^^xsd:string ; 601 rdfs:label "temporal part of a flow duration type"^^xsd:string ;
592 rdfs:subClassOf owl:Class . 602 rdfs:subClassOf owl:Class .
593 603
604 +ep-flow:ValueAdjustedFlow
605 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
606 + rdfs:label "value adjusted flow"^^xsd:string ;
607 + rdfs:subClassOf ep-flow:WholeLifeFlow .
608 +
594 ep-flow:WholeLifeFlow 609 ep-flow:WholeLifeFlow
595 rdf:type owl:Class ; 610 rdf:type owl:Class ;
596 rdfs:label "whole life flow"^^xsd:string ; 611 rdfs:label "whole life flow"^^xsd:string ;
...@@ -599,7 +614,7 @@ ep-flow:WholeLifeFlow ...@@ -599,7 +614,7 @@ ep-flow:WholeLifeFlow
599 ep-flow:WholeLifeProductFlow 614 ep-flow:WholeLifeProductFlow
600 rdf:type owl:Class ; 615 rdf:type owl:Class ;
601 rdfs:label "whole life product flow"^^xsd:string ; 616 rdfs:label "whole life product flow"^^xsd:string ;
602 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . 617 + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
603 618
604 ep-flow:WholeLifeProductInventory 619 ep-flow:WholeLifeProductInventory
605 rdf:type owl:Class ; 620 rdf:type owl:Class ;
...@@ -609,7 +624,7 @@ ep-flow:WholeLifeProductInventory ...@@ -609,7 +624,7 @@ ep-flow:WholeLifeProductInventory
609 ep-flow:WholeLifeProductionFlow 624 ep-flow:WholeLifeProductionFlow
610 rdf:type owl:Class ; 625 rdf:type owl:Class ;
611 rdfs:label "whole life production flow"^^xsd:string ; 626 rdfs:label "whole life production flow"^^xsd:string ;
612 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . 627 + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
613 628
614 ep-flow:WholeLifeProductionInventory 629 ep-flow:WholeLifeProductionInventory
615 rdf:type owl:Class ; 630 rdf:type owl:Class ;
...@@ -617,13 +632,13 @@ ep-flow:WholeLifeProductionInventory ...@@ -617,13 +632,13 @@ ep-flow:WholeLifeProductionInventory
617 rdfs:subClassOf ep-flow:ProductionInventory . 632 rdfs:subClassOf ep-flow:ProductionInventory .
618 633
619 ep-flow:dailyAverageAmountOfMaterial 634 ep-flow:dailyAverageAmountOfMaterial
620 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 635 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
621 rdfs:domain ep-flow:Flow ; 636 rdfs:domain ep-flow:Flow ;
622 rdfs:label "daily average amount of material"^^xsd:string ; 637 rdfs:label "daily average amount of material"^^xsd:string ;
623 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 638 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
624 639
625 ep-flow:energyContent 640 ep-flow:energyContent
626 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 641 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
627 rdfs:domain ep-material:QuantityOfMaterial ; 642 rdfs:domain ep-material:QuantityOfMaterial ;
628 rdfs:label "energy content"^^xsd:string ; 643 rdfs:label "energy content"^^xsd:string ;
629 rdfs:range ep-core:Work . 644 rdfs:range ep-core:Work .
...@@ -655,7 +670,7 @@ ep-flow:flowOutOf ...@@ -655,7 +670,7 @@ ep-flow:flowOutOf
655 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 670 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
656 671
657 ep-flow:grossCalorificValue 672 ep-flow:grossCalorificValue
658 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 673 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
659 rdfs:domain ep-material:QuantityOfMaterial ; 674 rdfs:domain ep-material:QuantityOfMaterial ;
660 rdfs:label "gross calorific value"^^xsd:string ; 675 rdfs:label "gross calorific value"^^xsd:string ;
661 rdfs:range ep-core:EnergyPerVolume . 676 rdfs:range ep-core:EnergyPerVolume .
...@@ -675,29 +690,29 @@ ep-flow:hasNetworkPart ...@@ -675,29 +690,29 @@ ep-flow:hasNetworkPart
675 rdfs:subPropertyOf ep-core:hasPart . 690 rdfs:subPropertyOf ep-core:hasPart .
676 691
677 ep-flow:materialInInventory 692 ep-flow:materialInInventory
678 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 693 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
679 rdfs:domain ep-flow:Inventory ; 694 rdfs:domain ep-flow:Inventory ;
680 rdfs:label "material in inventory"^^xsd:string ; 695 rdfs:label "material in inventory"^^xsd:string ;
681 rdfs:range ep-material:QuantityOfMaterial . 696 rdfs:range ep-material:QuantityOfMaterial .
682 697
683 ep-flow:materialThatFlows 698 ep-flow:materialThatFlows
684 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 699 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
685 rdfs:domain ep-flow:Flow ; 700 rdfs:domain ep-flow:Flow ;
686 rdfs:label "material that flows"^^xsd:string ; 701 rdfs:label "material that flows"^^xsd:string ;
687 rdfs:range ep-material:QuantityOfMaterial . 702 rdfs:range ep-material:QuantityOfMaterial .
688 703
689 ep-flow:rateOfFlowOfMaterial 704 ep-flow:rateOfFlowOfMaterial
690 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 705 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
691 rdfs:label "rate of flow of material"^^xsd:string ; 706 rdfs:label "rate of flow of material"^^xsd:string ;
692 rdfs:range ep-core:MeasureOfAmountOfMaterial . 707 rdfs:range ep-core:MeasureOfAmountOfMaterial .
693 708
694 ep-flow:totalVolumeOfMaterial-deprecated 709 ep-flow:totalVolumeOfMaterial-deprecated
695 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 710 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
696 rdfs:label "total volume of material"^^xsd:string ; 711 rdfs:label "total volume of material"^^xsd:string ;
697 rdfs:range ep-core:MeasureOfAmountOfMaterial . 712 rdfs:range ep-core:MeasureOfAmountOfMaterial .
698 713
699 ep-flow:yearlyAverageAmountOfMaterial 714 ep-flow:yearlyAverageAmountOfMaterial
700 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 715 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
701 rdfs:domain ep-flow:Flow ; 716 rdfs:domain ep-flow:Flow ;
702 rdfs:label "yearly average amount of material"^^xsd:string ; 717 rdfs:label "yearly average amount of material"^^xsd:string ;
703 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 718 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
...@@ -808,7 +823,7 @@ ep-material:Gas-wet ...@@ -808,7 +823,7 @@ ep-material:Gas-wet
808 rdf:type ep-flow:ProductMaterialType . 823 rdf:type ep-flow:ProductMaterialType .
809 824
810 ep-material:HeliumGas 825 ep-material:HeliumGas
811 - rdf:type owl:Class , ep-flow:ProductMaterialType . 826 + rdf:type ep-flow:ProductMaterialType , owl:Class .
812 827
813 ep-material:Heptane 828 ep-material:Heptane
814 rdf:type ep-flow:ProductMaterialType . 829 rdf:type ep-flow:ProductMaterialType .
...@@ -886,14 +901,14 @@ ep-material:Oleic ...@@ -886,14 +901,14 @@ ep-material:Oleic
886 rdf:type ep-flow:ProductMaterialType . 901 rdf:type ep-flow:ProductMaterialType .
887 902
888 ep-material:Pentane 903 ep-material:Pentane
889 - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; 904 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
890 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . 905 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> .
891 906
892 ep-material:PetroleumGasLiquid 907 ep-material:PetroleumGasLiquid
893 rdf:type ep-flow:ProductMaterialType . 908 rdf:type ep-flow:ProductMaterialType .
894 909
895 ep-material:Propane 910 ep-material:Propane
896 - rdf:type ep-flow:ProductMaterialType , ep-well:FluidComponentType , ep-prodact:SubstanceType ; 911 + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , ep-flow:ProductMaterialType ;
897 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . 912 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> .
898 913
899 ep-material:Propane-component 914 ep-material:Propane-component
...@@ -921,361 +936,361 @@ ep-material:Water-processed ...@@ -921,361 +936,361 @@ ep-material:Water-processed
921 rdf:type ep-flow:ProductMaterialType . 936 rdf:type ep-flow:ProductMaterialType .
922 937
923 ep-material:substance-11dmcyPentane 938 ep-material:substance-11dmcyPentane
924 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 939 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
925 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . 940 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> .
926 941
927 ep-material:substance-124tmBenzene 942 ep-material:substance-124tmBenzene
928 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 943 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
929 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . 944 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> .
930 945
931 ep-material:substance-12dmBenzene 946 ep-material:substance-12dmBenzene
932 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 947 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
933 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . 948 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> .
934 949
935 ep-material:substance-13dmBenzene 950 ep-material:substance-13dmBenzene
936 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 951 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
937 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . 952 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> .
938 953
939 ep-material:substance-14dmBenzene 954 ep-material:substance-14dmBenzene
940 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 955 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
941 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . 956 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> .
942 957
943 ep-material:substance-223tmButane 958 ep-material:substance-223tmButane
944 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 959 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
945 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . 960 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> .
946 961
947 ep-material:substance-223tmPentane 962 ep-material:substance-223tmPentane
948 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 963 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
949 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . 964 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> .
950 965
951 ep-material:substance-22dmButane 966 ep-material:substance-22dmButane
952 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 967 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
953 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . 968 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> .
954 969
955 ep-material:substance-22dmHexane 970 ep-material:substance-22dmHexane
956 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 971 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
957 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . 972 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> .
958 973
959 ep-material:substance-22dmPentane 974 ep-material:substance-22dmPentane
960 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 975 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
961 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . 976 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> .
962 977
963 ep-material:substance-22dmPropane 978 ep-material:substance-22dmPropane
964 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 979 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
965 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . 980 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> .
966 981
967 ep-material:substance-23dmButane 982 ep-material:substance-23dmButane
968 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 983 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
969 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . 984 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> .
970 985
971 ep-material:substance-23dmPentane 986 ep-material:substance-23dmPentane
972 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 987 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
973 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . 988 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> .
974 989
975 ep-material:substance-24dmHexane 990 ep-material:substance-24dmHexane
976 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 991 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
977 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . 992 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> .
978 993
979 ep-material:substance-24dmPentane 994 ep-material:substance-24dmPentane
980 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 995 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
981 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . 996 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> .
982 997
983 ep-material:substance-25dmHexane 998 ep-material:substance-25dmHexane
984 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 999 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
985 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . 1000 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> .
986 1001
987 ep-material:substance-2mButane 1002 ep-material:substance-2mButane
988 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1003 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
989 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . 1004 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> .
990 1005
991 ep-material:substance-2mHexane 1006 ep-material:substance-2mHexane
992 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1007 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
993 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . 1008 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> .
994 1009
995 ep-material:substance-2mPentane 1010 ep-material:substance-2mPentane
996 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1011 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
997 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . 1012 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> .
998 1013
999 ep-material:substance-2mPropane 1014 ep-material:substance-2mPropane
1000 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1015 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1001 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . 1016 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> .
1002 1017
1003 ep-material:substance-33dmPentane 1018 ep-material:substance-33dmPentane
1004 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1019 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1005 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . 1020 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> .
1006 1021
1007 ep-material:substance-3etPentane 1022 ep-material:substance-3etPentane
1008 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1023 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1009 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . 1024 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> .
1010 1025
1011 ep-material:substance-3mHexane 1026 ep-material:substance-3mHexane
1012 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1027 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1013 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . 1028 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> .
1014 1029
1015 ep-material:substance-3mPentane 1030 ep-material:substance-3mPentane
1016 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1031 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1017 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . 1032 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> .
1018 1033
1019 ep-material:substance-Ar 1034 ep-material:substance-Ar
1020 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1035 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1021 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . 1036 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> .
1022 1037
1023 ep-material:substance-Benzene 1038 ep-material:substance-Benzene
1024 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1039 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1025 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . 1040 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> .
1026 1041
1027 ep-material:substance-Butane 1042 ep-material:substance-Butane
1028 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1043 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1029 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . 1044 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> .
1030 1045
1031 ep-material:substance-C11F 1046 ep-material:substance-C11F
1032 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1047 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1033 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . 1048 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> .
1034 1049
1035 ep-material:substance-C12F 1050 ep-material:substance-C12F
1036 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1051 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1037 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . 1052 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> .
1038 1053
1039 ep-material:substance-C13F 1054 ep-material:substance-C13F
1040 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1055 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1041 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . 1056 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> .
1042 1057
1043 ep-material:substance-C13dmcyPentane 1058 ep-material:substance-C13dmcyPentane
1044 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1059 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1045 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . 1060 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> .
1046 1061
1047 ep-material:substance-C14F 1062 ep-material:substance-C14F
1048 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1063 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1049 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . 1064 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> .
1050 1065
1051 ep-material:substance-C15F 1066 ep-material:substance-C15F
1052 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1067 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1053 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . 1068 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> .
1054 1069
1055 ep-material:substance-C16F 1070 ep-material:substance-C16F
1056 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1071 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1057 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . 1072 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> .
1058 1073
1059 ep-material:substance-C17F 1074 ep-material:substance-C17F
1060 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1075 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1061 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . 1076 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> .
1062 1077
1063 ep-material:substance-C18F 1078 ep-material:substance-C18F
1064 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1079 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1065 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . 1080 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> .
1066 1081
1067 ep-material:substance-C19F 1082 ep-material:substance-C19F
1068 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1083 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1069 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . 1084 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> .
1070 1085
1071 ep-material:substance-C20F 1086 ep-material:substance-C20F
1072 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1087 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1073 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . 1088 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> .
1074 1089
1075 ep-material:substance-C21F 1090 ep-material:substance-C21F
1076 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1091 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1077 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . 1092 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> .
1078 1093
1079 ep-material:substance-C22F 1094 ep-material:substance-C22F
1080 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1095 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1081 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . 1096 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> .
1082 1097
1083 ep-material:substance-C23F 1098 ep-material:substance-C23F
1084 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1099 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1085 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . 1100 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> .
1086 1101
1087 ep-material:substance-C24F 1102 ep-material:substance-C24F
1088 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1103 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1089 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . 1104 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> .
1090 1105
1091 ep-material:substance-C25F 1106 ep-material:substance-C25F
1092 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1107 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1093 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . 1108 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> .
1094 1109
1095 ep-material:substance-C26F 1110 ep-material:substance-C26F
1096 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1111 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1097 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . 1112 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> .
1098 1113
1099 ep-material:substance-C27F 1114 ep-material:substance-C27F
1100 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1115 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1101 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . 1116 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> .
1102 1117
1103 ep-material:substance-C28F 1118 ep-material:substance-C28F
1104 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1119 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1105 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . 1120 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> .
1106 1121
1107 ep-material:substance-C29F 1122 ep-material:substance-C29F
1108 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1123 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1109 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . 1124 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> .
1110 1125
1111 ep-material:substance-C30F 1126 ep-material:substance-C30F
1112 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1127 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1113 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . 1128 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> .
1114 1129
1115 ep-material:substance-C31F 1130 ep-material:substance-C31F
1116 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1131 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1117 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . 1132 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> .
1118 1133
1119 ep-material:substance-C32F 1134 ep-material:substance-C32F
1120 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1135 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1121 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . 1136 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> .
1122 1137
1123 ep-material:substance-C33F 1138 ep-material:substance-C33F
1124 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1139 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1125 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . 1140 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> .
1126 1141
1127 ep-material:substance-C34F 1142 ep-material:substance-C34F
1128 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1143 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1129 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . 1144 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> .
1130 1145
1131 ep-material:substance-C35F 1146 ep-material:substance-C35F
1132 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1147 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1133 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . 1148 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> .
1134 1149
1135 ep-material:substance-C36F 1150 ep-material:substance-C36F
1136 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1151 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1137 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . 1152 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> .
1138 1153
1139 ep-material:substance-C37F 1154 ep-material:substance-C37F
1140 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1155 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1141 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . 1156 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> .
1142 1157
1143 ep-material:substance-C38F 1158 ep-material:substance-C38F
1144 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1159 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1145 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . 1160 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> .
1146 1161
1147 ep-material:substance-C39F 1162 ep-material:substance-C39F
1148 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1163 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1149 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . 1164 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> .
1150 1165
1151 ep-material:substance-C40F 1166 ep-material:substance-C40F
1152 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1167 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1153 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . 1168 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> .
1154 1169
1155 ep-material:substance-C41F 1170 ep-material:substance-C41F
1156 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1171 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1157 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . 1172 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> .
1158 1173
1159 ep-material:substance-C42F 1174 ep-material:substance-C42F
1160 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1175 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1161 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . 1176 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> .
1162 1177
1163 ep-material:substance-C43F 1178 ep-material:substance-C43F
1164 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1179 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1165 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . 1180 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> .
1166 1181
1167 ep-material:substance-C44F 1182 ep-material:substance-C44F
1168 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1183 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1169 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . 1184 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> .
1170 1185
1171 ep-material:substance-C45F 1186 ep-material:substance-C45F
1172 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1187 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1173 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . 1188 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> .
1174 1189
1175 ep-material:substance-C46F 1190 ep-material:substance-C46F
1176 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1191 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1177 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . 1192 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> .
1178 1193
1179 ep-material:substance-C47F 1194 ep-material:substance-C47F
1180 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1195 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1181 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . 1196 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> .
1182 1197
1183 ep-material:substance-C48F 1198 ep-material:substance-C48F
1184 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1199 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1185 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . 1200 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> .
1186 1201
1187 ep-material:substance-C49F 1202 ep-material:substance-C49F
1188 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1203 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1189 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . 1204 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> .
1190 1205
1191 ep-material:substance-CO2 1206 ep-material:substance-CO2
1192 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1207 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1193 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . 1208 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> .
1194 1209
1195 ep-material:substance-Cyclohexane 1210 ep-material:substance-Cyclohexane
1196 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1211 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1197 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . 1212 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
1198 1213
1199 ep-material:substance-Cyclopentane 1214 ep-material:substance-Cyclopentane
1200 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1215 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1201 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . 1216 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
1202 1217
1203 ep-material:substance-Decanes 1218 ep-material:substance-Decanes
1204 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1219 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1205 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . 1220 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> .
1206 1221
1207 ep-material:substance-EtBenzene 1222 ep-material:substance-EtBenzene
1208 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1223 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1209 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . 1224 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
1210 1225
1211 ep-material:substance-EtcyPentane 1226 ep-material:substance-EtcyPentane
1212 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1227 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1213 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . 1228 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
1214 1229
1215 ep-material:substance-Ethane 1230 ep-material:substance-Ethane
1216 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1231 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1217 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . 1232 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> .
1218 1233
1219 ep-material:substance-H2 1234 ep-material:substance-H2
1220 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1235 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1221 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . 1236 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> .
1222 1237
1223 ep-material:substance-H2O 1238 ep-material:substance-H2O
1224 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1239 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1225 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . 1240 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> .
1226 1241
1227 ep-material:substance-H2S 1242 ep-material:substance-H2S
1228 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1243 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1229 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . 1244 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> .
1230 1245
1231 ep-material:substance-Heptanes 1246 ep-material:substance-Heptanes
1232 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1247 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1233 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . 1248 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> .
1234 1249
1235 ep-material:substance-Hexane 1250 ep-material:substance-Hexane
1236 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1251 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1237 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . 1252 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> .
1238 1253
1239 ep-material:substance-Hexanes 1254 ep-material:substance-Hexanes
1240 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1255 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1241 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . 1256 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> .
1242 1257
1243 ep-material:substance-MBenzene 1258 ep-material:substance-MBenzene
1244 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1259 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1245 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . 1260 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
1246 1261
1247 ep-material:substance-McyHexane 1262 ep-material:substance-McyHexane
1248 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1263 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1249 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . 1264 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
1250 1265
1251 ep-material:substance-McyPentane 1266 ep-material:substance-McyPentane
1252 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1267 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1253 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . 1268 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
1254 1269
1255 ep-material:substance-Methane 1270 ep-material:substance-Methane
1256 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1271 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1257 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . 1272 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> .
1258 1273
1259 ep-material:substance-N2 1274 ep-material:substance-N2
1260 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1275 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1261 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . 1276 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> .
1262 1277
1263 ep-material:substance-Nonanes 1278 ep-material:substance-Nonanes
1264 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1279 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1265 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . 1280 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> .
1266 1281
1267 ep-material:substance-O2 1282 ep-material:substance-O2
1268 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1283 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1269 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . 1284 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> .
1270 1285
1271 ep-material:substance-Octanes 1286 ep-material:substance-Octanes
1272 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1287 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1273 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . 1288 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> .
1274 1289
1275 ep-material:substance-T12dmcyPentane 1290 ep-material:substance-T12dmcyPentane
1276 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1291 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1277 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . 1292 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> .
1278 1293
1279 ep-material:substance-T13dmcyPentane 1294 ep-material:substance-T13dmcyPentane
1280 - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; 1295 + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
1281 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . 1296 ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> .
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
60 rdf:type ep-prodfac:ProductionFacilityType . 60 rdf:type ep-prodfac:ProductionFacilityType .
61 61
62 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 62 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
63 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 63 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
64 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 64 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
65 rdfs:label "facility operator"^^xsd:string ; 65 rdfs:label "facility operator"^^xsd:string ;
66 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 66 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -101,22 +101,22 @@ ep-prodfac:Boat ...@@ -101,22 +101,22 @@ ep-prodfac:Boat
101 rdfs:subClassOf ep-prodfac:ShipOrBoat . 101 rdfs:subClassOf ep-prodfac:ShipOrBoat .
102 102
103 ep-prodfac:Field-area 103 ep-prodfac:Field-area
104 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 104 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
105 rdfs:label "field - area"^^xsd:string ; 105 rdfs:label "field - area"^^xsd:string ;
106 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 106 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
107 107
108 ep-prodfac:Field-group 108 ep-prodfac:Field-group
109 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 109 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
110 rdfs:label "field - group"^^xsd:string ; 110 rdfs:label "field - group"^^xsd:string ;
111 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 111 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
112 112
113 ep-prodfac:Field-part 113 ep-prodfac:Field-part
114 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 114 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
115 rdfs:label "field - part"^^xsd:string ; 115 rdfs:label "field - part"^^xsd:string ;
116 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 116 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
117 117
118 ep-prodfac:Installation 118 ep-prodfac:Installation
119 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 119 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
120 rdfs:label "installation"^^xsd:string ; 120 rdfs:label "installation"^^xsd:string ;
121 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 121 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
122 122
...@@ -126,17 +126,17 @@ ep-prodfac:OilTanker ...@@ -126,17 +126,17 @@ ep-prodfac:OilTanker
126 rdfs:subClassOf ep-prodfac:Ship . 126 rdfs:subClassOf ep-prodfac:Ship .
127 127
128 ep-prodfac:Plant 128 ep-prodfac:Plant
129 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 129 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
130 rdfs:label "plant"^^xsd:string ; 130 rdfs:label "plant"^^xsd:string ;
131 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 131 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
132 132
133 ep-prodfac:Plant-processing 133 ep-prodfac:Plant-processing
134 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 134 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
135 rdfs:label "plant - processing"^^xsd:string ; 135 rdfs:label "plant - processing"^^xsd:string ;
136 rdfs:subClassOf ep-prodfac:Plant . 136 rdfs:subClassOf ep-prodfac:Plant .
137 137
138 ep-prodfac:ProcessingFacility 138 ep-prodfac:ProcessingFacility
139 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 139 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
140 rdfs:label "processing facility"^^xsd:string ; 140 rdfs:label "processing facility"^^xsd:string ;
141 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 141 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
142 142
...@@ -155,7 +155,7 @@ ep-prodfac:ShipOrBoat ...@@ -155,7 +155,7 @@ ep-prodfac:ShipOrBoat
155 rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . 155 rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
156 156
157 ep-prodfac:StorageFacility 157 ep-prodfac:StorageFacility
158 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 158 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
159 rdfs:label "storage facility"^^xsd:string ; 159 rdfs:label "storage facility"^^xsd:string ;
160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
161 161
...@@ -169,7 +169,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat ...@@ -169,7 +169,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat
169 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 169 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
170 170
171 ep-prodfac:TrunkLine 171 ep-prodfac:TrunkLine
172 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 172 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
173 rdfs:label "trunk line"^^xsd:string ; 173 rdfs:label "trunk line"^^xsd:string ;
174 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 174 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
175 175
...@@ -213,6 +213,12 @@ ep-prodfac:numberOfPersonnelOnBoard ...@@ -213,6 +213,12 @@ ep-prodfac:numberOfPersonnelOnBoard
213 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 213 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
214 rdfs:range xsd:integer . 214 rdfs:range xsd:integer .
215 215
216 +ep-prodfac:operatingTime
217 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
218 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
219 + rdfs:label "operating time"^^xsd:string ;
220 + rdfs:range ep-core:TimeDuration .
221 +
216 <http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity> 222 <http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity>
217 rdf:type ep-prodfac:ProductionFacilityType . 223 rdf:type ep-prodfac:ProductionFacilityType .
218 224
......
...@@ -14,41 +14,51 @@ ...@@ -14,41 +14,51 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/production-well> 15 <http://www.reportinghub.no/ep/schema/1.0/production-well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ep-material:GasAndWater 20 ep-material:GasAndWater
21 - rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType . 21 + rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
22 22
23 ep-material:Liquid 23 ep-material:Liquid
24 rdf:type ep-prodwell:FluidPhaseType . 24 rdf:type ep-prodwell:FluidPhaseType .
25 25
26 ep-material:OilAndGas 26 ep-material:OilAndGas
27 - rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType . 27 + rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
28 28
29 ep-material:OilAndWater 29 ep-material:OilAndWater
30 - rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType . 30 + rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
31 31
32 ep-material:Sand 32 ep-material:Sand
33 rdf:type ep-well:FluidComponentType . 33 rdf:type ep-well:FluidComponentType .
34 34
35 +ep-prodwell:AbandonedWell
36 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
37 + rdfs:label "abandoned well"^^xsd:string ;
38 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
39 +
35 ep-prodwell:Air-gas 40 ep-prodwell:Air-gas
36 - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; 41 + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
37 rdfs:label "air gas"^^xsd:string ; 42 rdfs:label "air gas"^^xsd:string ;
38 rdfs:subClassOf ep-prodwell:NonHcGas . 43 rdfs:subClassOf ep-prodwell:NonHcGas .
39 44
40 ep-prodwell:Brine 45 ep-prodwell:Brine
41 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 46 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
42 rdfs:label "brine"^^xsd:string ; 47 rdfs:label "brine"^^xsd:string ;
43 rdfs:subClassOf ep-material:Water . 48 rdfs:subClassOf ep-material:Water .
44 49
45 ep-prodwell:CO2-gas 50 ep-prodwell:CO2-gas
46 - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; 51 + rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
47 rdfs:label "CO2 gas"^^xsd:string ; 52 rdfs:label "CO2 gas"^^xsd:string ;
48 rdfs:subClassOf ep-prodwell:NonHcGas . 53 rdfs:subClassOf ep-prodwell:NonHcGas .
49 54
55 +ep-prodwell:ClosedWell
56 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
57 + rdfs:label "closed well"^^xsd:string ;
58 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
59 +
50 ep-prodwell:DryFluid 60 ep-prodwell:DryFluid
51 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 61 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
52 rdfs:label "dry fluid"^^xsd:string ; 62 rdfs:label "dry fluid"^^xsd:string ;
53 rdfs:subClassOf ep-material:Fluid . 63 rdfs:subClassOf ep-material:Fluid .
54 64
...@@ -63,7 +73,7 @@ ep-prodwell:FluidComponentType ...@@ -63,7 +73,7 @@ ep-prodwell:FluidComponentType
63 rdfs:subClassOf owl:Class . 73 rdfs:subClassOf owl:Class .
64 74
65 ep-prodwell:FluidFraction 75 ep-prodwell:FluidFraction
66 - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; 76 + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
67 rdfs:label "fluid fraction"^^xsd:string ; 77 rdfs:label "fluid fraction"^^xsd:string ;
68 rdfs:subClassOf ep-material:Fluid . 78 rdfs:subClassOf ep-material:Fluid .
69 79
...@@ -73,17 +83,27 @@ ep-prodwell:FluidPhaseType ...@@ -73,17 +83,27 @@ ep-prodwell:FluidPhaseType
73 rdfs:subClassOf owl:Class . 83 rdfs:subClassOf owl:Class .
74 84
75 ep-prodwell:FreshWater 85 ep-prodwell:FreshWater
76 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 86 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
77 rdfs:label "fresh water"^^xsd:string ; 87 rdfs:label "fresh water"^^xsd:string ;
78 rdfs:subClassOf ep-material:Water . 88 rdfs:subClassOf ep-material:Water .
79 89
90 +ep-prodwell:InjectingWell
91 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
92 + rdfs:label "injecting well"^^xsd:string ;
93 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
94 +
80 ep-prodwell:InjectionFluidType 95 ep-prodwell:InjectionFluidType
81 rdf:type rdfs:Class ; 96 rdf:type rdfs:Class ;
82 rdfs:label "injection fluid type"^^xsd:string ; 97 rdfs:label "injection fluid type"^^xsd:string ;
83 rdfs:subClassOf owl:Class . 98 rdfs:subClassOf owl:Class .
84 99
100 +ep-prodwell:JunkedWell
101 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
102 + rdfs:label "junked well"^^xsd:string ;
103 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
104 +
85 ep-prodwell:Liquid 105 ep-prodwell:Liquid
86 - rdf:type owl:Class , ep-prodwell:FluidPhaseType ; 106 + rdf:type ep-prodwell:FluidPhaseType , owl:Class ;
87 rdfs:label "liquid"^^xsd:string ; 107 rdfs:label "liquid"^^xsd:string ;
88 rdfs:subClassOf ep-material:Fluid . 108 rdfs:subClassOf ep-material:Fluid .
89 109
...@@ -93,22 +113,47 @@ ep-prodwell:NaturalGasClass ...@@ -93,22 +113,47 @@ ep-prodwell:NaturalGasClass
93 rdfs:subClassOf owl:Class . 113 rdfs:subClassOf owl:Class .
94 114
95 ep-prodwell:NonHcGas 115 ep-prodwell:NonHcGas
96 - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; 116 + rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
97 rdfs:label "non-HC gas"^^xsd:string ; 117 rdfs:label "non-HC gas"^^xsd:string ;
98 rdfs:subClassOf ep-material:Gas . 118 rdfs:subClassOf ep-material:Gas .
99 119
120 +ep-prodwell:OperatingWell
121 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
122 + rdfs:label "operating well"^^xsd:string ;
123 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
124 +
100 ep-prodwell:OtherInjectionFluid 125 ep-prodwell:OtherInjectionFluid
101 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 126 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
102 rdfs:label "other injection fluid"^^xsd:string ; 127 rdfs:label "other injection fluid"^^xsd:string ;
103 rdfs:subClassOf ep-material:Fluid . 128 rdfs:subClassOf ep-material:Fluid .
104 129
130 +ep-prodwell:PluggedAndAbandonedWell
131 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
132 + rdfs:label "plugged and abandoned well"^^xsd:string ;
133 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
134 +
135 +ep-prodwell:PluggedWell
136 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
137 + rdfs:label "plugged well"^^xsd:string ;
138 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
139 +
105 ep-prodwell:PlusFraction 140 ep-prodwell:PlusFraction
106 - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; 141 + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
107 rdfs:label "plus fraction"^^xsd:string ; 142 rdfs:label "plus fraction"^^xsd:string ;
108 rdfs:subClassOf ep-material:Fluid . 143 rdfs:subClassOf ep-material:Fluid .
109 144
145 +ep-prodwell:ProducingInjectingWell
146 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
147 + rdfs:label "producing injecting well"^^xsd:string ;
148 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
149 +
150 +ep-prodwell:ProducingWell
151 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
152 + rdfs:label "producing well"^^xsd:string ;
153 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
154 +
110 ep-prodwell:PureFluid 155 ep-prodwell:PureFluid
111 - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; 156 + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
112 rdfs:label "pure fluid"^^xsd:string ; 157 rdfs:label "pure fluid"^^xsd:string ;
113 rdfs:subClassOf ep-material:Fluid . 158 rdfs:subClassOf ep-material:Fluid .
114 159
...@@ -118,27 +163,42 @@ ep-prodwell:RockFormation ...@@ -118,27 +163,42 @@ ep-prodwell:RockFormation
118 rdfs:subClassOf ep-core:PhysicalObject . 163 rdfs:subClassOf ep-core:PhysicalObject .
119 164
120 ep-prodwell:SplitFraction 165 ep-prodwell:SplitFraction
121 - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; 166 + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
122 rdfs:label "split fraction"^^xsd:string ; 167 rdfs:label "split fraction"^^xsd:string ;
123 rdfs:subClassOf ep-material:Fluid . 168 rdfs:subClassOf ep-material:Fluid .
124 169
125 ep-prodwell:Steam 170 ep-prodwell:Steam
126 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 171 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
127 rdfs:label "steam"^^xsd:string ; 172 rdfs:label "steam"^^xsd:string ;
128 rdfs:subClassOf ep-prodwell:NonHcGas . 173 rdfs:subClassOf ep-prodwell:NonHcGas .
129 174
175 +ep-prodwell:SuspendedAtTdWell
176 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
177 + rdfs:label "suspended at td well"^^xsd:string ;
178 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
179 +
180 +ep-prodwell:SuspendedWell
181 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
182 + rdfs:label "suspended well"^^xsd:string ;
183 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
184 +
130 ep-prodwell:TemporalPartOfASpatialPartOfAWellBore 185 ep-prodwell:TemporalPartOfASpatialPartOfAWellBore
131 rdf:type owl:Class ; 186 rdf:type owl:Class ;
132 rdfs:label "temporal part of a spatial part of a wellbore"^^xsd:string ; 187 rdfs:label "temporal part of a spatial part of a wellbore"^^xsd:string ;
133 rdfs:subClassOf ep-well:TemporalPartOfAWellBore . 188 rdfs:subClassOf ep-well:TemporalPartOfAWellBore .
134 189
190 +ep-prodwell:TemporalPartOfAWellOrWellBore
191 + rdf:type owl:Class ;
192 + rdfs:label "(temporal part of a) well or wellbore"^^xsd:string ;
193 + rdfs:subClassOf ep-core:PhysicalObject .
194 +
135 ep-prodwell:TubingHead 195 ep-prodwell:TubingHead
136 rdf:type owl:Class ; 196 rdf:type owl:Class ;
137 rdfs:label "tubing head"^^xsd:string ; 197 rdfs:label "tubing head"^^xsd:string ;
138 rdfs:subClassOf ep-well:SpatialPartOfAWell . 198 rdfs:subClassOf ep-well:SpatialPartOfAWell .
139 199
140 ep-prodwell:UnknownFluid 200 ep-prodwell:UnknownFluid
141 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 201 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
142 rdfs:label "unknown fluid"^^xsd:string ; 202 rdfs:label "unknown fluid"^^xsd:string ;
143 rdfs:subClassOf ep-material:Fluid . 203 rdfs:subClassOf ep-material:Fluid .
144 204
...@@ -147,52 +207,68 @@ ep-prodwell:WellCompletion ...@@ -147,52 +207,68 @@ ep-prodwell:WellCompletion
147 rdfs:label "well completion"^^xsd:string ; 207 rdfs:label "well completion"^^xsd:string ;
148 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 208 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
149 209
210 +ep-prodwell:WellReclassedToDevelopment
211 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
212 + rdfs:label "well reclassed to development"^^xsd:string ;
213 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
214 +
215 +ep-prodwell:WellStatusType
216 + rdf:type rdfs:Class ;
217 + rdfs:label "well status type"^^xsd:string ;
218 + rdfs:subClassOf owl:Class .
219 +
150 ep-prodwell:completeLiquidPartOf 220 ep-prodwell:completeLiquidPartOf
151 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 221 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
152 rdfs:domain ep-material:QuantityOfMaterial ; 222 rdfs:domain ep-material:QuantityOfMaterial ;
153 rdfs:label "complete liquid part of"^^xsd:string ; 223 rdfs:label "complete liquid part of"^^xsd:string ;
154 rdfs:range ep-prodwell:Liquid . 224 rdfs:range ep-prodwell:Liquid .
155 225
156 ep-prodwell:condensateYield 226 ep-prodwell:condensateYield
157 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 227 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
158 rdfs:label "condensate yield"^^xsd:string ; 228 rdfs:label "condensate yield"^^xsd:string ;
159 rdfs:range ep-core:SpecificVolume . 229 rdfs:range ep-core:SpecificVolume .
160 230
161 ep-prodwell:depthOfBaseUsableWaterFromSurface 231 ep-prodwell:depthOfBaseUsableWaterFromSurface
162 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 232 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
163 rdfs:domain ep-material:Fluid ; 233 rdfs:domain ep-material:Fluid ;
164 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 234 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
165 rdfs:range ep-core:Length . 235 rdfs:range ep-core:Length .
166 236
167 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 237 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
168 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 238 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
169 rdfs:domain ep-material:Fluid ; 239 rdfs:domain ep-material:Fluid ;
170 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 240 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
171 rdfs:range ep-core:Length . 241 rdfs:range ep-core:Length .
172 242
173 ep-prodwell:oilWaterRatioByMass 243 ep-prodwell:oilWaterRatioByMass
174 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 244 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
175 rdfs:domain ep-material:Fluid ; 245 rdfs:domain ep-material:Fluid ;
176 rdfs:label "oil/water ratio by mass"^^xsd:string ; 246 rdfs:label "oil/water ratio by mass"^^xsd:string ;
177 rdfs:range ep-core:Ratio . 247 rdfs:range ep-core:Ratio .
178 248
179 ep-prodwell:pOverZ 249 ep-prodwell:pOverZ
180 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 250 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
181 rdfs:domain ep-material:Fluid ; 251 rdfs:domain ep-material:Fluid ;
182 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 252 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
183 rdfs:range ep-core:Pressure . 253 rdfs:range ep-core:Pressure .
184 254
185 ep-prodwell:potentialGasProduction 255 ep-prodwell:potentialGasProduction
186 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 256 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
187 rdfs:domain ep-well:WellBore ; 257 rdfs:domain ep-well:WellBore ;
188 rdfs:label "potential gas production"^^xsd:string ; 258 rdfs:label "potential gas production"^^xsd:string ;
189 rdfs:range ep-core:VolumetricFlowRate . 259 rdfs:range ep-core:VolumetricFlowRate .
190 260
191 ep-prodwell:potentialOilProduction 261 ep-prodwell:potentialOilProduction
192 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 262 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
193 rdfs:domain ep-well:WellBore ; 263 rdfs:domain ep-well:WellBore ;
194 rdfs:label "potential gas production"^^xsd:string ; 264 rdfs:label "potential gas production"^^xsd:string ;
195 rdfs:range ep-core:VolumetricFlowRate . 265 rdfs:range ep-core:VolumetricFlowRate .
196 266
197 ep-well:SpatialPartOfAWellBore 267 ep-well:SpatialPartOfAWellBore
198 rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore . 268 rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore .
269 +
270 +ep-well:TemporalPartOfAWell
271 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
272 +
273 +ep-well:TemporalPartOfAWellBore
274 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......
...@@ -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://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> ; 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> ;
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
...@@ -295,6 +295,28 @@ ep-dpr-spin-lib:buildFacilityURI ...@@ -295,6 +295,28 @@ ep-dpr-spin-lib:buildFacilityURI
295 ]) 295 ])
296 ] . 296 ] .
297 297
298 +ep-dpr-spin-lib:buildHarbourURI
299 + rdf:type spin:Function ;
300 + rdfs:label "build Harbour URI"^^xsd:string ;
301 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
302 + spin:body
303 + [ rdf:type sp:Select ;
304 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
305 + ]) ;
306 + sp:where ([ rdf:type sp:Bind ;
307 + sp:expression
308 + [ rdf:type ep-spin-lib:buildURI ;
309 + sp:arg1 "https://www.reportinghub.no/ep/data/harbour/" ;
310 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
311 + sp:arg1 spin:_arg1
312 + ]
313 + ] ;
314 + sp:variable
315 + [ sp:varName "uri"^^xsd:string
316 + ]
317 + ])
318 + ] .
319 +
298 ep-dpr-spin-lib:buildOrganizationURI 320 ep-dpr-spin-lib:buildOrganizationURI
299 rdf:type spin:Function ; 321 rdf:type spin:Function ;
300 rdfs:label "build Organization URI"^^xsd:string ; 322 rdfs:label "build Organization URI"^^xsd:string ;
...@@ -800,6 +822,28 @@ arg3 is end date"""^^xsd:string ; ...@@ -800,6 +822,28 @@ arg3 is end date"""^^xsd:string ;
800 ]) 822 ])
801 ] . 823 ] .
802 824
825 +ep-dpr-spin-lib:buildTerminalURI
826 + rdf:type spin:Function ;
827 + rdfs:label "build Terminal URI"^^xsd:string ;
828 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
829 + spin:body
830 + [ rdf:type sp:Select ;
831 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
832 + ]) ;
833 + sp:where ([ rdf:type sp:Bind ;
834 + sp:expression
835 + [ rdf:type ep-spin-lib:buildURI ;
836 + sp:arg1 "https://www.reportinghub.no/ep/data/terminal/" ;
837 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
838 + sp:arg1 spin:_arg1
839 + ]
840 + ] ;
841 + sp:variable
842 + [ sp:varName "uri"^^xsd:string
843 + ]
844 + ])
845 + ] .
846 +
803 ep-dpr-spin-lib:selectAnglePerLengthScale 847 ep-dpr-spin-lib:selectAnglePerLengthScale
804 rdf:type spin:Function ; 848 rdf:type spin:Function ;
805 rdfs:label "select angle per length scale"^^xsd:string ; 849 rdfs:label "select angle per length scale"^^xsd:string ;
...@@ -5721,6 +5765,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5721,6 +5765,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5721 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5765 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5722 spin:body 5766 spin:body
5723 [ rdf:type sp:Select ; 5767 [ 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 ;
5724 sp:resultVariables ([ sp:varName "myVar"^^xsd:string 5784 sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5725 ]) ; 5785 ]) ;
5726 sp:where ([ rdf:type sp:Bind ; 5786 sp:where ([ rdf:type sp:Bind ;
...@@ -5800,22 +5860,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5800,22 +5860,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5800 [ sp:varName "myVar"^^xsd:string 5860 [ sp:varName "myVar"^^xsd:string
5801 ] 5861 ]
5802 ]) 5862 ])
5803 - ] ;
5804 - spin:body
5805 - [ rdf:type sp:Select ;
5806 - sp:resultVariables (_:b22) ;
5807 - sp:where ([ rdf:type sp:Bind ;
5808 - sp:expression
5809 - [ rdf:type sp:if ;
5810 - sp:arg1 [ rdf:type sp:eq ;
5811 - sp:arg1 spin:_arg1 ;
5812 - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5813 - ] ;
5814 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5815 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5816 - ] ;
5817 - sp:variable _:b22
5818 - ])
5819 ] . 5863 ] .
5820 5864
5821 ep-dpr-spin-lib:selectTemperatureScale 5865 ep-dpr-spin-lib:selectTemperatureScale
...@@ -7350,62 +7394,62 @@ ep-dpr-spin-lib:selectWorkScale ...@@ -7350,62 +7394,62 @@ ep-dpr-spin-lib:selectWorkScale
7350 ]) 7394 ])
7351 ] . 7395 ] .
7352 7396
7353 -_:b23 7397 +_:b1 sp:varName "uri"^^xsd:string .
7354 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7355 7398
7356 -_:b22 7399 +_:b2 sp:varName "UUID"^^xsd:string .
7357 - sp:varName "specificVolumeScale"^^xsd:string .
7358 7400
7359 -_:b21 7401 +_:b3 sp:varName "uri"^^xsd:string .
7360 - sp:varName "safetyActivityType"^^xsd:string .
7361 7402
7362 -_:b20 7403 +_:b4 sp:varName "uri"^^xsd:string .
7363 - sp:varName "productionFlowPurposeType"^^xsd:string .
7364 7404
7365 -_:b19 7405 +_:b5 sp:varName "uri"^^xsd:string .
7366 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7367 7406
7368 -_:b18 7407 +_:b6 sp:varName "uri"^^xsd:string .
7369 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7370 7408
7371 -_:b17 7409 +_:b7 sp:varName "uri"^^xsd:string .
7372 - sp:varName "productionFlowDefinitionType"^^xsd:string .
7373 7410
7374 -_:b16 7411 +_:b8 sp:varName "uri"^^xsd:string .
7375 - sp:varName "productionFacilityType"^^xsd:string .
7376 7412
7377 -_:b15 7413 +_:b9 sp:varName "uri"^^xsd:string .
7378 - sp:varName "productVolumeReportPeriodType"^^xsd:string .
7379 7414
7380 -_:b14 7415 +_:b10
7381 - sp:varName "densityScale"^^xsd:string . 7416 + sp:varName "uri"^^xsd:string .
7382 7417
7383 -_:b13 7418 +_:b11
7384 sp:varName "uri"^^xsd:string . 7419 sp:varName "uri"^^xsd:string .
7385 7420
7386 _:b12 7421 _:b12
7387 sp:varName "uri"^^xsd:string . 7422 sp:varName "uri"^^xsd:string .
7388 7423
7389 -_:b11 7424 +_:b13
7390 sp:varName "uri"^^xsd:string . 7425 sp:varName "uri"^^xsd:string .
7391 7426
7392 -_:b10 7427 +_:b14
7393 - sp:varName "uri"^^xsd:string . 7428 + sp:varName "densityScale"^^xsd:string .
7394 7429
7395 -_:b9 sp:varName "uri"^^xsd:string . 7430 +_:b23
7431 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7396 7432
7397 -_:b8 sp:varName "uri"^^xsd:string . 7433 +_:b22
7434 + sp:varName "specificVolumeScale"^^xsd:string .
7398 7435
7399 -_:b7 sp:varName "uri"^^xsd:string . 7436 +_:b21
7437 + sp:varName "safetyActivityType"^^xsd:string .
7400 7438
7401 -_:b6 sp:varName "uri"^^xsd:string . 7439 +_:b20
7440 + sp:varName "productionFlowPurposeType"^^xsd:string .
7402 7441
7403 -_:b5 sp:varName "uri"^^xsd:string . 7442 +_:b19
7443 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7404 7444
7405 -_:b4 sp:varName "uri"^^xsd:string . 7445 +_:b18
7446 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7406 7447
7407 -_:b3 sp:varName "uri"^^xsd:string . 7448 +_:b17
7449 + sp:varName "productionFlowDefinitionType"^^xsd:string .
7408 7450
7409 -_:b2 sp:varName "UUID"^^xsd:string . 7451 +_:b16
7452 + sp:varName "productionFacilityType"^^xsd:string .
7410 7453
7411 -_:b1 sp:varName "uri"^^xsd:string . 7454 +_:b15
7455 + sp:varName "productVolumeReportPeriodType"^^xsd:string .
......
...@@ -4658,6 +4658,24 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType ...@@ -4658,6 +4658,24 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
4658 sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_metered-fiscal> 4658 sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_metered-fiscal>
4659 ] ; 4659 ] ;
4660 sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal> ; 4660 sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal> ;
4661 + sp:arg3 [ rdf:type sp:if ;
4662 + sp:arg1 [ rdf:type sp:eq ;
4663 + sp:arg1 spin:_arg1 ;
4664 + sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_tariffbasis>
4665 + ] ;
4666 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#TariffBasisFlow> ;
4667 + sp:arg3 [ rdf:type sp:if ;
4668 + sp:arg1 [ rdf:type sp:eq ;
4669 + sp:arg1 spin:_arg1 ;
4670 + sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_massadjusted>
4671 + ] ;
4672 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MassAdjustedFlow> ;
4673 + sp:arg3 [ rdf:type sp:if ;
4674 + sp:arg1 [ rdf:type sp:eq ;
4675 + sp:arg1 spin:_arg1 ;
4676 + sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_metered-fiscal>
4677 + ] ;
4678 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal> ;
4661 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> 4679 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow>
4662 ] 4680 ]
4663 ] 4681 ]
...@@ -4675,6 +4693,9 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType ...@@ -4675,6 +4693,9 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
4675 ] 4693 ]
4676 ] 4694 ]
4677 ] 4695 ]
4696 + ]
4697 + ]
4698 + ]
4678 ] ; 4699 ] ;
4679 sp:variable 4700 sp:variable
4680 [ sp:varName "productionFlowDefinitionType"^^xsd:string 4701 [ sp:varName "productionFlowDefinitionType"^^xsd:string
...@@ -7320,6 +7341,107 @@ ep-mpr-spin-lib:selectVolumeScale ...@@ -7320,6 +7341,107 @@ ep-mpr-spin-lib:selectVolumeScale
7320 ]) 7341 ])
7321 ] . 7342 ] .
7322 7343
7344 +ep-mpr-spin-lib:selectWellStatusType
7345 + rdf:type spin:Function ;
7346 + rdfs:label "select WellStatusType"^^xsd:string ;
7347 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
7348 + spin:body
7349 + [ rdf:type sp:Select ;
7350 + sp:resultVariables ([ sp:varName "wellStatusType"^^xsd:string
7351 + ]) ;
7352 + sp:where ([ rdf:type sp:Bind ;
7353 + sp:expression
7354 + [ rdf:type sp:if ;
7355 + sp:arg1 [ rdf:type sp:eq ;
7356 + sp:arg1 spin:_arg1 ;
7357 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_operating>
7358 + ] ;
7359 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OperatingWell> ;
7360 + sp:arg3 [ rdf:type sp:if ;
7361 + sp:arg1 [ rdf:type sp:eq ;
7362 + sp:arg1 spin:_arg1 ;
7363 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_re-classtodevelopment>
7364 + ] ;
7365 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellReclassedToDevelopment> ;
7366 + sp:arg3 [ rdf:type sp:if ;
7367 + sp:arg1 [ rdf:type sp:eq ;
7368 + sp:arg1 spin:_arg1 ;
7369 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_pluggedandabandonded>
7370 + ] ;
7371 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#PluggedAndAbandonedWell> ;
7372 + sp:arg3 [ rdf:type sp:if ;
7373 + sp:arg1 [ rdf:type sp:eq ;
7374 + sp:arg1 spin:_arg1 ;
7375 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_junked>
7376 + ] ;
7377 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#JunkedWell> ;
7378 + sp:arg3 [ rdf:type sp:if ;
7379 + sp:arg1 [ rdf:type sp:eq ;
7380 + sp:arg1 spin:_arg1 ;
7381 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_plugged>
7382 + ] ;
7383 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#PluggedWell> ;
7384 + sp:arg3 [ rdf:type sp:if ;
7385 + sp:arg1 [ rdf:type sp:eq ;
7386 + sp:arg1 spin:_arg1 ;
7387 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_suspended>
7388 + ] ;
7389 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#SuspendedWell> ;
7390 + sp:arg3 [ rdf:type sp:if ;
7391 + sp:arg1 [ rdf:type sp:eq ;
7392 + sp:arg1 spin:_arg1 ;
7393 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_suspendedattd>
7394 + ] ;
7395 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#SuspendedAtTdWell> ;
7396 + sp:arg3 [ rdf:type sp:if ;
7397 + sp:arg1 [ rdf:type sp:eq ;
7398 + sp:arg1 spin:_arg1 ;
7399 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_injecting>
7400 + ] ;
7401 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#InjectingWell> ;
7402 + sp:arg3 [ rdf:type sp:if ;
7403 + sp:arg1 [ rdf:type sp:eq ;
7404 + sp:arg1 spin:_arg1 ;
7405 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_producing>
7406 + ] ;
7407 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#ProducingWell> ;
7408 + sp:arg3 [ rdf:type sp:if ;
7409 + sp:arg1 [ rdf:type sp:eq ;
7410 + sp:arg1 spin:_arg1 ;
7411 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_producing-injecting>
7412 + ] ;
7413 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#ProducingInjectingWell> ;
7414 + sp:arg3 [ rdf:type sp:if ;
7415 + sp:arg1 [ rdf:type sp:eq ;
7416 + sp:arg1 spin:_arg1 ;
7417 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_closed>
7418 + ] ;
7419 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#ClosedWell> ;
7420 + sp:arg3 [ rdf:type sp:if ;
7421 + sp:arg1 [ rdf:type sp:eq ;
7422 + sp:arg1 spin:_arg1 ;
7423 + sp:arg2 <http://www.epim.no/schemas/mprml/1#WS_abandonded>
7424 + ] ;
7425 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#AbandonedWell> ;
7426 + sp:arg3 <http://www.reportinghub.no/ep/schema/production-well#TemporalPartOfAWellOrWellBore>
7427 + ]
7428 + ]
7429 + ]
7430 + ]
7431 + ]
7432 + ]
7433 + ]
7434 + ]
7435 + ]
7436 + ]
7437 + ]
7438 + ] ;
7439 + sp:variable
7440 + [ sp:varName "wellStatusType"^^xsd:string
7441 + ]
7442 + ])
7443 + ] .
7444 +
7323 ep-mpr-spin-lib:selectWellTestReasonType 7445 ep-mpr-spin-lib:selectWellTestReasonType
7324 rdf:type spin:Function ; 7446 rdf:type spin:Function ;
7325 rdfs:label "select WellTestReasonType"^^xsd:string ; 7447 rdfs:label "select WellTestReasonType"^^xsd:string ;
......