Tore Christiansen

Updated Shutdown definition

...@@ -675,9 +675,9 @@ ILAP:Shutdown ...@@ -675,9 +675,9 @@ ILAP:Shutdown
675 rdfs:label "Shutdown"^^xsd:string ; 675 rdfs:label "Shutdown"^^xsd:string ;
676 rdfs:subClassOf owl:Thing . 676 rdfs:subClassOf owl:Thing .
677 677
678 -ILAP:ShutdownContent 678 +ILAP:ShutdownPhase
679 rdf:type owl:Class ; 679 rdf:type owl:Class ;
680 - rdfs:label "Shutdown content"^^xsd:string ; 680 + rdfs:label "Shutdown phase"^^xsd:string ;
681 rdfs:subClassOf owl:Thing . 681 rdfs:subClassOf owl:Thing .
682 682
683 ILAP:ShutdownType 683 ILAP:ShutdownType
...@@ -957,7 +957,7 @@ ILAP:hasActivitySchedule ...@@ -957,7 +957,7 @@ ILAP:hasActivitySchedule
957 957
958 ILAP:hasActivityShutdown 958 ILAP:hasActivityShutdown
959 rdf:type owl:ObjectProperty ; 959 rdf:type owl:ObjectProperty ;
960 - rdfs:domain ILAP:Activity ; 960 + rdfs:domain ILAP:PlannedActivity ;
961 rdfs:label "has activity shutdown"^^xsd:string ; 961 rdfs:label "has activity shutdown"^^xsd:string ;
962 rdfs:range ILAP:Shutdown . 962 rdfs:range ILAP:Shutdown .
963 963
...@@ -1486,18 +1486,18 @@ ILAP:hasScheduledStart ...@@ -1486,18 +1486,18 @@ ILAP:hasScheduledStart
1486 rdfs:range xsd:date ; 1486 rdfs:range xsd:date ;
1487 rdfs:subPropertyOf ILAP:hasScheduleDate . 1487 rdfs:subPropertyOf ILAP:hasScheduleDate .
1488 1488
1489 -ILAP:hasShutdownContent
1490 - rdf:type owl:ObjectProperty ;
1491 - rdfs:domain ILAP:Shutdown ;
1492 - rdfs:label "has shutdown content"^^xsd:string ;
1493 - rdfs:range ILAP:ShutdownContent .
1494 -
1495 ILAP:hasShutdownPeriod 1489 ILAP:hasShutdownPeriod
1496 rdf:type owl:DatatypeProperty ; 1490 rdf:type owl:DatatypeProperty ;
1497 rdfs:domain ILAP:Shutdown ; 1491 rdfs:domain ILAP:Shutdown ;
1498 rdfs:label "has shutdown period"^^xsd:string ; 1492 rdfs:label "has shutdown period"^^xsd:string ;
1499 rdfs:range xsd:string . 1493 rdfs:range xsd:string .
1500 1494
1495 +ILAP:hasShutdownPhase
1496 + rdf:type owl:ObjectProperty ;
1497 + rdfs:domain ILAP:Shutdown ;
1498 + rdfs:label "has shutdown content"^^xsd:string ;
1499 + rdfs:range ILAP:ShutdownPhase .
1500 +
1501 ILAP:hasShutdownPriority 1501 ILAP:hasShutdownPriority
1502 rdf:type owl:ObjectProperty ; 1502 rdf:type owl:ObjectProperty ;
1503 rdfs:domain ILAP:Shutdown ; 1503 rdfs:domain ILAP:Shutdown ;
......
...@@ -31,17 +31,17 @@ ILAP:ActivityWBS_1 ...@@ -31,17 +31,17 @@ ILAP:ActivityWBS_1
31 ILAP:hasWBSprojectExpenseType 31 ILAP:hasWBSprojectExpenseType
32 ILAP:CAPEX . 32 ILAP:CAPEX .
33 33
34 -ILAP:After_Shutdown 34 +ILAP:AfterShutdown
35 - rdf:type ILAP:ShutdownType ; 35 + rdf:type ILAP:ShutdownPhase ;
36 - rdfs:label "After Shutdown"^^xsd:string . 36 + rdfs:label "After shutdown"^^xsd:string .
37 37
38 ILAP:Aquisition 38 ILAP:Aquisition
39 rdf:type ILAP:PlanLifecycleStage ; 39 rdf:type ILAP:PlanLifecycleStage ;
40 rdfs:label "Aquire"^^xsd:string . 40 rdfs:label "Aquire"^^xsd:string .
41 41
42 -ILAP:Before_Shutdown 42 +ILAP:BeforeShutdown
43 - rdf:type ILAP:ShutdownType ; 43 + rdf:type ILAP:ShutdownPhase ;
44 - rdfs:label "Before Shutdown"^^xsd:string . 44 + rdfs:label "Before shutdown"^^xsd:string .
45 45
46 ILAP:BrownFieldProject 46 ILAP:BrownFieldProject
47 rdf:type ILAP:PlanProjectType ; 47 rdf:type ILAP:PlanProjectType ;
...@@ -67,10 +67,14 @@ ILAP:Cancelled ...@@ -67,10 +67,14 @@ ILAP:Cancelled
67 rdf:type ILAP:Status ; 67 rdf:type ILAP:Status ;
68 rdfs:label "Cancelled"^^xsd:string . 68 rdfs:label "Cancelled"^^xsd:string .
69 69
70 -ILAP:Change_over 70 +ILAP:ChangeOver
71 rdf:type ILAP:ShutdownType ; 71 rdf:type ILAP:ShutdownType ;
72 rdfs:label "Change over"^^xsd:string . 72 rdfs:label "Change over"^^xsd:string .
73 73
74 +ILAP:ClosingDown
75 + rdf:type ILAP:ShutdownPhase ;
76 + rdfs:label "Closing down"^^xsd:string .
77 +
74 ILAP:Completed 78 ILAP:Completed
75 rdf:type ILAP:Status ; 79 rdf:type ILAP:Status ;
76 rdfs:label "Completed"^^xsd:string . 80 rdfs:label "Completed"^^xsd:string .
...@@ -115,7 +119,7 @@ ILAP:DG7 ...@@ -115,7 +119,7 @@ ILAP:DG7
115 rdf:type ILAP:DecisionGate ; 119 rdf:type ILAP:DecisionGate ;
116 rdfs:label "DG7"^^xsd:string . 120 rdfs:label "DG7"^^xsd:string .
117 121
118 -ILAP:Dependent_on_Shutdown 122 +ILAP:DependentOnShutdown
119 rdf:type ILAP:ShutdownType ; 123 rdf:type ILAP:ShutdownType ;
120 rdfs:label "Dependent on Shutdown"^^xsd:string . 124 rdfs:label "Dependent on Shutdown"^^xsd:string .
121 125
...@@ -135,20 +139,20 @@ ILAP:DrillingAndWell ...@@ -135,20 +139,20 @@ ILAP:DrillingAndWell
135 rdf:type ILAP:PlanProjectType ; 139 rdf:type ILAP:PlanProjectType ;
136 rdfs:label "Drilling and well"^^xsd:string . 140 rdfs:label "Drilling and well"^^xsd:string .
137 141
138 -ILAP:Drilling_Shutdown 142 +ILAP:DrillingShutdown
139 - rdf:type ILAP:ShutdownContent ; 143 + rdf:type ILAP:ShutdownType ;
140 rdfs:label "Drilling shutdown"^^xsd:string . 144 rdfs:label "Drilling shutdown"^^xsd:string .
141 145
142 -ILAP:During_Normal_Operation 146 +ILAP:DuringNormalOperation
143 rdf:type ILAP:ShutdownType ; 147 rdf:type ILAP:ShutdownType ;
144 rdfs:label "During Normal Operation"^^xsd:string . 148 rdfs:label "During Normal Operation"^^xsd:string .
145 149
146 -ILAP:During_Shutdown 150 +ILAP:DuringShutdown
147 - rdf:type ILAP:ShutdownType ; 151 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
148 - rdfs:label "During Shutdown"^^xsd:string . 152 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
149 153
150 -ILAP:Equipment_Shutdown 154 +ILAP:EquipmentShutdown
151 - rdf:type ILAP:ShutdownContent ; 155 + rdf:type ILAP:ShutdownType ;
152 rdfs:label "Equipment Shutdown"^^xsd:string . 156 rdfs:label "Equipment Shutdown"^^xsd:string .
153 157
154 ILAP:Exploration 158 ILAP:Exploration
...@@ -167,14 +171,14 @@ ILAP:Field ...@@ -167,14 +171,14 @@ ILAP:Field
167 rdf:type ILAP:PlanGeoArea ; 171 rdf:type ILAP:PlanGeoArea ;
168 rdfs:label "Field"^^xsd:string . 172 rdfs:label "Field"^^xsd:string .
169 173
174 +ILAP:FieldShutdown
175 + rdf:type ILAP:ShutdownType ;
176 + rdfs:label "Field Shutdown"^^xsd:string .
177 +
170 ILAP:FieldStudy 178 ILAP:FieldStudy
171 rdf:type ILAP:PlanProjectType ; 179 rdf:type ILAP:PlanProjectType ;
172 rdfs:label "Field study"^^xsd:string . 180 rdfs:label "Field study"^^xsd:string .
173 181
174 -ILAP:Field_Shutdown
175 - rdf:type ILAP:ShutdownContent ;
176 - rdfs:label "Field Shutdown"^^xsd:string .
177 -
178 ILAP:Friday 182 ILAP:Friday
179 rdf:type ILAP:CalendarDay ; 183 rdf:type ILAP:CalendarDay ;
180 rdfs:label "Friday"^^xsd:string . 184 rdfs:label "Friday"^^xsd:string .
...@@ -203,12 +207,12 @@ ILAP:From16To24 ...@@ -203,12 +207,12 @@ ILAP:From16To24
203 ILAP:hasActivityStartTime 207 ILAP:hasActivityStartTime
204 "16:00:00"^^xsd:time . 208 "16:00:00"^^xsd:time .
205 209
206 -ILAP:Gas_Export_Shutdown 210 +ILAP:GasExportShutdown
207 - rdf:type ILAP:ShutdownContent ; 211 + rdf:type ILAP:ShutdownType ;
208 rdfs:label "Gas Export Shutdown"^^xsd:string . 212 rdfs:label "Gas Export Shutdown"^^xsd:string .
209 213
210 -ILAP:Gas_Injection_Shutdown 214 +ILAP:GasInjectionShutdown
211 - rdf:type ILAP:ShutdownContent ; 215 + rdf:type ILAP:ShutdownType ;
212 rdfs:label "Gas Injection Shutdown"^^xsd:string . 216 rdfs:label "Gas Injection Shutdown"^^xsd:string .
213 217
214 ILAP:GreenFieldProject 218 ILAP:GreenFieldProject
...@@ -287,8 +291,8 @@ ILAP:LiftingOperation ...@@ -287,8 +291,8 @@ ILAP:LiftingOperation
287 rdf:type ILAP:RiskType ; 291 rdf:type ILAP:RiskType ;
288 rdfs:label "Lifting operation"^^xsd:string . 292 rdfs:label "Lifting operation"^^xsd:string .
289 293
290 -ILAP:Living_Quarter_Shutdown 294 +ILAP:LivingQuarterShutdown
291 - rdf:type ILAP:ShutdownContent ; 295 + rdf:type ILAP:ShutdownType ;
292 rdfs:label "Living Quarter Shutdown"^^xsd:string . 296 rdfs:label "Living Quarter Shutdown"^^xsd:string .
293 297
294 ILAP:LowCriticality 298 ILAP:LowCriticality
...@@ -343,7 +347,7 @@ ILAP:NPDelement_1 ...@@ -343,7 +347,7 @@ ILAP:NPDelement_1
343 rdf:type NPD:NPDelement ; 347 rdf:type NPD:NPDelement ;
344 rdfs:label "NPDelement 1"^^xsd:string . 348 rdfs:label "NPDelement 1"^^xsd:string .
345 349
346 -ILAP:Non-Scheduled_Shutdown 350 +ILAP:NonScheduledShutdown
347 rdf:type ILAP:ShutdownType ; 351 rdf:type ILAP:ShutdownType ;
348 rdfs:label "Non-Scheduled Shutdown"^^xsd:string . 352 rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
349 353
...@@ -384,7 +388,7 @@ ILAP:Primavera ...@@ -384,7 +388,7 @@ ILAP:Primavera
384 rdfs:label "Primavera"^^xsd:string . 388 rdfs:label "Primavera"^^xsd:string .
385 389
386 ILAP:ProductionShutdown 390 ILAP:ProductionShutdown
387 - rdf:type ILAP:ShutdownContent ; 391 + rdf:type ILAP:ShutdownType ;
388 rdfs:label "Production Shutdown"^^xsd:string . 392 rdfs:label "Production Shutdown"^^xsd:string .
389 393
390 ILAP:RAMEX 394 ILAP:RAMEX
...@@ -435,7 +439,7 @@ ILAP:Revised ...@@ -435,7 +439,7 @@ ILAP:Revised
435 rdf:type ILAP:Status ; 439 rdf:type ILAP:Status ;
436 rdfs:label "Revised"^^xsd:string . 440 rdfs:label "Revised"^^xsd:string .
437 441
438 -ILAP:Revision_Shutdown 442 +ILAP:RevisionShutdown
439 rdf:type ILAP:ShutdownType ; 443 rdf:type ILAP:ShutdownType ;
440 rdfs:label "Revision Shutdown"^^xsd:string . 444 rdfs:label "Revision Shutdown"^^xsd:string .
441 445
...@@ -443,8 +447,8 @@ ILAP:SAP ...@@ -443,8 +447,8 @@ ILAP:SAP
443 rdf:type ILAP:Application ; 447 rdf:type ILAP:Application ;
444 rdfs:label "SAP"^^xsd:string . 448 rdfs:label "SAP"^^xsd:string .
445 449
446 -ILAP:Safety_Test_Shutdown 450 +ILAP:SafetyTestShutdown
447 - rdf:type ILAP:ShutdownContent ; 451 + rdf:type ILAP:ShutdownType ;
448 rdfs:label "Safety Test Shutdown"^^xsd:string . 452 rdfs:label "Safety Test Shutdown"^^xsd:string .
449 453
450 ILAP:Safran 454 ILAP:Safran
...@@ -463,7 +467,7 @@ ILAP:Scheduled ...@@ -463,7 +467,7 @@ ILAP:Scheduled
463 rdf:type ILAP:Status ; 467 rdf:type ILAP:Status ;
464 rdfs:label "Scheduled"^^xsd:string . 468 rdfs:label "Scheduled"^^xsd:string .
465 469
466 -ILAP:Scheduled_Shutdown 470 +ILAP:ScheduledShutdown
467 rdf:type ILAP:ShutdownType ; 471 rdf:type ILAP:ShutdownType ;
468 rdfs:label "Scheduled Shutdown"^^xsd:string . 472 rdfs:label "Scheduled Shutdown"^^xsd:string .
469 473
...@@ -475,7 +479,7 @@ ILAP:ShutdownAndDecommisioning ...@@ -475,7 +479,7 @@ ILAP:ShutdownAndDecommisioning
475 rdf:type ILAP:PlanLifecycleStage ; 479 rdf:type ILAP:PlanLifecycleStage ;
476 rdfs:label "Shutdown and decommisioning"^^xsd:string . 480 rdfs:label "Shutdown and decommisioning"^^xsd:string .
477 481
478 -ILAP:Shutdown_not_evaluated 482 +ILAP:ShutdownNotEvaluated
479 rdf:type ILAP:ShutdownType ; 483 rdf:type ILAP:ShutdownType ;
480 rdfs:label "Shutdown not evaluated"^^xsd:string . 484 rdfs:label "Shutdown not evaluated"^^xsd:string .
481 485
...@@ -489,12 +493,16 @@ ILAP:StandardWorkWeekdayPeriod ...@@ -489,12 +493,16 @@ ILAP:StandardWorkWeekdayPeriod
489 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 493 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
490 rdfs:label "Standard work weekday period"^^xsd:string . 494 rdfs:label "Standard work weekday period"^^xsd:string .
491 495
496 +ILAP:StartingUp
497 + rdf:type ILAP:ShutdownPhase ;
498 + rdfs:label "Starting up"^^xsd:string .
499 +
492 ILAP:Sunday 500 ILAP:Sunday
493 rdf:type ILAP:CalendarDay ; 501 rdf:type ILAP:CalendarDay ;
494 rdfs:label "Sunday"^^xsd:string . 502 rdfs:label "Sunday"^^xsd:string .
495 503
496 -ILAP:System_Shutdown 504 +ILAP:SystemShutdown
497 - rdf:type ILAP:ShutdownContent ; 505 + rdf:type ILAP:ShutdownType ;
498 rdfs:label "System Shutdown"^^xsd:string . 506 rdfs:label "System Shutdown"^^xsd:string .
499 507
500 ILAP:TIMEX 508 ILAP:TIMEX
...@@ -505,8 +513,8 @@ ILAP:Thursday ...@@ -505,8 +513,8 @@ ILAP:Thursday
505 rdf:type ILAP:CalendarDay ; 513 rdf:type ILAP:CalendarDay ;
506 rdfs:label "Thursday"^^xsd:string . 514 rdfs:label "Thursday"^^xsd:string .
507 515
508 -ILAP:Train_Shutdown 516 +ILAP:TrainShutdown
509 - rdf:type ILAP:ShutdownContent ; 517 + rdf:type ILAP:ShutdownType ;
510 rdfs:label "Train Shutdown"^^xsd:string . 518 rdfs:label "Train Shutdown"^^xsd:string .
511 519
512 ILAP:Tuesday 520 ILAP:Tuesday
...@@ -521,12 +529,12 @@ ILAP:VesselOperation ...@@ -521,12 +529,12 @@ ILAP:VesselOperation
521 rdf:type ILAP:RiskType ; 529 rdf:type ILAP:RiskType ;
522 rdfs:label "Vessel operation"^^xsd:string . 530 rdfs:label "Vessel operation"^^xsd:string .
523 531
524 -ILAP:Water_Injection_Shutdown 532 +ILAP:WaterInjectionShutdown
525 - rdf:type ILAP:ShutdownContent ; 533 + rdf:type ILAP:ShutdownType ;
526 rdfs:label "Water Injection Shutdown"^^xsd:string . 534 rdfs:label "Water Injection Shutdown"^^xsd:string .
527 535
528 -ILAP:Water_Production_Shutdown 536 +ILAP:WaterProductionShutdown
529 - rdf:type ILAP:ShutdownContent ; 537 + rdf:type ILAP:ShutdownType ;
530 rdfs:label "Water Production Shutdown"^^xsd:string . 538 rdfs:label "Water Production Shutdown"^^xsd:string .
531 539
532 ILAP:Wednesday 540 ILAP:Wednesday
...@@ -545,8 +553,8 @@ ILAP:WeekendsFreeCalendar ...@@ -545,8 +553,8 @@ ILAP:WeekendsFreeCalendar
545 owl:onProperty ILAP:hasCalendarFreePeriod 553 owl:onProperty ILAP:hasCalendarFreePeriod
546 ] . 554 ] .
547 555
548 -ILAP:Well_Transfer 556 +ILAP:WellTransfer
549 - rdf:type ILAP:ShutdownContent ; 557 + rdf:type ILAP:ShutdownType ;
550 rdfs:label "Well Transfer "^^xsd:string . 558 rdfs:label "Well Transfer "^^xsd:string .
551 559
552 ILAP:Wellbore 560 ILAP:Wellbore
......
...@@ -110,14 +110,14 @@ ILAP:SAB_51_1 ...@@ -110,14 +110,14 @@ ILAP:SAB_51_1
110 ILAP:SummerShutdown_UC1 110 ILAP:SummerShutdown_UC1
111 rdf:type ILAP:Shutdown ; 111 rdf:type ILAP:Shutdown ;
112 rdfs:label "Summer shutdown UC1"^^xsd:string ; 112 rdfs:label "Summer shutdown UC1"^^xsd:string ;
113 - ILAP:hasShutdownContent
114 - ILAP:Equipment_Shutdown ;
115 ILAP:hasShutdownPeriod 113 ILAP:hasShutdownPeriod
116 "SD2016"^^xsd:string ; 114 "SD2016"^^xsd:string ;
115 + ILAP:hasShutdownPhase
116 + ILAP:EquipmentShutdown ;
117 ILAP:hasShutdownPriority 117 ILAP:hasShutdownPriority
118 ILAP:NormalPriority ; 118 ILAP:NormalPriority ;
119 ILAP:hasShutdownType 119 ILAP:hasShutdownType
120 - ILAP:Scheduled_Shutdown . 120 + ILAP:ScheduledShutdown .
121 121
122 ILAP:UseCaseAibelToCOPNO 122 ILAP:UseCaseAibelToCOPNO
123 rdf:type ILAP:Source ; 123 rdf:type ILAP:Source ;
......