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.