Tore Christiansen

Added additional User Defined variables from COPNO and Statoil, deleted duplicate Risk Factors

This diff is collapsed. Click to expand it.
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
53 :ActivityCarriedOutOnHCsystems 53 :ActivityCarriedOutOnHCsystems
54 rdf:type :ActivityRiskFactor ; 54 rdf:type :ActivityRiskFactor ;
55 rdf:type owl:Class ; 55 rdf:type owl:Class ;
56 - rdfs:label "Activity carried out on HCsystems"^^xsd:string ; 56 + rdfs:label "Activity carried out on HC systems"^^xsd:string ;
57 rdfs:subClassOf :Activity ; 57 rdfs:subClassOf :Activity ;
58 . 58 .
59 :ActivityConstraint 59 :ActivityConstraint
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
65 :ActivityForWhichESDPermitIsRequired 65 :ActivityForWhichESDPermitIsRequired
66 rdf:type :ActivityRiskFactor ; 66 rdf:type :ActivityRiskFactor ;
67 rdf:type owl:Class ; 67 rdf:type owl:Class ;
68 - rdfs:label "Activity for which ESDPermit is required"^^xsd:string ; 68 + rdfs:label "Activity for which ESD Permit is required"^^xsd:string ;
69 rdfs:subClassOf :Activity ; 69 rdfs:subClassOf :Activity ;
70 . 70 .
71 :ActivityForWhichEntryPermitIsRequired 71 :ActivityForWhichEntryPermitIsRequired
...@@ -356,10 +356,10 @@ ...@@ -356,10 +356,10 @@
356 rdfs:label "Activity that requires area access restriction"^^xsd:string ; 356 rdfs:label "Activity that requires area access restriction"^^xsd:string ;
357 rdfs:subClassOf :Activity ; 357 rdfs:subClassOf :Activity ;
358 . 358 .
359 -:ActivityThatRequiresTempBarrierImpairment 359 +:ActivityThatRequiresTemporaryBarrierImpairment
360 rdf:type :ActivityRiskFactor ; 360 rdf:type :ActivityRiskFactor ;
361 rdf:type owl:Class ; 361 rdf:type owl:Class ;
362 - rdfs:label "Activity that requires temp barrier impairment"^^xsd:string ; 362 + rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ;
363 rdfs:subClassOf :Activity ; 363 rdfs:subClassOf :Activity ;
364 . 364 .
365 :ActivityThatRequiresWorkOverOpenSea 365 :ActivityThatRequiresWorkOverOpenSea
...@@ -1293,16 +1293,6 @@ ...@@ -1293,16 +1293,6 @@
1293 rdfs:label "Green field project"^^xsd:string ; 1293 rdfs:label "Green field project"^^xsd:string ;
1294 rdfs:subClassOf :Activity ; 1294 rdfs:subClassOf :Activity ;
1295 . 1295 .
1296 -:HCSystems
1297 - rdf:type :ActivityRiskFactor ;
1298 - rdfs:label "HCSystems"^^xsd:string ;
1299 - rdfs:subClassOf :Activity ;
1300 -.
1301 -:Habitat
1302 - rdf:type :ActivityRiskFactor ;
1303 - rdfs:label "Habitat"^^xsd:string ;
1304 - rdfs:subClassOf :Activity ;
1305 -.
1306 :HeightWork 1296 :HeightWork
1307 rdf:type :ActivityRiskFactor ; 1297 rdf:type :ActivityRiskFactor ;
1308 rdfs:label "Height work"^^xsd:string ; 1298 rdfs:label "Height work"^^xsd:string ;
......