Tore Christiansen

Changed resource from UC1 to ilap

Showing 1 changed file with 38 additions and 38 deletions
......@@ -13,47 +13,22 @@ UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:ActivityWBS_1
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBSResource UC1:COR_KD_1 ;
ILAP:hasWBSResource ILAP:COR_KD_1 ;
ILAP:hasWBScomponent
UC1:PBS_ABB_1 ;
ILAP:hasWBSphase UC1:SAB_51_1 .
ILAP:PBS_ABB_1 ;
ILAP:hasWBSphase ILAP:SAB_51_1 .
UC1:COR_KD_1
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
rdfs:label "Drilling"^^xsd:string .
UC1:PBS_ABB_1
ILAP:PBS_ABB_1
rdf:type SCCS:PBS_ABB ;
rdfs:label "PBS ABB 1"^^xsd:string .
UC1:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string ;
ILAP:hasRiskType ILAP:ShallowGasOperation .
UC1:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "SAB 51 1"^^xsd:string .
UC1:SummerShutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown 1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Drilling_Shutdown ;
ILAP:hasShutdownPeriod
"2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
UC1:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string .
ILAP:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
......@@ -62,7 +37,7 @@ ILAP:PlannedActivity_2
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasActivityDiscipline
UC1:COR_KD_1 ;
ILAP:COR_KD_1 ;
ILAP:hasActivityEstimatedWeight
"55000"^^xsd:float ;
ILAP:hasActivityLocation
......@@ -70,21 +45,46 @@ ILAP:PlannedActivity_2
ILAP:hasActivityOperator
<http://staging.data.posccaesar.org/npd/facts/Company-2410696> ;
ILAP:hasActivityPhase
UC1:SAB_51_1 ;
ILAP:SAB_51_1 ;
ILAP:hasActivityResource
UC1:COR_KD_1 ;
ILAP:COR_KD_1 ;
ILAP:hasActivityResult
UC1:PBS_ABB_1 ;
ILAP:PBS_ABB_1 ;
ILAP:hasActivityRiskFactor
UC1:RiskFactor_1 ;
ILAP:RiskFactor_1 ;
ILAP:hasActivityShutdown
UC1:SummerShutdown_1 ;
ILAP:SummerShutdown_1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivityWBSelement
UC1:ActivityWBS_1 ;
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
"55000"^^xsd:float ;
ILAP:hasActivityWorkVolume
"1500"^^xsd:float ;
ILAP:hasPlatform <http://staging.data.posccaesar.org/npd/facts/Facility-278329> .
ILAP:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string ;
ILAP:hasRiskType ILAP:ShallowGasOperation .
ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "SAB 51 1"^^xsd:string .
ILAP:SummerShutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown 1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Drilling_Shutdown ;
ILAP:hasShutdownPeriod
"2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string .
......