Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -69,14 +69,14 @@ | ... | @@ -69,14 +69,14 @@ |
| 69 | rdf:type :ShutdownPeriod ; | 69 | rdf:type :ShutdownPeriod ; |
| 70 | rdfs:label "High Activity Period"^^xsd:string . | 70 | rdfs:label "High Activity Period"^^xsd:string . |
| 71 | 71 | ||
| 72 | +:IndependentOfOperation | ||
| 73 | + rdf:type :ShutdownOperation ; | ||
| 74 | + rdfs:label "Independent of operation"^^xsd:string . | ||
| 75 | + | ||
| 72 | :Living_Quarter_Shutdown | 76 | :Living_Quarter_Shutdown |
| 73 | rdf:type :ShutdownContent ; | 77 | rdf:type :ShutdownContent ; |
| 74 | rdfs:label "Living Quarter Shutdown"^^xsd:string . | 78 | rdfs:label "Living Quarter Shutdown"^^xsd:string . |
| 75 | 79 | ||
| 76 | -:Mini_Shutdown | ||
| 77 | - rdf:type :ShutdownContent ; | ||
| 78 | - rdfs:label "Mini Shutdown"^^xsd:string . | ||
| 79 | - | ||
| 80 | :Non-Scheduled_Shutdown | 80 | :Non-Scheduled_Shutdown |
| 81 | rdf:type :ShutdownType ; | 81 | rdf:type :ShutdownType ; |
| 82 | rdfs:label "Non-Scheduled Shutdown"^^xsd:string . | 82 | rdfs:label "Non-Scheduled Shutdown"^^xsd:string . | ... | ... |
-
Please register or login to post a comment