UC1.ttl
50.1 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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
# baseURI: http://data.posccaesar.org/Data/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> .
@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 userfields: <http://data.posccaesar.org/ilap/userfields#> .
@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:Schedule_1
rdf:type ILAP:Schedule ;
rdfs:label "Schedule 1"^^xsd:string .
<http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string .
ILAP:AccruedTimeContract_1
rdf:type ILAP:AccruedTimeContract ;
rdfs:label "Accrued time contract 1"^^xsd:string .
ILAP:Activity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty USERFIELDS:hasUserField ;
owl:someValuesFrom USERFIELDS:UserField
] .
ILAP:ActivityPlan_1
rdf:type ILAP:ActivityPlan ;
rdfs:label "Activity plan 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ActivityRoleForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string .
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
ILAP:Activity_1
rdf:type ILAP:Activity ;
rdfs:label "Activity 1"^^xsd:string ;
ILAP:hasActivityPhase
SCCS:SAB_21 .
<http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"P41"^^xsd:string , "P21"^^xsd:string , "GLC_Level 4"^^xsd:string , "P42"^^xsd:string , "GLC_Level 1"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 2"^^xsd:string ;
USERFIELDS:hasShort "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 4"^^xsd:string , "GLC_Level 2"^^xsd:string .
ILAP:Asset_1
rdf:type ILAP:Asset ;
rdfs:label "The Ekofisk Asset"^^xsd:string .
ILAP:BaselineSchedule_1
rdf:type ILAP:BaselineSchedule ;
rdfs:label "Baseline schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
ILAP:ProjectExecutionPlan_1 .
<http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ;
USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string .
<http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ;
USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string .
<http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string .
<http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ;
USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
rdfs:label "KD - Standard drill equipment for production wellbores (classified as COR element)"^^xsd:string .
ILAP:COR_KI_1
rdf:type ILAP:COR_KI ;
rdfs:label "KI - Automation equipment for project (classified as ILAP extension to COR)"^^xsd:string .
ILAP:COR_KK_1
rdf:type ILAP:COR_KK ;
rdfs:label "KK - Maintenance for project (classified as ILAP extension to COR)"^^xsd:string .
ILAP:COR_KX_1
rdf:type ILAP:COR_KX ;
rdfs:label "KX - LCI for project (classified as ILAP extension to COR)"^^xsd:string .
<http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ;
USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string .
ILAP:Calendar_1
rdf:type ILAP:Calendar ;
rdfs:label "Calendar 1"^^xsd:string ;
ILAP:hasCalendarDate
"2015-01-01"^^xsd:date ;
ILAP:hasCalendarPeriod
ILAP:StandardFreeWeekendPeriod ;
ILAP:hasCalendarTime
"08:00:30"^^xsd:time .
<http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Comm package for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Install/Connect power supply to SPCU 4 TPCU"^^xsd:string , "ESD panel modification Scale inhibitor riser EV"^^xsd:string , "Koder kommer"^^xsd:string , "Utility stations for SPCU/SCU Fram H Nord"^^xsd:string , "Suction line and vent line to new scale inhibitor injection"^^xsd:string , "Deconstruction and construction of section for positive isolation"^^xsd:string , "Power Supply for SCU/SPCU/Utility "^^xsd:string , "SPCU/SCU cabinets for Fram H Nord"^^xsd:string , "Implement PSD logic Fram H Nord"^^xsd:string , "Implement New ESD logic Fram H Nord"^^xsd:string .
ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string ;
ILAP:hasContractType
ILAP:LumpSumContract .
<http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Copsas Act ID for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "27EAD201"^^xsd:string , "27EAD205"^^xsd:string , "27EAD104"^^xsd:string , "27EAD101"^^xsd:string , "27EAD105"^^xsd:string , "27EAD103"^^xsd:string , "27EAD206"^^xsd:string , "27EKW201"^^xsd:string , "27EAD203"^^xsd:string .
<http://data.posccaesar.org/ilap/CostCenterForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Cost Center for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Stavanger timeføring"^^xsd:string , "Offshore timeføring"^^xsd:string , "Utenbys timeføring"^^xsd:string , "05-Kværner Rosenberg as"^^xsd:string ;
USERFIELDS:hasShort "RR1"^^xsd:string , "000L"^^xsd:string , "000N"^^xsd:string , "000S"^^xsd:string .
ILAP:CurrentSchedule_1
rdf:type ILAP:CurrentSchedule ;
rdfs:label "Current schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
ILAP:ProjectExecutionPlan_1 .
ILAP:DataSet_1
rdf:type ILAP:Data ;
rdfs:label "Data Set 1"^^xsd:string .
<http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Del leveranse for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Del leveranse B"^^xsd:string , "Del leveranse U"^^xsd:string , "Del leveranse H"^^xsd:string , "Del leveranse D"^^xsd:string , "Del leveranse E"^^xsd:string , "Del leveranse A"^^xsd:string , "Del leveranse G"^^xsd:string , "Del leveranse C"^^xsd:string , "Del leveranse F"^^xsd:string .
<http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Disiplin subfase for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Beregninger"^^xsd:string , "Stressanalyse"^^xsd:string , "Lister"^^xsd:string , "Tegningsprod."^^xsd:string , "Databaseoppdatering"^^xsd:string , "El Oppmåling"^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Modellering"^^xsd:string , "P&ID/PED/PFD"^^xsd:string .
<http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string .
ILAP:FinishToStart_1
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to Start 1"^^xsd:string ;
ILAP:hasPredecessorActivity
ILAP:PlannedActivity_1 ;
ILAP:hasPredecessorMilestone
ILAP:ScheduledMilestone_1 ;
ILAP:hasSuccessorActivity
ILAP:ScheduledActivity_12 ;
ILAP:hasSuccessorCalendar
ILAP:Calendar_1 ;
ILAP:hasSuccessorLag
10 ;
ILAP:hasSuccessorMilestone
ILAP:PlannedMilestone_1 .
ILAP:FinishToStart_2
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to Start 2"^^xsd:string ;
ILAP:hasPredecessorMilestone
ILAP:PlannedMilestone_1 ;
ILAP:hasSuccessorActivity
ILAP:PlannedActivity_2 ;
ILAP:hasSuccessorCalendar
ILAP:Calendar_1 ;
ILAP:hasSuccessorLag
3 .
ILAP:FrameAgreement_1
rdf:type ILAP:FrameAgreement ;
rdfs:label "Frame agreement 1"^^xsd:string .
ILAP:GuaranteeWork_1
rdf:type ILAP:GuaranteeWork ;
rdfs:label "Guarantee work 1"^^xsd:string .
<http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Hovedaktivitet for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Materialkoordinator"^^xsd:string , "Familiarisering"^^xsd:string , "Andre disipliner "^^xsd:string , "Offshore Befaring"^^xsd:string , "MTO / Teknisk spec. "^^xsd:string ;
USERFIELDS:hasShort "B1M"^^xsd:string , "A2B"^^xsd:string , "A2C"^^xsd:string , "A2D"^^xsd:string , "A1A"^^xsd:string .
ILAP:IncentiveContract_1
rdf:type ILAP:IncentiveContract ;
rdfs:label "Incentive contract 1"^^xsd:string .
ILAP:IncentiveContract_2
rdf:type ILAP:IncentiveContract ;
rdfs:label "Incentive contract 2"^^xsd:string .
<http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string .
<http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string .
ILAP:InvoicableWork_1
rdf:type ILAP:InvoicableWork ;
rdfs:label "Invoicable work 1"^^xsd:string .
<http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string .
<http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kontor for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Hammerfest"^^xsd:string , "Ufordelt"^^xsd:string , "Bergen"^^xsd:string , "Trondheim"^^xsd:string , "Goeteborg"^^xsd:string ;
USERFIELDS:hasShort "HFEST"^^xsd:string , "U"^^xsd:string , "BRG"^^xsd:string , "GTB"^^xsd:string , "TRH"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS1ForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ;
USERFIELDS:hasShort "SR"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS2 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "34"^^xsd:string , "42"^^xsd:string , "45"^^xsd:string , "43"^^xsd:string , "22"^^xsd:string , "41"^^xsd:string , "32"^^xsd:string , "33"^^xsd:string , "21"^^xsd:string , "44"^^xsd:string , "31"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string .
ILAP:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
rdfs:label "Live schedule 1"^^xsd:string .
ILAP:LumpSumContract_1
rdf:type ILAP:LumpSumContract ;
rdfs:label "Lump sum contract 1"^^xsd:string .
<http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "MC Package for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Koder kommer"^^xsd:string ;
USERFIELDS:hasShort "MC pakke no"^^xsd:string .
<http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "MC Packs for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Koder kommer"^^xsd:string ;
USERFIELDS:hasShort "MC pakke No"^^xsd:string .
ILAP:MeasuredProgressContract_1
rdf:type ILAP:MeasuredProgressContract ;
rdfs:label "Measured progress contract 1"^^xsd:string .
ILAP:NPD
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "NPD"^^xsd:string .
ILAP:NonInvoicableWork_1
rdf:type ILAP:NonInvoicableWork ;
rdfs:label "Non invoicable work 1"^^xsd:string .
<http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Oppdragsleder for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Rune Opstad"^^xsd:string , "Georg Trumpy"^^xsd:string , "Petter Lied"^^xsd:string , "Oeyvind Sand"^^xsd:string , "Stein Magne Lien"^^xsd:string ;
USERFIELDS:hasShort "OESA"^^xsd:string , "GTR"^^xsd:string , "PLI"^^xsd:string , "ROP"^^xsd:string , "SML"^^xsd:string .
ILAP:PBS_ABB_1
rdf:type SCCS:PBS_ABB ;
rdfs:label "Gravity Base with three shafts and domes"^^xsd:string .
ILAP:PBS_ACAA_1
rdf:type SCCS:PBS_ACAA ;
rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string .
<http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityActiveStatus
ILAP:Active ;
ILAP:hasActivityPlan
ILAP:ProjectExecutionPlan_1 ;
ILAP:hasActivityRisk
ILAP:Risk_1 ;
ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
ILAP:hasFixedStart "2015-07-15"^^xsd:date .
ILAP:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasActivityDiscipline
ILAP:COR_KK_1 , ILAP:COR_KI_1 , ILAP:COR_KX_1 , ILAP:COR_KD_1 ;
ILAP:hasActivityEstimatedWeight
"55000"^^xsd:float ;
ILAP:hasActivityFacility
<http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
ILAP:hasActivityLocation
<http://staging.data.posccaesar.org/npd/facts/Field-46437> ;
ILAP:hasActivityMaterialOrderStatus
ILAP:MaterialDeliveryDelayed , ILAP:MaterialOnOrder ;
ILAP:hasActivityOperator
<http://staging.data.posccaesar.org/npd/facts/Company-2410696> ;
ILAP:hasActivityPhase
ILAP:SAB_51_1 ;
ILAP:hasActivityPhysicalPercentComplete
"50"^^xsd:float ;
ILAP:hasActivityPlan
ILAP:ProjectExecutionSubPlan_UC1 ;
ILAP:hasActivityPlannedProgressPercent
60 ;
ILAP:hasActivityResource
ILAP:COR_KD_1 ;
ILAP:hasActivityResult
ILAP:PBS_ABB_1 ;
ILAP:hasActivityRisk
ILAP:Risk_2 , ILAP:Risk_1 ;
ILAP:hasActivityShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivitySuccessor
ILAP:FinishToStart_1 ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
"55000"^^xsd:float ;
ILAP:hasActivityWorkVolume
"1500"^^xsd:float .
ILAP:PlannedActivity_3
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 3"^^xsd:string ;
ILAP:hasActivityPlan
ILAP:ProjectExecutionSubPlan_UC1 .
ILAP:PlannedActivity_4
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 4"^^xsd:string ;
ILAP:hasActivityPlan
ILAP:ProjectExecutionSubPlan_UC1 .
ILAP:PlannedMilestone_1
rdf:type ILAP:PlannedMilestone ;
rdfs:label "Planned milestone 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Condensing Heating Medium Heater"^^xsd:string , "Transportation of Materials"^^xsd:string , "Chem Injection Skid"^^xsd:string , "Ducting/WHRU"^^xsd:string , "Misc. Pumps"^^xsd:string , "CANCELLED - Contactor feeder for Actuator Valve Feed Water Evaporator"^^xsd:string , "Emergency Distr Light Panel"^^xsd:string ;
USERFIELDS:hasShort "BY880"^^xsd:string , "ER243"^^xsd:string , "EE041"^^xsd:string , "EE031"^^xsd:string , "ER240"^^xsd:string , "ER351"^^xsd:string , "ER241"^^xsd:string .
ILAP:ProjectExecutionPlan_1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan 1"^^xsd:string ;
ILAP:hasPlanAsset <http://data.posccaesar.org/npd/facts/Field-43506> ;
ILAP:hasPlanContentType
SCCS:PBS_AA ;
ILAP:hasPlanContractType
ILAP:CostDriven ;
ILAP:hasPlanExpenseType
ILAP:OPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_CCS ;
ILAP:hasPlanLifecycleStage
ILAP:Operation , ILAP:Maintenance ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanProjectType
ILAP:BrownFieldProject .
ILAP:ProjectExecutionPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan UC1"^^xsd:string ;
ILAP:hasPlanAsset ILAP:Asset ;
ILAP:hasPlanAssetOwner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanContentType
ILAP:Result ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ;
ILAP:hasPlanExpenseType
ILAP:OPEX ;
ILAP:hasPlanFacility
<http://data.posccaesar.org/npd/facts/Facility-271273> ;
ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
ILAP:hasPlanGeoArea ILAP:Field ;
ILAP:hasPlanLevel ILAP:L2_PMS ;
ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
ILAP:hasPlanLicensePartner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ;
ILAP:hasPlanProjectType
ILAP:OperationAndMaintenance ;
ILAP:hasPlanRegulator
ILAP:NPD ;
ILAP:hasPlanResponsible
ILAP:ResponsibleOrganization ;
ILAP:hasPlanShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasPlanSubplan ILAP:ProjectExecutionSubPlan_UC1 ;
ILAP:hasPlanSupplier
ILAP:ResponsibleOrganization .
ILAP:ProjectExecutionSubPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution sub plan UC1"^^xsd:string .
<http://data.posccaesar.org/ilap/ProjectTypeForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Project Type for Reinertsen to Statoil 1.8"^^xsd:string .
<http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
<http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Prosjektstruktur i IFS for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Package 1"^^xsd:string , "Målepakke"^^xsd:string , "Package 3"^^xsd:string , "Package 2"^^xsd:string , "General work"^^xsd:string , "Nedstrøms 3.trinn seperator (duplex)"^^xsd:string , "Pilot HMI"^^xsd:string ;
USERFIELDS:hasShort "Nedstrm"^^xsd:string , "Package 1"^^xsd:string , "Pilot"^^xsd:string , "Package 2"^^xsd:string , "Package 3"^^xsd:string , "Mlepk"^^xsd:string , "Generell"^^xsd:string .
<http://data.posccaesar.org/ilap/Reference27ForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Reference27 for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Installasjon av Flowlinje og Manifoil - del 1 (HP, LP og Test)"^^xsd:string , "Tilpasning av trappetårn"^^xsd:string , "Installasjon av trykkutjevning olje"^^xsd:string , "Installasjon av open drain under modul (inkl. silpot)"^^xsd:string , "Installasjon av gassløft"^^xsd:string ;
USERFIELDS:hasShort "U"^^xsd:string , "B"^^xsd:string , "A"^^xsd:string , "D"^^xsd:string , "C"^^xsd:string .
<http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Reference30 for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Mechanical Completion"^^xsd:string , "Scaffolding"^^xsd:string , "HVAC"^^xsd:string , "SAS/DCSS "^^xsd:string , "Procurement"^^xsd:string , "Indirect work"^^xsd:string , "Material Technology"^^xsd:string , "Administration"^^xsd:string , "Prosjekter som kjøres i Trondheim"^^xsd:string , "Instrument"^^xsd:string , "Electrical (including HVAC)"^^xsd:string .
ILAP:ReimbursableContract_1
rdf:type ILAP:ReimbursableContract ;
rdfs:label "Reimbursable contract 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8>
rdf:type ILAP:Project ;
rdfs:label "Reinertsen to Statoil 1.8"^^xsd:string ;
ILAP:hasProjectContract
ILAP:Contract_1 ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldsForScheduledActivity2inILAPuseCaseReinertsenToStatoil1.8> .
ILAP:RevisedSchedule_1
rdf:type ILAP:RevisedSchedule ;
rdfs:label "Revised schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
ILAP:ProjectExecutionPlan_1 .
ILAP:Risk_1
rdf:type ILAP:Risk ;
rdfs:label "Risk 1"^^xsd:string ;
ILAP:hasRiskCriticality
ILAP:HighCriticality ;
ILAP:hasRiskType ILAP:ShallowGasOperation .
ILAP:Risk_2
rdf:type ILAP:Risk ;
rdfs:label "Risk 2"^^xsd:string ;
ILAP:hasRiskCriticality
ILAP:NormalCriticality ;
ILAP:hasRiskType ILAP:HotWork .
ILAP:Risk_3
rdf:type ILAP:Risk ;
rdfs:label "Risk 3"^^xsd:string ;
ILAP:hasRiskCriticality
ILAP:LowCriticality .
<http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0>
rdf:type ILAP:Project ;
rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> .
ILAP:RosenbergToConocoPhillipsPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Rosenberg to conoco phillips plan"^^xsd:string .
ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
<http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "SAP WBS for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Task Force Girhavari Grane"^^xsd:string , "Oppgradering av Elfordelinger Troll A"^^xsd:string , "Vibration in line CN-22-1040"^^xsd:string , "Vurdere VLAN Troll A/ Kollsnes"^^xsd:string , "Prøveskap m.avtrekk for produsert vann - M.O085C.09.B.5238"^^xsd:string ;
USERFIELDS:hasShort "MO085C.8D.S.1015"^^xsd:string , "MO085C.8D.V.1005"^^xsd:string , "T.O169C.GA.20006"^^xsd:string , "MO790CIMX0208"^^xsd:string , "MO085C.09.B.5238"^^xsd:string .
<http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "SAPnettverk for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Ny type pakkboks på 4PA [A] - 968866"^^xsd:string , "Arbeidsluft på C82 [A] - 968863"^^xsd:string , "Lufttilførsel til vaskevannstank [A] - 968865"^^xsd:string , "AVLYST STUDIE - Oppgradere løfteinnretning C87 - M.O085C.9I.V.1007.A"^^xsd:string , "Vurdere hvilke barrierer som skal overta - M.O085C.6D.V.1013.B"^^xsd:string , "Endre logikk for fylling av ballasttanker - M.O085C.09.C.6234.A"^^xsd:string , "El. isolering av GI kompressor - M.O085C.09.C.6233.A"^^xsd:string , "G-37 oppkobling - M.O169C.12.C.1016.B"^^xsd:string , "SATT PÅ HOLD Mangelfull NAS-integritet til brønnventiler - M.O085C.8I.S.1020.A"^^xsd:string , "Prøveskap m.avtrekk for prod.vann - M.O085C.09.B.5238.A"^^xsd:string .
ILAP:ScheduledActivity_11
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled Activity 1 Schedule 1"^^xsd:string ;
ILAP:hasActivityCalendar
ILAP:Calendar_1 ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:PlannedActivity_1 ;
ILAP:hasActivitySchedule
ILAP:BaselineSchedule_1 ;
ILAP:hasBaselineActivityDuration
"P0Y6M05D"^^xsd:duration ;
ILAP:hasCurrentActivityDuration
"P0Y6M15D"^^xsd:duration ;
ILAP:hasEarlyFinish "2015-06-16"^^xsd:date ;
ILAP:hasEarlyStart "2015-01-02"^^xsd:date ;
ILAP:hasEarlyStartActual
"2015-01-05"^^xsd:date ;
ILAP:hasFixedFinish "2015-07-05"^^xsd:date ;
ILAP:hasFixedStart "2015-01-05"^^xsd:date ;
ILAP:hasLateFinish "2015-08-01"^^xsd:date ;
ILAP:hasLateStart "2015-01-15"^^xsd:date ;
ILAP:hasOriginalActivityDuration
"P0Y6M0D"^^xsd:duration ;
ILAP:hasRemainingActivityDuration
"P0Y2M15D"^^xsd:duration ;
ILAP:hasScheduleDate
"2015-01-05"^^xsd:string ;
ILAP:hasScheduledFinish
"2015-07-05"^^xsd:date ;
ILAP:hasScheduledStart
"2015-05-05"^^xsd:date .
ILAP:ScheduledActivity_12
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled Activity 1 Schedule 2"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:PlannedActivity_1 ;
ILAP:hasActivitySchedule
ILAP:CurrentSchedule_1 ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldsForScheduledActivity2inILAPuseCaseReinertsenToStatoil1.8> .
ILAP:ScheduledActivity_13
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled Activity 1 Schedule 3"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:PlannedActivity_1 ;
ILAP:hasActivitySchedule
ILAP:RevisedSchedule_1 .
ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
rdfs:label "Scheduled milestone 1"^^xsd:string ;
ILAP:hasMilestonePredecessor
ILAP:FinishToStart_1 ;
ILAP:hasMilestoneType
ILAP:ProcurementMilestone .
<http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Shutdown Period for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Shutdown Period 2016"^^xsd:string ;
USERFIELDS:hasShort "SD2016"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
ILAP:hasCalendarPeriodFreeHour
ILAP:From16To24 , ILAP:From00To08 ;
ILAP:hasCalendarPeriodHour
ILAP:From08To16 ;
ILAP:hasFreePeriodEndDate
"2015-12-31"^^xsd:date ;
ILAP:hasFreePeriodEndTime
"16:00:00"^^xsd:time ;
ILAP:hasFreePeriodStartDate
"2015-01-01"^^xsd:date ;
ILAP:hasFreePeriodStartTime
"08:00:00"^^xsd:time .
<http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Sub Project (klasse) for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Internal hire Tools&Equipm from RV"^^xsd:string , "IS/IT Lisenser"^^xsd:string , "Other Prelim. - food etc."^^xsd:string , "Office Equipment, Telephones e.g"^^xsd:string , "PRELIMINARIES and FACILITIES"^^xsd:string , "Finance/Guarantee"^^xsd:string , "Other Prelim - Facilitiescost"^^xsd:string , "Purchased/hired Equipment & Material"^^xsd:string , "WPQ'er - 3.parts kostnader"^^xsd:string , "Hazop Procureme"^^xsd:string ;
USERFIELDS:hasShort "1036"^^xsd:string , "1010"^^xsd:string , "1022"^^xsd:string , "1035"^^xsd:string , "1000"^^xsd:string , "4300"^^xsd:string , "1031"^^xsd:string , "1025"^^xsd:string , "1032"^^xsd:string , "1023"^^xsd:string .
<http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Sub System Comm Pck. for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string ;
USERFIELDS:hasShort "260/03"^^xsd:string , "G00/01"^^xsd:string , "300/03"^^xsd:string , "300/04"^^xsd:string , "300/05"^^xsd:string , "300/01"^^xsd:string , "300/02"^^xsd:string , "300/06"^^xsd:string , "260/01"^^xsd:string .
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown UC1"^^xsd:string ;
ILAP:hasShutdownActivity
ILAP:DuringShutdown ;
ILAP:hasShutdownPeriod
"SD2016"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
<http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ;
USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string .
ILAP:TargetBudget_1
rdf:type ILAP:TargetBudget ;
rdfs:label "Target budget 1"^^xsd:string .
ILAP:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string .
ILAP:UseCaseRosenbergToCOPNO
rdf:type ILAP:Source ;
rdfs:label "Use Case: Use Case Rosenberg to Conoco Phillips 1.8"^^xsd:string ;
ILAP:hasSourceApplication
ILAP:Safran ;
ILAP:hasSourceInformation
ILAP:DataSet_1 ;
ILAP:hasSourceUserField
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> .
ILAP:UserField
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValue ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValueSource ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:UserFieldClass
rdf:type rdfs:Class ;
rdfs:label "User field class"^^xsd:string ;
rdfs:subClassOf owl:Class .
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0>
rdf:type USERFIELDS:UserField ;
rdfs:label "User fields for Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
USERFIELDS:hasAreaCode
<http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasBuildingBlock
<http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasCTR <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasCategory
SCCS:COR_K , SCCS:COR_M , SCCS:COR_L ;
USERFIELDS:hasCommissioningPackage
<http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasContractor
<http://data.posccaesar.org/brreg/R-7f61b6ce-47f7-472b-99de-d5e003030b81> ;
USERFIELDS:hasCostCenter
<http://data.posccaesar.org/ilap/CostCenterForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasCustomerWBS1
<http://data.posccaesar.org/ilap/KundeWBS1ForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasCustomerWBS2
<http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasCustomerWBS3
<http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasDiscipline
SCCS:COR_HA , SCCS:COR_HBD , SCCS:COR_KC ;
USERFIELDS:hasMainActivity
<http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasMechanicalCompletionPackage
<http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasProcurementPackage
<http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasProduct
SCCS:PBS_BAFA , SCCS:COR_BLC , SCCS:PBS_AAH ;
USERFIELDS:hasProjectPhase
SCCS:SAB_212 , SCCS:SAB_213 , SCCS:SAB_211 ;
USERFIELDS:hasProjectType
<http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasSystemType
<http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasTaskResponsible
<http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasWBS1 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> ;
USERFIELDS:hasWorkOrder
<http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> .
<http://data.posccaesar.org/ilap/UserFieldsForScheduledActivity2inILAPuseCaseReinertsenToStatoil1.8>
rdf:type USERFIELDS:UserField ;
rdfs:label "User fields for Schedule Activity 2 in ILAP Use Case Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasActivityNetwork
<http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8> ;
USERFIELDS:hasAssignment
<http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> ;
USERFIELDS:hasCategory
SCCS:COR_H , SCCS:COR_X , SCCS:COR_K ;
USERFIELDS:hasCommissioningPackage
<http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ;
USERFIELDS:hasContractor
<http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ;
USERFIELDS:hasDelivery
<http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> ;
USERFIELDS:hasDiscipline
SCCS:COR_RH , SCCS:COR_M , SCCS:COR_KD ;
USERFIELDS:hasEngineeringPhase
<http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ;
USERFIELDS:hasExecutionSubDiscipline
<http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ;
USERFIELDS:hasKPIStatus
<http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ;
USERFIELDS:hasLocationOfWork
<http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> ;
USERFIELDS:hasMainActivity
<http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8> ;
USERFIELDS:hasMechanicalCompletionPackage
<http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> ;
USERFIELDS:hasMilestone
ILAP:ProcurementMilestone , ILAP:DG2 , ILAP:CommissioningMilestone , ILAP:EngineeringMilestone ;
USERFIELDS:hasOwnerPerson
<http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ;
USERFIELDS:hasProjectPhase
SCCS:SAB_21 , SCCS:SAB_22 , SCCS:SAB_11 ;
USERFIELDS:hasProjectType
<http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8> ;
USERFIELDS:hasSection
<http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> ;
USERFIELDS:hasShutDownPeriod
<http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> ;
USERFIELDS:hasShutdownType
ILAP:DuringShutdown , ILAP:HighActivityPeriod , ILAP:EquipmentShutdown ;
USERFIELDS:hasTaskResponsible
<http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8> ;
USERFIELDS:hasWBS1 <http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8> ;
USERFIELDS:hasWBS2 <http://data.posccaesar.org/ilap/Reference27ForReinertsenToStatoil1.8> ;
USERFIELDS:hasWorkOrder
<http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> .
ILAP:Value_1
rdf:type ILAP:Value ;
rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string ;
ILAP:hasWorkTaskActivity
ILAP:PlannedActivity_2 ;
ILAP:hasWorkTaskPriority
ILAP:HighPriority ;
ILAP:hasWorkTaskResponsible
<BRREG:R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasWorkTaskSupplier
<http://data.posccaesar.org/brreg/R-ab8a8310-366c-433a-ad7f-4a67107854f3> ;
ILAP:hasWorkTaskVendor
<http://data.posccaesar.org/brreg/R-4d3407ec-0e0a-42dc-ab3b-4ab750781b85> .
ILAP:WorkOrder_2
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 2"^^xsd:string ;
ILAP:hasWorkTaskActivity
ILAP:PlannedActivity_3 .
ILAP:WorkOrder_3
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 3"^^xsd:string ;
ILAP:hasWorkTaskActivity
ILAP:PlannedActivity_3 .
ILAP:WorkOrder_4
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 4"^^xsd:string ;
ILAP:hasWorkTaskActivity
ILAP:PlannedActivity_3 .
<http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Workcenter SAP for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Struktur analyse"^^xsd:string , "El. Oppmålin"^^xsd:string , "HVAC"^^xsd:string , "Kostkontroll"^^xsd:string , "Elektro"^^xsd:string ;
USERFIELDS:hasShort "C03COS"^^xsd:string , "C03STA"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03ELM"^^xsd:string .
ILAP:hasActivityActiveStatus
rdfs:range ILAP:Status .
ILAP:hasActivityCalendar
rdfs:domain ILAP:ScheduledActivity .
ILAP:hasActivityContractor
rdfs:domain USERFIELDS:UserField ;
rdfs:range USERFIELDS:FreeTextField .
ILAP:hasActivityMaterialOrderStatus
rdfs:domain ILAP:PlannedActivity .
ILAP:hasActivityPreviousStatus
rdfs:range ILAP:Status .
ILAP:hasPlanUserField
rdfs:domain ILAP:ProjectExecutionPlan .
ILAP:hasUserFieldSource
rdfs:range ILAP:UserField .
ILAP:hasValue
rdfs:domain ILAP:UserField .
ILAP:hasValueSource
rdfs:domain ILAP:UserField .
ILAP:hasWorkTaskActivity
rdfs:range ILAP:PlannedActivity .
USERFIELDS:UserField
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
] .
USERFIELDS:hasCategory
rdfs:range ILAP:Discipline .
USERFIELDS:hasContractor
rdfs:range ILAP:ResponsibleOrganization .
USERFIELDS:hasDescription
rdfs:label "has Userfield Description"^^xsd:string .
USERFIELDS:hasDiscipline
rdfs:range ILAP:Discipline .
USERFIELDS:hasFacility
rdfs:range ILAP:Facility .
USERFIELDS:hasMainActivity
rdfs:domain USERFIELDS:UserField ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasMilestone
rdfs:range ILAP:MilestoneType .
USERFIELDS:hasProduct
rdfs:range ILAP:Result .
USERFIELDS:hasProjectPhase
rdfs:range ILAP:Phase .
USERFIELDS:hasShort
rdfs:label "has Userfield Short"^^xsd:string .
USERFIELDS:hasShutdownType
rdfs:range ILAP:ShutdownType .
USERFIELDS:hasTaskResponsible
rdfs:domain USERFIELDS:UserField ;
rdfs:range USERFIELDS:FreeTextField .