PLANNING_VALUES.ttl
14.9 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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p1: <http://example.org/file1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix riskfactor: <http://data.posccaesar.org/ilap/riskfactor/> .
@prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
:SummerSystemShutdown
rdf:type ILAP:Shutdown ;
rdfs:label "Summer system shutdown"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:System_Shutdown ;
ILAP:hasShutdownPeriod
"SD-2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:ABEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string .
ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
ILAP:ActivityInPlan_1
ILAP:hasActivityResponsibleOrganization
<http://data.posccaesar.org/brreg/R-1345df43-1ddc-42ac-9ce0-c33f3a7a6d29> ;
ILAP:hasPlatform <http://data.posccaesar.org/npd/facts/Facility-271385> .
ILAP:ActivityWBS_1
ILAP:hasWBSProjectType
ILAP:CAPEX ;
ILAP:hasWBSResource <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_ABA> ;
ILAP:hasWBScomponent
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ;
ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> .
ILAP:Aquisition
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Aquire"^^xsd:string .
ILAP:BrownFieldProject
rdf:type ILAP:PlanProjectType ;
rdfs:label "Brown field project"^^xsd:string .
ILAP:BusinessArea
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Business area"^^xsd:string .
ILAP:BusinessAsUsual
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Business as usual"^^xsd:string .
ILAP:CAPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "CAPEX"^^xsd:string .
ILAP:Cancelled
rdf:type ILAP:Status ;
rdfs:label "Cancelled"^^xsd:string .
ILAP:Completed
rdf:type ILAP:Status ;
rdfs:label "Completed"^^xsd:string .
ILAP:Continent
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Continent"^^xsd:string .
ILAP:CostDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Cost driven"^^xsd:string .
ILAP:Country
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Country"^^xsd:string .
ILAP:DG1
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string .
ILAP:DG2
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string .
ILAP:DG3
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string .
ILAP:DG4
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string .
ILAP:DG5
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string .
ILAP:DG6
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string .
ILAP:DG7
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string .
ILAP:Development
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Disaster recovery"^^xsd:string .
ILAP:Disposal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Dispose"^^xsd:string .
ILAP:DrillingAndWell
rdf:type ILAP:PlanProjectType ;
rdfs:label "Drilling and well"^^xsd:string .
ILAP:Exploration
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string .
ILAP:Facility
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Facility"^^xsd:string .
ILAP:Field
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Field"^^xsd:string .
ILAP:FieldStudy
rdf:type ILAP:PlanProjectType ;
rdfs:label "Field study"^^xsd:string .
ILAP:Friday
rdf:type ILAP:CalendarDay ;
rdfs:label "Friday"^^xsd:string .
ILAP:From00To08
rdf:type ILAP:CalendarHour ;
rdfs:label "From 00 To 08"^^xsd:string ;
ILAP:hasActivityEndTime
"08:00:00"^^xsd:time ;
ILAP:hasActivityStartTime
"00:00:00"^^xsd:time .
ILAP:From08To16
rdf:type ILAP:CalendarHour ;
rdfs:label "From 08 To 16"^^xsd:string ;
ILAP:hasActivityEndTime
"16:00:00"^^xsd:time ;
ILAP:hasActivityStartTime
"08:00:00"^^xsd:time .
ILAP:From16To24
rdf:type ILAP:CalendarHour ;
rdfs:label "From 16 To 24"^^xsd:string ;
ILAP:hasActivityEndTime
"24:00:00"^^xsd:time ;
ILAP:hasActivityStartTime
"16:00:00"^^xsd:time .
ILAP:GreenFieldProject
rdf:type ILAP:PlanProjectType ;
rdfs:label "Green field project"^^xsd:string .
ILAP:IncreasedRecovery
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Increased recovery"^^xsd:string .
ILAP:IncrementalImprovement
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Incremental improvement"^^xsd:string .
ILAP:L1_ProgramPortfolioSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PPS"^^xsd:string .
ILAP:L2_ProjectMasterSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PMS"^^xsd:string .
ILAP:L3_ContractMasterSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CMS"^^xsd:string .
ILAP:L3_ProjectControlNetworkSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PCS"^^xsd:string .
ILAP:L4_ContractControlNetworkSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CCS"^^xsd:string .
ILAP:L5_ContractTaskSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "DWS"^^xsd:string .
ILAP:L6_ContractorWorkOrderSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CWS"^^xsd:string .
ILAP:L7_ContractorOperationsSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "COS"^^xsd:string .
ILAP:Maintenance
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Maintenance"^^xsd:string .
ILAP:ManagedClosedown
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Managed closedown"^^xsd:string .
ILAP:Modification
rdf:type ILAP:PlanProjectType ;
rdfs:label "Modification"^^xsd:string .
ILAP:Monday
rdf:type ILAP:CalendarDay ;
rdfs:label "Monday"^^xsd:string .
ILAP:NPDelement_1
rdf:type NPD:NPDelement ;
rdfs:label "NPDelement 1"^^xsd:string .
ILAP:OPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "OPEX"^^xsd:string .
ILAP:Operation
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Operation"^^xsd:string .
ILAP:OperationAndMaintenance
rdf:type ILAP:PlanProjectType ;
rdfs:label "Operation and maintenance"^^xsd:string .
ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
ILAP:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 .
ILAP:Planning
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Planning"^^xsd:string .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
ILAP:RadicalChange
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Radical change"^^xsd:string .
ILAP:Regular8To16WorkingDayCalendar
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass
[ rdf:type owl:Class ;
owl:oneOf (ILAP:StandardFreeWeekendPeriod)
] ;
owl:onProperty ILAP:hasCalendarFreePeriod
] .
ILAP:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
ILAP:Removal
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Removal"^^xsd:string .
ILAP:Renewal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Renew"^^xsd:string .
ILAP:ResourceDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string .
ILAP:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
ILAP:SAP
rdf:type ILAP:Application ;
rdfs:label "SAP"^^xsd:string .
ILAP:Safran
rdf:type ILAP:Application ;
rdfs:label "Safran"^^xsd:string .
ILAP:Saturday
rdf:type ILAP:CalendarDay ;
rdfs:label "Saturday"^^xsd:string .
ILAP:ScheduleDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Schedule driven"^^xsd:string .
ILAP:Scheduled
rdf:type ILAP:Status ;
rdfs:label "Scheduled"^^xsd:string .
ILAP:ShutdownAndDecommisioning
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
rdfs:label "Standard work weekday period"^^xsd:string .
ILAP:Sunday
rdf:type ILAP:CalendarDay ;
rdfs:label "Sunday"^^xsd:string .
ILAP:Thursday
rdf:type ILAP:CalendarDay ;
rdfs:label "Thursday"^^xsd:string .
ILAP:Tuesday
rdf:type ILAP:CalendarDay ;
rdfs:label "Tuesday"^^xsd:string .
ILAP:Unknown
rdf:type ILAP:Status ;
rdfs:label "Unknown"^^xsd:string .
ILAP:Wednesday
rdf:type ILAP:CalendarDay ;
rdfs:label "Wednesday"^^xsd:string .
ILAP:WeekendsFreeCalendar
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass
[ rdf:type owl:Class ;
owl:oneOf (ILAP:StandardFreeWeekendPeriod)
] ;
owl:onProperty ILAP:hasCalendarFreePeriod
] .
ILAP:Wellbore
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Wellbore"^^xsd:string .
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:Schedule .
ILAP:hasActivityPhase
rdfs:range ILAP:Phase .
ILAP:hasActivityResource
rdfs:domain ILAP:Activity ;
rdfs:range ILAP:Resource .
ILAP:hasActivityResourceProfile
rdfs:domain ILAP:Activity .
ILAP:hasActivityShutdown
rdfs:range ILAP:Shutdown .
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
ILAP:hasActivityWeight
rdfs:domain ILAP:Activity ;
rdfs:range xsd:float .
ILAP:hasCalendarDate
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:date .
ILAP:hasCalendarPeriodDay
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarDay .
ILAP:hasCalendarPeriodHour
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarHour .
ILAP:hasCalendarTime
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:dateTime .
ILAP:hasPlanAsset
rdfs:range <http://data.posccaesar.org/diskos/Asset> .
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasWBSResource
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> .
ILAP:hasWBScomponent
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
ILAP:hasWBSphase
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf owl:Thing , ILAP:Facility .
<http://data.posccaesar.org/rdl/RDS282149>
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .