Tore Christiansen

Added more codes (instances) to cover all Shutdown data

...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
61 rdf:type :ShutdownContent ; 61 rdf:type :ShutdownContent ;
62 rdfs:label "Gas Injection Shutdown"^^xsd:string . 62 rdfs:label "Gas Injection Shutdown"^^xsd:string .
63 63
64 +:High_Activity_Period
65 + rdf:type :ShutdownPeriod ;
66 + rdfs:label "High Activity Period"^^xsd:string .
67 +
64 :Independent_of_Shutdown 68 :Independent_of_Shutdown
65 rdf:type :ShutdownOperation ; 69 rdf:type :ShutdownOperation ;
66 rdfs:label "Independent of Shutdown"^^xsd:string . 70 rdfs:label "Independent of Shutdown"^^xsd:string .
...@@ -89,6 +93,10 @@ ...@@ -89,6 +93,10 @@
89 rdf:type :ShutdownType ; 93 rdf:type :ShutdownType ;
90 rdfs:label "Revision Shutdown"^^xsd:string . 94 rdfs:label "Revision Shutdown"^^xsd:string .
91 95
96 +:Safety_Test_Shutdown
97 + rdf:type :ShutdownContent ;
98 + rdfs:label "Safety Test Shutdown"^^xsd:string .
99 +
92 :Scheduled_Shutdown 100 :Scheduled_Shutdown
93 rdf:type :ShutdownType ; 101 rdf:type :ShutdownType ;
94 rdfs:label "Scheduled Shutdown"^^xsd:string . 102 rdfs:label "Scheduled Shutdown"^^xsd:string .
...@@ -123,10 +131,18 @@ ...@@ -123,10 +131,18 @@
123 rdfs:label "Shutdown type"^^xsd:string ; 131 rdfs:label "Shutdown type"^^xsd:string ;
124 rdfs:subClassOf owl:Thing . 132 rdfs:subClassOf owl:Thing .
125 133
134 +:Shutdown_Period
135 + rdf:type :ShutdownPeriod ;
136 + rdfs:label "Shutdown Period"^^xsd:string .
137 +
126 :Shutdown_not_evaluated 138 :Shutdown_not_evaluated
127 rdf:type :ShutdownOperation ; 139 rdf:type :ShutdownOperation ;
128 rdfs:label "Shutdown not evaluated"^^xsd:string . 140 rdfs:label "Shutdown not evaluated"^^xsd:string .
129 141
142 +:System_Shutdown
143 + rdf:type :ShutdownContent ;
144 + rdfs:label "System Shutdown"^^xsd:string .
145 +
130 :Train_Shutdown 146 :Train_Shutdown
131 rdf:type :ShutdownContent ; 147 rdf:type :ShutdownContent ;
132 rdfs:label "Train Shutdown"^^xsd:string . 148 rdfs:label "Train Shutdown"^^xsd:string .
......