David Leal

More on MPR

...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
37 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 37 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
38 rdf:type owl:Class ; 38 rdf:type owl:Class ;
39 rdfs:label "production well test"^^xsd:string ; 39 rdfs:label "production well test"^^xsd:string ;
40 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 40 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
41 41
42 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 42 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
43 rdf:type ep-prodact:ProductionOperationClassByDuration . 43 rdf:type ep-prodact:ProductionOperationClassByDuration .
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
52 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . 52 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> .
53 53
54 ep-core:Mass 54 ep-core:Mass
55 - rdf:type rdfs:Class , ep-core:PropertySpace ; 55 + rdf:type ep-core:PropertySpace , rdfs:Class ;
56 rdfs:label "mass"^^xsd:string ; 56 rdfs:label "mass"^^xsd:string ;
57 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 57 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
58 58
...@@ -109,13 +109,13 @@ ep-core:Mass ...@@ -109,13 +109,13 @@ ep-core:Mass
109 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> . 109 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> .
110 110
111 ep-prodact:AdministerFirstAid 111 ep-prodact:AdministerFirstAid
112 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 112 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
113 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 113 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
114 114
115 ep-prodact:AirTrafficOperation 115 ep-prodact:AirTrafficOperation
116 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 116 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
117 rdfs:label "air traffic operation"^^xsd:string ; 117 rdfs:label "air traffic operation"^^xsd:string ;
118 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 118 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
119 119
120 ep-prodact:Alarm 120 ep-prodact:Alarm
121 rdf:type owl:Class ; 121 rdf:type owl:Class ;
...@@ -131,50 +131,55 @@ ep-prodact:AlertType ...@@ -131,50 +131,55 @@ ep-prodact:AlertType
131 rdfs:label "alert type"^^xsd:string ; 131 rdfs:label "alert type"^^xsd:string ;
132 rdfs:subClassOf owl:Class . 132 rdfs:subClassOf owl:Class .
133 133
134 +ep-prodact:AllocateSplitFactors
135 + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ;
136 + rdfs:label "allocate split factors"^^xsd:string ;
137 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
138 +
134 ep-prodact:AnnualProductionActivity 139 ep-prodact:AnnualProductionActivity
135 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 140 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
136 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 141 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
137 142
138 ep-prodact:AnnualProductionActivityToDate 143 ep-prodact:AnnualProductionActivityToDate
139 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 144 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
140 rdfs:subClassOf ep-prodact:AnnualProductionActivity . 145 rdfs:subClassOf ep-prodact:AnnualProductionActivity .
141 146
142 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod 147 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
143 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 148 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
144 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity . 149 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToDate .
145 150
146 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 151 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
147 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 152 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
148 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . 153 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate .
149 154
150 ep-prodact:CargoShipOperation 155 ep-prodact:CargoShipOperation
151 rdf:type owl:Class ; 156 rdf:type owl:Class ;
152 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 157 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
153 158
154 ep-prodact:ConstructionOperation 159 ep-prodact:ConstructionOperation
155 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 160 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
156 rdfs:label "construction operation"^^xsd:string ; 161 rdfs:label "construction operation"^^xsd:string ;
157 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 162 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
158 163
159 ep-prodact:CumulativeProductionActivitySinceProductionBegan 164 ep-prodact:CumulativeProductionActivitySinceProductionBegan
160 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 165 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
161 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 166 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
162 167
163 ep-prodact:DailyProductionOperationsActivity 168 ep-prodact:DailyProductionOperationsActivity
164 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 169 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
165 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . 170 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
166 171
167 ep-prodact:DailyProductionVolumeActivity 172 ep-prodact:DailyProductionVolumeActivity
168 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 173 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
169 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 174 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
170 175
171 ep-prodact:Deviation 176 ep-prodact:Deviation
172 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 177 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
173 rdfs:label "deviation"^^xsd:string ; 178 rdfs:label "deviation"^^xsd:string ;
174 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 179 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
175 180
176 ep-prodact:DrillOrExcercise 181 ep-prodact:DrillOrExcercise
177 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 182 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
178 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 183 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
179 184
180 ep-prodact:Fire 185 ep-prodact:Fire
...@@ -196,55 +201,55 @@ ep-prodact:FlowLine-Production ...@@ -196,55 +201,55 @@ ep-prodact:FlowLine-Production
196 ep-prodact:FluidLevelTest 201 ep-prodact:FluidLevelTest
197 rdf:type owl:Class ; 202 rdf:type owl:Class ;
198 rdfs:label "fluid level test"^^xsd:string ; 203 rdfs:label "fluid level test"^^xsd:string ;
199 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 204 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
200 205
201 ep-prodact:FluidSampling-DST 206 ep-prodact:FluidSampling-DST
202 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 207 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
203 rdfs:label "fluid sampling - DST"^^xsd:string ; 208 rdfs:label "fluid sampling - DST"^^xsd:string ;
204 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 209 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
205 210
206 ep-prodact:FluidSampling-RFTorMDT 211 ep-prodact:FluidSampling-RFTorMDT
207 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 212 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
208 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 213 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
209 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 214 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
210 215
211 ep-prodact:FluidSampling-bottomhole 216 ep-prodact:FluidSampling-bottomhole
212 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 217 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
213 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 218 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
214 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 219 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
215 220
216 ep-prodact:FluidSampling-formationTester 221 ep-prodact:FluidSampling-formationTester
217 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 222 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
218 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 223 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
219 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 224 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
220 225
221 ep-prodact:FluidSampling-recombined 226 ep-prodact:FluidSampling-recombined
222 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 227 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
223 rdfs:label "fluid sampling - recombined"^^xsd:string ; 228 rdfs:label "fluid sampling - recombined"^^xsd:string ;
224 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 229 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
225 230
226 ep-prodact:FluidSampling-separatorGas 231 ep-prodact:FluidSampling-separatorGas
227 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 232 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
228 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 233 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
229 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 234 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
230 235
231 ep-prodact:FluidSampling-separatorOil 236 ep-prodact:FluidSampling-separatorOil
232 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 237 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
233 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 238 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
234 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 239 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
235 240
236 ep-prodact:FluidSampling-separatorWater 241 ep-prodact:FluidSampling-separatorWater
237 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 242 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
238 rdfs:label "fluid sampling - separator water"^^xsd:string ; 243 rdfs:label "fluid sampling - separator water"^^xsd:string ;
239 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 244 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
240 245
241 ep-prodact:FluidSampling-synthetic 246 ep-prodact:FluidSampling-synthetic
242 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 247 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
243 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 248 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
244 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 249 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
245 250
246 ep-prodact:FluidSampling-wellhead 251 ep-prodact:FluidSampling-wellhead
247 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 252 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
248 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 253 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
249 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 254 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
250 255
...@@ -275,26 +280,26 @@ ep-prodact:Incident ...@@ -275,26 +280,26 @@ ep-prodact:Incident
275 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 280 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
276 281
277 ep-prodact:InitialWellTest 282 ep-prodact:InitialWellTest
278 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 283 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
279 rdfs:label "initial"^^xsd:string ; 284 rdfs:label "initial"^^xsd:string ;
280 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 285 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
281 286
282 ep-prodact:InjectionWellTest 287 ep-prodact:InjectionWellTest
283 rdf:type owl:Class ; 288 rdf:type owl:Class ;
284 rdfs:label "injection well test"^^xsd:string ; 289 rdfs:label "injection well test"^^xsd:string ;
285 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 290 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
286 291
287 ep-prodact:Injury 292 ep-prodact:Injury
288 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 293 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
289 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 294 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
290 295
291 ep-prodact:IssueBillOfLading 296 ep-prodact:IssueBillOfLading
292 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 297 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
293 rdfs:label "issue bill of lading"^^xsd:string ; 298 rdfs:label "issue bill of lading"^^xsd:string ;
294 rdfs:subClassOf ep-prodact:SalesActivity . 299 rdfs:subClassOf ep-prodact:SalesActivity .
295 300
296 ep-prodact:IssueWorkPermit 301 ep-prodact:IssueWorkPermit
297 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 302 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
298 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 303 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
299 304
300 ep-prodact:JobObservation 305 ep-prodact:JobObservation
...@@ -314,7 +319,7 @@ ep-prodact:LostTimeIncident ...@@ -314,7 +319,7 @@ ep-prodact:LostTimeIncident
314 rdfs:subClassOf ep-prodact:Incident . 319 rdfs:subClassOf ep-prodact:Incident .
315 320
316 ep-prodact:MaintenanceActivity 321 ep-prodact:MaintenanceActivity
317 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 322 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
318 rdfs:label "maintenance activity"^^xsd:string ; 323 rdfs:label "maintenance activity"^^xsd:string ;
319 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 324 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
320 325
...@@ -324,20 +329,25 @@ ep-prodact:MakeAComment ...@@ -324,20 +329,25 @@ ep-prodact:MakeAComment
324 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 329 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
325 330
326 ep-prodact:MakeATransaction 331 ep-prodact:MakeATransaction
327 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 332 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
328 rdfs:label "make a transaction"^^xsd:string ; 333 rdfs:label "make a transaction"^^xsd:string ;
329 rdfs:subClassOf ep-prodact:SalesActivity . 334 rdfs:subClassOf ep-prodact:SalesActivity .
330 335
331 ep-prodact:MarineOperation 336 ep-prodact:MarineOperation
332 rdf:type owl:Class ; 337 rdf:type owl:Class ;
333 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 338 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
339 +
340 +ep-prodact:MeasureSplitFactors
341 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
342 + rdfs:label "measure split factors"^^xsd:string ;
343 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
334 344
335 ep-prodact:MedicalTreatmentInjury 345 ep-prodact:MedicalTreatmentInjury
336 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 346 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
337 rdfs:subClassOf ep-prodact:Injury . 347 rdfs:subClassOf ep-prodact:Injury .
338 348
339 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 349 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
340 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 350 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
341 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 351 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
342 352
343 ep-prodact:MovementOfProduct 353 ep-prodact:MovementOfProduct
...@@ -359,12 +369,12 @@ ep-prodact:NotablePartOfProductionActivity ...@@ -359,12 +369,12 @@ ep-prodact:NotablePartOfProductionActivity
359 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 369 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
360 370
361 ep-prodact:OtherProductionActivity 371 ep-prodact:OtherProductionActivity
362 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 372 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
363 rdfs:label "other production activity"^^xsd:string ; 373 rdfs:label "other production activity"^^xsd:string ;
364 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 374 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
365 375
366 ep-prodact:OtherReasonWellTest 376 ep-prodact:OtherReasonWellTest
367 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 377 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
368 rdfs:label "other"^^xsd:string ; 378 rdfs:label "other"^^xsd:string ;
369 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 379 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
370 380
...@@ -379,17 +389,17 @@ ep-prodact:Participation ...@@ -379,17 +389,17 @@ ep-prodact:Participation
379 rdfs:subPropertyOf ep-prodact:involvement . 389 rdfs:subPropertyOf ep-prodact:involvement .
380 390
381 ep-prodact:PeriodicWellTest 391 ep-prodact:PeriodicWellTest
382 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 392 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
383 rdfs:label "periodic"^^xsd:string ; 393 rdfs:label "periodic"^^xsd:string ;
384 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 394 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
385 395
386 ep-prodact:PowerStationFailure 396 ep-prodact:PowerStationFailure
387 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 397 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
388 rdfs:label "power station failure"^^xsd:string ; 398 rdfs:label "power station failure"^^xsd:string ;
389 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 399 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
390 400
391 ep-prodact:ProductCompletedLifting 401 ep-prodact:ProductCompletedLifting
392 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 402 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
393 rdfs:label "product completed lifting"^^xsd:string ; 403 rdfs:label "product completed lifting"^^xsd:string ;
394 rdfs:subClassOf ep-prodact:MovementOfProduct . 404 rdfs:subClassOf ep-prodact:MovementOfProduct .
395 405
...@@ -399,72 +409,72 @@ ep-prodact:ProductDespatch ...@@ -399,72 +409,72 @@ ep-prodact:ProductDespatch
399 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 409 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
400 410
401 ep-prodact:ProductGain-Loss 411 ep-prodact:ProductGain-Loss
402 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 412 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
403 rdfs:label "product gain/loss"^^xsd:string ; 413 rdfs:label "product gain/loss"^^xsd:string ;
404 rdfs:subClassOf ep-prodact:MovementOfProduct . 414 rdfs:subClassOf ep-prodact:MovementOfProduct .
405 415
406 ep-prodact:ProductInputToStorage 416 ep-prodact:ProductInputToStorage
407 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 417 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
408 rdfs:label "product input to storage"^^xsd:string ; 418 rdfs:label "product input to storage"^^xsd:string ;
409 rdfs:subClassOf ep-prodact:MovementOfProduct . 419 rdfs:subClassOf ep-prodact:MovementOfProduct .
410 420
411 ep-prodact:ProductLifted 421 ep-prodact:ProductLifted
412 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 422 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
413 rdfs:label "product lifted"^^xsd:string ; 423 rdfs:label "product lifted"^^xsd:string ;
414 rdfs:subClassOf ep-prodact:MovementOfProduct . 424 rdfs:subClassOf ep-prodact:MovementOfProduct .
415 425
416 ep-prodact:ProductLiftingEntitlement 426 ep-prodact:ProductLiftingEntitlement
417 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 427 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
418 rdfs:label "product lifting entitlement"^^xsd:string ; 428 rdfs:label "product lifting entitlement"^^xsd:string ;
419 rdfs:subClassOf ep-prodact:MovementOfProduct . 429 rdfs:subClassOf ep-prodact:MovementOfProduct .
420 430
421 ep-prodact:ProductLiftingEntitlementRemaining 431 ep-prodact:ProductLiftingEntitlementRemaining
422 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 432 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
423 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 433 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
424 rdfs:subClassOf ep-prodact:MovementOfProduct . 434 rdfs:subClassOf ep-prodact:MovementOfProduct .
425 435
426 ep-prodact:ProductMassAdjustment 436 ep-prodact:ProductMassAdjustment
427 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 437 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
428 rdfs:label "product mass adjustment"^^xsd:string ; 438 rdfs:label "product mass adjustment"^^xsd:string ;
429 rdfs:subClassOf ep-prodact:MovementOfProduct . 439 rdfs:subClassOf ep-prodact:MovementOfProduct .
430 440
431 ep-prodact:ProductPartialLifting 441 ep-prodact:ProductPartialLifting
432 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 442 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
433 rdfs:label "product partial lifting"^^xsd:string ; 443 rdfs:label "product partial lifting"^^xsd:string ;
434 rdfs:subClassOf ep-prodact:MovementOfProduct . 444 rdfs:subClassOf ep-prodact:MovementOfProduct .
435 445
436 ep-prodact:ProductPipelineLifting 446 ep-prodact:ProductPipelineLifting
437 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 447 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
438 rdfs:label "product pipeline lifting"^^xsd:string ; 448 rdfs:label "product pipeline lifting"^^xsd:string ;
439 rdfs:subClassOf ep-prodact:MovementOfProduct . 449 rdfs:subClassOf ep-prodact:MovementOfProduct .
440 450
441 ep-prodact:ProductProductionImbalance 451 ep-prodact:ProductProductionImbalance
442 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 452 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
443 rdfs:label "product production imbalance"^^xsd:string ; 453 rdfs:label "product production imbalance"^^xsd:string ;
444 rdfs:subClassOf ep-prodact:MovementOfProduct . 454 rdfs:subClassOf ep-prodact:MovementOfProduct .
445 455
446 ep-prodact:ProductSwap 456 ep-prodact:ProductSwap
447 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 457 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
448 rdfs:label "product swap"^^xsd:string ; 458 rdfs:label "product swap"^^xsd:string ;
449 rdfs:subClassOf ep-prodact:MovementOfProduct . 459 rdfs:subClassOf ep-prodact:MovementOfProduct .
450 460
451 ep-prodact:ProductTankerLifting 461 ep-prodact:ProductTankerLifting
452 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 462 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
453 rdfs:label "product tanker lifting"^^xsd:string ; 463 rdfs:label "product tanker lifting"^^xsd:string ;
454 rdfs:subClassOf ep-prodact:MovementOfProduct . 464 rdfs:subClassOf ep-prodact:MovementOfProduct .
455 465
456 ep-prodact:ProductTransaction 466 ep-prodact:ProductTransaction
457 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 467 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
458 rdfs:label "product transaction"^^xsd:string ; 468 rdfs:label "product transaction"^^xsd:string ;
459 rdfs:subClassOf ep-prodact:MovementOfProduct . 469 rdfs:subClassOf ep-prodact:MovementOfProduct .
460 470
461 ep-prodact:ProductTransfer 471 ep-prodact:ProductTransfer
462 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 472 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
463 rdfs:label "product transfer"^^xsd:string ; 473 rdfs:label "product transfer"^^xsd:string ;
464 rdfs:subClassOf ep-prodact:MovementOfProduct . 474 rdfs:subClassOf ep-prodact:MovementOfProduct .
465 475
466 ep-prodact:ProductionActivityLastingLessThanAYear 476 ep-prodact:ProductionActivityLastingLessThanAYear
467 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 477 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
468 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 478 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
469 479
470 ep-prodact:ProductionActivityType 480 ep-prodact:ProductionActivityType
...@@ -483,7 +493,7 @@ ep-prodact:ProductionOperationMethodType ...@@ -483,7 +493,7 @@ ep-prodact:ProductionOperationMethodType
483 rdfs:subClassOf owl:Class . 493 rdfs:subClassOf owl:Class .
484 494
485 ep-prodact:ProductionOperationsActivity 495 ep-prodact:ProductionOperationsActivity
486 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 496 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
487 rdfs:label "production operations activity"^^xsd:string ; 497 rdfs:label "production operations activity"^^xsd:string ;
488 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 498 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
489 499
...@@ -501,7 +511,7 @@ ep-prodact:ReleasedToWater ...@@ -501,7 +511,7 @@ ep-prodact:ReleasedToWater
501 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 511 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
502 512
503 ep-prodact:ReportHazard 513 ep-prodact:ReportHazard
504 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 514 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
505 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 515 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
506 516
507 ep-prodact:RestrictedWork 517 ep-prodact:RestrictedWork
...@@ -509,11 +519,11 @@ ep-prodact:RestrictedWork ...@@ -509,11 +519,11 @@ ep-prodact:RestrictedWork
509 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 519 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
510 520
511 ep-prodact:RestrictedWorkInjury 521 ep-prodact:RestrictedWorkInjury
512 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 522 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
513 rdfs:subClassOf ep-prodact:Injury . 523 rdfs:subClassOf ep-prodact:Injury .
514 524
515 ep-prodact:RevisionWellTest 525 ep-prodact:RevisionWellTest
516 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 526 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
517 rdfs:label "revision"^^xsd:string ; 527 rdfs:label "revision"^^xsd:string ;
518 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 528 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
519 529
...@@ -522,7 +532,7 @@ ep-prodact:SafetyActivityType ...@@ -522,7 +532,7 @@ ep-prodact:SafetyActivityType
522 rdfs:subClassOf owl:Class . 532 rdfs:subClassOf owl:Class .
523 533
524 ep-prodact:SafetyMeeting 534 ep-prodact:SafetyMeeting
525 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 535 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
526 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 536 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
527 537
528 ep-prodact:SalesActivity 538 ep-prodact:SalesActivity
...@@ -548,9 +558,14 @@ ep-prodact:SickOnBoard ...@@ -548,9 +558,14 @@ ep-prodact:SickOnBoard
548 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 558 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
549 559
550 ep-prodact:SpillOrLeak 560 ep-prodact:SpillOrLeak
551 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 561 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
552 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 562 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
553 563
564 +ep-prodact:SplitFactorDeterminationType
565 + rdf:type rdfs:Class ;
566 + rdfs:label "split factor determination type"^^xsd:string ;
567 + rdfs:subClassOf owl:Class .
568 +
554 ep-prodact:SubstanceType 569 ep-prodact:SubstanceType
555 rdf:type rdfs:Class ; 570 rdf:type rdfs:Class ;
556 rdfs:label "substance type"^^xsd:string ; 571 rdfs:label "substance type"^^xsd:string ;
...@@ -561,7 +576,7 @@ ep-prodact:TransportationActivity ...@@ -561,7 +576,7 @@ ep-prodact:TransportationActivity
561 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 576 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
562 577
563 ep-prodact:UnknownReasonWellTest 578 ep-prodact:UnknownReasonWellTest
564 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 579 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
565 rdfs:label "unknown"^^xsd:string ; 580 rdfs:label "unknown"^^xsd:string ;
566 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 581 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
567 582
...@@ -577,7 +592,7 @@ ep-prodact:WaterDischarge ...@@ -577,7 +592,7 @@ ep-prodact:WaterDischarge
577 ep-prodact:WaterSample 592 ep-prodact:WaterSample
578 rdf:type owl:Class ; 593 rdf:type owl:Class ;
579 rdfs:label "(temporal part of a) water sample"^^xsd:string ; 594 rdfs:label "(temporal part of a) water sample"^^xsd:string ;
580 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> , <http://www.reportinghub.no/ep/schema/well#Water> . 595 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> .
581 596
582 ep-prodact:WellTestReasonType 597 ep-prodact:WellTestReasonType
583 rdf:type rdfs:Class ; 598 rdf:type rdfs:Class ;
...@@ -585,11 +600,11 @@ ep-prodact:WellTestReasonType ...@@ -585,11 +600,11 @@ ep-prodact:WellTestReasonType
585 rdfs:subClassOf owl:Class . 600 rdfs:subClassOf owl:Class .
586 601
587 ep-prodact:WorkingUnderPermit 602 ep-prodact:WorkingUnderPermit
588 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 603 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
589 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 604 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
590 605
591 ep-prodact:WorkingUnderPermitWithSJA 606 ep-prodact:WorkingUnderPermitWithSJA
592 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 607 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
593 rdfs:subClassOf ep-prodact:WorkingUnderPermit . 608 rdfs:subClassOf ep-prodact:WorkingUnderPermit .
594 609
595 ep-prodact:alertUpon 610 ep-prodact:alertUpon
...@@ -609,7 +624,7 @@ ep-prodact:amountOfOil ...@@ -609,7 +624,7 @@ ep-prodact:amountOfOil
609 rdfs:range ep-core:Mass . 624 rdfs:range ep-core:Mass .
610 625
611 ep-prodact:cargoBatchNumber 626 ep-prodact:cargoBatchNumber
612 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 627 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
613 rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; 628 rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
614 rdfs:label "cargo batch number"^^xsd:string . 629 rdfs:label "cargo batch number"^^xsd:string .
615 630
...@@ -620,7 +635,7 @@ ep-prodact:cargoLoaded ...@@ -620,7 +635,7 @@ ep-prodact:cargoLoaded
620 rdfs:range ep-core:PhysicalObject . 635 rdfs:range ep-core:PhysicalObject .
621 636
622 ep-prodact:cargoNumber 637 ep-prodact:cargoNumber
623 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 638 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
624 rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; 639 rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
625 rdfs:label "cargo number"^^xsd:string . 640 rdfs:label "cargo number"^^xsd:string .
626 641
...@@ -675,7 +690,7 @@ ep-prodact:glycolDensity ...@@ -675,7 +690,7 @@ ep-prodact:glycolDensity
675 rdfs:range ep-core:Density . 690 rdfs:range ep-core:Density .
676 691
677 ep-prodact:hasGasLiftChoke 692 ep-prodact:hasGasLiftChoke
678 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 693 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
679 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 694 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
680 rdfs:label "has gas lift choke"^^xsd:string ; 695 rdfs:label "has gas lift choke"^^xsd:string ;
681 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 696 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
...@@ -692,7 +707,7 @@ ep-prodact:hasPredecessor ...@@ -692,7 +707,7 @@ ep-prodact:hasPredecessor
692 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 707 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
693 708
694 ep-prodact:hasShutInPressure 709 ep-prodact:hasShutInPressure
695 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 710 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
696 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 711 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
697 rdfs:label "has shut-in pressure"^^xsd:string ; 712 rdfs:label "has shut-in pressure"^^xsd:string ;
698 rdfs:range ep-core:Pressure . 713 rdfs:range ep-core:Pressure .
...@@ -704,25 +719,25 @@ ep-prodact:hasValidPredecessor ...@@ -704,25 +719,25 @@ ep-prodact:hasValidPredecessor
704 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 719 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
705 720
706 ep-prodact:injectionWellTestMaximumAnnularPressure 721 ep-prodact:injectionWellTestMaximumAnnularPressure
707 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 722 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
708 rdfs:domain ep-prodact:InjectionWellTest ; 723 rdfs:domain ep-prodact:InjectionWellTest ;
709 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 724 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
710 rdfs:range ep-core:Pressure . 725 rdfs:range ep-core:Pressure .
711 726
712 ep-prodact:injectionWellTestMinimumAnnularPressure 727 ep-prodact:injectionWellTestMinimumAnnularPressure
713 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 728 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
714 rdfs:domain ep-prodact:InjectionWellTest ; 729 rdfs:domain ep-prodact:InjectionWellTest ;
715 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 730 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
716 rdfs:range ep-core:Pressure . 731 rdfs:range ep-core:Pressure .
717 732
718 ep-prodact:injectionWellTestWellheadFlowingPressure 733 ep-prodact:injectionWellTestWellheadFlowingPressure
719 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 734 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
720 rdfs:domain ep-prodact:InjectionWellTest ; 735 rdfs:domain ep-prodact:InjectionWellTest ;
721 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 736 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
722 rdfs:range ep-core:Pressure . 737 rdfs:range ep-core:Pressure .
723 738
724 ep-prodact:injectionWellTestWellheadMaximumPressure 739 ep-prodact:injectionWellTestWellheadMaximumPressure
725 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 740 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
726 rdfs:domain ep-prodact:InjectionWellTest ; 741 rdfs:domain ep-prodact:InjectionWellTest ;
727 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 742 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
728 rdfs:range ep-core:Pressure . 743 rdfs:range ep-core:Pressure .
...@@ -733,7 +748,7 @@ ep-prodact:involvement ...@@ -733,7 +748,7 @@ ep-prodact:involvement
733 rdfs:range ep-core:PhysicalObject . 748 rdfs:range ep-core:PhysicalObject .
734 749
735 ep-prodact:movedProduct 750 ep-prodact:movedProduct
736 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 751 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
737 rdfs:domain ep-prodact:MovementOfProduct ; 752 rdfs:domain ep-prodact:MovementOfProduct ;
738 rdfs:label "moved product"^^xsd:string ; 753 rdfs:label "moved product"^^xsd:string ;
739 rdfs:range <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> . 754 rdfs:range <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> .
...@@ -794,7 +809,7 @@ ep-prodact:oilInWater ...@@ -794,7 +809,7 @@ ep-prodact:oilInWater
794 rdfs:range ep-core:MassPerUnitMassConcentration . 809 rdfs:range ep-core:MassPerUnitMassConcentration .
795 810
796 ep-prodact:onProductionFacility 811 ep-prodact:onProductionFacility
797 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 812 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
798 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 813 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
799 rdfs:label "on facility"^^xsd:string ; 814 rdfs:label "on facility"^^xsd:string ;
800 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 815 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -820,7 +835,7 @@ ep-prodact:productionActivityPeriodClassification ...@@ -820,7 +835,7 @@ ep-prodact:productionActivityPeriodClassification
820 rdfs:range ep-prodact:ProductionOperationClassByDuration . 835 rdfs:range ep-prodact:ProductionOperationClassByDuration .
821 836
822 ep-prodact:productionOperator 837 ep-prodact:productionOperator
823 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 838 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
824 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 839 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
825 rdfs:label "production operator"^^xsd:string ; 840 rdfs:label "production operator"^^xsd:string ;
826 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 841 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -836,7 +851,7 @@ ep-prodact:samplePhValue ...@@ -836,7 +851,7 @@ ep-prodact:samplePhValue
836 rdfs:range xsd:double . 851 rdfs:range xsd:double .
837 852
838 ep-prodact:samplePoint 853 ep-prodact:samplePoint
839 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 854 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
840 rdfs:domain ep-prodact:WaterSample ; 855 rdfs:domain ep-prodact:WaterSample ;
841 rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . 856 rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> .
842 857
...@@ -862,7 +877,7 @@ ep-prodact:shipper ...@@ -862,7 +877,7 @@ ep-prodact:shipper
862 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 877 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
863 878
864 ep-prodact:testedWellBoreInterval 879 ep-prodact:testedWellBoreInterval
865 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 880 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
866 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 881 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
867 rdfs:label "tested wellbore interval"^^xsd:string ; 882 rdfs:label "tested wellbore interval"^^xsd:string ;
868 rdfs:range ep-core:PhysicalObject . 883 rdfs:range ep-core:PhysicalObject .
......
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
10 10
11 <http://www.reportinghub.no/ep/schema/1.0/production-report> 11 <http://www.reportinghub.no/ep/schema/1.0/production-report>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 13 + owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/report> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ep-prodreport:DailyProductVolumeReport 16 ep-prodreport:DailyProductVolumeReport
17 - rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ; 17 + rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ;
18 rdfs:label "daily product volume report"^^xsd:string ; 18 rdfs:label "daily product volume report"^^xsd:string ;
19 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 19 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
20 20
...@@ -29,7 +29,7 @@ ep-prodreport:FluidSampleReport ...@@ -29,7 +29,7 @@ ep-prodreport:FluidSampleReport
29 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . 29 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
30 30
31 ep-prodreport:MonthlyProductVolumeReport 31 ep-prodreport:MonthlyProductVolumeReport
32 - rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ; 32 + rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ;
33 rdfs:label " monthly product volume report"^^xsd:string ; 33 rdfs:label " monthly product volume report"^^xsd:string ;
34 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 34 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
35 35
...@@ -38,18 +38,23 @@ ep-prodreport:MonthlyProductionReport ...@@ -38,18 +38,23 @@ ep-prodreport:MonthlyProductionReport
38 rdfs:label "Monthly Production Report"^^xsd:string ; 38 rdfs:label "Monthly Production Report"^^xsd:string ;
39 rdfs:subClassOf ep-prodreport:ProductionReport . 39 rdfs:subClassOf ep-prodreport:ProductionReport .
40 40
41 +ep-prodreport:ProductVolumeFlowReport
42 + rdf:type owl:Class ;
43 + rdfs:label "product volume flow report"^^xsd:string ;
44 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
45 +
41 ep-prodreport:ProductVolumeReport 46 ep-prodreport:ProductVolumeReport
42 rdf:type owl:Class ; 47 rdf:type owl:Class ;
43 rdfs:label "product volume report"^^xsd:string ; 48 rdfs:label "product volume report"^^xsd:string ;
44 - rdfs:subClassOf ep-prodreport:ProductionReport . 49 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
45 50
46 ep-prodreport:ProductVolumeReportForInstant 51 ep-prodreport:ProductVolumeReportForInstant
47 - rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ; 52 + rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ;
48 rdfs:label "product volume report for instant"^^xsd:string ; 53 rdfs:label "product volume report for instant"^^xsd:string ;
49 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 54 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
50 55
51 ep-prodreport:ProductVolumeReportMonthToDate 56 ep-prodreport:ProductVolumeReportMonthToDate
52 - rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ; 57 + rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ;
53 rdfs:label " product volume report month to date"^^xsd:string ; 58 rdfs:label " product volume report month to date"^^xsd:string ;
54 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 59 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
55 60
...@@ -59,7 +64,7 @@ ep-prodreport:ProductVolumeReportPeriodType ...@@ -59,7 +64,7 @@ ep-prodreport:ProductVolumeReportPeriodType
59 rdfs:subClassOf owl:Class . 64 rdfs:subClassOf owl:Class .
60 65
61 ep-prodreport:ProductVolumeReportYearToDate 66 ep-prodreport:ProductVolumeReportYearToDate
62 - rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ; 67 + rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ;
63 rdfs:label " product volume report year to date"^^xsd:string ; 68 rdfs:label " product volume report year to date"^^xsd:string ;
64 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 69 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
65 70
...@@ -78,8 +83,8 @@ ep-prodreport:ReportAliasIdentifier ...@@ -78,8 +83,8 @@ ep-prodreport:ReportAliasIdentifier
78 rdfs:subClassOf owl:Thing ; 83 rdfs:subClassOf owl:Thing ;
79 rdfs:subClassOf 84 rdfs:subClassOf
80 [ rdf:type owl:Restriction ; 85 [ rdf:type owl:Restriction ;
81 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 86 + owl:minCardinality "1"^^xsd:nonNegativeInteger ;
82 - owl:onProperty ep-prodreport:isAliasFor 87 + owl:onProperty ep-prodreport:aliasName
83 ] ; 88 ] ;
84 rdfs:subClassOf 89 rdfs:subClassOf
85 [ rdf:type owl:Restriction ; 90 [ rdf:type owl:Restriction ;
...@@ -88,12 +93,12 @@ ep-prodreport:ReportAliasIdentifier ...@@ -88,12 +93,12 @@ ep-prodreport:ReportAliasIdentifier
88 ] ; 93 ] ;
89 rdfs:subClassOf 94 rdfs:subClassOf
90 [ rdf:type owl:Restriction ; 95 [ rdf:type owl:Restriction ;
91 - owl:minCardinality "1"^^xsd:nonNegativeInteger ; 96 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
92 - owl:onProperty ep-prodreport:aliasName 97 + owl:onProperty ep-prodreport:isAliasFor
93 ] . 98 ] .
94 99
95 ep-prodreport:WeeklyProductVolumeReport 100 ep-prodreport:WeeklyProductVolumeReport
96 - rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ; 101 + rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ;
97 rdfs:label "weekly product volume report"^^xsd:string ; 102 rdfs:label "weekly product volume report"^^xsd:string ;
98 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 103 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
99 104
...@@ -103,7 +108,7 @@ ep-prodreport:WellTestReport ...@@ -103,7 +108,7 @@ ep-prodreport:WellTestReport
103 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . 108 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
104 109
105 ep-prodreport:YearlyProductVolumeReport 110 ep-prodreport:YearlyProductVolumeReport
106 - rdf:type owl:Class , ep-prodreport:ProductVolumeReportPeriodType ; 111 + rdf:type ep-prodreport:ProductVolumeReportPeriodType , owl:Class ;
107 rdfs:label "yearly product volume report"^^xsd:string ; 112 rdfs:label "yearly product volume report"^^xsd:string ;
108 rdfs:subClassOf ep-prodreport:ProductVolumeReport . 113 rdfs:subClassOf ep-prodreport:ProductVolumeReport .
109 114
...@@ -120,6 +125,10 @@ ep-prodreport:dateCoveredByReport ...@@ -120,6 +125,10 @@ ep-prodreport:dateCoveredByReport
120 rdfs:domain ep-prodreport:DailyProductionReport ; 125 rdfs:domain ep-prodreport:DailyProductionReport ;
121 rdfs:range xsd:date . 126 rdfs:range xsd:date .
122 127
128 +ep-prodreport:descriptionOfSource
129 + rdf:type owl:DatatypeProperty ;
130 + rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> .
131 +
123 ep-prodreport:disclaimer 132 ep-prodreport:disclaimer
124 rdf:type rdf:Property ; 133 rdf:type rdf:Property ;
125 rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ; 134 rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ;
...@@ -130,6 +139,6 @@ ep-prodreport:isAliasFor ...@@ -130,6 +139,6 @@ ep-prodreport:isAliasFor
130 rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . 139 rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
131 140
132 ep-prodreport:issuedAt 141 ep-prodreport:issuedAt
133 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 142 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
134 rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ; 143 rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ;
135 rdfs:label "issued at"^^xsd:string . 144 rdfs:label "issued at"^^xsd:string .
......
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
2 +# imports: http://www.reportinghub.no/ep/schema/1.0/flow
2 # imports: http://www.reportinghub.no/ep/schema/1.0/well 3 # imports: http://www.reportinghub.no/ep/schema/1.0/well
3 4
4 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 5 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
...@@ -11,11 +12,11 @@ ...@@ -11,11 +12,11 @@
11 12
12 <http://www.reportinghub.no/ep/schema/1.0/production-well> 13 <http://www.reportinghub.no/ep/schema/1.0/production-well>
13 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
14 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 17
17 ep-prodwell:Air-gas 18 ep-prodwell:Air-gas
18 - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; 19 + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
19 rdfs:label "air gas"^^xsd:string ; 20 rdfs:label "air gas"^^xsd:string ;
20 rdfs:subClassOf ep-prodwell:NonHcGas . 21 rdfs:subClassOf ep-prodwell:NonHcGas .
21 22
...@@ -25,17 +26,17 @@ ep-prodwell:BasicSedimentAndWater ...@@ -25,17 +26,17 @@ ep-prodwell:BasicSedimentAndWater
25 rdfs:subClassOf ep-well:Fluid . 26 rdfs:subClassOf ep-well:Fluid .
26 27
27 ep-prodwell:Brine 28 ep-prodwell:Brine
28 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 29 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
29 rdfs:label "brine"^^xsd:string ; 30 rdfs:label "brine"^^xsd:string ;
30 rdfs:subClassOf ep-well:Water . 31 rdfs:subClassOf ep-well:Water .
31 32
32 ep-prodwell:CO2-gas 33 ep-prodwell:CO2-gas
33 - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; 34 + rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
34 rdfs:label "CO2 gas"^^xsd:string ; 35 rdfs:label "CO2 gas"^^xsd:string ;
35 rdfs:subClassOf ep-prodwell:NonHcGas . 36 rdfs:subClassOf ep-prodwell:NonHcGas .
36 37
37 ep-prodwell:DryFluid 38 ep-prodwell:DryFluid
38 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 39 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
39 rdfs:label "dry fluid"^^xsd:string ; 40 rdfs:label "dry fluid"^^xsd:string ;
40 rdfs:subClassOf ep-well:Fluid . 41 rdfs:subClassOf ep-well:Fluid .
41 42
...@@ -55,7 +56,7 @@ ep-prodwell:FluidComponentWholePair ...@@ -55,7 +56,7 @@ ep-prodwell:FluidComponentWholePair
55 rdfs:subClassOf ep-prodwell:FluidPair . 56 rdfs:subClassOf ep-prodwell:FluidPair .
56 57
57 ep-prodwell:FluidFraction 58 ep-prodwell:FluidFraction
58 - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; 59 + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
59 rdfs:label "fluid fraction"^^xsd:string ; 60 rdfs:label "fluid fraction"^^xsd:string ;
60 rdfs:subClassOf ep-well:Fluid . 61 rdfs:subClassOf ep-well:Fluid .
61 62
...@@ -80,12 +81,12 @@ ep-prodwell:FluidPrimaryComponentWholePair ...@@ -80,12 +81,12 @@ ep-prodwell:FluidPrimaryComponentWholePair
80 rdfs:subClassOf ep-prodwell:FluidComponentWholePair . 81 rdfs:subClassOf ep-prodwell:FluidComponentWholePair .
81 82
82 ep-prodwell:FreshWater 83 ep-prodwell:FreshWater
83 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 84 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
84 rdfs:label "fresh water"^^xsd:string ; 85 rdfs:label "fresh water"^^xsd:string ;
85 rdfs:subClassOf ep-well:Water . 86 rdfs:subClassOf ep-well:Water .
86 87
87 ep-prodwell:GasAndWater 88 ep-prodwell:GasAndWater
88 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 89 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
89 rdfs:label "gas and water"^^xsd:string ; 90 rdfs:label "gas and water"^^xsd:string ;
90 rdfs:subClassOf ep-well:Fluid . 91 rdfs:subClassOf ep-well:Fluid .
91 92
...@@ -95,7 +96,7 @@ ep-prodwell:InjectionFluidType ...@@ -95,7 +96,7 @@ ep-prodwell:InjectionFluidType
95 rdfs:subClassOf owl:Class . 96 rdfs:subClassOf owl:Class .
96 97
97 ep-prodwell:Liquid 98 ep-prodwell:Liquid
98 - rdf:type owl:Class , ep-prodwell:FluidPhaseType ; 99 + rdf:type ep-prodwell:FluidPhaseType , owl:Class ;
99 rdfs:label "liquid"^^xsd:string ; 100 rdfs:label "liquid"^^xsd:string ;
100 rdfs:subClassOf ep-well:Fluid . 101 rdfs:subClassOf ep-well:Fluid .
101 102
...@@ -105,47 +106,47 @@ ep-prodwell:NaturalGasClass ...@@ -105,47 +106,47 @@ ep-prodwell:NaturalGasClass
105 rdfs:subClassOf owl:Class . 106 rdfs:subClassOf owl:Class .
106 107
107 ep-prodwell:NonHcGas 108 ep-prodwell:NonHcGas
108 - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; 109 + rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
109 rdfs:label "non-HC gas"^^xsd:string ; 110 rdfs:label "non-HC gas"^^xsd:string ;
110 rdfs:subClassOf ep-well:Gas . 111 rdfs:subClassOf ep-well:Gas .
111 112
112 ep-prodwell:OilAndGas 113 ep-prodwell:OilAndGas
113 - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; 114 + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
114 rdfs:label "oil and gas"^^xsd:string ; 115 rdfs:label "oil and gas"^^xsd:string ;
115 rdfs:subClassOf ep-well:Fluid . 116 rdfs:subClassOf ep-well:Fluid .
116 117
117 ep-prodwell:OilAndWater 118 ep-prodwell:OilAndWater
118 - rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType , owl:Class ; 119 + rdf:type owl:Class , ep-well:FluidComponentType , ep-prodwell:InjectionFluidType ;
119 rdfs:label "oil and water"^^xsd:string ; 120 rdfs:label "oil and water"^^xsd:string ;
120 rdfs:subClassOf ep-well:Fluid . 121 rdfs:subClassOf ep-well:Fluid .
121 122
122 ep-prodwell:OtherInjectionFluid 123 ep-prodwell:OtherInjectionFluid
123 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 124 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
124 rdfs:label "other injection fluid"^^xsd:string ; 125 rdfs:label "other injection fluid"^^xsd:string ;
125 rdfs:subClassOf ep-well:Fluid . 126 rdfs:subClassOf ep-well:Fluid .
126 127
127 ep-prodwell:PlusFraction 128 ep-prodwell:PlusFraction
128 - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; 129 + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
129 rdfs:label "plus fraction"^^xsd:string ; 130 rdfs:label "plus fraction"^^xsd:string ;
130 rdfs:subClassOf ep-well:Fluid . 131 rdfs:subClassOf ep-well:Fluid .
131 132
132 ep-prodwell:PureFluid 133 ep-prodwell:PureFluid
133 - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; 134 + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
134 rdfs:label "pure fluid"^^xsd:string ; 135 rdfs:label "pure fluid"^^xsd:string ;
135 rdfs:subClassOf ep-well:Fluid . 136 rdfs:subClassOf ep-well:Fluid .
136 137
137 ep-prodwell:Sand 138 ep-prodwell:Sand
138 - rdf:type owl:Class , ep-well:FluidComponentType ; 139 + rdf:type ep-well:FluidComponentType , owl:Class ;
139 rdfs:label "sand"^^xsd:string ; 140 rdfs:label "sand"^^xsd:string ;
140 rdfs:subClassOf ep-well:Fluid . 141 rdfs:subClassOf ep-well:Fluid .
141 142
142 ep-prodwell:SplitFraction 143 ep-prodwell:SplitFraction
143 - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; 144 + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
144 rdfs:label "split fraction"^^xsd:string ; 145 rdfs:label "split fraction"^^xsd:string ;
145 rdfs:subClassOf ep-well:Fluid . 146 rdfs:subClassOf ep-well:Fluid .
146 147
147 ep-prodwell:Steam 148 ep-prodwell:Steam
148 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 149 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
149 rdfs:label "steam"^^xsd:string ; 150 rdfs:label "steam"^^xsd:string ;
150 rdfs:subClassOf ep-prodwell:NonHcGas . 151 rdfs:subClassOf ep-prodwell:NonHcGas .
151 152
...@@ -155,90 +156,96 @@ ep-prodwell:TemporalPartOfASpatialPartOfAWellBore ...@@ -155,90 +156,96 @@ ep-prodwell:TemporalPartOfASpatialPartOfAWellBore
155 rdfs:subClassOf ep-well:TemporalPartOfAWellBore . 156 rdfs:subClassOf ep-well:TemporalPartOfAWellBore .
156 157
157 ep-prodwell:UnknownFluid 158 ep-prodwell:UnknownFluid
158 - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; 159 + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
159 rdfs:label "unknown fluid"^^xsd:string ; 160 rdfs:label "unknown fluid"^^xsd:string ;
160 rdfs:subClassOf ep-well:Fluid . 161 rdfs:subClassOf ep-well:Fluid .
161 162
163 +ep-prodwell:completeLiquidPartOf
164 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
165 + rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
166 + rdfs:label "complete liquid part of"^^xsd:string ;
167 + rdfs:range ep-prodwell:Liquid .
168 +
162 ep-prodwell:componentFluid 169 ep-prodwell:componentFluid
163 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 170 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
164 rdfs:domain ep-prodwell:FluidComponentWholePair ; 171 rdfs:domain ep-prodwell:FluidComponentWholePair ;
165 rdfs:label "component fluid"^^xsd:string ; 172 rdfs:label "component fluid"^^xsd:string ;
166 rdfs:range ep-well:Fluid ; 173 rdfs:range ep-well:Fluid ;
167 rdfs:subPropertyOf ep-prodwell:firstFluidInPair . 174 rdfs:subPropertyOf ep-prodwell:firstFluidInPair .
168 175
169 ep-prodwell:condensateYield 176 ep-prodwell:condensateYield
170 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 177 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
171 rdfs:label "condensate yield"^^xsd:string ; 178 rdfs:label "condensate yield"^^xsd:string ;
172 rdfs:range ep-core:SpecificVolume . 179 rdfs:range ep-core:SpecificVolume .
173 180
174 ep-prodwell:depthOfBaseUsableWaterFromSurface 181 ep-prodwell:depthOfBaseUsableWaterFromSurface
175 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 182 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
176 rdfs:domain ep-well:Fluid ; 183 rdfs:domain ep-well:Fluid ;
177 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 184 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
178 rdfs:range ep-core:Length . 185 rdfs:range ep-core:Length .
179 186
180 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 187 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
181 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 188 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
182 rdfs:domain ep-well:Fluid ; 189 rdfs:domain ep-well:Fluid ;
183 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 190 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
184 rdfs:range ep-core:Length . 191 rdfs:range ep-core:Length .
185 192
186 ep-prodwell:firstFluidInPair 193 ep-prodwell:firstFluidInPair
187 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 194 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
188 rdfs:domain ep-prodwell:FluidPair ; 195 rdfs:domain ep-prodwell:FluidPair ;
189 rdfs:label "first fluid in pair"^^xsd:string ; 196 rdfs:label "first fluid in pair"^^xsd:string ;
190 rdfs:range ep-well:Fluid . 197 rdfs:range ep-well:Fluid .
191 198
192 ep-prodwell:massRatio 199 ep-prodwell:massRatio
193 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 200 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
194 rdfs:domain ep-prodwell:FluidPair ; 201 rdfs:domain ep-prodwell:FluidPair ;
195 rdfs:label "mass ratio"^^xsd:string ; 202 rdfs:label "mass ratio"^^xsd:string ;
196 rdfs:range ep-core:Ratio . 203 rdfs:range ep-core:Ratio .
197 204
198 ep-prodwell:moleRatio 205 ep-prodwell:moleRatio
199 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 206 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
200 rdfs:domain ep-prodwell:FluidPair ; 207 rdfs:domain ep-prodwell:FluidPair ;
201 rdfs:label "mole ratio"^^xsd:string ; 208 rdfs:label "mole ratio"^^xsd:string ;
202 rdfs:range ep-core:Ratio . 209 rdfs:range ep-core:Ratio .
203 210
204 ep-prodwell:oilWaterRatioByMass 211 ep-prodwell:oilWaterRatioByMass
205 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 212 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
206 rdfs:domain ep-well:Fluid ; 213 rdfs:domain ep-well:Fluid ;
207 rdfs:label "oil/water ratio by mass"^^xsd:string ; 214 rdfs:label "oil/water ratio by mass"^^xsd:string ;
208 rdfs:range ep-core:Ratio . 215 rdfs:range ep-core:Ratio .
209 216
210 ep-prodwell:pOverZ 217 ep-prodwell:pOverZ
211 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 218 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
212 rdfs:domain ep-well:Fluid ; 219 rdfs:domain ep-well:Fluid ;
213 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 220 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
214 rdfs:range ep-core:Pressure . 221 rdfs:range ep-core:Pressure .
215 222
216 ep-prodwell:potentialGasProduction 223 ep-prodwell:potentialGasProduction
217 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 224 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
218 rdfs:domain ep-well:WellBore ; 225 rdfs:domain ep-well:WellBore ;
219 rdfs:label "potential gas production"^^xsd:string ; 226 rdfs:label "potential gas production"^^xsd:string ;
220 rdfs:range ep-core:VolumetricFlowRate . 227 rdfs:range ep-core:VolumetricFlowRate .
221 228
222 ep-prodwell:potentialOilProduction 229 ep-prodwell:potentialOilProduction
223 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 230 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
224 rdfs:domain ep-well:WellBore ; 231 rdfs:domain ep-well:WellBore ;
225 rdfs:label "potential gas production"^^xsd:string ; 232 rdfs:label "potential gas production"^^xsd:string ;
226 rdfs:range ep-core:VolumetricFlowRate . 233 rdfs:range ep-core:VolumetricFlowRate .
227 234
228 ep-prodwell:secondFluidInPair 235 ep-prodwell:secondFluidInPair
229 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 236 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
230 rdfs:domain ep-prodwell:FluidPair ; 237 rdfs:domain ep-prodwell:FluidPair ;
231 rdfs:label "second fluid in pair"^^xsd:string ; 238 rdfs:label "second fluid in pair"^^xsd:string ;
232 rdfs:range ep-well:Fluid . 239 rdfs:range ep-well:Fluid .
233 240
234 ep-prodwell:volumeRatio 241 ep-prodwell:volumeRatio
235 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 242 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
236 rdfs:domain ep-prodwell:FluidPair ; 243 rdfs:domain ep-prodwell:FluidPair ;
237 rdfs:label "volume ratio"^^xsd:string ; 244 rdfs:label "volume ratio"^^xsd:string ;
238 rdfs:range ep-core:Ratio . 245 rdfs:range ep-core:Ratio .
239 246
240 ep-prodwell:wholeFluid 247 ep-prodwell:wholeFluid
241 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 248 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
242 rdfs:domain ep-prodwell:FluidComponentWholePair ; 249 rdfs:domain ep-prodwell:FluidComponentWholePair ;
243 rdfs:label "whole fluid"^^xsd:string ; 250 rdfs:label "whole fluid"^^xsd:string ;
244 rdfs:range ep-well:Fluid ; 251 rdfs:range ep-well:Fluid ;
...@@ -248,7 +255,7 @@ ep-well:Condensate ...@@ -248,7 +255,7 @@ ep-well:Condensate
248 rdf:type ep-prodwell:InjectionFluidType . 255 rdf:type ep-prodwell:InjectionFluidType .
249 256
250 ep-well:Gas 257 ep-well:Gas
251 - rdf:type ep-prodwell:InjectionFluidType , ep-prodwell:FluidPhaseType . 258 + rdf:type ep-prodwell:FluidPhaseType , ep-prodwell:InjectionFluidType .
252 259
253 ep-well:Oil 260 ep-well:Oil
254 rdf:type ep-prodwell:InjectionFluidType . 261 rdf:type ep-prodwell:InjectionFluidType .
......
...@@ -4808,6 +4808,30 @@ ep-mpr-spin-lib:selectSalesActivityType ...@@ -4808,6 +4808,30 @@ ep-mpr-spin-lib:selectSalesActivityType
4808 ]) 4808 ])
4809 ] . 4809 ] .
4810 4810
4811 +ep-mpr-spin-lib:selectSplitFactorDeterminationType
4812 + rdf:type spin:Function ;
4813 + rdfs:label "select SplitFactorDeterminationType"^^xsd:string ;
4814 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
4815 + spin:body
4816 + [ rdf:type sp:Select ;
4817 + sp:resultVariables ([ sp:varName "splitFactorDeterminationType"^^xsd:string
4818 + ]) ;
4819 + sp:where ([ rdf:type sp:Bind ;
4820 + sp:expression
4821 + [ rdf:type sp:if ;
4822 + sp:arg1 [ rdf:type sp:eq ;
4823 + sp:arg1 spin:_arg1 ;
4824 + sp:arg2 "true"^^xsd:boolean
4825 + ] ;
4826 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AllocateSplitFactors> ;
4827 + sp:arg3 <http://www.reportinghub.no/ep/schema/production-activity#MeasureSplitFactors>
4828 + ] ;
4829 + sp:variable
4830 + [ sp:varName "splitFactorDeterminationType"^^xsd:string
4831 + ]
4832 + ])
4833 + ] .
4834 +
4811 ep-mpr-spin-lib:selectTemperatureScale 4835 ep-mpr-spin-lib:selectTemperatureScale
4812 rdf:type spin:Function ; 4836 rdf:type spin:Function ;
4813 rdfs:subClassOf ep-mpr-spin-lib:Function ; 4837 rdfs:subClassOf ep-mpr-spin-lib:Function ;
......
This diff could not be displayed because it is too large.