David Leal

Activities documented for PCA-RDL

...@@ -42,6 +42,9 @@ ep-activity:ActivitySuccessType ...@@ -42,6 +42,9 @@ ep-activity:ActivitySuccessType
42 rdfs:label "activity success type"^^xsd:string ; 42 rdfs:label "activity success type"^^xsd:string ;
43 rdfs:subClassOf owl:Class . 43 rdfs:subClassOf owl:Class .
44 44
45 +ep-activity:ApproveAReport
46 + rdfs:comment "activity that is approving a report"^^xsd:string .
47 +
45 ep-activity:DailyDrillingActivity 48 ep-activity:DailyDrillingActivity
46 rdf:type owl:Class ; 49 rdf:type owl:Class ;
47 rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one day"^^xsd:string ; 50 rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one day"^^xsd:string ;
...@@ -74,11 +77,6 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -74,11 +77,6 @@ ep-activity:DailyDrillingActivityToStatus
74 owl:onProperty ep-core:hasPart 77 owl:onProperty ep-core:hasPart
75 ] . 78 ] .
76 79
77 -ep-activity:DailyProductionActivity
78 - rdf:type owl:Class ;
79 - rdfs:label "daily production activity"^^xsd:string ;
80 - rdfs:subClassOf ep-activity:ProductionActivity .
81 -
82 ep-activity:Drill-bypass 80 ep-activity:Drill-bypass
83 rdf:type ep-activity:WellBoreDrillingType ; 81 rdf:type ep-activity:WellBoreDrillingType ;
84 rdfs:label "drill - bypass"^^xsd:string ; 82 rdfs:label "drill - bypass"^^xsd:string ;
...@@ -245,6 +243,7 @@ ep-activity:FluidReading ...@@ -245,6 +243,7 @@ ep-activity:FluidReading
245 243
246 ep-activity:FormationIntegrityTest 244 ep-activity:FormationIntegrityTest
247 rdf:type ep-activity:PressureTestType , owl:Class ; 245 rdf:type ep-activity:PressureTestType , owl:Class ;
246 + rdfs:comment "wellbore pressure test that is a formation integrity test. NOTE If the formation is not able to withstand the given pressure, the result of the test is the strength of the formation. (source DDR-XSD)"^^xsd:string ;
248 rdfs:label "formation integrity test"^^xsd:string ; 247 rdfs:label "formation integrity test"^^xsd:string ;
249 rdfs:subClassOf ep-activity:WellBorePressureTest ; 248 rdfs:subClassOf ep-activity:WellBorePressureTest ;
250 owl:disjointWith ep-activity:LeakOffTest . 249 owl:disjointWith ep-activity:LeakOffTest .
...@@ -324,8 +323,12 @@ ep-activity:GasReadingType ...@@ -324,8 +323,12 @@ ep-activity:GasReadingType
324 rdfs:label "gas reading type"^^xsd:string ; 323 rdfs:label "gas reading type"^^xsd:string ;
325 rdfs:subClassOf owl:Class . 324 rdfs:subClassOf owl:Class .
326 325
326 +ep-activity:IssueAReport
327 + rdfs:comment "activity that is issuing a report"^^xsd:string .
328 +
327 ep-activity:LeakOffTest 329 ep-activity:LeakOffTest
328 rdf:type ep-activity:PressureTestType , owl:Class ; 330 rdf:type ep-activity:PressureTestType , owl:Class ;
331 + rdfs:comment "wellbore pressure test that is a leak-off test where the well is shut in and fluid is pumped into the wellbore gradually to increase the pressure that the formation experiences. NOTE A leakoff test is usually conducted immediately after drilling below a new casing shoe. (source DDR-XSD)"^^xsd:string ;
329 rdfs:label "leak-off test"^^xsd:string ; 332 rdfs:label "leak-off test"^^xsd:string ;
330 rdfs:subClassOf ep-activity:WellBorePressureTest ; 333 rdfs:subClassOf ep-activity:WellBorePressureTest ;
331 owl:disjointWith ep-activity:FormationIntegrityTest . 334 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -347,30 +350,8 @@ ep-activity:MonthlyDrillingActivity ...@@ -347,30 +350,8 @@ ep-activity:MonthlyDrillingActivity
347 owl:onProperty ep-activity:hasSubActivity 350 owl:onProperty ep-activity:hasSubActivity
348 ] . 351 ] .
349 352
350 -ep-activity:OffshoreActivity 353 +ep-activity:ObserveTheWeather
351 - rdf:type owl:Class ; 354 + rdfs:comment "make an observation that is of the weather"^^xsd:string .
352 - rdfs:label "Offshore activity"^^xsd:string ;
353 - rdfs:subClassOf ep-activity:Activity .
354 -
355 -ep-activity:OffshoreWellActivity
356 - rdf:type owl:Class ;
357 - rdfs:label "Offshore well activity"^^xsd:string ;
358 - rdfs:subClassOf ep-activity:OffshoreActivity ;
359 - rdfs:subClassOf
360 - [ rdf:type owl:Restriction ;
361 - owl:cardinality "1"^^xsd:nonNegativeInteger ;
362 - owl:onProperty ep-activity:onRig
363 - ] ;
364 - rdfs:subClassOf
365 - [ rdf:type owl:Restriction ;
366 - owl:cardinality "1"^^xsd:nonNegativeInteger ;
367 - owl:onProperty ep-activity:onWell
368 - ] ;
369 - rdfs:subClassOf
370 - [ rdf:type owl:Restriction ;
371 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
372 - owl:onProperty ep-activity:onWell
373 - ] .
374 355
375 ep-activity:OpenPerforationInterval 356 ep-activity:OpenPerforationInterval
376 rdf:type owl:Class ; 357 rdf:type owl:Class ;
...@@ -412,7 +393,7 @@ ep-activity:PreliminaryZonation ...@@ -412,7 +393,7 @@ ep-activity:PreliminaryZonation
412 393
413 ep-activity:PressureTestType 394 ep-activity:PressureTestType
414 rdf:type rdfs:Class ; 395 rdf:type rdfs:Class ;
415 - rdfs:comment "class of pressure test on the basis of what is tested"^^xsd:string ; 396 + rdfs:comment "class of pressure test on the basis of what is tested that is defined by the PresTestType enumeration in the DDR-XSD"^^xsd:string ;
416 rdfs:label "pressure test type"^^xsd:string ; 397 rdfs:label "pressure test type"^^xsd:string ;
417 rdfs:subClassOf owl:Class . 398 rdfs:subClassOf owl:Class .
418 399
...@@ -422,11 +403,6 @@ ep-activity:ProductionActivity ...@@ -422,11 +403,6 @@ ep-activity:ProductionActivity
422 rdfs:label "Production activity"^^xsd:string ; 403 rdfs:label "Production activity"^^xsd:string ;
423 rdfs:subClassOf ep-activity:Activity . 404 rdfs:subClassOf ep-activity:Activity .
424 405
425 -ep-activity:ProductionActivityToDate
426 - rdf:type owl:Class ;
427 - rdfs:label "production activity to date"^^xsd:string ;
428 - rdfs:subClassOf ep-activity:ProductionActivity .
429 -
430 ep-activity:ProductionTest 406 ep-activity:ProductionTest
431 rdf:type ep-activity:WellTestType , owl:Class ; 407 rdf:type ep-activity:WellTestType , owl:Class ;
432 rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; 408 rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
...@@ -434,6 +410,9 @@ ep-activity:ProductionTest ...@@ -434,6 +410,9 @@ ep-activity:ProductionTest
434 rdfs:subClassOf ep-activity:WellTest ; 410 rdfs:subClassOf ep-activity:WellTest ;
435 owl:disjointWith ep-activity:DrillStemTest . 411 owl:disjointWith ep-activity:DrillStemTest .
436 412
413 +ep-activity:ProductionWellTest
414 + rdfs:comment "well test that is a production activity"^^xsd:string .
415 +
437 ep-activity:SuccessfulActivity 416 ep-activity:SuccessfulActivity
438 rdf:type ep-activity:ActivitySuccessType , owl:Class ; 417 rdf:type ep-activity:ActivitySuccessType , owl:Class ;
439 rdfs:comment "activity that succeeds"^^xsd:string ; 418 rdfs:comment "activity that succeeds"^^xsd:string ;
...@@ -452,11 +431,6 @@ ep-activity:WeeklyDrillingActivity ...@@ -452,11 +431,6 @@ ep-activity:WeeklyDrillingActivity
452 owl:onProperty ep-activity:hasSubActivity 431 owl:onProperty ep-activity:hasSubActivity
453 ] . 432 ] .
454 433
455 -ep-activity:WeeklyProductionActivity
456 - rdf:type owl:Class ;
457 - rdfs:label "weekly production activity"^^xsd:string ;
458 - rdfs:subClassOf ep-activity:ProductionActivity .
459 -
460 ep-activity:WellBoreBitOperation-withinReportingPeriod 434 ep-activity:WellBoreBitOperation-withinReportingPeriod
461 rdf:type owl:Class ; 435 rdf:type owl:Class ;
462 rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; 436 rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ;
...@@ -495,9 +469,9 @@ ep-activity:WellBoreLogRun ...@@ -495,9 +469,9 @@ ep-activity:WellBoreLogRun
495 469
496 ep-activity:WellBorePressureTest 470 ep-activity:WellBorePressureTest
497 rdf:type owl:Class ; 471 rdf:type owl:Class ;
498 - rdfs:comment "activity that is a wellbore pressure test"^^xsd:string ; 472 + rdfs:comment "well test that is a wellbore pressure test"^^xsd:string ;
499 rdfs:label "well bore pressure test"^^xsd:string ; 473 rdfs:label "well bore pressure test"^^xsd:string ;
500 - rdfs:subClassOf ep-activity:WellOperation . 474 + rdfs:subClassOf ep-activity:WellTest .
501 475
502 ep-activity:WellBoreReportingPeriodDrilling 476 ep-activity:WellBoreReportingPeriodDrilling
503 rdf:type owl:Class ; 477 rdf:type owl:Class ;
...@@ -807,8 +781,9 @@ ep-activity:WellStimulation ...@@ -807,8 +781,9 @@ ep-activity:WellStimulation
807 781
808 ep-activity:WellTest 782 ep-activity:WellTest
809 rdf:type owl:Class ; 783 rdf:type owl:Class ;
784 + rdfs:comment "activity that is a well test"^^xsd:string ;
810 rdfs:label "well test"^^xsd:string ; 785 rdfs:label "well test"^^xsd:string ;
811 - rdfs:subClassOf ep-activity:DrillingActivity . 786 + rdfs:subClassOf ep-activity:Activity .
812 787
813 ep-activity:WellTestType 788 ep-activity:WellTestType
814 rdf:type rdfs:Class ; 789 rdf:type rdfs:Class ;
......
This diff could not be displayed because it is too large.
...@@ -137,7 +137,7 @@ ep-prodact:AllocateSplitFactors ...@@ -137,7 +137,7 @@ ep-prodact:AllocateSplitFactors
137 137
138 ep-prodact:AnnualProductionActivityToDate 138 ep-prodact:AnnualProductionActivityToDate
139 rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 139 rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
140 - rdfs:comment "not used in the MPR"^^xsd:string ; 140 + rdfs:comment "production activity that is during the year to date"^^xsd:string ;
141 rdfs:label "annual production activity to date"^^xsd:string ; 141 rdfs:label "annual production activity to date"^^xsd:string ;
142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
143 143
...@@ -149,11 +149,13 @@ ep-prodact:AnnualProductionOperationToDate ...@@ -149,11 +149,13 @@ ep-prodact:AnnualProductionOperationToDate
149 149
150 ep-prodact:BasketMovement 150 ep-prodact:BasketMovement
151 rdf:type owl:Class ; 151 rdf:type owl:Class ;
152 + rdfs:comment "marine operation that is a basket movement"^^xsd:string ;
152 rdfs:label "basket movement"^^xsd:string ; 153 rdfs:label "basket movement"^^xsd:string ;
153 rdfs:subClassOf ep-prodact:MarineOperation . 154 rdfs:subClassOf ep-prodact:MarineOperation .
154 155
155 ep-prodact:CargoShipOperation 156 ep-prodact:CargoShipOperation
156 rdf:type owl:Class ; 157 rdf:type owl:Class ;
158 + rdfs:comment "production activity that is the operation of a cargo ship"^^xsd:string ;
157 rdfs:label "cargo ship operation"^^xsd:string ; 159 rdfs:label "cargo ship operation"^^xsd:string ;
158 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
159 161
...@@ -173,6 +175,7 @@ ep-prodact:DailyProductionOperationProcessingLoss ...@@ -173,6 +175,7 @@ ep-prodact:DailyProductionOperationProcessingLoss
173 175
174 ep-prodact:DataAcquisitionActivity 176 ep-prodact:DataAcquisitionActivity
175 rdf:type owl:Class ; 177 rdf:type owl:Class ;
178 + rdfs:comment "activity that is data acquisition"^^xsd:string ;
176 rdfs:label "data acquisition activity"^^xsd:string ; 179 rdfs:label "data acquisition activity"^^xsd:string ;
177 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 180 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
178 181
...@@ -190,6 +193,7 @@ ep-prodact:Deviation ...@@ -190,6 +193,7 @@ ep-prodact:Deviation
190 193
191 ep-prodact:DischargeWater 194 ep-prodact:DischargeWater
192 rdf:type owl:Class ; 195 rdf:type owl:Class ;
196 + rdfs:comment "production activity that is the discharge of water"^^xsd:string ;
193 rdfs:label "discharge water"^^xsd:string ; 197 rdfs:label "discharge water"^^xsd:string ;
194 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 198 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
195 199
...@@ -219,8 +223,9 @@ ep-prodact:Fire ...@@ -219,8 +223,9 @@ ep-prodact:Fire
219 223
220 ep-prodact:FluidLevelTest 224 ep-prodact:FluidLevelTest
221 rdf:type owl:Class ; 225 rdf:type owl:Class ;
226 + rdfs:comment "production well test that is a fluid level test"^^xsd:string ;
222 rdfs:label "fluid level test"^^xsd:string ; 227 rdfs:label "fluid level test"^^xsd:string ;
223 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 228 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> .
224 229
225 ep-prodact:FluidSampling-DST 230 ep-prodact:FluidSampling-DST
226 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 231 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
...@@ -230,6 +235,7 @@ ep-prodact:FluidSampling-DST ...@@ -230,6 +235,7 @@ ep-prodact:FluidSampling-DST
230 235
231 ep-prodact:FluidSampling-RFTorMDT 236 ep-prodact:FluidSampling-RFTorMDT
232 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 237 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
238 + rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
233 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 239 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
234 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 240 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
235 241
...@@ -247,26 +253,31 @@ ep-prodact:FluidSampling-formationTester ...@@ -247,26 +253,31 @@ ep-prodact:FluidSampling-formationTester
247 253
248 ep-prodact:FluidSampling-recombined 254 ep-prodact:FluidSampling-recombined
249 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 255 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
256 + rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
250 rdfs:label "fluid sampling - recombined"^^xsd:string ; 257 rdfs:label "fluid sampling - recombined"^^xsd:string ;
251 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 258 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
252 259
253 ep-prodact:FluidSampling-separatorGas 260 ep-prodact:FluidSampling-separatorGas
254 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 261 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
262 + rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
255 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 263 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
256 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 264 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
257 265
258 ep-prodact:FluidSampling-separatorOil 266 ep-prodact:FluidSampling-separatorOil
259 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 267 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
268 + rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
260 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 269 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
261 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
262 271
263 ep-prodact:FluidSampling-separatorWater 272 ep-prodact:FluidSampling-separatorWater
264 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 273 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
274 + rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
265 rdfs:label "fluid sampling - separator water"^^xsd:string ; 275 rdfs:label "fluid sampling - separator water"^^xsd:string ;
266 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 276 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
267 277
268 ep-prodact:FluidSampling-synthetic 278 ep-prodact:FluidSampling-synthetic
269 rdf:type owl:Class , ep-prodact:FluidSamplingType ; 279 rdf:type owl:Class , ep-prodact:FluidSamplingType ;
280 + rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
270 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 281 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
271 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 282 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
272 283
...@@ -278,6 +289,7 @@ ep-prodact:FluidSampling-wellhead ...@@ -278,6 +289,7 @@ ep-prodact:FluidSampling-wellhead
278 289
279 ep-prodact:FluidSamplingAndAnalysis 290 ep-prodact:FluidSamplingAndAnalysis
280 rdf:type owl:Class ; 291 rdf:type owl:Class ;
292 + rdfs:comment "activity that is fluid sampling and analysis"^^xsd:string ;
281 rdfs:label "fluid sampling and analysis"^^xsd:string ; 293 rdfs:label "fluid sampling and analysis"^^xsd:string ;
282 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 294 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
283 295
...@@ -287,18 +299,6 @@ ep-prodact:FluidSamplingType ...@@ -287,18 +299,6 @@ ep-prodact:FluidSamplingType
287 rdfs:label "fluid sampling type"^^xsd:string ; 299 rdfs:label "fluid sampling type"^^xsd:string ;
288 rdfs:subClassOf owl:Class . 300 rdfs:subClassOf owl:Class .
289 301
290 -ep-prodact:FusionOfHSEActivitiesOverPeriod
291 - rdf:type owl:Class ;
292 - rdfs:comment "not used in the MPR"^^xsd:string ;
293 - rdfs:label "fusion of HSE activities over a period"^^xsd:string ;
294 - rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod .
295 -
296 -ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
297 - rdf:type owl:Class ;
298 - rdfs:comment "not used in the MPR"^^xsd:string ;
299 - rdfs:label "fusion of parts of a production activity over period"^^xsd:string ;
300 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
301 -
302 ep-prodact:HSEProblem 302 ep-prodact:HSEProblem
303 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 303 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
304 rdfs:comment "activity that is an HSE problem"^^xsd:string ; 304 rdfs:comment "activity that is an HSE problem"^^xsd:string ;
...@@ -325,8 +325,9 @@ ep-prodact:InitialWellTest ...@@ -325,8 +325,9 @@ ep-prodact:InitialWellTest
325 325
326 ep-prodact:InjectionWellTest 326 ep-prodact:InjectionWellTest
327 rdf:type owl:Class ; 327 rdf:type owl:Class ;
328 + rdfs:comment "production well test that is an injection well test"^^xsd:string ;
328 rdfs:label "injection well test"^^xsd:string ; 329 rdfs:label "injection well test"^^xsd:string ;
329 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 330 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> .
330 331
331 ep-prodact:Injury 332 ep-prodact:Injury
332 rdf:type owl:Class ; 333 rdf:type owl:Class ;
...@@ -360,6 +361,7 @@ ep-prodact:JobObservation ...@@ -360,6 +361,7 @@ ep-prodact:JobObservation
360 361
361 ep-prodact:LastPartOfTypeRemainingActivityPair 362 ep-prodact:LastPartOfTypeRemainingActivityPair
362 rdf:type owl:Class ; 363 rdf:type owl:Class ;
364 + rdfs:comment "thing that is a pair of activities, where one is the last activity of a particular type within a whole and the other is the part of the whole that comes after the last of the type"^^xsd:string ;
363 rdfs:label "last part of type - remaining activity pair"^^xsd:string ; 365 rdfs:label "last part of type - remaining activity pair"^^xsd:string ;
364 rdfs:subClassOf owl:Thing . 366 rdfs:subClassOf owl:Thing .
365 367
...@@ -385,6 +387,7 @@ ep-prodact:MaintenanceActivity ...@@ -385,6 +387,7 @@ ep-prodact:MaintenanceActivity
385 387
386 ep-prodact:MakeAComment 388 ep-prodact:MakeAComment
387 rdf:type owl:Class ; 389 rdf:type owl:Class ;
390 + rdfs:comment "activity that is making a comment"^^xsd:string ;
388 rdfs:label "make a comment"^^xsd:string ; 391 rdfs:label "make a comment"^^xsd:string ;
389 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 392 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
390 393
...@@ -396,21 +399,25 @@ ep-prodact:MakeATransaction ...@@ -396,21 +399,25 @@ ep-prodact:MakeATransaction
396 399
397 ep-prodact:MarineOperation 400 ep-prodact:MarineOperation
398 rdf:type owl:Class ; 401 rdf:type owl:Class ;
402 + rdfs:comment "production activity that is a marine operation"^^xsd:string ;
399 rdfs:label "marine operation"^^xsd:string ; 403 rdfs:label "marine operation"^^xsd:string ;
400 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 404 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
401 405
402 ep-prodact:MarkedGasLossOfExport 406 ep-prodact:MarkedGasLossOfExport
403 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 407 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
408 + rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ;
404 rdfs:label "marked gas loss of export"^^xsd:string ; 409 rdfs:label "marked gas loss of export"^^xsd:string ;
405 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 410 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
406 411
407 ep-prodact:MarkedOilLossOfExport 412 ep-prodact:MarkedOilLossOfExport
408 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 413 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
414 + rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ;
409 rdfs:label "marked oil loss of export"^^xsd:string ; 415 rdfs:label "marked oil loss of export"^^xsd:string ;
410 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 416 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
411 417
412 ep-prodact:MeasurePropertiesOfAFlow 418 ep-prodact:MeasurePropertiesOfAFlow
413 rdf:type owl:Class ; 419 rdf:type owl:Class ;
420 + rdfs:comment "activity that is measuring the properties of a flow"^^xsd:string ;
414 rdfs:label "measure properties of a flow"^^xsd:string ; 421 rdfs:label "measure properties of a flow"^^xsd:string ;
415 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 422 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
416 423
...@@ -516,11 +523,6 @@ ep-prodact:ProductCompletedLifting ...@@ -516,11 +523,6 @@ ep-prodact:ProductCompletedLifting
516 rdfs:label "product completed lifting"^^xsd:string ; 523 rdfs:label "product completed lifting"^^xsd:string ;
517 rdfs:subClassOf ep-prodact:MovementOfProduct . 524 rdfs:subClassOf ep-prodact:MovementOfProduct .
518 525
519 -ep-prodact:ProductDespatch
520 - rdf:type owl:Class ;
521 - rdfs:label "product despatch"^^xsd:string ;
522 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
523 -
524 ep-prodact:ProductGain-Loss 526 ep-prodact:ProductGain-Loss
525 rdf:type owl:Class , ep-prodact:MovementOfProductType ; 527 rdf:type owl:Class , ep-prodact:MovementOfProductType ;
526 rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; 528 rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ;
...@@ -658,11 +660,6 @@ ep-prodact:ProductionOperationProduction ...@@ -658,11 +660,6 @@ ep-prodact:ProductionOperationProduction
658 rdfs:label "production operation production"^^xsd:string ; 660 rdfs:label "production operation production"^^xsd:string ;
659 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 661 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
660 662
661 -ep-prodact:ProductionOperationProductionAndInjection
662 - rdf:type owl:Class ;
663 - rdfs:label "production operation production and injection"^^xsd:string ;
664 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
665 -
666 ep-prodact:RaiseAnAlert 663 ep-prodact:RaiseAnAlert
667 rdf:type owl:Class ; 664 rdf:type owl:Class ;
668 rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ; 665 rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ;
...@@ -761,6 +758,7 @@ ep-prodact:SevereAccident ...@@ -761,6 +758,7 @@ ep-prodact:SevereAccident
761 758
762 ep-prodact:ShutdownProduction 759 ep-prodact:ShutdownProduction
763 rdf:type owl:Class ; 760 rdf:type owl:Class ;
761 + rdfs:comment "production activity that is shutting down production"^^xsd:string ;
764 rdfs:label "shutdown production"^^xsd:string ; 762 rdfs:label "shutdown production"^^xsd:string ;
765 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 763 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
766 764
...@@ -784,6 +782,7 @@ ep-prodact:SplitFactorDeterminationType ...@@ -784,6 +782,7 @@ ep-prodact:SplitFactorDeterminationType
784 782
785 ep-prodact:StandbyVesselOperation 783 ep-prodact:StandbyVesselOperation
786 rdf:type owl:Class ; 784 rdf:type owl:Class ;
785 + rdfs:comment "marine operation that is conducted by a standby vessel"^^xsd:string ;
787 rdfs:label "standby vessel operation"^^xsd:string ; 786 rdfs:label "standby vessel operation"^^xsd:string ;
788 rdfs:subClassOf ep-prodact:MarineOperation . 787 rdfs:subClassOf ep-prodact:MarineOperation .
789 788
...@@ -795,6 +794,7 @@ ep-prodact:StrikeOrLockout ...@@ -795,6 +794,7 @@ ep-prodact:StrikeOrLockout
795 794
796 ep-prodact:SupplyShipOperation 795 ep-prodact:SupplyShipOperation
797 rdf:type owl:Class ; 796 rdf:type owl:Class ;
797 + rdfs:comment "marine operation that is conducted by a supply ship"^^xsd:string ;
798 rdfs:label "supply ship operation"^^xsd:string ; 798 rdfs:label "supply ship operation"^^xsd:string ;
799 rdfs:subClassOf ep-prodact:MarineOperation . 799 rdfs:subClassOf ep-prodact:MarineOperation .
800 800
...@@ -822,11 +822,6 @@ ep-prodact:TrafficAccident ...@@ -822,11 +822,6 @@ ep-prodact:TrafficAccident
822 rdfs:label "traffic accident"^^xsd:string ; 822 rdfs:label "traffic accident"^^xsd:string ;
823 rdfs:subClassOf ep-prodact:AccidentOrInjury . 823 rdfs:subClassOf ep-prodact:AccidentOrInjury .
824 824
825 -ep-prodact:TransportationActivity
826 - rdf:type owl:Class ;
827 - rdfs:label "transportation activity"^^xsd:string ;
828 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
829 -
830 ep-prodact:UnavailableTankerStorage 825 ep-prodact:UnavailableTankerStorage
831 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 826 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
832 rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; 827 rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ;
...@@ -839,11 +834,6 @@ ep-prodact:UnknownReasonWellTest ...@@ -839,11 +834,6 @@ ep-prodact:UnknownReasonWellTest
839 rdfs:label "unknown reason well test"^^xsd:string ; 834 rdfs:label "unknown reason well test"^^xsd:string ;
840 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 835 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
841 836
842 -ep-prodact:WaterCleaningOperation
843 - rdf:type owl:Class ;
844 - rdfs:label "water cleaning operation"^^xsd:string ;
845 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
846 -
847 ep-prodact:WeatherProblem 837 ep-prodact:WeatherProblem
848 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 838 rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
849 rdfs:comment "activity that is a weather problem"^^xsd:string ; 839 rdfs:comment "activity that is a weather problem"^^xsd:string ;
...@@ -932,7 +922,6 @@ ep-prodact:causedBy ...@@ -932,7 +922,6 @@ ep-prodact:causedBy
932 922
933 ep-prodact:classificationBySafetyActivityType 923 ep-prodact:classificationBySafetyActivityType
934 rdf:type owl:ObjectProperty ; 924 rdf:type owl:ObjectProperty ;
935 - rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ;
936 rdfs:range ep-prodact:SafetyActivityType . 925 rdfs:range ep-prodact:SafetyActivityType .
937 926
938 ep-prodact:commentMade 927 ep-prodact:commentMade
...@@ -1042,6 +1031,13 @@ ep-prodact:injectionWellTestWellheadMaximumPressure ...@@ -1042,6 +1031,13 @@ ep-prodact:injectionWellTestWellheadMaximumPressure
1042 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 1031 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
1043 rdfs:range ep-core:Pressure . 1032 rdfs:range ep-core:Pressure .
1044 1033
1034 +ep-prodact:lastPartOfTypeDefiningType
1035 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1036 + rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ;
1037 + rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1038 + rdfs:label "last part of type defining type"^^xsd:string ;
1039 + rdfs:range owl:Class .
1040 +
1045 ep-prodact:measuredFlow 1041 ep-prodact:measuredFlow
1046 rdf:type owl:ObjectProperty ; 1042 rdf:type owl:ObjectProperty ;
1047 rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; 1043 rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ;
...@@ -1090,7 +1086,6 @@ ep-prodact:processingLost ...@@ -1090,7 +1086,6 @@ ep-prodact:processingLost
1090 ep-prodact:productionActivityPeriodClassification 1086 ep-prodact:productionActivityPeriodClassification
1091 rdf:type owl:ObjectProperty ; 1087 rdf:type owl:ObjectProperty ;
1092 rdfs:comment "not used in the MPR"^^xsd:string ; 1088 rdfs:comment "not used in the MPR"^^xsd:string ;
1093 - rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ;
1094 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1089 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1095 1090
1096 ep-prodact:productionOperator 1091 ep-prodact:productionOperator
...@@ -1101,6 +1096,7 @@ ep-prodact:productionOperator ...@@ -1101,6 +1096,7 @@ ep-prodact:productionOperator
1101 1096
1102 ep-prodact:remainingActivity 1097 ep-prodact:remainingActivity
1103 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1098 rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1099 + rdfs:comment "activity that is after the last part of type"^^xsd:string ;
1104 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1100 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1105 rdfs:label "remaining activity"^^xsd:string ; 1101 rdfs:label "remaining activity"^^xsd:string ;
1106 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1102 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -1166,10 +1162,6 @@ ep-prodact:totalOrganicCarbonInWater ...@@ -1166,10 +1162,6 @@ ep-prodact:totalOrganicCarbonInWater
1166 rdf:type owl:ObjectProperty ; 1162 rdf:type owl:ObjectProperty ;
1167 rdfs:range ep-core:MassPerMass . 1163 rdfs:range ep-core:MassPerMass .
1168 1164
1169 -ep-prodact:waterSampleTaken
1170 - rdf:type owl:ObjectProperty ;
1171 - rdfs:domain ep-prodact:WaterCleaningOperation .
1172 -
1173 ep-prodact:xpathToDataInSourceXmlFile 1165 ep-prodact:xpathToDataInSourceXmlFile
1174 rdf:type owl:DatatypeProperty ; 1166 rdf:type owl:DatatypeProperty ;
1175 rdfs:domain ep-prodact:RaiseAnAlert ; 1167 rdfs:domain ep-prodact:RaiseAnAlert ;
......