Tore Christiansen

One more shutdown update

...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
33 rdf:type :ShutdownPriority ; 33 rdf:type :ShutdownPriority ;
34 rdfs:label "Critical"^^xsd:string . 34 rdfs:label "Critical"^^xsd:string .
35 35
36 +:Dependent_on_Shutdown
37 + rdf:type :ShutdownOperation ;
38 + rdfs:label "Dependent on Shutdown"^^xsd:string .
39 +
36 :Drilling_Shutdown 40 :Drilling_Shutdown
37 rdf:type :ShutdownContent ; 41 rdf:type :ShutdownContent ;
38 rdfs:label "Drilling shutdown"^^xsd:string . 42 rdfs:label "Drilling shutdown"^^xsd:string .
...@@ -65,10 +69,6 @@ ...@@ -65,10 +69,6 @@
65 rdf:type :ShutdownPeriod ; 69 rdf:type :ShutdownPeriod ;
66 rdfs:label "High Activity Period"^^xsd:string . 70 rdfs:label "High Activity Period"^^xsd:string .
67 71
68 -:Independent_of_Shutdown
69 - rdf:type :ShutdownOperation ;
70 - rdfs:label "Independent of Shutdown"^^xsd:string .
71 -
72 :Living_Quarter_Shutdown 72 :Living_Quarter_Shutdown
73 rdf:type :ShutdownContent ; 73 rdf:type :ShutdownContent ;
74 rdfs:label "Living Quarter Shutdown"^^xsd:string . 74 rdfs:label "Living Quarter Shutdown"^^xsd:string .
......