Tore Christiansen

Updated Shutdown codes

......@@ -17,6 +17,10 @@
rdf:type :ShutdownOperation ;
rdfs:label "Before Shutdown"^^xsd:string .
:Campaign
rdf:type :ShutdownType ;
rdfs:label "Campaign"^^xsd:string .
:Change_Order_Living_Quarter
rdf:type :ShutdownContent ;
rdfs:label "Change Order Living Quarter"^^xsd:string .
......@@ -29,6 +33,10 @@
rdf:type :ShutdownPriority ;
rdfs:label "Critical"^^xsd:string .
:Drilling_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Drilling shutdown"^^xsd:string .
:During_Normal_Operation
rdf:type :ShutdownOperation ;
rdfs:label "During Normal Operation"^^xsd:string .
......@@ -45,6 +53,18 @@
rdf:type :ShutdownContent ;
rdfs:label "Field Shutdown"^^xsd:string .
:Gas_Export_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Gas Export Shutdown"^^xsd:string .
:Gas_Injection_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Gas Injection Shutdown"^^xsd:string .
:Independent_of_Shutdown
rdf:type :ShutdownOperation ;
rdfs:label "Independent of Shutdown"^^xsd:string .
:Living_Quarter_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Living Quarter Shutdown"^^xsd:string .
......@@ -61,6 +81,10 @@
rdf:type :ShutdownPriority ;
rdfs:label "Not Critical"^^xsd:string .
:Not_Evaluated
rdf:type :ShutdownOperation ;
rdfs:label "Not Evaluated"^^xsd:string .
:Production_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Production Shutdown"^^xsd:string .
......@@ -107,6 +131,14 @@
rdf:type :ShutdownContent ;
rdfs:label "Train Shutdown"^^xsd:string .
:Water_Injection_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Water Injection Shutdown"^^xsd:string .
:Water_Production_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Water Production Shutdown"^^xsd:string .
:Well_Transfer
rdf:type :ShutdownContent ;
rdfs:label "Well Transfer "^^xsd:string .
......