Tore Christiansen

extending UC1 examples

...@@ -1321,6 +1321,12 @@ ILAP:hasPlanRollUpPlan ...@@ -1321,6 +1321,12 @@ ILAP:hasPlanRollUpPlan
1321 rdfs:label "has plan roll up plan"^^xsd:string ; 1321 rdfs:label "has plan roll up plan"^^xsd:string ;
1322 rdfs:range ILAP:ProjectExecutionPlan . 1322 rdfs:range ILAP:ProjectExecutionPlan .
1323 1323
1324 +ILAP:hasPlanShutdown
1325 + rdf:type owl:ObjectProperty ;
1326 + rdfs:domain ILAP:ProjectExecutionPlan ;
1327 + rdfs:label "has plan shutdown"^^xsd:string ;
1328 + rdfs:range ILAP:Shutdown .
1329 +
1324 ILAP:hasPlanSubplan 1330 ILAP:hasPlanSubplan
1325 rdf:type owl:ObjectProperty ; 1331 rdf:type owl:ObjectProperty ;
1326 rdfs:domain ILAP:ProjectExecutionPlan ; 1332 rdfs:domain ILAP:ProjectExecutionPlan ;
...@@ -1335,7 +1341,6 @@ ILAP:hasPlanSupplier ...@@ -1335,7 +1341,6 @@ ILAP:hasPlanSupplier
1335 1341
1336 ILAP:hasPlanUserField 1342 ILAP:hasPlanUserField
1337 rdf:type owl:ObjectProperty ; 1343 rdf:type owl:ObjectProperty ;
1338 - rdfs:domain ILAP:ActivityPlan ;
1339 rdfs:label "has plan user field"^^xsd:string ; 1344 rdfs:label "has plan user field"^^xsd:string ;
1340 rdfs:range ILAP:UserField . 1345 rdfs:range ILAP:UserField .
1341 1346
......
...@@ -431,6 +431,10 @@ ILAP:Safran ...@@ -431,6 +431,10 @@ ILAP:Safran
431 rdf:type ILAP:Application ; 431 rdf:type ILAP:Application ;
432 rdfs:label "Safran"^^xsd:string . 432 rdfs:label "Safran"^^xsd:string .
433 433
434 +ILAP:SafranConocoPhillips
435 + rdf:type ILAP:Source ;
436 + rdfs:label "Safran in ConocoPhillips"^^xsd:string .
437 +
434 ILAP:Saturday 438 ILAP:Saturday
435 rdf:type ILAP:CalendarDay ; 439 rdf:type ILAP:CalendarDay ;
436 rdfs:label "Saturday"^^xsd:string . 440 rdfs:label "Saturday"^^xsd:string .
......
...@@ -59,7 +59,7 @@ ILAP:PlannedActivity_2 ...@@ -59,7 +59,7 @@ ILAP:PlannedActivity_2
59 ILAP:hasActivityRiskFactor 59 ILAP:hasActivityRiskFactor
60 ILAP:RiskFactor_1 ; 60 ILAP:RiskFactor_1 ;
61 ILAP:hasActivityShutdown 61 ILAP:hasActivityShutdown
62 - ILAP:SummerShutdown_1 ; 62 + ILAP:SummerShutdown_UC1 ;
63 ILAP:hasActivityStatus 63 ILAP:hasActivityStatus
64 ILAP:Active ; 64 ILAP:Active ;
65 ILAP:hasActivityWBSelement 65 ILAP:hasActivityWBSelement
...@@ -73,7 +73,9 @@ ILAP:ProjectExecutionPlan_UC1 ...@@ -73,7 +73,9 @@ ILAP:ProjectExecutionPlan_UC1
73 rdf:type ILAP:ProjectExecutionPlan ; 73 rdf:type ILAP:ProjectExecutionPlan ;
74 rdfs:label "Project execution plan UC1"^^xsd:string ; 74 rdfs:label "Project execution plan UC1"^^xsd:string ;
75 ILAP:hasPlanContractor 75 ILAP:hasPlanContractor
76 - <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> . 76 + <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
77 + ILAP:hasPlanShutdown
78 + ILAP:SummerShutdown_UC1 .
77 79
78 ILAP:RiskFactor_1 80 ILAP:RiskFactor_1
79 rdf:type ILAP:RiskFactor ; 81 rdf:type ILAP:RiskFactor ;
...@@ -84,13 +86,13 @@ ILAP:SAB_51_1 ...@@ -84,13 +86,13 @@ ILAP:SAB_51_1
84 rdf:type SCCS:SAB_51 ; 86 rdf:type SCCS:SAB_51 ;
85 rdfs:label "Prepare drilling equipment for drilling"^^xsd:string . 87 rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
86 88
87 -ILAP:SummerShutdown_1 89 +ILAP:SummerShutdown_UC1
88 rdf:type ILAP:Shutdown ; 90 rdf:type ILAP:Shutdown ;
89 - rdfs:label "Summer shutdown 1"^^xsd:string ; 91 + rdfs:label "Summer shutdown UC1"^^xsd:string ;
90 ILAP:hasShutdownContent 92 ILAP:hasShutdownContent
91 - ILAP:Drilling_Shutdown ; 93 + ILAP:Equipment_Shutdown ;
92 ILAP:hasShutdownPeriod 94 ILAP:hasShutdownPeriod
93 - "2015"^^xsd:string ; 95 + "SD2016"^^xsd:string ;
94 ILAP:hasShutdownPriority 96 ILAP:hasShutdownPriority
95 ILAP:NormalPriority ; 97 ILAP:NormalPriority ;
96 ILAP:hasShutdownType 98 ILAP:hasShutdownType
...@@ -99,3 +101,16 @@ ILAP:SummerShutdown_1 ...@@ -99,3 +101,16 @@ ILAP:SummerShutdown_1
99 ILAP:WorkOrder_1 101 ILAP:WorkOrder_1
100 rdf:type ILAP:WorkOrder ; 102 rdf:type ILAP:WorkOrder ;
101 rdfs:label "Work order 1"^^xsd:string . 103 rdfs:label "Work order 1"^^xsd:string .
104 +
105 +ILAP:hasContract
106 + rdf:type ILAP:SourceSpecifiedUserField ;
107 + rdfs:label "has contract"^^xsd:string ;
108 + ILAP:hasUserFieldName
109 + "Comp.Format"^^xsd:string ;
110 + ILAP:hasUserFieldSource
111 + ILAP:SafranConocoPhillips ;
112 + ILAP:hasUserFieldValue
113 + "Reimbbursement"^^xsd:string .
114 +
115 +ILAP:hasPlanUserField
116 + rdfs:domain ILAP:ProjectExecutionPlan .
......