Tore Christiansen

Added three and renamed one status value

...@@ -379,6 +379,10 @@ ILAP:LiftingOperation ...@@ -379,6 +379,10 @@ ILAP:LiftingOperation
379 rdfs:label "Lifting operation"^^xsd:string ; 379 rdfs:label "Lifting operation"^^xsd:string ;
380 rdfs:subClassOf ILAP:RiskType . 380 rdfs:subClassOf ILAP:RiskType .
381 381
382 +ILAP:Limited
383 + rdf:type ILAP:Status ;
384 + rdfs:label "Limited"^^xsd:string .
385 +
382 ILAP:LivingQuarterShutdown 386 ILAP:LivingQuarterShutdown
383 rdf:type ILAP:ShutdownType ; 387 rdf:type ILAP:ShutdownType ;
384 rdfs:label "Living Quarter Shutdown"^^xsd:string . 388 rdfs:label "Living Quarter Shutdown"^^xsd:string .
...@@ -556,6 +560,10 @@ ILAP:RadicalChange ...@@ -556,6 +560,10 @@ ILAP:RadicalChange
556 rdf:type ILAP:PlanObjectiveType ; 560 rdf:type ILAP:PlanObjectiveType ;
557 rdfs:label "Radical change"^^xsd:string . 561 rdfs:label "Radical change"^^xsd:string .
558 562
563 +ILAP:Ready
564 + rdf:type ILAP:Status ;
565 + rdfs:label "Ready"^^xsd:string .
566 +
559 ILAP:Regular8To16WorkingDayCalendar 567 ILAP:Regular8To16WorkingDayCalendar
560 rdfs:subClassOf 568 rdfs:subClassOf
561 [ rdf:type owl:Restriction ; 569 [ rdf:type owl:Restriction ;
...@@ -590,6 +598,10 @@ ILAP:Renewal ...@@ -590,6 +598,10 @@ ILAP:Renewal
590 rdf:type ILAP:PlanLifecycleStage ; 598 rdf:type ILAP:PlanLifecycleStage ;
591 rdfs:label "Renew"^^xsd:string . 599 rdfs:label "Renew"^^xsd:string .
592 600
601 +ILAP:Replanned
602 + rdf:type ILAP:Status ;
603 + rdfs:label "Revised"^^xsd:string .
604 +
593 ILAP:ReservoirDrillingOperation 605 ILAP:ReservoirDrillingOperation
594 rdf:type owl:Class ; 606 rdf:type owl:Class ;
595 rdfs:label "Reservoir drilling operation"^^xsd:string ; 607 rdfs:label "Reservoir drilling operation"^^xsd:string ;
...@@ -599,10 +611,6 @@ ILAP:ResourceDriven ...@@ -599,10 +611,6 @@ ILAP:ResourceDriven
599 rdf:type ILAP:PlanContractType ; 611 rdf:type ILAP:PlanContractType ;
600 rdfs:label "Resource driven"^^xsd:string . 612 rdfs:label "Resource driven"^^xsd:string .
601 613
602 -ILAP:Revised
603 - rdf:type ILAP:Status ;
604 - rdfs:label "Revised"^^xsd:string .
605 -
606 ILAP:RevisionShutdown 614 ILAP:RevisionShutdown
607 rdf:type ILAP:ShutdownType ; 615 rdf:type ILAP:ShutdownType ;
608 rdfs:label "Revision Shutdown"^^xsd:string . 616 rdfs:label "Revision Shutdown"^^xsd:string .
...@@ -714,6 +722,10 @@ ILAP:VesselOperation ...@@ -714,6 +722,10 @@ ILAP:VesselOperation
714 rdfs:label "Vessel operation"^^xsd:string ; 722 rdfs:label "Vessel operation"^^xsd:string ;
715 rdfs:subClassOf ILAP:RiskType . 723 rdfs:subClassOf ILAP:RiskType .
716 724
725 +ILAP:Void
726 + rdf:type ILAP:Status ;
727 + rdfs:label "Void"^^xsd:string .
728 +
717 ILAP:WaterInjectionShutdown 729 ILAP:WaterInjectionShutdown
718 rdf:type ILAP:ShutdownType ; 730 rdf:type ILAP:ShutdownType ;
719 rdfs:label "Water Injection Shutdown"^^xsd:string . 731 rdfs:label "Water Injection Shutdown"^^xsd:string .
......