Tore Christiansen

Minor mispelling

......@@ -437,12 +437,6 @@
rdfs:label "Activity Status Value"^^xsd:string ;
rdfs:subClassOf :StatusInstance ;
.
:ActivityTatRequiresRemovalOfBarriers
rdf:type :ActivityRiskFactor ;
rdfs:comment "An ActivityWithRisk that involves removal of barriers."^^xsd:string ;
rdfs:label "Activity that requires removal of barriers"^^xsd:string ;
rdfs:subClassOf :ActivityWithRisk ;
.
:ActivityThatInvolvesHotWork
rdf:type :ActivityRiskFactor ;
rdfs:comment "An ActivityWithRisk that involves hot work."^^xsd:string ;
......@@ -493,6 +487,12 @@
rdfs:label "Activity that requires height work"^^xsd:string ;
rdfs:subClassOf :ActivityWithRisk ;
.
:ActivityThatRequiresRemovalOfBarriers
rdf:type :ActivityRiskFactor ;
rdfs:comment "An ActivityWithRisk that involves removal of barriers."^^xsd:string ;
rdfs:label "Activity that requires removal of barriers"^^xsd:string ;
rdfs:subClassOf :ActivityWithRisk ;
.
:ActivityThatRequiresTemporaryBarrierImpairment
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
......