Tore Christiansen

Added three and renamed one status value

......@@ -379,6 +379,10 @@ ILAP:LiftingOperation
rdfs:label "Lifting operation"^^xsd:string ;
rdfs:subClassOf ILAP:RiskType .
ILAP:Limited
rdf:type ILAP:Status ;
rdfs:label "Limited"^^xsd:string .
ILAP:LivingQuarterShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Living Quarter Shutdown"^^xsd:string .
......@@ -556,6 +560,10 @@ ILAP:RadicalChange
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Radical change"^^xsd:string .
ILAP:Ready
rdf:type ILAP:Status ;
rdfs:label "Ready"^^xsd:string .
ILAP:Regular8To16WorkingDayCalendar
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -590,6 +598,10 @@ ILAP:Renewal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Renew"^^xsd:string .
ILAP:Replanned
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
ILAP:ReservoirDrillingOperation
rdf:type owl:Class ;
rdfs:label "Reservoir drilling operation"^^xsd:string ;
......@@ -599,10 +611,6 @@ ILAP:ResourceDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string .
ILAP:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
ILAP:RevisionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Revision Shutdown"^^xsd:string .
......@@ -714,6 +722,10 @@ ILAP:VesselOperation
rdfs:label "Vessel operation"^^xsd:string ;
rdfs:subClassOf ILAP:RiskType .
ILAP:Void
rdf:type ILAP:Status ;
rdfs:label "Void"^^xsd:string .
ILAP:WaterInjectionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Water Injection Shutdown"^^xsd:string .
......