Tore Christiansen

extending UC1 examples

......@@ -1321,6 +1321,12 @@ ILAP:hasPlanRollUpPlan
rdfs:label "has plan roll up plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasPlanShutdown
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan shutdown"^^xsd:string ;
rdfs:range ILAP:Shutdown .
ILAP:hasPlanSubplan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
......@@ -1335,7 +1341,6 @@ ILAP:hasPlanSupplier
ILAP:hasPlanUserField
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has plan user field"^^xsd:string ;
rdfs:range ILAP:UserField .
......
......@@ -431,6 +431,10 @@ ILAP:Safran
rdf:type ILAP:Application ;
rdfs:label "Safran"^^xsd:string .
ILAP:SafranConocoPhillips
rdf:type ILAP:Source ;
rdfs:label "Safran in ConocoPhillips"^^xsd:string .
ILAP:Saturday
rdf:type ILAP:CalendarDay ;
rdfs:label "Saturday"^^xsd:string .
......
......@@ -59,7 +59,7 @@ ILAP:PlannedActivity_2
ILAP:hasActivityRiskFactor
ILAP:RiskFactor_1 ;
ILAP:hasActivityShutdown
ILAP:SummerShutdown_1 ;
ILAP:SummerShutdown_UC1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivityWBSelement
......@@ -73,7 +73,9 @@ ILAP:ProjectExecutionPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan UC1"^^xsd:string ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> .
<http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasPlanShutdown
ILAP:SummerShutdown_UC1 .
ILAP:RiskFactor_1
rdf:type ILAP:RiskFactor ;
......@@ -84,13 +86,13 @@ ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
ILAP:SummerShutdown_1
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown 1"^^xsd:string ;
rdfs:label "Summer shutdown UC1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Drilling_Shutdown ;
ILAP:Equipment_Shutdown ;
ILAP:hasShutdownPeriod
"2015"^^xsd:string ;
"SD2016"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
......@@ -99,3 +101,16 @@ ILAP:SummerShutdown_1
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string .
ILAP:hasContract
rdf:type ILAP:SourceSpecifiedUserField ;
rdfs:label "has contract"^^xsd:string ;
ILAP:hasUserFieldName
"Comp.Format"^^xsd:string ;
ILAP:hasUserFieldSource
ILAP:SafranConocoPhillips ;
ILAP:hasUserFieldValue
"Reimbbursement"^^xsd:string .
ILAP:hasPlanUserField
rdfs:domain ILAP:ProjectExecutionPlan .
......