Tore Christiansen

Minor mispelling

...@@ -437,12 +437,6 @@ ...@@ -437,12 +437,6 @@
437 rdfs:label "Activity Status Value"^^xsd:string ; 437 rdfs:label "Activity Status Value"^^xsd:string ;
438 rdfs:subClassOf :StatusInstance ; 438 rdfs:subClassOf :StatusInstance ;
439 . 439 .
440 -:ActivityTatRequiresRemovalOfBarriers
441 - rdf:type :ActivityRiskFactor ;
442 - rdfs:comment "An ActivityWithRisk that involves removal of barriers."^^xsd:string ;
443 - rdfs:label "Activity that requires removal of barriers"^^xsd:string ;
444 - rdfs:subClassOf :ActivityWithRisk ;
445 -.
446 :ActivityThatInvolvesHotWork 440 :ActivityThatInvolvesHotWork
447 rdf:type :ActivityRiskFactor ; 441 rdf:type :ActivityRiskFactor ;
448 rdfs:comment "An ActivityWithRisk that involves hot work."^^xsd:string ; 442 rdfs:comment "An ActivityWithRisk that involves hot work."^^xsd:string ;
...@@ -493,6 +487,12 @@ ...@@ -493,6 +487,12 @@
493 rdfs:label "Activity that requires height work"^^xsd:string ; 487 rdfs:label "Activity that requires height work"^^xsd:string ;
494 rdfs:subClassOf :ActivityWithRisk ; 488 rdfs:subClassOf :ActivityWithRisk ;
495 . 489 .
490 +:ActivityThatRequiresRemovalOfBarriers
491 + rdf:type :ActivityRiskFactor ;
492 + rdfs:comment "An ActivityWithRisk that involves removal of barriers."^^xsd:string ;
493 + rdfs:label "Activity that requires removal of barriers"^^xsd:string ;
494 + rdfs:subClassOf :ActivityWithRisk ;
495 +.
496 :ActivityThatRequiresTemporaryBarrierImpairment 496 :ActivityThatRequiresTemporaryBarrierImpairment
497 rdf:type :ActivityRiskFactor ; 497 rdf:type :ActivityRiskFactor ;
498 rdf:type owl:Class ; 498 rdf:type owl:Class ;
......