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 @@
:ActivityCarriedOutOnHCsystems
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:label "Activity carried out on HCsystems"^^xsd:string ;
rdfs:label "Activity carried out on HC systems"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityConstraint
......@@ -65,7 +65,7 @@
:ActivityForWhichESDPermitIsRequired
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:label "Activity for which ESDPermit is required"^^xsd:string ;
rdfs:label "Activity for which ESD Permit is required"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityForWhichEntryPermitIsRequired
......@@ -356,10 +356,10 @@
rdfs:label "Activity that requires area access restriction"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityThatRequiresTempBarrierImpairment
:ActivityThatRequiresTemporaryBarrierImpairment
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:label "Activity that requires temp barrier impairment"^^xsd:string ;
rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityThatRequiresWorkOverOpenSea
......@@ -1293,16 +1293,6 @@
rdfs:label "Green field project"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:HCSystems
rdf:type :ActivityRiskFactor ;
rdfs:label "HCSystems"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:Habitat
rdf:type :ActivityRiskFactor ;
rdfs:label "Habitat"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:HeightWork
rdf:type :ActivityRiskFactor ;
rdfs:label "Height work"^^xsd:string ;
......