UC1.ttl
14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
# baseURI: http://data.posccaesar.org/Data/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:ActivityDependency_1
rdf:type ILAP:ActivityDependency ;
rdfs:label "Activity dependency 1"^^xsd:string .
UC1:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 1"^^xsd:string ;
ILAP:hasActivityActiveStatus
UC1:ActivityStatus_1 ;
ILAP:hasActivityActualProgressPercent
"75"^^xsd:float ;
ILAP:hasActivityCalendar
UC1:Calendar_1 ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityDiscipline
UC1:Discipline_1 ;
ILAP:hasActivityEstimatedWeight
"10500"^^xsd:float ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/NCS_PLANNING/NPDelement_1> ;
ILAP:hasActivityPartActivity
UC1:ActivityInPlan_2 ;
ILAP:hasActivityPhase
UC1:Phase_1 ;
ILAP:hasActivityPhysicalPercentComplete
"70"^^xsd:float ;
ILAP:hasActivityPlan
UC1:ProjectPlan_1 ;
ILAP:hasActivityPlannedProgressPercent
80 ;
ILAP:hasActivityPlannedResource
UC1:PlannedResource_1 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResourceProfile
UC1:Profile_1 ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult
UC1:Result_1 ;
ILAP:hasActivityRiskFactor
UC1:RiskFactor_1 ;
ILAP:hasActivityShutdown
UC1:Shutdown_1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivitySuccessor
UC1:ActivityDependency_1 ;
ILAP:hasActivitySupplier
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/pob/NiloErdal> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
"10800"^^xsd:float ;
ILAP:hasActivityWorkVolume
"250"^^xsd:float ;
ILAP:hasExternalReference
UC1:ExternalReference_1 ;
ILAP:hasFixedFinish "2014-10-17"^^xsd:date ;
ILAP:hasFixedStart "2014-09-01"^^xsd:date ;
ILAP:hasObjectDescription
"Specific text object"^^xsd:string ;
ILAP:hasObjectName "Soecific object name"^^xsd:string ;
ILAP:hasObjectReferenceID
"Specific object ID"^^xsd:string .
UC1:ActivityInPlan_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 2"^^xsd:string ;
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
UC1:ActivityInSchedule_1
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 1"^^xsd:string ;
ILAP:hasActivityActualWeight
"100750"^^xsd:float ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
UC1:LiveSchedule_1 ;
ILAP:hasActivityScheduledResource
UC1:ScheduledResource_1 .
UC1:ActivityInSchedule_2
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 2"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActivityInSchedule_3
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 3"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
UC1:LiveSchedule_1 .
UC1:ActivityInSchedule_4
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 4"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActivityStatus_1
rdf:type ILAP:ActivityStatus ;
rdfs:label "Activity status 1"^^xsd:string .
UC1:ActualSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
ILAP:hasScheduleBaseline
UC1:Baseline_1 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:Baseline_1
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_2
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 2"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_3
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 3"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_4
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 4"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Calendar_1
rdf:type ILAP:Calendar ;
rdfs:label "Calendar 1"^^xsd:string .
UC1:CurrentSchedule_1
rdf:type ILAP:CurrentSchedule ;
rdfs:label "Current schedule 1"^^xsd:string ;
ILAP:hasScheduleBaseline
UC1:Baseline_2 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:DecisionGate_1
rdf:type ILAP:DecisionGate ;
rdfs:label "Decision gate 1"^^xsd:string .
UC1:Discipline_1
rdf:type ILAP:Discipline ;
rdfs:label "Discipline 1"^^xsd:string .
UC1:ExternalReference_1
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
ILAP:hasObjectReferenceID
"UC2-Ex2-P6-102"^^xsd:string ;
ILAP:hasReferenceApplication
ILAP:SAP .
UC1:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
rdfs:label "Live schedule 1"^^xsd:string ;
ILAP:hasScheduleBaseline
UC1:Baseline_3 .
UC1:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
UC1:Milestone_2
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 2"^^xsd:string .
UC1:Phase_1
rdf:type ILAP:Phase ;
rdfs:label "Phase 1"^^xsd:string .
UC1:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityCalendar
<http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasActivityDiscipline
<http://data.posccaesar.org/Data/UC2/Discipline_1> ;
ILAP:hasActivityEstimatedWeight
"15000"^^xsd:float ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/npd/StafjordA> , <http://data.posccaesar.org/Data/UC2/Location_1> ;
ILAP:hasActivityPartActivity
<http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ;
ILAP:hasActivityPhase
<http://data.posccaesar.org/NCS_PLANNING/Operation> ;
ILAP:hasActivityPhysicalPercentComplete
"45"^^xsd:float ;
ILAP:hasActivityPlannedProgressPercent
55 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResponsibleOrganization
<http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityStatus
<http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasActivitySupplier
<http://data.posccaesar.org/brreg/Schlumberger> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBSelement
<http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
ILAP:hasActivityWorkVolume
"550"^^xsd:float .
UC1:PlannedResource_1
rdf:type ILAP:PlannedResource ;
rdfs:label "Planned resource 1"^^xsd:string ;
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:ProfilePoint_1
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 1"^^xsd:string ;
ILAP:hasProfilePointXValue
"0.1"^^xsd:float ;
ILAP:hasProfilePointYValue
"0.2"^^xsd:float .
UC1:ProfilePoint_2
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 2"^^xsd:string ;
ILAP:hasProfilePointXValue
"1.0"^^xsd:float ;
ILAP:hasProfilePointYValue
"0.9"^^xsd:float .
UC1:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasExternalReference
<http://data.posccaesar.org/Data/UC2/R-1234567890> ;
ILAP:hasObjectReferenceID
"RDS489590"^^xsd:string ;
ILAP:hasPlanAssetOwner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasPlanExpenseType
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicenseOperator
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLicensePartner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLifecycleStage
ILAP:Development ;
ILAP:hasPlanNPDelement
<http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ;
ILAP:hasPlanProjectType
ILAP:GreenFieldProject ;
ILAP:hasPlanRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanRollUpPlan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanSupplier
<http://data.posccaesar.org/brreg/BakerHughes> , <http://data.posccaesar.org/brreg/Schlumberger> ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> .
UC1:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
UC1:Result_1
rdf:type ILAP:Result ;
rdfs:label "Result 1"^^xsd:string .
UC1:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string .
UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string ;
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
shutdown:hasShutdownContent
shutdown:ProductionShutdown ;
shutdown:hasShutdownOperation
shutdown:Dependent_on_Shutdown , shutdown:During_Shutdown ;
shutdown:hasShutdownPeriod
shutdown:Shutdown_Period ;
shutdown:hasShutdownPriority
shutdown:Critical ;
shutdown:hasShutdownType
shutdown:Scheduled_Shutdown .
UC1:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
ILAP:hasScheduleBaseline
UC1:Baseline_4 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:UserField_1
rdf:type ILAP:UserField ;
rdfs:label "User field 1"^^xsd:string .
UC1:UserField_2
rdf:type ILAP:UserField ;
rdfs:label "User field 2"^^xsd:string .
UC1:UserField_3
rdf:type ILAP:UserField ;
rdfs:label "User field 3"^^xsd:string .
<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1>
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
<http://data.posccaesar.org/Data/UC2/PlannedActivity_1>
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
ILAP:hasUserFieldName
"Area"^^xsd:string ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Processing System"^^xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_2>
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"SAP-WO-101-3"^^xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
ILAP:hasUserFieldName
"Risk Factor"^^xsd:string ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Explosive Environment"^^xsd:string .
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .