Tore Christiansen

Testing out another Risk type

Showing 1 changed file with 8 additions and 3 deletions
...@@ -296,7 +296,7 @@ ILAP:PlannedActivity_2 ...@@ -296,7 +296,7 @@ ILAP:PlannedActivity_2
296 ILAP:hasActivityResult 296 ILAP:hasActivityResult
297 ILAP:PBS_ABB_1 ; 297 ILAP:PBS_ABB_1 ;
298 ILAP:hasActivityRiskFactor 298 ILAP:hasActivityRiskFactor
299 - ILAP:RiskFactor_1 ; 299 + ILAP:Risk_1 ;
300 ILAP:hasActivityShutdown 300 ILAP:hasActivityShutdown
301 ILAP:SummerShutdown_UC1 ; 301 ILAP:SummerShutdown_UC1 ;
302 ILAP:hasActivityStatus 302 ILAP:hasActivityStatus
...@@ -394,11 +394,16 @@ ILAP:ReimbursableContract_1 ...@@ -394,11 +394,16 @@ ILAP:ReimbursableContract_1
394 USERFIELDS:hasUserField 394 USERFIELDS:hasUserField
395 <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> . 395 <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> .
396 396
397 -ILAP:RiskFactor_1 397 +ILAP:Risk_1
398 rdf:type ILAP:Risk ; 398 rdf:type ILAP:Risk ;
399 - rdfs:label "Risk factor 1"^^xsd:string ; 399 + rdfs:label "Risk 1"^^xsd:string ;
400 ILAP:hasRiskType ILAP:ShallowGasOperation . 400 ILAP:hasRiskType ILAP:ShallowGasOperation .
401 401
402 +ILAP:Risk_2
403 + rdf:type ILAP:Risk ;
404 + rdfs:label "Risk 2"^^xsd:string ;
405 + ILAP:hasRiskType ILAP:HotWork .
406 +
402 <http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0> 407 <http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0>
403 rdf:type ILAP:Project ; 408 rdf:type ILAP:Project ;
404 rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ; 409 rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
......