Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -81,10 +81,6 @@ | ... | @@ -81,10 +81,6 @@ |
| 81 | rdf:type :ShutdownPriority ; | 81 | rdf:type :ShutdownPriority ; |
| 82 | rdfs:label "Not Critical"^^xsd:string . | 82 | rdfs:label "Not Critical"^^xsd:string . |
| 83 | 83 | ||
| 84 | -:Not_Evaluated | ||
| 85 | - rdf:type :ShutdownOperation ; | ||
| 86 | - rdfs:label "Not Evaluated"^^xsd:string . | ||
| 87 | - | ||
| 88 | :Production_Shutdown | 84 | :Production_Shutdown |
| 89 | rdf:type :ShutdownContent ; | 85 | rdf:type :ShutdownContent ; |
| 90 | rdfs:label "Production Shutdown"^^xsd:string . | 86 | rdfs:label "Production Shutdown"^^xsd:string . |
| ... | @@ -127,6 +123,10 @@ | ... | @@ -127,6 +123,10 @@ |
| 127 | rdfs:label "Shutdown type"^^xsd:string ; | 123 | rdfs:label "Shutdown type"^^xsd:string ; |
| 128 | rdfs:subClassOf owl:Thing . | 124 | rdfs:subClassOf owl:Thing . |
| 129 | 125 | ||
| 126 | +:Shutdown_not_evaluated | ||
| 127 | + rdf:type :ShutdownOperation ; | ||
| 128 | + rdfs:label "Shutdown not evaluated"^^xsd:string . | ||
| 129 | + | ||
| 130 | :Train_Shutdown | 130 | :Train_Shutdown |
| 131 | rdf:type :ShutdownContent ; | 131 | rdf:type :ShutdownContent ; |
| 132 | rdfs:label "Train Shutdown"^^xsd:string . | 132 | rdfs:label "Train Shutdown"^^xsd:string . | ... | ... |
-
Please register or login to post a comment