Tore Christiansen

Minor correction of class name

......@@ -209,6 +209,12 @@
rdfs:label "Activity constraint"^^xsd:string ;
rdfs:subClassOf :Constraint ;
.
:ActivityForWhichESDPermitIsRequired
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:label "Activity for which ESDPermit is required"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityForWhichEntryPermitIsRequired
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
......@@ -326,12 +332,6 @@
rdfs:label "Activity with utility constraints"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityforWhichESDPermitIsRequired
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:label "Activityfor which ESDPermit is required"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:AfterShutdown
rdf:type :ShutdownPhase ;
rdfs:label "After shutdown"^^xsd:string ;
......