Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -209,6 +209,12 @@ | ... | @@ -209,6 +209,12 @@ |
209 | rdfs:label "Activity constraint"^^xsd:string ; | 209 | rdfs:label "Activity constraint"^^xsd:string ; |
210 | rdfs:subClassOf :Constraint ; | 210 | rdfs:subClassOf :Constraint ; |
211 | . | 211 | . |
212 | +:ActivityForWhichESDPermitIsRequired | ||
213 | + rdf:type :ActivityRiskFactor ; | ||
214 | + rdf:type owl:Class ; | ||
215 | + rdfs:label "Activity for which ESDPermit is required"^^xsd:string ; | ||
216 | + rdfs:subClassOf :Activity ; | ||
217 | +. | ||
212 | :ActivityForWhichEntryPermitIsRequired | 218 | :ActivityForWhichEntryPermitIsRequired |
213 | rdf:type :ActivityRiskFactor ; | 219 | rdf:type :ActivityRiskFactor ; |
214 | rdf:type owl:Class ; | 220 | rdf:type owl:Class ; |
... | @@ -326,12 +332,6 @@ | ... | @@ -326,12 +332,6 @@ |
326 | rdfs:label "Activity with utility constraints"^^xsd:string ; | 332 | rdfs:label "Activity with utility constraints"^^xsd:string ; |
327 | rdfs:subClassOf :Activity ; | 333 | rdfs:subClassOf :Activity ; |
328 | . | 334 | . |
329 | -:ActivityforWhichESDPermitIsRequired | ||
330 | - rdf:type :ActivityRiskFactor ; | ||
331 | - rdf:type owl:Class ; | ||
332 | - rdfs:label "Activityfor which ESDPermit is required"^^xsd:string ; | ||
333 | - rdfs:subClassOf :Activity ; | ||
334 | -. | ||
335 | :AfterShutdown | 335 | :AfterShutdown |
336 | rdf:type :ShutdownPhase ; | 336 | rdf:type :ShutdownPhase ; |
337 | rdfs:label "After shutdown"^^xsd:string ; | 337 | rdfs:label "After shutdown"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment