Tore Christiansen

Updated Shutdown codes

...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
17 rdf:type :ShutdownOperation ; 17 rdf:type :ShutdownOperation ;
18 rdfs:label "Before Shutdown"^^xsd:string . 18 rdfs:label "Before Shutdown"^^xsd:string .
19 19
20 +:Campaign
21 + rdf:type :ShutdownType ;
22 + rdfs:label "Campaign"^^xsd:string .
23 +
20 :Change_Order_Living_Quarter 24 :Change_Order_Living_Quarter
21 rdf:type :ShutdownContent ; 25 rdf:type :ShutdownContent ;
22 rdfs:label "Change Order Living Quarter"^^xsd:string . 26 rdfs:label "Change Order Living Quarter"^^xsd:string .
...@@ -29,6 +33,10 @@ ...@@ -29,6 +33,10 @@
29 rdf:type :ShutdownPriority ; 33 rdf:type :ShutdownPriority ;
30 rdfs:label "Critical"^^xsd:string . 34 rdfs:label "Critical"^^xsd:string .
31 35
36 +:Drilling_Shutdown
37 + rdf:type :ShutdownContent ;
38 + rdfs:label "Drilling shutdown"^^xsd:string .
39 +
32 :During_Normal_Operation 40 :During_Normal_Operation
33 rdf:type :ShutdownOperation ; 41 rdf:type :ShutdownOperation ;
34 rdfs:label "During Normal Operation"^^xsd:string . 42 rdfs:label "During Normal Operation"^^xsd:string .
...@@ -45,6 +53,18 @@ ...@@ -45,6 +53,18 @@
45 rdf:type :ShutdownContent ; 53 rdf:type :ShutdownContent ;
46 rdfs:label "Field Shutdown"^^xsd:string . 54 rdfs:label "Field Shutdown"^^xsd:string .
47 55
56 +:Gas_Export_Shutdown
57 + rdf:type :ShutdownContent ;
58 + rdfs:label "Gas Export Shutdown"^^xsd:string .
59 +
60 +:Gas_Injection_Shutdown
61 + rdf:type :ShutdownContent ;
62 + rdfs:label "Gas Injection Shutdown"^^xsd:string .
63 +
64 +:Independent_of_Shutdown
65 + rdf:type :ShutdownOperation ;
66 + rdfs:label "Independent of Shutdown"^^xsd:string .
67 +
48 :Living_Quarter_Shutdown 68 :Living_Quarter_Shutdown
49 rdf:type :ShutdownContent ; 69 rdf:type :ShutdownContent ;
50 rdfs:label "Living Quarter Shutdown"^^xsd:string . 70 rdfs:label "Living Quarter Shutdown"^^xsd:string .
...@@ -61,6 +81,10 @@ ...@@ -61,6 +81,10 @@
61 rdf:type :ShutdownPriority ; 81 rdf:type :ShutdownPriority ;
62 rdfs:label "Not Critical"^^xsd:string . 82 rdfs:label "Not Critical"^^xsd:string .
63 83
84 +:Not_Evaluated
85 + rdf:type :ShutdownOperation ;
86 + rdfs:label "Not Evaluated"^^xsd:string .
87 +
64 :Production_Shutdown 88 :Production_Shutdown
65 rdf:type :ShutdownContent ; 89 rdf:type :ShutdownContent ;
66 rdfs:label "Production Shutdown"^^xsd:string . 90 rdfs:label "Production Shutdown"^^xsd:string .
...@@ -107,6 +131,14 @@ ...@@ -107,6 +131,14 @@
107 rdf:type :ShutdownContent ; 131 rdf:type :ShutdownContent ;
108 rdfs:label "Train Shutdown"^^xsd:string . 132 rdfs:label "Train Shutdown"^^xsd:string .
109 133
134 +:Water_Injection_Shutdown
135 + rdf:type :ShutdownContent ;
136 + rdfs:label "Water Injection Shutdown"^^xsd:string .
137 +
138 +:Water_Production_Shutdown
139 + rdf:type :ShutdownContent ;
140 + rdfs:label "Water Production Shutdown"^^xsd:string .
141 +
110 :Well_Transfer 142 :Well_Transfer
111 rdf:type :ShutdownContent ; 143 rdf:type :ShutdownContent ;
112 rdfs:label "Well Transfer "^^xsd:string . 144 rdfs:label "Well Transfer "^^xsd:string .
......