Tore Christiansen

Rebuilding the structure based on misc input from Håvard, David, David and others

This diff could not be displayed because it is too large.
1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
3 +# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding
3 4
4 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 5 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
6 +@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
5 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 7 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
6 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . 8 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
7 @prefix SCCS: <http://data.posccaesar.org/sccs/> . 9 @prefix SCCS: <http://data.posccaesar.org/sccs/> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 10 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 +@prefix p1: <http://example.org/file1#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 15
13 NCS: rdf:type owl:Ontology ; 16 NCS: rdf:type owl:Ontology ;
14 - owl:imports ILAP: . 17 + owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> .
15 18
16 ILAP: 19 ILAP:
17 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
...@@ -194,13 +197,6 @@ ILAP:Pending ...@@ -194,13 +197,6 @@ ILAP:Pending
194 rdf:type ILAP:Status ; 197 rdf:type ILAP:Status ;
195 rdfs:label "Pending"^^xsd:string . 198 rdfs:label "Pending"^^xsd:string .
196 199
197 -ILAP:PlannedActivity
198 - rdfs:subClassOf
199 - [ rdf:type owl:Restriction ;
200 - owl:allValuesFrom SCCS:SCCScode ;
201 - owl:onProperty ILAP:hasActivityILAPWBS
202 - ] .
203 -
204 ILAP:Primavera 200 ILAP:Primavera
205 rdf:type ILAP:Application ; 201 rdf:type ILAP:Application ;
206 rdfs:label "Primavera"^^xsd:string . 202 rdfs:label "Primavera"^^xsd:string .
...@@ -298,8 +294,11 @@ ILAP:Wellbore ...@@ -298,8 +294,11 @@ ILAP:Wellbore
298 ILAP:hasActivityCOR 294 ILAP:hasActivityCOR
299 rdfs:range SCCS:CORcode . 295 rdfs:range SCCS:CORcode .
300 296
301 -ILAP:hasActivityILAPWBS 297 +ILAP:hasActivityWBS
302 - rdfs:range SCCS:SCCScode . 298 + rdfs:range COR:CORelement .
303 299
304 ILAP:hasPlanAsset 300 ILAP:hasPlanAsset
305 rdfs:range <http://data.posccaesar.org/diskos/Asset> . 301 rdfs:range <http://data.posccaesar.org/diskos/Asset> .
302 +
303 +COR:CORelement
304 + rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
......
This diff is collapsed. Click to expand it.
1 # baseURI: http://data.posccaesar.org/Data/UC1/ 1 # baseURI: http://data.posccaesar.org/Data/UC1/
2 # imports: http://data.posccaesar.org/NCS_PLANNING/ 2 # imports: http://data.posccaesar.org/NCS_PLANNING/
3 3
4 -# c14n-version: 3
5 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 4 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
6 @prefix UC1: <http://data.posccaesar.org/Data/UC1/> . 5 @prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -UC1: 10 +
12 - rdf:type owl:Ontology ; 11 +UC1: rdf:type owl:Ontology ;
13 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 12 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 -. 14 +
16 UC1:ActivityInPlan_1 15 UC1:ActivityInPlan_1
17 rdf:type ILAP:PlannedActivity ; 16 rdf:type ILAP:PlannedActivity ;
18 - ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
19 - ILAP:hasActivityPlan UC1:ProjectPlan_1 ;
20 - ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ;
21 rdfs:label "Activity in plan 1"^^xsd:string ; 17 rdfs:label "Activity in plan 1"^^xsd:string ;
22 -. 18 + ILAP:hasActivityEstimatedWeight
19 + "10500"^^xsd:float ;
20 + ILAP:hasActivityPlan
21 + UC1:ProjectPlan_1 ;
22 + ILAP:hasActivityPlannedResource
23 + UC1:PlannedResource_1 .
24 +
23 UC1:ActivityInPlan_2 25 UC1:ActivityInPlan_2
24 rdf:type ILAP:PlannedActivity ; 26 rdf:type ILAP:PlannedActivity ;
25 - ILAP:hasActivityPlan UC1:ProjectPlan_1 ;
26 rdfs:label "Activity in plan 2"^^xsd:string ; 27 rdfs:label "Activity in plan 2"^^xsd:string ;
27 -. 28 + ILAP:hasActivityPlan
29 + UC1:ProjectPlan_1 .
30 +
28 UC1:ActivityInSchedule_1 31 UC1:ActivityInSchedule_1
29 rdf:type ILAP:ScheduledActivity ; 32 rdf:type ILAP:ScheduledActivity ;
30 - ILAP:hasActivityActualWeight "100750"^^xsd:float ;
31 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ;
32 - ILAP:hasActivitySchedule UC1:TargetSchedule_1 ;
33 - ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ;
34 rdfs:label "Activity in schedule 1"^^xsd:string ; 33 rdfs:label "Activity in schedule 1"^^xsd:string ;
35 -. 34 + ILAP:hasActivityActualWeight
35 + "100750"^^xsd:float ;
36 + ILAP:hasActivityInScheduleActivityInPlan
37 + UC1:ActivityInPlan_1 ;
38 + ILAP:hasActivitySchedule
39 + UC1:TargetSchedule_1 ;
40 + ILAP:hasActivityScheduledResource
41 + UC1:ScheduledResource_1 .
42 +
36 UC1:ActivityInSchedule_2 43 UC1:ActivityInSchedule_2
37 rdf:type ILAP:ScheduledActivity ; 44 rdf:type ILAP:ScheduledActivity ;
38 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ;
39 - ILAP:hasActivitySchedule UC1:ActualSchedule_1 ;
40 rdfs:label "Activity in schedule 2"^^xsd:string ; 45 rdfs:label "Activity in schedule 2"^^xsd:string ;
41 -. 46 + ILAP:hasActivityInScheduleActivityInPlan
47 + UC1:ActivityInPlan_1 ;
48 + ILAP:hasActivitySchedule
49 + UC1:ActualSchedule_1 .
50 +
42 UC1:ActivityInSchedule_3 51 UC1:ActivityInSchedule_3
43 rdf:type ILAP:ScheduledActivity ; 52 rdf:type ILAP:ScheduledActivity ;
44 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ;
45 - ILAP:hasActivitySchedule UC1:TargetSchedule_1 ;
46 rdfs:label "Activity in schedule 3"^^xsd:string ; 53 rdfs:label "Activity in schedule 3"^^xsd:string ;
47 -. 54 + ILAP:hasActivityInScheduleActivityInPlan
55 + UC1:ActivityInPlan_2 ;
56 + ILAP:hasActivitySchedule
57 + UC1:TargetSchedule_1 .
58 +
48 UC1:ActivityInSchedule_4 59 UC1:ActivityInSchedule_4
49 rdf:type ILAP:ScheduledActivity ; 60 rdf:type ILAP:ScheduledActivity ;
50 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ;
51 - ILAP:hasActivitySchedule UC1:ActualSchedule_1 ;
52 rdfs:label "Activity in schedule 4"^^xsd:string ; 61 rdfs:label "Activity in schedule 4"^^xsd:string ;
53 -. 62 + ILAP:hasActivityInScheduleActivityInPlan
63 + UC1:ActivityInPlan_2 ;
64 + ILAP:hasActivitySchedule
65 + UC1:ActualSchedule_1 .
66 +
54 UC1:ActualSchedule_1 67 UC1:ActualSchedule_1
55 - rdf:type ILAP:ActualSchedule ; 68 + rdf:type ILAP:RevisedSchedule ;
56 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
57 - ILAP:hasScheduleBaseline UC1:Baseline_1 ;
58 - ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
59 rdfs:label "Actual schedule 1"^^xsd:string ; 69 rdfs:label "Actual schedule 1"^^xsd:string ;
60 -. 70 + ILAP:hasPlanUserField
71 + <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
72 + ILAP:hasScheduleBaseline
73 + UC1:Baseline_1 ;
74 + ILAP:hasSchedulePlan
75 + UC1:ProjectPlan_1 .
76 +
61 UC1:Baseline_1 77 UC1:Baseline_1
62 rdf:type ILAP:Baseline ; 78 rdf:type ILAP:Baseline ;
63 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
64 rdfs:label "Baseline 1"^^xsd:string ; 79 rdfs:label "Baseline 1"^^xsd:string ;
65 -. 80 + ILAP:hasBaselineCreatedDate
81 + "2014-03-25"^^xsd:date .
82 +
66 UC1:Baseline_2 83 UC1:Baseline_2
67 rdf:type ILAP:Baseline ; 84 rdf:type ILAP:Baseline ;
68 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
69 rdfs:label "Baseline 2"^^xsd:string ; 85 rdfs:label "Baseline 2"^^xsd:string ;
70 -. 86 + ILAP:hasBaselineCreatedDate
87 + "2014-03-25"^^xsd:date .
88 +
71 UC1:Baseline_3 89 UC1:Baseline_3
72 rdf:type ILAP:Baseline ; 90 rdf:type ILAP:Baseline ;
73 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
74 rdfs:label "Baseline 3"^^xsd:string ; 91 rdfs:label "Baseline 3"^^xsd:string ;
75 -. 92 + ILAP:hasBaselineCreatedDate
93 + "2014-03-25"^^xsd:date .
94 +
76 UC1:Baseline_4 95 UC1:Baseline_4
77 rdf:type ILAP:Baseline ; 96 rdf:type ILAP:Baseline ;
78 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
79 rdfs:label "Baseline 4"^^xsd:string ; 97 rdfs:label "Baseline 4"^^xsd:string ;
80 -. 98 + ILAP:hasBaselineCreatedDate
99 + "2014-03-25"^^xsd:date .
100 +
81 UC1:CurrentSchedule_1 101 UC1:CurrentSchedule_1
82 rdf:type ILAP:CurrentSchedule ; 102 rdf:type ILAP:CurrentSchedule ;
83 - ILAP:hasScheduleBaseline UC1:Baseline_2 ;
84 - ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
85 rdfs:label "Current schedule 1"^^xsd:string ; 103 rdfs:label "Current schedule 1"^^xsd:string ;
86 -. 104 + ILAP:hasScheduleBaseline
105 + UC1:Baseline_2 ;
106 + ILAP:hasSchedulePlan
107 + UC1:ProjectPlan_1 .
108 +
87 UC1:LiveSchedule_1 109 UC1:LiveSchedule_1
88 rdf:type ILAP:LiveSchedule ; 110 rdf:type ILAP:LiveSchedule ;
89 - ILAP:hasScheduleBaseline UC1:Baseline_3 ;
90 rdfs:label "Live schedule 1"^^xsd:string ; 111 rdfs:label "Live schedule 1"^^xsd:string ;
91 -. 112 + ILAP:hasScheduleBaseline
113 + UC1:Baseline_3 .
114 +
92 UC1:Milestone_1 115 UC1:Milestone_1
93 rdf:type ILAP:Milestone ; 116 rdf:type ILAP:Milestone ;
94 - rdfs:label "Milestone 1"^^xsd:string ; 117 + rdfs:label "Milestone 1"^^xsd:string .
95 -. 118 +
96 UC1:PlannedResource_1 119 UC1:PlannedResource_1
97 rdf:type ILAP:PlannedResource ; 120 rdf:type ILAP:PlannedResource ;
98 - ILAP:hasResourceProfile UC1:Profile_1 ;
99 rdfs:label "Planned resource 1"^^xsd:string ; 121 rdfs:label "Planned resource 1"^^xsd:string ;
100 -. 122 + ILAP:hasResourceProfile
123 + UC1:Profile_1 .
124 +
101 UC1:ProfilePoint_1 125 UC1:ProfilePoint_1
102 rdf:type ILAP:ProfilePoint ; 126 rdf:type ILAP:ProfilePoint ;
103 - ILAP:hasProfilePointXValue "0.1"^^xsd:float ;
104 - ILAP:hasProfilePointYValue "0.2"^^xsd:float ;
105 rdfs:label "Profile point 1"^^xsd:string ; 127 rdfs:label "Profile point 1"^^xsd:string ;
106 -. 128 + ILAP:hasProfilePointXValue
129 + "0.1"^^xsd:float ;
130 + ILAP:hasProfilePointYValue
131 + "0.2"^^xsd:float .
132 +
107 UC1:ProfilePoint_2 133 UC1:ProfilePoint_2
108 rdf:type ILAP:ProfilePoint ; 134 rdf:type ILAP:ProfilePoint ;
109 - ILAP:hasProfilePointXValue "1.0"^^xsd:float ;
110 - ILAP:hasProfilePointYValue "0.9"^^xsd:float ;
111 rdfs:label "Profile point 2"^^xsd:string ; 135 rdfs:label "Profile point 2"^^xsd:string ;
112 -. 136 + ILAP:hasProfilePointXValue
137 + "1.0"^^xsd:float ;
138 + ILAP:hasProfilePointYValue
139 + "0.9"^^xsd:float .
140 +
113 UC1:Profile_1 141 UC1:Profile_1
114 rdf:type ILAP:Profile ; 142 rdf:type ILAP:Profile ;
115 - ILAP:hasProfilePoint ILAP:ProfilePoint_1 ;
116 - ILAP:hasProfilePoint ILAP:ProfilePoint_2 ;
117 rdfs:label "Profile 1"^^xsd:string ; 143 rdfs:label "Profile 1"^^xsd:string ;
118 -. 144 + ILAP:hasProfilePoint
145 + ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
146 +
119 UC1:ProjectPlan_1 147 UC1:ProjectPlan_1
120 rdf:type ILAP:ProjectPlan ; 148 rdf:type ILAP:ProjectPlan ;
121 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ;
122 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ;
123 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
124 rdfs:label "Project plan 1"^^xsd:string ; 149 rdfs:label "Project plan 1"^^xsd:string ;
125 -. 150 + ILAP:hasPlanUserField
151 + <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> .
152 +
126 UC1:Project_1 153 UC1:Project_1
127 rdf:type ILAP:Project ; 154 rdf:type ILAP:Project ;
128 - rdfs:label "Project 1"^^xsd:string ; 155 + rdfs:label "Project 1"^^xsd:string .
129 -. 156 +
130 UC1:ScheduledResource_1 157 UC1:ScheduledResource_1
131 rdf:type ILAP:ScheduledResource ; 158 rdf:type ILAP:ScheduledResource ;
132 - ILAP:hasResourceProfile UC1:Profile_1 ;
133 rdfs:label "Scheduled resource 1"^^xsd:string ; 159 rdfs:label "Scheduled resource 1"^^xsd:string ;
134 -. 160 + ILAP:hasResourceProfile
161 + UC1:Profile_1 .
162 +
135 UC1:TargetSchedule_1 163 UC1:TargetSchedule_1
136 rdf:type ILAP:TargetSchedule ; 164 rdf:type ILAP:TargetSchedule ;
137 - ILAP:hasScheduleBaseline UC1:Baseline_4 ;
138 - ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
139 rdfs:label "Target schedule 1"^^xsd:string ; 165 rdfs:label "Target schedule 1"^^xsd:string ;
140 -. 166 + ILAP:hasScheduleBaseline
167 + UC1:Baseline_4 ;
168 + ILAP:hasSchedulePlan
169 + UC1:ProjectPlan_1 .
170 +
141 UC1:UserField_1 171 UC1:UserField_1
142 rdf:type ILAP:UserField ; 172 rdf:type ILAP:UserField ;
143 - rdfs:label "User field 1"^^xsd:string ; 173 + rdfs:label "User field 1"^^xsd:string .
144 -. 174 +
145 UC1:UserField_2 175 UC1:UserField_2
146 rdf:type ILAP:UserField ; 176 rdf:type ILAP:UserField ;
147 - rdfs:label "User field 2"^^xsd:string ; 177 + rdfs:label "User field 2"^^xsd:string .
148 -. 178 +
149 UC1:UserField_3 179 UC1:UserField_3
150 rdf:type ILAP:UserField ; 180 rdf:type ILAP:UserField ;
151 - rdfs:label "User field 3"^^xsd:string ; 181 + rdfs:label "User field 3"^^xsd:string .
152 -. 182 +
153 <http://data.posccaesar.org/NCS_PLANNING/UserField_1> 183 <http://data.posccaesar.org/NCS_PLANNING/UserField_1>
154 - ILAP:hasUserFieldName "Area"^^xsd:string ; 184 + ILAP:hasUserFieldName
155 - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; 185 + "Area"^^xsd:string ;
156 - ILAP:hasUserFieldValue "Processing System"^^xsd:string ; 186 + ILAP:hasUserFieldSource
157 -. 187 + <http://data.posccaesar.org/brreg/Sevan> ;
188 + ILAP:hasUserFieldValue
189 + "Processing System"^^xsd:string .
190 +
158 <http://data.posccaesar.org/NCS_PLANNING/UserField_2> 191 <http://data.posccaesar.org/NCS_PLANNING/UserField_2>
159 - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; 192 + ILAP:hasUserFieldSource
160 - ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ; 193 + <http://data.posccaesar.org/brreg/Sevan> ;
161 -. 194 + ILAP:hasUserFieldValue
195 + "SAP-WO-101-3"^^xsd:string .
196 +
162 <http://data.posccaesar.org/NCS_PLANNING/UserField_3> 197 <http://data.posccaesar.org/NCS_PLANNING/UserField_3>
163 - ILAP:hasUserFieldName "Risk Factor"^^xsd:string ; 198 + ILAP:hasUserFieldName
164 - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; 199 + "Risk Factor"^^xsd:string ;
165 - ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ; 200 + ILAP:hasUserFieldSource
166 -. 201 + <http://data.posccaesar.org/brreg/Sevan> ;
202 + ILAP:hasUserFieldValue
203 + "Explosive Environment"^^xsd:string .
......
...@@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1 ...@@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1
27 <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; 27 <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
28 ILAP:hasActivityDuration 28 ILAP:hasActivityDuration
29 "P0Y0M10D"^^xsd:duration ; 29 "P0Y0M10D"^^xsd:duration ;
30 - ILAP:hasActivityILAPWBS
31 - <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
32 ILAP:hasActivityLocation 30 ILAP:hasActivityLocation
33 <http://data.posccaesar.org/npd/EldfiskC> ; 31 <http://data.posccaesar.org/npd/EldfiskC> ;
34 ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; 32 ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
...@@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1 ...@@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1
57 ILAP:Successor_1 ; 55 ILAP:Successor_1 ;
58 ILAP:hasActivityVendor 56 ILAP:hasActivityVendor
59 <http://data.posccaesar.org/brreg/SumitomoMetal> ; 57 <http://data.posccaesar.org/brreg/SumitomoMetal> ;
58 + ILAP:hasActivityWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_E_Equipment> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
60 ILAP:hasActivityWorkTask 59 ILAP:hasActivityWorkTask
61 <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ; 60 <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ;
62 ILAP:hasActivityWorkVolume 61 ILAP:hasActivityWorkVolume
...@@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6 ...@@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6
157 ILAP:Scheduled . 156 ILAP:Scheduled .
158 157
159 ILAP:ActualSchedule_1 158 ILAP:ActualSchedule_1
160 - rdf:type ILAP:ActualSchedule ; 159 + rdf:type ILAP:RevisedSchedule ;
161 rdfs:label "Actual schedule 1"^^xsd:string ; 160 rdfs:label "Actual schedule 1"^^xsd:string ;
162 ILAP:hasBaselineCreatedDate 161 ILAP:hasBaselineCreatedDate
163 "2014-03-15"^^xsd:date ; 162 "2014-03-15"^^xsd:date ;
...@@ -170,7 +169,7 @@ ILAP:ContractorWBS_1 ...@@ -170,7 +169,7 @@ ILAP:ContractorWBS_1
170 rdf:type ILAP:ContractorWBS ; 169 rdf:type ILAP:ContractorWBS ;
171 rdfs:label "Contractor WBS 1"^^xsd:string ; 170 rdfs:label "Contractor WBS 1"^^xsd:string ;
172 ILAP:hasContractorWBSelement 171 ILAP:hasContractorWBSelement
173 - "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . 172 + "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
174 173
175 ILAP:ExternalReference_1 174 ILAP:ExternalReference_1
176 rdf:type ILAP:ExternalReference ; 175 rdf:type ILAP:ExternalReference ;
......
1 # baseURI: http://data.posccaesar.org/Data/UC3/ 1 # baseURI: http://data.posccaesar.org/Data/UC3/
2 # imports: http://data.posccaesar.org/NCS_PLANNING/ 2 # imports: http://data.posccaesar.org/NCS_PLANNING/
3 3
4 -# c14n-version: 3
5 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 4 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
6 @prefix UC3: <http://data.posccaesar.org/Data/UC3/> . 5 @prefix UC3: <http://data.posccaesar.org/Data/UC3/> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -UC3: 10 +
12 - rdf:type owl:Ontology ; 11 +UC3: rdf:type owl:Ontology ;
13 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 12 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 -. 14 +
16 -UC3:ActualSchedule_1
17 - rdf:type ILAP:ActualSchedule ;
18 - rdfs:label "Actual schedule 1"^^xsd:string ;
19 -.
20 UC3:Asset_1 15 UC3:Asset_1
21 rdf:type <http://ILAP_1.5/diskos#Asset> ; 16 rdf:type <http://ILAP_1.5/diskos#Asset> ;
22 - rdfs:label "Asset 1"^^xsd:string ; 17 + rdfs:label "Asset 1"^^xsd:string .
23 -. 18 +
24 UC3:ContractorWBS_1 19 UC3:ContractorWBS_1
25 rdf:type ILAP:ContractorWBS ; 20 rdf:type ILAP:ContractorWBS ;
26 - rdfs:label "Contractor WBS 1"^^xsd:string ; 21 + rdfs:label "Contractor WBS 1"^^xsd:string .
27 -. 22 +
28 UC3:ContractorWBS_2 23 UC3:ContractorWBS_2
29 rdf:type ILAP:ContractorWBS ; 24 rdf:type ILAP:ContractorWBS ;
30 - rdfs:label "Contractor WBS 2"^^xsd:string ; 25 + rdfs:label "Contractor WBS 2"^^xsd:string .
31 -. 26 +
32 -UC3:ExternalReference_1
33 - rdf:type ILAP:ExternalReference ;
34 - rdfs:label "External reference 1"^^xsd:string ;
35 -.
36 -UC3:Plan_1
37 - rdf:type ILAP:ExecutionPlan ;
38 - rdfs:label "Plan 1"^^xsd:string ;
39 -.
40 -UC3:PlannedActivity_1
41 - rdf:type ILAP:PlannedActivity ;
42 - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
43 - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
44 - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ;
45 - ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
46 - ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
47 - ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ;
48 - ILAP:hasActivityCurrentProgressPercent 0 ;
49 - ILAP:hasActivityDescription "Activity description text"^^xsd:string ;
50 - ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ;
51 - ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
52 - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
53 - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
54 - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ;
55 - ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ;
56 - ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ;
57 - ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
58 - ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ;
59 - ILAP:hasActivityPercentComplete "10"^^xsd:float ;
60 - ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
61 - ILAP:hasActivityPlan UC3:ProjectPlan_1 ;
62 - ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ;
63 - ILAP:hasActivityPredecessor UC3:Successor_1 ;
64 - ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ;
65 - ILAP:hasActivityResourceProfile UC3:Profile_1 ;
66 - ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
67 - ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ;
68 - ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
69 - ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
70 - ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ;
71 - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
72 - ILAP:hasActivitySuccessor UC3:Successor_2 ;
73 - ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ;
74 - ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ;
75 - ILAP:hasActivityWorkVolume "500"^^xsd:float ;
76 - ILAP:hasExternalReference UC3:ExternalReference_1 ;
77 - rdfs:label "Planned activity 1"^^xsd:string ;
78 -.
79 -UC3:PlannedActivity_2
80 - rdf:type ILAP:PlannedActivity ;
81 - rdfs:label "Planned activity 2"^^xsd:string ;
82 -.
83 -UC3:PlannedResource_1
84 - rdf:type ILAP:PlannedResource ;
85 - rdfs:label "Planned resource 1"^^xsd:string ;
86 -.
87 -UC3:PortfolioPlan_1
88 - rdf:type ILAP:PortfolioPlan ;
89 - rdfs:label "Portfolio plan 1"^^xsd:string ;
90 -.
91 -UC3:Profile_1
92 - rdf:type ILAP:Profile ;
93 - rdfs:label "Profile 1"^^xsd:string ;
94 -.
95 -UC3:ProjectPlan_1
96 - rdf:type ILAP:ProjectPlan ;
97 - ILAP:hasExternalReference UC3:ExternalReference_1 ;
98 - ILAP:hasPlanAsset UC3:Asset_1 ;
99 - ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ;
100 - ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
101 - ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ;
102 - ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
103 - ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ;
104 - ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ;
105 - ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ;
106 - ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ;
107 - ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ;
108 - ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ;
109 - ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ;
110 - ILAP:hasPlanProject UC3:Project_1 ;
111 - ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ;
112 - ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ;
113 - ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ;
114 - ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ;
115 - ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ;
116 - ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ;
117 - ILAP:hasPlanSubplan UC3:ProjectPlan_2 ;
118 - ILAP:hasPlanUserField UC3:UserField_1 ;
119 - ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ;
120 - rdfs:label "Project plan 1"^^xsd:string ;
121 -.
122 -UC3:ProjectPlan_2
123 - rdf:type ILAP:ProjectPlan ;
124 - rdfs:label "Project plan 2"^^xsd:string ;
125 -.
126 -UC3:Project_1
127 - rdf:type ILAP:Project ;
128 - rdfs:label "Project 1"^^xsd:string ;
129 -.
130 -UC3:ScheduledActivity_1
131 - rdf:type ILAP:ScheduledActivity ;
132 - ILAP:hasActivityActualWeight "11000"^^xsd:float ;
133 - ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
134 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
135 - ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
136 - ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
137 - ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ;
138 - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
139 - ILAP:hasExternalReference UC3:ExternalReference_1 ;
140 - rdfs:label "Scheduled activity 1"^^xsd:string ;
141 -.
142 -UC3:ScheduledActivity_2
143 - rdf:type ILAP:ScheduledActivity ;
144 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
145 - ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
146 - rdfs:label "Scheduled activity 2"^^xsd:string ;
147 -.
148 -UC3:ScheduledActivity_3
149 - rdf:type ILAP:ScheduledActivity ;
150 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
151 - ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
152 - rdfs:label "Scheduled activity 3"^^xsd:string ;
153 -.
154 -UC3:ScheduledActivity_4
155 - rdf:type ILAP:ScheduledActivity ;
156 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
157 - ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
158 - rdfs:label "Scheduled activity 4"^^xsd:string ;
159 -.
160 -UC3:ScheduledResource_1
161 - rdf:type ILAP:ScheduledResource ;
162 - rdfs:label "Scheduled resource 1"^^xsd:string ;
163 -.
164 -UC3:Successor_1
165 - rdf:type ILAP:Successor ;
166 - rdfs:label "Successor 1"^^xsd:string ;
167 -.
168 -UC3:Successor_2
169 - rdf:type ILAP:Successor ;
170 - rdfs:label "Successor 2"^^xsd:string ;
171 -.
172 UC3:TargetSchedule_1 27 UC3:TargetSchedule_1
173 rdf:type ILAP:TargetSchedule ; 28 rdf:type ILAP:TargetSchedule ;
174 - rdfs:label "Target schedule 1"^^xsd:string ; 29 + rdfs:label "Target schedule 1"^^xsd:string .
175 -. 30 +
176 -UC3:UserField_1
177 - rdf:type ILAP:UserField ;
178 - rdfs:label "User field 1"^^xsd:string ;
179 -.
180 <http://data.posccaesar.org/brreg/LegalEntity> 31 <http://data.posccaesar.org/brreg/LegalEntity>
181 - rdfs:subClassOf ILAP:ResponsibleOrganization ; 32 + rdfs:subClassOf ILAP:ResponsibleOrganization .
182 -.
......
1 # baseURI: http://data.posccaesar.org/Data/UC4/ 1 # baseURI: http://data.posccaesar.org/Data/UC4/
2 # imports: http://data.posccaesar.org/NCS_PLANNING/ 2 # imports: http://data.posccaesar.org/NCS_PLANNING/
3 3
4 -# c14n-version: 3
5 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 4 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
6 @prefix UC4: <http://data.posccaesar.org/Data/UC4/> . 5 @prefix UC4: <http://data.posccaesar.org/Data/UC4/> .
7 @prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . 6 @prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> .
...@@ -9,22 +8,16 @@ ...@@ -9,22 +8,16 @@
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 -UC4: 11 +
13 - rdf:type owl:Ontology ; 12 +UC4: rdf:type owl:Ontology ;
14 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 13 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
15 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 -. 15 +
17 UC4:BaselineSetting_1 16 UC4:BaselineSetting_1
18 rdf:type ILAP:BaselineSetting ; 17 rdf:type ILAP:BaselineSetting ;
19 - ILAP:hasBaseline UC4:ScheduledPlan_1 ; 18 + rdfs:label "Baseline setting 1"^^xsd:string .
20 - rdfs:label "Baseline setting 1"^^xsd:string ; 19 +
21 -.
22 UC4:Planning_1 20 UC4:Planning_1
23 rdf:type ILAP:Planning ; 21 rdf:type ILAP:Planning ;
24 - lci:hasPart UC4:BaselineSetting_1 ;
25 rdfs:label "Planning 1"^^xsd:string ; 22 rdfs:label "Planning 1"^^xsd:string ;
26 -. 23 + lci:hasPart UC4:BaselineSetting_1 .
27 -UC4:ScheduledPlan_1
28 - rdf:type ILAP:NetworkSchedule ;
29 - rdfs:label "Scheduled plan 1"^^xsd:string ;
30 -.
......