Tore Christiansen

Updated all Labels

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Discipline ; 21 + owl:allValuesFrom ILAP:Status ;
22 - owl:onProperty ILAP:hasActivityDiscipline 22 + owl:onProperty ILAP:hasActivityStatus
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:allValuesFrom ILAP:Calendar ; 26 + owl:onProperty ILAP:hasExternalReference ;
27 - owl:onProperty ILAP:hasActivityCalendar 27 + owl:someValuesFrom ILAP:ExternalReference
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:onProperty ILAP:hasExternalReference ; 31 + owl:allValuesFrom ILAP:Calendar ;
32 - owl:someValuesFrom ILAP:ExternalReference 32 + owl:onProperty ILAP:hasActivityCalendar
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Status ; 36 + owl:allValuesFrom ILAP:Discipline ;
37 - owl:onProperty ILAP:hasActivityStatus 37 + owl:onProperty ILAP:hasActivityDiscipline
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 41 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasPredecessorActivity ; 47 + owl:onProperty ILAP:hasSuccessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasSuccessorActivity ; 54 + owl:onProperty ILAP:hasPredecessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 60 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -68,41 +68,41 @@ ILAP:ActivityPlan ...@@ -68,41 +68,41 @@ ILAP:ActivityPlan
68 68
69 ILAP:ActivityStatus 69 ILAP:ActivityStatus
70 rdf:type owl:Class ; 70 rdf:type owl:Class ;
71 - rdfs:label "Activity status"^^xsd:string ; 71 + rdfs:label "Activity Status"^^xsd:string ;
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 75 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 82 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 90 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
94 ILAP:BaselineSchedule 94 ILAP:BaselineSchedule
95 rdf:type owl:Class ; 95 rdf:type owl:Class ;
96 - rdfs:label "Baseline schedule"^^xsd:string ; 96 + rdfs:label "Baseline Schedule"^^xsd:string ;
97 rdfs:subClassOf ILAP:Schedule . 97 rdfs:subClassOf ILAP:Schedule .
98 98
99 ILAP:CAPEX 99 ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 103 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 105 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 113 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
114 - rdfs:label "Calendar day"^^xsd:string ; 114 + rdfs:label "Calendar Day"^^xsd:string ;
115 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 115 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 118 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
119 - rdfs:label "Calendar free period"^^xsd:string ; 119 + rdfs:label "Calendar Free Period"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 120 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 132 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 134 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 137 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
138 - rdfs:label "calendar hour"^^xsd:string ; 138 + rdfs:label "calendar Hour"^^xsd:string ;
139 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 139 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 142 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 144 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarDay ; 147 + owl:allValuesFrom ILAP:CalendarHour ;
148 - owl:onProperty ILAP:hasCalendarPeriodDay 148 + owl:onProperty ILAP:hasCalendarPeriodHour
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarHour ; 152 + owl:allValuesFrom ILAP:CalendarDay ;
153 - owl:onProperty ILAP:hasCalendarPeriodHour 153 + owl:onProperty ILAP:hasCalendarPeriodDay
154 ] . 154 ] .
155 155
156 ILAP:Category 156 ILAP:Category
...@@ -160,32 +160,32 @@ ILAP:Category ...@@ -160,32 +160,32 @@ ILAP:Category
160 160
161 ILAP:CommissioningMilestone 161 ILAP:CommissioningMilestone
162 rdf:type owl:Class ; 162 rdf:type owl:Class ;
163 - rdfs:label "Commissioning milestone"^^xsd:string ; 163 + rdfs:label "Commissioning Milestone"^^xsd:string ;
164 rdfs:subClassOf ILAP:MilestoneType . 164 rdfs:subClassOf ILAP:MilestoneType .
165 165
166 ILAP:Constraint 166 ILAP:Constraint
167 rdf:type owl:Class ; 167 rdf:type owl:Class ;
168 rdfs:label "Constraint"^^xsd:string ; 168 rdfs:label "Constraint"^^xsd:string ;
169 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 169 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
173 - rdfs:label "Construction milestone"^^xsd:string ; 173 + rdfs:label "Construction Milestone"^^xsd:string ;
174 rdfs:subClassOf ILAP:MilestoneType . 174 rdfs:subClassOf ILAP:MilestoneType .
175 175
176 ILAP:Contract 176 ILAP:Contract
177 rdf:type owl:Class ; 177 rdf:type owl:Class ;
178 rdfs:label "Contract"^^xsd:string ; 178 rdfs:label "Contract"^^xsd:string ;
179 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 179 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
183 - rdfs:label "Contract milestone"^^xsd:string ; 183 + rdfs:label "Contract Milestone"^^xsd:string ;
184 rdfs:subClassOf ILAP:MilestoneType . 184 rdfs:subClassOf ILAP:MilestoneType .
185 185
186 ILAP:ContractType 186 ILAP:ContractType
187 rdf:type owl:Class ; 187 rdf:type owl:Class ;
188 - rdfs:label "Contract type"^^xsd:string ; 188 + rdfs:label "Contract Type"^^xsd:string ;
189 rdfs:subClassOf owl:Thing . 189 rdfs:subClassOf owl:Thing .
190 190
191 ILAP:Contractor 191 ILAP:Contractor
...@@ -195,28 +195,33 @@ ILAP:Contractor ...@@ -195,28 +195,33 @@ ILAP:Contractor
195 195
196 ILAP:ControlSchedule 196 ILAP:ControlSchedule
197 rdf:type owl:Class ; 197 rdf:type owl:Class ;
198 - rdfs:label "Control schedule"^^xsd:string ; 198 + rdfs:label "Control Schedule"^^xsd:string ;
199 rdfs:subClassOf ILAP:Baseline . 199 rdfs:subClassOf ILAP:Baseline .
200 200
201 ILAP:Cost 201 ILAP:Cost
202 rdf:type owl:Class ; 202 rdf:type owl:Class ;
203 rdfs:label "Cost"^^xsd:string ; 203 rdfs:label "Cost"^^xsd:string ;
204 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 204 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
205 205
206 ILAP:CostBased 206 ILAP:CostBased
207 rdf:type owl:Class ; 207 rdf:type owl:Class ;
208 - rdfs:label "Cost based"^^xsd:string ; 208 + rdfs:label "Cost Based"^^xsd:string ;
209 rdfs:subClassOf ILAP:Resource . 209 rdfs:subClassOf ILAP:Resource .
210 210
211 +ILAP:Criticality
212 + rdf:type owl:Class ;
213 + rdfs:label "Degree of Criticality"^^xsd:string ;
214 + rdfs:subClassOf owl:Thing .
215 +
211 ILAP:CurrentSchedule 216 ILAP:CurrentSchedule
212 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 217 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
213 - rdfs:label "Current schedule"^^xsd:string ; 218 + rdfs:label "Current Schedule"^^xsd:string ;
214 rdfs:subClassOf ILAP:Schedule . 219 rdfs:subClassOf ILAP:Schedule .
215 220
216 ILAP:Data 221 ILAP:Data
217 rdf:type owl:Class ; 222 rdf:type owl:Class ;
218 rdfs:label "Data"^^xsd:string ; 223 rdfs:label "Data"^^xsd:string ;
219 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 224 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
220 rdfs:subClassOf 225 rdfs:subClassOf
221 [ rdf:type owl:Restriction ; 226 [ rdf:type owl:Restriction ;
222 owl:onClass ILAP:Project ; 227 owl:onClass ILAP:Project ;
...@@ -227,54 +232,97 @@ ILAP:Data ...@@ -227,54 +232,97 @@ ILAP:Data
227 232
228 ILAP:DecisionGate 233 ILAP:DecisionGate
229 rdf:type owl:Class ; 234 rdf:type owl:Class ;
230 - rdfs:label "Decision gate"^^xsd:string ; 235 + rdfs:label "Decision Gate"^^xsd:string ;
231 rdfs:subClassOf ILAP:MilestoneType . 236 rdfs:subClassOf ILAP:MilestoneType .
232 237
233 -ILAP:DegreeOfCriticality 238 +ILAP:DecisionGate0
234 rdf:type owl:Class ; 239 rdf:type owl:Class ;
235 - rdfs:label "Degree of Criticality"^^xsd:string ; 240 + rdfs:label "DG0: Approval to Start Appraisal/Business Planning"^^xsd:string ;
236 - rdfs:subClassOf owl:Thing . 241 + rdfs:subClassOf ILAP:DecisionGate .
237 242
238 -ILAP:DegreeOfPriority 243 +ILAP:DecisionGate1
239 rdf:type owl:Class ; 244 rdf:type owl:Class ;
240 - rdfs:label "Degree of Priority"^^xsd:string ; 245 + rdfs:label "DG1: Approval to Start Concept Planning / Approval to Start Feasibility Study"^^xsd:string ;
241 - rdfs:subClassOf owl:Thing . 246 + rdfs:subClassOf ILAP:DecisionGate .
247 +
248 +ILAP:DecisionGate2
249 + rdf:type owl:Class ;
250 + rdfs:label "DG2: Project Pre-sanction / Approval to Start Concept Selection"^^xsd:string ;
251 + rdfs:subClassOf ILAP:DecisionGate .
252 +
253 +ILAP:DecisionGate3
254 + rdf:type owl:Class ;
255 + rdfs:label "DG3: Project Sanction / Concept Approval"^^xsd:string ;
256 + rdfs:subClassOf ILAP:DecisionGate .
257 +
258 +ILAP:DecisionGate4
259 + rdf:type owl:Class ;
260 + rdfs:label "DG4: Start Operation / Final Capital Expenditure Approval"^^xsd:string ;
261 + rdfs:subClassOf ILAP:DecisionGate .
262 +
263 +ILAP:DecisionGate5
264 + rdf:type owl:Class ;
265 + rdfs:label "DG5: Acceptance by Operations"^^xsd:string ;
266 + rdfs:subClassOf ILAP:DecisionGate .
267 +
268 +ILAP:DecisionGate6
269 + rdf:type owl:Class ;
270 + rdfs:label "DG6: Decision to End Production / Hand-over to After Market"^^xsd:string ;
271 + rdfs:subClassOf ILAP:DecisionGate .
272 +
273 +ILAP:DecisionGate7
274 + rdf:type owl:Class ;
275 + rdfs:label "DG7: End of Life / Decision to Decommission"^^xsd:string ;
276 + rdfs:subClassOf ILAP:DecisionGate .
277 +
278 +ILAP:DecisionGateA
279 + rdf:type owl:Class ;
280 + rdfs:label "DGA: Approval to Develop a Business Opportunity"^^xsd:string ;
281 + rdfs:subClassOf ILAP:DecisionGate .
282 +
283 +ILAP:DecisionGateB
284 + rdf:type owl:Class ;
285 + rdfs:label "DGB: Approval to Negotiate "^^xsd:string ;
286 + rdfs:subClassOf ILAP:DecisionGate .
287 +
288 +ILAP:DecisionGateC
289 + rdf:type owl:Class ;
290 + rdfs:label "DGC: Decision to Assess a New Exploration or Business Opportunity"^^xsd:string ;
291 + rdfs:subClassOf ILAP:DecisionGate .
242 292
243 ILAP:DesignMilestone 293 ILAP:DesignMilestone
244 rdf:type owl:Class ; 294 rdf:type owl:Class ;
245 - rdfs:label "Design milestone"^^xsd:string ; 295 + rdfs:label "Design Milestone"^^xsd:string ;
246 rdfs:subClassOf ILAP:MilestoneType . 296 rdfs:subClassOf ILAP:MilestoneType .
247 297
248 ILAP:Discipline 298 ILAP:Discipline
249 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 299 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
250 rdfs:label "Discipline"^^xsd:string ; 300 rdfs:label "Discipline"^^xsd:string ;
251 rdfs:subClassOf owl:Thing . 301 rdfs:subClassOf owl:Thing .
252 302
253 ILAP:DrillingMilestone 303 ILAP:DrillingMilestone
254 rdf:type owl:Class ; 304 rdf:type owl:Class ;
255 - rdfs:label "Drilling milestone"^^xsd:string ; 305 + rdfs:label "Drilling Milestone"^^xsd:string ;
256 rdfs:subClassOf ILAP:MilestoneType . 306 rdfs:subClassOf ILAP:MilestoneType .
257 307
258 ILAP:EndMilestone 308 ILAP:EndMilestone
259 rdf:type owl:Class ; 309 rdf:type owl:Class ;
260 - rdfs:label "End milestone"^^xsd:string ; 310 + rdfs:label "End Milestone"^^xsd:string ;
261 rdfs:subClassOf ILAP:MilestoneType . 311 rdfs:subClassOf ILAP:MilestoneType .
262 312
263 ILAP:EngineeringMilestone 313 ILAP:EngineeringMilestone
264 rdf:type owl:Class ; 314 rdf:type owl:Class ;
265 - rdfs:label "Engineering milestone"^^xsd:string ; 315 + rdfs:label "Engineering Milestone"^^xsd:string ;
266 rdfs:subClassOf ILAP:MilestoneType . 316 rdfs:subClassOf ILAP:MilestoneType .
267 317
268 ILAP:ExternalReference 318 ILAP:ExternalReference
269 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 319 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
270 rdfs:label "External Reference"^^xsd:string ; 320 rdfs:label "External Reference"^^xsd:string ;
271 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 321 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
272 rdfs:subClassOf 322 rdfs:subClassOf
273 [ rdf:type owl:Restriction ; 323 [ rdf:type owl:Restriction ;
274 - owl:onDataRange xsd:string ; 324 + owl:allValuesFrom ILAP:Application ;
275 - owl:onProperty ILAP:hasObjectReferenceID ; 325 + owl:onProperty ILAP:hasReferenceApplication
276 - owl:qualifiedCardinality
277 - "1"^^xsd:nonNegativeInteger
278 ] ; 326 ] ;
279 rdfs:subClassOf 327 rdfs:subClassOf
280 [ rdf:type owl:Restriction ; 328 [ rdf:type owl:Restriction ;
...@@ -283,8 +331,10 @@ ILAP:ExternalReference ...@@ -283,8 +331,10 @@ ILAP:ExternalReference
283 ] ; 331 ] ;
284 rdfs:subClassOf 332 rdfs:subClassOf
285 [ rdf:type owl:Restriction ; 333 [ rdf:type owl:Restriction ;
286 - owl:allValuesFrom ILAP:Application ; 334 + owl:onDataRange xsd:string ;
287 - owl:onProperty ILAP:hasReferenceApplication 335 + owl:onProperty ILAP:hasObjectReferenceID ;
336 + owl:qualifiedCardinality
337 + "1"^^xsd:nonNegativeInteger
288 ] . 338 ] .
289 339
290 ILAP:Facility 340 ILAP:Facility
...@@ -298,29 +348,39 @@ ILAP:Field ...@@ -298,29 +348,39 @@ ILAP:Field
298 rdfs:subClassOf owl:Thing . 348 rdfs:subClassOf owl:Thing .
299 349
300 ILAP:FinishToFinish 350 ILAP:FinishToFinish
301 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 351 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
302 - rdfs:label "Finish to finish"^^xsd:string ; 352 + rdfs:label "Finish to Finish"^^xsd:string ;
303 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 353 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
304 354
305 ILAP:FinishToStart 355 ILAP:FinishToStart
306 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 356 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
307 - rdfs:label "Finish to start"^^xsd:string ; 357 + rdfs:label "Finish to Start"^^xsd:string ;
308 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 358 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
309 359
310 ILAP:FunctionalLocation 360 ILAP:FunctionalLocation
311 rdf:type owl:Class ; 361 rdf:type owl:Class ;
312 - rdfs:label "Functional location"^^xsd:string ; 362 + rdfs:label "Functional Location"^^xsd:string ;
313 rdfs:subClassOf ILAP:Location . 363 rdfs:subClassOf ILAP:Location .
314 364
315 ILAP:GeographicLocation 365 ILAP:GeographicLocation
316 rdf:type owl:Class ; 366 rdf:type owl:Class ;
317 - rdfs:label "Geographic location"^^xsd:string ; 367 + rdfs:label "Geographic Location"^^xsd:string ;
318 rdfs:subClassOf ILAP:Location . 368 rdfs:subClassOf ILAP:Location .
319 369
370 +ILAP:HighCriticality
371 + rdf:type owl:Class ;
372 + rdfs:label "High Criticality"^^xsd:string ;
373 + rdfs:subClassOf ILAP:Criticality .
374 +
375 +ILAP:HighPriority
376 + rdf:type owl:Class ;
377 + rdfs:label "High Priority"^^xsd:string ;
378 + rdfs:subClassOf ILAP:Priority .
379 +
320 ILAP:Information 380 ILAP:Information
321 rdf:type owl:Class ; 381 rdf:type owl:Class ;
322 rdfs:label "Information"^^xsd:string ; 382 rdfs:label "Information"^^xsd:string ;
323 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 383 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
324 384
325 ILAP:Knowledge 385 ILAP:Knowledge
326 rdf:type owl:Class ; 386 rdf:type owl:Class ;
...@@ -334,37 +394,57 @@ ILAP:License ...@@ -334,37 +394,57 @@ ILAP:License
334 394
335 ILAP:LifecyclePhase 395 ILAP:LifecyclePhase
336 rdf:type owl:Class ; 396 rdf:type owl:Class ;
337 - rdfs:label "Lifecycle phase"^^xsd:string ; 397 + rdfs:label "Lifecycle Phase"^^xsd:string ;
338 rdfs:subClassOf ILAP:Phase . 398 rdfs:subClassOf ILAP:Phase .
339 399
340 ILAP:LiveSchedule 400 ILAP:LiveSchedule
341 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 401 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
342 - rdfs:label "Live schedule"^^xsd:string ; 402 + rdfs:label "Live Schedule"^^xsd:string ;
343 rdfs:subClassOf ILAP:Schedule . 403 rdfs:subClassOf ILAP:Schedule .
344 404
345 ILAP:Location 405 ILAP:Location
346 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 406 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
347 rdfs:label "Location"^^xsd:string ; 407 rdfs:label "Location"^^xsd:string ;
348 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 408 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
409 +
410 +ILAP:LowCriticality
411 + rdf:type owl:Class ;
412 + rdfs:label "Low Criticality"^^xsd:string ;
413 + rdfs:subClassOf ILAP:Criticality .
414 +
415 +ILAP:LowPriority
416 + rdf:type owl:Class ;
417 + rdfs:label "Low Priority"^^xsd:string ;
418 + rdfs:subClassOf ILAP:Priority .
349 419
350 ILAP:MaterialOrderStatus 420 ILAP:MaterialOrderStatus
351 rdf:type owl:Class ; 421 rdf:type owl:Class ;
352 - rdfs:label "Material order status"^^xsd:string ; 422 + rdfs:label "Material Order Status"^^xsd:string ;
353 rdfs:subClassOf ILAP:Status . 423 rdfs:subClassOf ILAP:Status .
354 424
355 ILAP:Milestone 425 ILAP:Milestone
356 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 426 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
357 rdfs:label "Milestone"^^xsd:string . 427 rdfs:label "Milestone"^^xsd:string .
358 428
359 ILAP:MilestoneType 429 ILAP:MilestoneType
360 rdf:type owl:Class ; 430 rdf:type owl:Class ;
361 - rdfs:label "Milestone type"^^xsd:string ; 431 + rdfs:label "Milestone Type"^^xsd:string ;
362 rdfs:subClassOf owl:Thing . 432 rdfs:subClassOf owl:Thing .
363 433
364 ILAP:Network 434 ILAP:Network
365 rdf:type owl:Class ; 435 rdf:type owl:Class ;
366 rdfs:label "Network"^^xsd:string ; 436 rdfs:label "Network"^^xsd:string ;
367 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 437 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
438 +
439 +ILAP:NormalCriticality
440 + rdf:type owl:Class ;
441 + rdfs:label "Medium Criticality"^^xsd:string ;
442 + rdfs:subClassOf ILAP:Criticality .
443 +
444 +ILAP:NormalPriority
445 + rdf:type owl:Class ;
446 + rdfs:label "Normal Priority"^^xsd:string ;
447 + rdfs:subClassOf ILAP:Priority .
368 448
369 ILAP:OPEX 449 ILAP:OPEX
370 rdfs:label "OPEX"^^xsd:string . 450 rdfs:label "OPEX"^^xsd:string .
...@@ -376,7 +456,7 @@ ILAP:Objective ...@@ -376,7 +456,7 @@ ILAP:Objective
376 456
377 ILAP:OperationStatus 457 ILAP:OperationStatus
378 rdf:type owl:Class ; 458 rdf:type owl:Class ;
379 - rdfs:label "Operation status"^^xsd:string ; 459 + rdfs:label "Operation Status"^^xsd:string ;
380 rdfs:subClassOf ILAP:Status . 460 rdfs:subClassOf ILAP:Status .
381 461
382 ILAP:Operator 462 ILAP:Operator
...@@ -396,52 +476,52 @@ ILAP:Phase ...@@ -396,52 +476,52 @@ ILAP:Phase
396 476
397 ILAP:PhysicalLocation 477 ILAP:PhysicalLocation
398 rdf:type owl:Class ; 478 rdf:type owl:Class ;
399 - rdfs:label "Physical location"^^xsd:string ; 479 + rdfs:label "Physical Location"^^xsd:string ;
400 rdfs:subClassOf ILAP:Location . 480 rdfs:subClassOf ILAP:Location .
401 481
402 ILAP:PlanClassifier 482 ILAP:PlanClassifier
403 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 483 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
404 - rdfs:label "Plan classifier"^^xsd:string ; 484 + rdfs:label "Plan Classifier"^^xsd:string ;
405 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 485 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
406 486
407 ILAP:PlanContentType 487 ILAP:PlanContentType
408 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 488 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
409 - rdfs:label "Plan content type"^^xsd:string ; 489 + rdfs:label "Plan Content Type"^^xsd:string ;
410 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 490 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
411 491
412 ILAP:PlanContractType 492 ILAP:PlanContractType
413 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 493 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
414 - rdfs:label "Plan contract type"^^xsd:string ; 494 + rdfs:label "Plan Contract Type"^^xsd:string ;
415 rdfs:subClassOf ILAP:PlanClassifier . 495 rdfs:subClassOf ILAP:PlanClassifier .
416 496
417 ILAP:PlanExpenseType 497 ILAP:PlanExpenseType
418 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 498 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
419 - rdfs:label "Plan expense type"^^xsd:string ; 499 + rdfs:label "Plan Expense Type"^^xsd:string ;
420 rdfs:subClassOf ILAP:PlanClassifier . 500 rdfs:subClassOf ILAP:PlanClassifier .
421 501
422 ILAP:PlanGeoArea 502 ILAP:PlanGeoArea
423 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 503 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
424 - rdfs:label "Plan geographic area"^^xsd:string ; 504 + rdfs:label "Plan Geographic Area"^^xsd:string ;
425 rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 505 rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
426 506
427 ILAP:PlanLevel 507 ILAP:PlanLevel
428 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 508 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
429 - rdfs:label "Plan level"^^xsd:string ; 509 + rdfs:label "Plan Level"^^xsd:string ;
430 rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 510 rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
431 511
432 ILAP:PlanLifecycleStage 512 ILAP:PlanLifecycleStage
433 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 513 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
434 - rdfs:label "Plan lifecycle stage"^^xsd:string ; 514 + rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
435 rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 515 rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
436 516
437 ILAP:PlanObjectiveType 517 ILAP:PlanObjectiveType
438 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 518 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
439 - rdfs:label "Plan objective type"^^xsd:string ; 519 + rdfs:label "Plan Objective Type"^^xsd:string ;
440 rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 520 rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
441 521
442 ILAP:PlanProjectType 522 ILAP:PlanProjectType
443 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 523 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
444 - rdfs:label "Plan project type"^^xsd:string ; 524 + rdfs:label "Plan Project Type"^^xsd:string ;
445 rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 525 rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
446 526
447 ILAP:PlannedActivity 527 ILAP:PlannedActivity
...@@ -450,20 +530,25 @@ ILAP:PlannedActivity ...@@ -450,20 +530,25 @@ ILAP:PlannedActivity
450 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 530 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
451 rdfs:subClassOf 531 rdfs:subClassOf
452 [ rdf:type owl:Restriction ; 532 [ rdf:type owl:Restriction ;
453 - owl:maxQualifiedCardinality 533 + owl:allValuesFrom ILAP:ResponsiblePerson ;
454 - "1"^^xsd:nonNegativeInteger ; 534 + owl:onProperty ILAP:hasActivityResponsiblePerson
455 - owl:onClass ILAP:ProjectExecutionPlan ;
456 - owl:onProperty ILAP:hasActivityPlan
457 ] ; 535 ] ;
458 rdfs:subClassOf 536 rdfs:subClassOf
459 [ rdf:type owl:Restriction ; 537 [ rdf:type owl:Restriction ;
460 - owl:allValuesFrom ILAP:ActivityDependency ; 538 + owl:allValuesFrom ILAP:ActivityWBS ;
461 - owl:onProperty ILAP:hasActivityPredecessor 539 + owl:onProperty ILAP:hasActivityWBSelement
462 ] ; 540 ] ;
463 rdfs:subClassOf 541 rdfs:subClassOf
464 [ rdf:type owl:Restriction ; 542 [ rdf:type owl:Restriction ;
465 - owl:allValuesFrom ILAP:Result ; 543 + owl:onProperty ILAP:hasActivityDiscipline ;
466 - owl:onProperty ILAP:hasActivityResult 544 + owl:someValuesFrom ILAP:Discipline
545 + ] ;
546 + rdfs:subClassOf
547 + [ rdf:type owl:Restriction ;
548 + owl:maxQualifiedCardinality
549 + "1"^^xsd:nonNegativeInteger ;
550 + owl:onClass ILAP:ProjectExecutionPlan ;
551 + owl:onProperty ILAP:hasActivityPlan
467 ] ; 552 ] ;
468 rdfs:subClassOf 553 rdfs:subClassOf
469 [ rdf:type owl:Restriction ; 554 [ rdf:type owl:Restriction ;
...@@ -472,8 +557,8 @@ ILAP:PlannedActivity ...@@ -472,8 +557,8 @@ ILAP:PlannedActivity
472 ] ; 557 ] ;
473 rdfs:subClassOf 558 rdfs:subClassOf
474 [ rdf:type owl:Restriction ; 559 [ rdf:type owl:Restriction ;
475 - owl:allValuesFrom ILAP:ResourceProfile ; 560 + owl:allValuesFrom ILAP:Result ;
476 - owl:onProperty ILAP:hasActivityResourceProfile 561 + owl:onProperty ILAP:hasActivityResult
477 ] ; 562 ] ;
478 rdfs:subClassOf 563 rdfs:subClassOf
479 [ rdf:type owl:Restriction ; 564 [ rdf:type owl:Restriction ;
...@@ -484,23 +569,18 @@ ILAP:PlannedActivity ...@@ -484,23 +569,18 @@ ILAP:PlannedActivity
484 ] ; 569 ] ;
485 rdfs:subClassOf 570 rdfs:subClassOf
486 [ rdf:type owl:Restriction ; 571 [ rdf:type owl:Restriction ;
487 - owl:allValuesFrom ILAP:Location ; 572 + owl:allValuesFrom ILAP:ActivityDependency ;
488 - owl:onProperty ILAP:hasActivityLocation 573 + owl:onProperty ILAP:hasActivityPredecessor
489 - ] ;
490 - rdfs:subClassOf
491 - [ rdf:type owl:Restriction ;
492 - owl:allValuesFrom ILAP:ActivityWBS ;
493 - owl:onProperty ILAP:hasActivityWBSelement
494 ] ; 574 ] ;
495 rdfs:subClassOf 575 rdfs:subClassOf
496 [ rdf:type owl:Restriction ; 576 [ rdf:type owl:Restriction ;
497 - owl:allValuesFrom ILAP:ResponsiblePerson ; 577 + owl:allValuesFrom ILAP:ResourceProfile ;
498 - owl:onProperty ILAP:hasActivityResponsiblePerson 578 + owl:onProperty ILAP:hasActivityResourceProfile
499 ] ; 579 ] ;
500 rdfs:subClassOf 580 rdfs:subClassOf
501 [ rdf:type owl:Restriction ; 581 [ rdf:type owl:Restriction ;
502 - owl:onProperty ILAP:hasActivityDiscipline ; 582 + owl:allValuesFrom ILAP:Location ;
503 - owl:someValuesFrom ILAP:Discipline 583 + owl:onProperty ILAP:hasActivityLocation
504 ] . 584 ] .
505 585
506 ILAP:PlannedMilestone 586 ILAP:PlannedMilestone
...@@ -510,7 +590,7 @@ ILAP:PlannedMilestone ...@@ -510,7 +590,7 @@ ILAP:PlannedMilestone
510 590
511 ILAP:PlanningApplication 591 ILAP:PlanningApplication
512 rdf:type owl:Class ; 592 rdf:type owl:Class ;
513 - rdfs:label "Planning application"^^xsd:string ; 593 + rdfs:label "Planning Application"^^xsd:string ;
514 rdfs:subClassOf ILAP:Application . 594 rdfs:subClassOf ILAP:Application .
515 595
516 ILAP:Portfolio 596 ILAP:Portfolio
...@@ -518,14 +598,19 @@ ILAP:Portfolio ...@@ -518,14 +598,19 @@ ILAP:Portfolio
518 rdfs:label "Portfolio"^^xsd:string ; 598 rdfs:label "Portfolio"^^xsd:string ;
519 rdfs:subClassOf ILAP:Project . 599 rdfs:subClassOf ILAP:Project .
520 600
601 +ILAP:Priority
602 + rdf:type owl:Class ;
603 + rdfs:label "Degree of Priority"^^xsd:string ;
604 + rdfs:subClassOf owl:Thing .
605 +
521 ILAP:ProcurementMilestone 606 ILAP:ProcurementMilestone
522 rdf:type owl:Class ; 607 rdf:type owl:Class ;
523 - rdfs:label "Procurement milestone"^^xsd:string ; 608 + rdfs:label "Procurement Milestone"^^xsd:string ;
524 rdfs:subClassOf ILAP:MilestoneType . 609 rdfs:subClassOf ILAP:MilestoneType .
525 610
526 ILAP:ProductionMilestone 611 ILAP:ProductionMilestone
527 rdf:type owl:Class ; 612 rdf:type owl:Class ;
528 - rdfs:label "Production milestone"^^xsd:string ; 613 + rdfs:label "Production Milestone"^^xsd:string ;
529 rdfs:subClassOf ILAP:MilestoneType . 614 rdfs:subClassOf ILAP:MilestoneType .
530 615
531 ILAP:Programme 616 ILAP:Programme
...@@ -534,18 +619,13 @@ ILAP:Programme ...@@ -534,18 +619,13 @@ ILAP:Programme
534 rdfs:subClassOf ILAP:Project . 619 rdfs:subClassOf ILAP:Project .
535 620
536 ILAP:Project 621 ILAP:Project
537 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 622 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
538 rdfs:label "Project"^^xsd:string ; 623 rdfs:label "Project"^^xsd:string ;
539 rdfs:subClassOf ILAP:Activity ; 624 rdfs:subClassOf ILAP:Activity ;
540 rdfs:subClassOf 625 rdfs:subClassOf
541 [ rdf:type owl:Restriction ; 626 [ rdf:type owl:Restriction ;
542 - owl:allValuesFrom ILAP:Project ; 627 + owl:allValuesFrom BRREG:OilCompany ;
543 - owl:onProperty ILAP:hasProjectSubproject 628 + owl:onProperty ILAP:hasProjectResponsible
544 - ] ;
545 - rdfs:subClassOf
546 - [ rdf:type owl:Restriction ;
547 - owl:allValuesFrom ILAP:ExternalReference ;
548 - owl:onProperty ILAP:hasExternalReference
549 ] ; 629 ] ;
550 rdfs:subClassOf 630 rdfs:subClassOf
551 [ rdf:type owl:Restriction ; 631 [ rdf:type owl:Restriction ;
...@@ -556,65 +636,75 @@ ILAP:Project ...@@ -556,65 +636,75 @@ ILAP:Project
556 ] ; 636 ] ;
557 rdfs:subClassOf 637 rdfs:subClassOf
558 [ rdf:type owl:Restriction ; 638 [ rdf:type owl:Restriction ;
559 - owl:allValuesFrom BRREG:OilCompany ; 639 + owl:allValuesFrom ILAP:ExternalReference ;
560 - owl:onProperty ILAP:hasProjectResponsible 640 + owl:onProperty ILAP:hasExternalReference
641 + ] ;
642 + rdfs:subClassOf
643 + [ rdf:type owl:Restriction ;
644 + owl:allValuesFrom ILAP:Project ;
645 + owl:onProperty ILAP:hasProjectSubproject
561 ] . 646 ] .
562 647
563 ILAP:ProjectEffectiveness 648 ILAP:ProjectEffectiveness
564 rdf:type owl:Class ; 649 rdf:type owl:Class ;
565 - rdfs:label "Project effectiveness"^^xsd:string ; 650 + rdfs:label "Project Effectiveness"^^xsd:string ;
566 rdfs:subClassOf ILAP:Value . 651 rdfs:subClassOf ILAP:Value .
567 652
568 ILAP:ProjectEfficiency 653 ILAP:ProjectEfficiency
569 rdf:type owl:Class ; 654 rdf:type owl:Class ;
570 - rdfs:label "Project efficiency"^^xsd:string ; 655 + rdfs:label "Project Efficiency"^^xsd:string ;
571 rdfs:subClassOf ILAP:Value . 656 rdfs:subClassOf ILAP:Value .
572 657
573 ILAP:ProjectExecutionPlan 658 ILAP:ProjectExecutionPlan
574 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 659 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
575 - rdfs:label "Planned Activity network"^^xsd:string ; 660 + rdfs:label "Planned Activity Network"^^xsd:string ;
576 rdfs:subClassOf ILAP:Network ; 661 rdfs:subClassOf ILAP:Network ;
577 rdfs:subClassOf 662 rdfs:subClassOf
578 [ rdf:type owl:Restriction ; 663 [ rdf:type owl:Restriction ;
664 + owl:onProperty ILAP:hasPlanGeoArea ;
665 + owl:someValuesFrom ILAP:PlanGeoArea
666 + ] ;
667 + rdfs:subClassOf
668 + [ rdf:type owl:Restriction ;
579 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 669 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
580 - owl:onProperty ILAP:hasPlanSubplan 670 + owl:onProperty ILAP:hasPlanRollUpPlan
581 ] ; 671 ] ;
582 rdfs:subClassOf 672 rdfs:subClassOf
583 [ rdf:type owl:Restriction ; 673 [ rdf:type owl:Restriction ;
584 - owl:onProperty ILAP:hasPlanContentType ; 674 + owl:onProperty ILAP:hasPlanLevel ;
585 - owl:someValuesFrom ILAP:PlanContentType 675 + owl:someValuesFrom ILAP:PlanLevel
586 ] ; 676 ] ;
587 rdfs:subClassOf 677 rdfs:subClassOf
588 [ rdf:type owl:Restriction ; 678 [ rdf:type owl:Restriction ;
589 - owl:allValuesFrom ILAP:PlanContractType ; 679 + owl:maxQualifiedCardinality
590 - owl:onProperty ILAP:hasPlanContractType 680 + "1"^^xsd:nonNegativeInteger ;
681 + owl:onClass ILAP:Project ;
682 + owl:onProperty ILAP:hasPlanProject
591 ] ; 683 ] ;
592 rdfs:subClassOf 684 rdfs:subClassOf
593 [ rdf:type owl:Restriction ; 685 [ rdf:type owl:Restriction ;
594 - owl:allValuesFrom BRREG:LegalEntity ; 686 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
595 - owl:onProperty ILAP:hasPlanResponsible 687 + owl:onProperty ILAP:hasPlanLifecycleStage
596 ] ; 688 ] ;
597 rdfs:subClassOf 689 rdfs:subClassOf
598 [ rdf:type owl:Restriction ; 690 [ rdf:type owl:Restriction ;
599 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 691 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
600 - owl:onProperty ILAP:hasPlanRollUpPlan 692 + owl:onProperty ILAP:hasPlanSubplan
601 ] ; 693 ] ;
602 rdfs:subClassOf 694 rdfs:subClassOf
603 [ rdf:type owl:Restriction ; 695 [ rdf:type owl:Restriction ;
604 - owl:onProperty ILAP:hasPlanProjectType ; 696 + owl:onProperty ILAP:hasPlanContentType ;
605 - owl:someValuesFrom ILAP:PlanProjectType 697 + owl:someValuesFrom ILAP:PlanContentType
606 ] ; 698 ] ;
607 rdfs:subClassOf 699 rdfs:subClassOf
608 [ rdf:type owl:Restriction ; 700 [ rdf:type owl:Restriction ;
609 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 701 + owl:allValuesFrom ILAP:PlanContractType ;
610 - owl:onProperty ILAP:hasPlanAsset 702 + owl:onProperty ILAP:hasPlanContractType
611 ] ; 703 ] ;
612 rdfs:subClassOf 704 rdfs:subClassOf
613 [ rdf:type owl:Restriction ; 705 [ rdf:type owl:Restriction ;
614 - owl:maxQualifiedCardinality 706 + owl:onProperty ILAP:hasPlanProjectType ;
615 - "1"^^xsd:nonNegativeInteger ; 707 + owl:someValuesFrom ILAP:PlanProjectType
616 - owl:onClass ILAP:Project ;
617 - owl:onProperty ILAP:hasPlanProject
618 ] ; 708 ] ;
619 rdfs:subClassOf 709 rdfs:subClassOf
620 [ rdf:type owl:Restriction ; 710 [ rdf:type owl:Restriction ;
...@@ -625,18 +715,13 @@ ILAP:ProjectExecutionPlan ...@@ -625,18 +715,13 @@ ILAP:ProjectExecutionPlan
625 ] ; 715 ] ;
626 rdfs:subClassOf 716 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 717 [ rdf:type owl:Restriction ;
628 - owl:onProperty ILAP:hasPlanLevel ; 718 + owl:allValuesFrom BRREG:LegalEntity ;
629 - owl:someValuesFrom ILAP:PlanLevel 719 + owl:onProperty ILAP:hasPlanResponsible
630 - ] ;
631 - rdfs:subClassOf
632 - [ rdf:type owl:Restriction ;
633 - owl:onProperty ILAP:hasPlanGeoArea ;
634 - owl:someValuesFrom ILAP:PlanGeoArea
635 ] ; 720 ] ;
636 rdfs:subClassOf 721 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 722 [ rdf:type owl:Restriction ;
638 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 723 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
639 - owl:onProperty ILAP:hasPlanLifecycleStage 724 + owl:onProperty ILAP:hasPlanAsset
640 ] ; 725 ] ;
641 rdfs:subClassOf 726 rdfs:subClassOf
642 [ rdf:type owl:Restriction ; 727 [ rdf:type owl:Restriction ;
...@@ -646,18 +731,18 @@ ILAP:ProjectExecutionPlan ...@@ -646,18 +731,18 @@ ILAP:ProjectExecutionPlan
646 731
647 ILAP:ProjectMilestone 732 ILAP:ProjectMilestone
648 rdf:type owl:Class ; 733 rdf:type owl:Class ;
649 - rdfs:label "Project milestone"^^xsd:string ; 734 + rdfs:label "Project Milestone"^^xsd:string ;
650 rdfs:subClassOf ILAP:MilestoneType . 735 rdfs:subClassOf ILAP:MilestoneType .
651 736
652 ILAP:ProjectPhase 737 ILAP:ProjectPhase
653 rdf:type owl:Class ; 738 rdf:type owl:Class ;
654 - rdfs:label "Project phase"^^xsd:string ; 739 + rdfs:label "Project Phase"^^xsd:string ;
655 rdfs:subClassOf ILAP:Phase . 740 rdfs:subClassOf ILAP:Phase .
656 741
657 ILAP:Regular8To16WorkingDayCalendar 742 ILAP:Regular8To16WorkingDayCalendar
658 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 743 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
659 - rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 744 + rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
660 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 745 + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
661 746
662 ILAP:Regulator 747 ILAP:Regulator
663 rdf:type owl:Class ; 748 rdf:type owl:Class ;
...@@ -665,42 +750,42 @@ ILAP:Regulator ...@@ -665,42 +750,42 @@ ILAP:Regulator
665 rdfs:subClassOf ILAP:ResponsibleOrganization . 750 rdfs:subClassOf ILAP:ResponsibleOrganization .
666 751
667 ILAP:Resource 752 ILAP:Resource
668 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 753 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
669 rdfs:label "Resource"^^xsd:string ; 754 rdfs:label "Resource"^^xsd:string ;
670 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 755 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
671 756
672 ILAP:ResourceEstimate 757 ILAP:ResourceEstimate
673 rdf:type owl:Class ; 758 rdf:type owl:Class ;
674 - rdfs:label "Resource estimate"^^xsd:string ; 759 + rdfs:label "Resource Estimate"^^xsd:string ;
675 rdfs:subClassOf ILAP:ResourceStructure . 760 rdfs:subClassOf ILAP:ResourceStructure .
676 761
677 ILAP:ResourceProfile 762 ILAP:ResourceProfile
678 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 763 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
679 - rdfs:label "Resource profile"^^xsd:string ; 764 + rdfs:label "Resource Profile"^^xsd:string ;
680 rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 765 rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
681 766
682 ILAP:ResourceProfilePoint 767 ILAP:ResourceProfilePoint
683 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 768 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
684 - rdfs:label "resource Profile point"^^xsd:string ; 769 + rdfs:label "resource Profile Point"^^xsd:string ;
685 rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 770 rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
686 771
687 ILAP:ResourceStructure 772 ILAP:ResourceStructure
688 rdf:type owl:Class ; 773 rdf:type owl:Class ;
689 - rdfs:label "Resource structure"^^xsd:string ; 774 + rdfs:label "Resource Structure"^^xsd:string ;
690 rdfs:subClassOf ILAP:Network . 775 rdfs:subClassOf ILAP:Network .
691 776
692 ILAP:ResponsibleOrganization 777 ILAP:ResponsibleOrganization
693 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 778 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
694 - rdfs:label "Responsible organization"^^xsd:string ; 779 + rdfs:label "Responsible Organization"^^xsd:string ;
695 rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 780 rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
696 781
697 ILAP:ResponsiblePerson 782 ILAP:ResponsiblePerson
698 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 783 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
699 - rdfs:label "Responsible"^^xsd:string ; 784 + rdfs:label "Responsible Person"^^xsd:string ;
700 rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 785 rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
701 786
702 ILAP:Result 787 ILAP:Result
703 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 788 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
704 rdfs:label "Result"^^xsd:string ; 789 rdfs:label "Result"^^xsd:string ;
705 rdfs:subClassOf owl:Thing . 790 rdfs:subClassOf owl:Thing .
706 791
...@@ -716,13 +801,13 @@ ILAP:Risk ...@@ -716,13 +801,13 @@ ILAP:Risk
716 801
717 ILAP:RiskType 802 ILAP:RiskType
718 rdf:type owl:Class ; 803 rdf:type owl:Class ;
719 - rdfs:label "Risk type"^^xsd:string ; 804 + rdfs:label "Risk Type"^^xsd:string ;
720 rdfs:subClassOf owl:Thing . 805 rdfs:subClassOf owl:Thing .
721 806
722 ILAP:Schedule 807 ILAP:Schedule
723 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 808 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
724 rdfs:label "Scheduled Activity Network"^^xsd:string ; 809 rdfs:label "Scheduled Activity Network"^^xsd:string ;
725 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 810 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
726 rdfs:subClassOf 811 rdfs:subClassOf
727 [ rdf:type owl:Restriction ; 812 [ rdf:type owl:Restriction ;
728 owl:maxQualifiedCardinality 813 owl:maxQualifiedCardinality
...@@ -732,22 +817,22 @@ ILAP:Schedule ...@@ -732,22 +817,22 @@ ILAP:Schedule
732 ] . 817 ] .
733 818
734 ILAP:ScheduledActivity 819 ILAP:ScheduledActivity
735 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 820 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
736 rdfs:label "Activity in Network Schedule"^^xsd:string ; 821 rdfs:label "Activity in Network Schedule"^^xsd:string ;
737 rdfs:subClassOf ILAP:PlannedActivity ; 822 rdfs:subClassOf ILAP:PlannedActivity ;
738 rdfs:subClassOf 823 rdfs:subClassOf
739 [ rdf:type owl:Restriction ; 824 [ rdf:type owl:Restriction ;
740 owl:maxQualifiedCardinality 825 owl:maxQualifiedCardinality
741 "1"^^xsd:nonNegativeInteger ; 826 "1"^^xsd:nonNegativeInteger ;
742 - owl:onClass ILAP:Schedule ; 827 + owl:onClass ILAP:PlannedActivity ;
743 - owl:onProperty ILAP:hasActivitySchedule 828 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
744 ] ; 829 ] ;
745 rdfs:subClassOf 830 rdfs:subClassOf
746 [ rdf:type owl:Restriction ; 831 [ rdf:type owl:Restriction ;
747 owl:maxQualifiedCardinality 832 owl:maxQualifiedCardinality
748 "1"^^xsd:nonNegativeInteger ; 833 "1"^^xsd:nonNegativeInteger ;
749 - owl:onClass ILAP:PlannedActivity ; 834 + owl:onClass ILAP:Schedule ;
750 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 835 + owl:onProperty ILAP:hasActivitySchedule
751 ] . 836 ] .
752 837
753 ILAP:ScheduledMilestone 838 ILAP:ScheduledMilestone
...@@ -762,78 +847,78 @@ ILAP:Shutdown ...@@ -762,78 +847,78 @@ ILAP:Shutdown
762 847
763 ILAP:ShutdownPhase 848 ILAP:ShutdownPhase
764 rdf:type owl:Class ; 849 rdf:type owl:Class ;
765 - rdfs:label "Shutdown phase"^^xsd:string ; 850 + rdfs:label "Shutdown Phase"^^xsd:string ;
766 rdfs:subClassOf owl:Thing . 851 rdfs:subClassOf owl:Thing .
767 852
768 ILAP:ShutdownType 853 ILAP:ShutdownType
769 rdf:type owl:Class ; 854 rdf:type owl:Class ;
770 - rdfs:label "Shutdown type"^^xsd:string ; 855 + rdfs:label "Shutdown Type"^^xsd:string ;
771 rdfs:subClassOf owl:Thing . 856 rdfs:subClassOf owl:Thing .
772 857
773 ILAP:Source 858 ILAP:Source
774 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 859 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
775 rdfs:label "Source"^^xsd:string ; 860 rdfs:label "Source"^^xsd:string ;
776 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 861 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
777 862
778 ILAP:StartMilestone 863 ILAP:StartMilestone
779 rdf:type owl:Class ; 864 rdf:type owl:Class ;
780 - rdfs:label "Start milestone"^^xsd:string ; 865 + rdfs:label "Start Milestone"^^xsd:string ;
781 rdfs:subClassOf ILAP:MilestoneType . 866 rdfs:subClassOf ILAP:MilestoneType .
782 867
783 ILAP:StartToFinish 868 ILAP:StartToFinish
784 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 869 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
785 - rdfs:label "Start to finish"^^xsd:string ; 870 + rdfs:label "Start to Finish"^^xsd:string ;
786 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 871 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
787 872
788 ILAP:StartToStart 873 ILAP:StartToStart
789 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 874 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
790 - rdfs:label "Start to start"^^xsd:string ; 875 + rdfs:label "Start to Start"^^xsd:string ;
791 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 876 rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
792 877
793 ILAP:Status 878 ILAP:Status
794 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 879 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
795 rdfs:label "Status"^^xsd:string ; 880 rdfs:label "Status"^^xsd:string ;
796 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 881 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
797 882
798 ILAP:TargetSchedule 883 ILAP:TargetSchedule
799 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 884 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
800 - rdfs:label "Target schedule"^^xsd:string ; 885 + rdfs:label "Target Schedule"^^xsd:string ;
801 rdfs:subClassOf ILAP:Schedule . 886 rdfs:subClassOf ILAP:Schedule .
802 887
803 ILAP:TaskMilestone 888 ILAP:TaskMilestone
804 rdf:type owl:Class ; 889 rdf:type owl:Class ;
805 - rdfs:label "Task milestone"^^xsd:string ; 890 + rdfs:label "Task Milestone"^^xsd:string ;
806 rdfs:subClassOf ILAP:MilestoneType . 891 rdfs:subClassOf ILAP:MilestoneType .
807 892
808 ILAP:Timebased 893 ILAP:Timebased
809 rdf:type owl:Class ; 894 rdf:type owl:Class ;
810 - rdfs:label "Timebased"^^xsd:string ; 895 + rdfs:label "Time Based"^^xsd:string ;
811 rdfs:subClassOf ILAP:Resource . 896 rdfs:subClassOf ILAP:Resource .
812 897
813 ILAP:UnitBased 898 ILAP:UnitBased
814 rdf:type owl:Class ; 899 rdf:type owl:Class ;
815 - rdfs:label "Unit based"^^xsd:string ; 900 + rdfs:label "Unit Based"^^xsd:string ;
816 rdfs:subClassOf ILAP:Resource . 901 rdfs:subClassOf ILAP:Resource .
817 902
818 ILAP:Value 903 ILAP:Value
819 rdf:type owl:Class ; 904 rdf:type owl:Class ;
820 rdfs:label "Value"^^xsd:string ; 905 rdfs:label "Value"^^xsd:string ;
821 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 906 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
822 907
823 ILAP:WeekendsFreeCalendar 908 ILAP:WeekendsFreeCalendar
824 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 909 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
825 - rdfs:label "Weekends free calendar"^^xsd:string ; 910 + rdfs:label "Weekends Free Calendar"^^xsd:string ;
826 rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 911 rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
827 912
828 ILAP:WorkOrder 913 ILAP:WorkOrder
829 rdf:type owl:Class ; 914 rdf:type owl:Class ;
830 - rdfs:label "Work order"^^xsd:string ; 915 + rdfs:label "Work Order"^^xsd:string ;
831 rdfs:subClassOf ILAP:WorkTask . 916 rdfs:subClassOf ILAP:WorkTask .
832 917
833 ILAP:WorkTask 918 ILAP:WorkTask
834 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 919 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
835 - rdfs:label "Work task"^^xsd:string ; 920 + rdfs:label "Work Task"^^xsd:string ;
836 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 921 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
837 rdfs:subClassOf 922 rdfs:subClassOf
838 [ rdf:type owl:Restriction ; 923 [ rdf:type owl:Restriction ;
839 owl:onProperty ILAP:hasWorkTaskActivity ; 924 owl:onProperty ILAP:hasWorkTaskActivity ;
...@@ -847,7 +932,7 @@ ILAP:WorkTask ...@@ -847,7 +932,7 @@ ILAP:WorkTask
847 932
848 ILAP:WorkTaskStatus 933 ILAP:WorkTaskStatus
849 rdf:type owl:Class ; 934 rdf:type owl:Class ;
850 - rdfs:label "Work task status"^^xsd:string ; 935 + rdfs:label "Work Task Status"^^xsd:string ;
851 rdfs:subClassOf ILAP:Status . 936 rdfs:subClassOf ILAP:Status .
852 937
853 ILAP:hasActivityActiveStatus 938 ILAP:hasActivityActiveStatus
...@@ -965,7 +1050,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -965,7 +1050,7 @@ ILAP:hasActivityPhysicalPercentComplete
965 rdfs:range xsd:float . 1050 rdfs:range xsd:float .
966 1051
967 ILAP:hasActivityPlan 1052 ILAP:hasActivityPlan
968 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1053 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
969 rdfs:domain ILAP:PlannedActivity ; 1054 rdfs:domain ILAP:PlannedActivity ;
970 rdfs:label "has activity plan"^^xsd:string ; 1055 rdfs:label "has activity plan"^^xsd:string ;
971 rdfs:range ILAP:ProjectExecutionPlan . 1056 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1015,7 +1100,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1015,7 +1100,7 @@ ILAP:hasActivityResponsibleOrganization
1015 rdfs:range ILAP:ResponsibleOrganization . 1100 rdfs:range ILAP:ResponsibleOrganization .
1016 1101
1017 ILAP:hasActivityResponsiblePerson 1102 ILAP:hasActivityResponsiblePerson
1018 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1103 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1019 rdfs:domain ILAP:PlannedActivity ; 1104 rdfs:domain ILAP:PlannedActivity ;
1020 rdfs:label "has activity responsible"^^xsd:string ; 1105 rdfs:label "has activity responsible"^^xsd:string ;
1021 rdfs:range ILAP:ResponsiblePerson . 1106 rdfs:range ILAP:ResponsiblePerson .
...@@ -1050,7 +1135,7 @@ ILAP:hasActivityStatus ...@@ -1050,7 +1135,7 @@ ILAP:hasActivityStatus
1050 rdfs:range ILAP:Status . 1135 rdfs:range ILAP:Status .
1051 1136
1052 ILAP:hasActivitySuccessor 1137 ILAP:hasActivitySuccessor
1053 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1138 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1054 rdfs:domain ILAP:PlannedActivity ; 1139 rdfs:domain ILAP:PlannedActivity ;
1055 rdfs:label "has activity successor"^^xsd:string ; 1140 rdfs:label "has activity successor"^^xsd:string ;
1056 rdfs:range ILAP:ActivityDependency ; 1141 rdfs:range ILAP:ActivityDependency ;
...@@ -1111,7 +1196,7 @@ ILAP:hasCalendarDate ...@@ -1111,7 +1196,7 @@ ILAP:hasCalendarDate
1111 rdfs:label "has calendar date"^^xsd:string . 1196 rdfs:label "has calendar date"^^xsd:string .
1112 1197
1113 ILAP:hasCalendarFreePeriod 1198 ILAP:hasCalendarFreePeriod
1114 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1199 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1115 rdfs:domain ILAP:Calendar ; 1200 rdfs:domain ILAP:Calendar ;
1116 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1201 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1117 rdfs:range ILAP:CalendarFreePeriod . 1202 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1418,7 +1503,7 @@ ILAP:hasPlanRegulator ...@@ -1418,7 +1503,7 @@ ILAP:hasPlanRegulator
1418 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1503 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1419 1504
1420 ILAP:hasPlanResponsible 1505 ILAP:hasPlanResponsible
1421 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1506 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1422 rdfs:domain ILAP:ProjectExecutionPlan ; 1507 rdfs:domain ILAP:ProjectExecutionPlan ;
1423 rdfs:label "has plan responsible"^^xsd:string ; 1508 rdfs:label "has plan responsible"^^xsd:string ;
1424 rdfs:range ILAP:ResponsibleOrganization . 1509 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1549,7 +1634,7 @@ ILAP:hasRiskCriticality ...@@ -1549,7 +1634,7 @@ ILAP:hasRiskCriticality
1549 rdf:type owl:ObjectProperty ; 1634 rdf:type owl:ObjectProperty ;
1550 rdfs:domain ILAP:Risk ; 1635 rdfs:domain ILAP:Risk ;
1551 rdfs:label "has risk criticality"^^xsd:string ; 1636 rdfs:label "has risk criticality"^^xsd:string ;
1552 - rdfs:range ILAP:DegreeOfCriticality . 1637 + rdfs:range ILAP:Criticality .
1553 1638
1554 ILAP:hasRiskType 1639 ILAP:hasRiskType
1555 rdf:type owl:ObjectProperty ; 1640 rdf:type owl:ObjectProperty ;
...@@ -1604,7 +1689,7 @@ ILAP:hasShutdownPriority ...@@ -1604,7 +1689,7 @@ ILAP:hasShutdownPriority
1604 rdf:type owl:ObjectProperty ; 1689 rdf:type owl:ObjectProperty ;
1605 rdfs:domain ILAP:Shutdown ; 1690 rdfs:domain ILAP:Shutdown ;
1606 rdfs:label "has Shutdown Priority"^^xsd:string ; 1691 rdfs:label "has Shutdown Priority"^^xsd:string ;
1607 - rdfs:range ILAP:DegreeOfPriority . 1692 + rdfs:range ILAP:Priority .
1608 1693
1609 ILAP:hasShutdownType 1694 ILAP:hasShutdownType
1610 rdf:type owl:ObjectProperty ; 1695 rdf:type owl:ObjectProperty ;
...@@ -1619,7 +1704,7 @@ ILAP:hasSourceApplicaton ...@@ -1619,7 +1704,7 @@ ILAP:hasSourceApplicaton
1619 rdfs:range ILAP:Application . 1704 rdfs:range ILAP:Application .
1620 1705
1621 ILAP:hasSuccessorActivity 1706 ILAP:hasSuccessorActivity
1622 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1707 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1623 rdfs:domain ILAP:ActivityDependency ; 1708 rdfs:domain ILAP:ActivityDependency ;
1624 rdfs:label "has successor activity "^^xsd:string ; 1709 rdfs:label "has successor activity "^^xsd:string ;
1625 rdfs:range ILAP:PlannedActivity ; 1710 rdfs:range ILAP:PlannedActivity ;
...@@ -1647,7 +1732,7 @@ ILAP:hasTimeNow ...@@ -1647,7 +1732,7 @@ ILAP:hasTimeNow
1647 rdf:type owl:DatatypeProperty ; 1732 rdf:type owl:DatatypeProperty ;
1648 rdfs:domain ILAP:Schedule ; 1733 rdfs:domain ILAP:Schedule ;
1649 rdfs:label "has time now"^^xsd:string ; 1734 rdfs:label "has time now"^^xsd:string ;
1650 - rdfs:range xsd:dateTime , xsd:date . 1735 + rdfs:range xsd:date , xsd:dateTime .
1651 1736
1652 ILAP:hasWBScomponent 1737 ILAP:hasWBScomponent
1653 rdf:type owl:ObjectProperty ; 1738 rdf:type owl:ObjectProperty ;
...@@ -1682,7 +1767,7 @@ ILAP:hasWorkTaskPriority ...@@ -1682,7 +1767,7 @@ ILAP:hasWorkTaskPriority
1682 rdf:type owl:ObjectProperty ; 1767 rdf:type owl:ObjectProperty ;
1683 rdfs:domain ILAP:WorkTask ; 1768 rdfs:domain ILAP:WorkTask ;
1684 rdfs:label "has Work Task Priority"^^xsd:string ; 1769 rdfs:label "has Work Task Priority"^^xsd:string ;
1685 - rdfs:range ILAP:DegreeOfPriority . 1770 + rdfs:range ILAP:Priority .
1686 1771
1687 ILAP:hasWorkTaskResponsible 1772 ILAP:hasWorkTaskResponsible
1688 rdf:type owl:ObjectProperty ; 1773 rdf:type owl:ObjectProperty ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 : rdf:type owl:Ontology ; 17 : rdf:type owl:Ontology ;
18 - owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 18 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -137,33 +137,9 @@ ILAP:Country ...@@ -137,33 +137,9 @@ ILAP:Country
137 rdf:type ILAP:PlanGeoArea ; 137 rdf:type ILAP:PlanGeoArea ;
138 rdfs:label "Country"^^xsd:string . 138 rdfs:label "Country"^^xsd:string .
139 139
140 -ILAP:DG1 140 +ILAP:DEES
141 - rdf:type ILAP:DecisionGate ; 141 + rdf:type ILAP:Application ;
142 - rdfs:label "DG1"^^xsd:string . 142 + rdfs:label "DEES"^^xsd:string .
143 -
144 -ILAP:DG2
145 - rdf:type ILAP:DecisionGate ;
146 - rdfs:label "DG2"^^xsd:string .
147 -
148 -ILAP:DG3
149 - rdf:type ILAP:DecisionGate ;
150 - rdfs:label "DG3"^^xsd:string .
151 -
152 -ILAP:DG4
153 - rdf:type ILAP:DecisionGate ;
154 - rdfs:label "DG4"^^xsd:string .
155 -
156 -ILAP:DG5
157 - rdf:type ILAP:DecisionGate ;
158 - rdfs:label "DG5"^^xsd:string .
159 -
160 -ILAP:DG6
161 - rdf:type ILAP:DecisionGate ;
162 - rdfs:label "DG6"^^xsd:string .
163 -
164 -ILAP:DG7
165 - rdf:type ILAP:DecisionGate ;
166 - rdfs:label "DG7"^^xsd:string .
167 143
168 ILAP:DependentOnShutdown 144 ILAP:DependentOnShutdown
169 rdf:type ILAP:ShutdownType ; 145 rdf:type ILAP:ShutdownType ;
...@@ -171,7 +147,7 @@ ILAP:DependentOnShutdown ...@@ -171,7 +147,7 @@ ILAP:DependentOnShutdown
171 147
172 ILAP:Development 148 ILAP:Development
173 rdf:type ILAP:PlanLifecycleStage ; 149 rdf:type ILAP:PlanLifecycleStage ;
174 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 150 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
175 151
176 ILAP:DisasterRecovery 152 ILAP:DisasterRecovery
177 rdf:type ILAP:PlanObjectiveType ; 153 rdf:type ILAP:PlanObjectiveType ;
...@@ -198,13 +174,21 @@ ILAP:DuringNormalOperation ...@@ -198,13 +174,21 @@ ILAP:DuringNormalOperation
198 rdfs:label "During Normal Operation"^^xsd:string . 174 rdfs:label "During Normal Operation"^^xsd:string .
199 175
200 ILAP:DuringShutdown 176 ILAP:DuringShutdown
201 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 177 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
202 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 178 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
179 +
180 +ILAP:EIS
181 + rdf:type ILAP:Application ;
182 + rdfs:label "EIS"^^xsd:string .
203 183
204 ILAP:EquipmentShutdown 184 ILAP:EquipmentShutdown
205 rdf:type ILAP:ShutdownType ; 185 rdf:type ILAP:ShutdownType ;
206 rdfs:label "Equipment Shutdown"^^xsd:string . 186 rdfs:label "Equipment Shutdown"^^xsd:string .
207 187
188 +ILAP:Excel
189 + rdf:type ILAP:Application ;
190 + rdfs:label "Excel"^^xsd:string .
191 +
208 ILAP:Exploration 192 ILAP:Exploration
209 rdf:type ILAP:PlanLifecycleStage ; 193 rdf:type ILAP:PlanLifecycleStage ;
210 rdfs:label "Exploration"^^xsd:string . 194 rdfs:label "Exploration"^^xsd:string .
...@@ -229,6 +213,10 @@ ILAP:FieldStudy ...@@ -229,6 +213,10 @@ ILAP:FieldStudy
229 rdf:type ILAP:PlanProjectType ; 213 rdf:type ILAP:PlanProjectType ;
230 rdfs:label "Field study"^^xsd:string . 214 rdfs:label "Field study"^^xsd:string .
231 215
216 +ILAP:FourD_E_and_I
217 + rdf:type ILAP:Application ;
218 + rdfs:label "4D E&I"^^xsd:string .
219 +
232 ILAP:FrameAgreement 220 ILAP:FrameAgreement
233 rdf:type owl:Class ; 221 rdf:type owl:Class ;
234 rdfs:label "Frame agreement"^^xsd:string ; 222 rdfs:label "Frame agreement"^^xsd:string ;
...@@ -294,18 +282,21 @@ ILAP:HighActivityPeriod ...@@ -294,18 +282,21 @@ ILAP:HighActivityPeriod
294 rdfs:label "High activity period"^^xsd:string . 282 rdfs:label "High activity period"^^xsd:string .
295 283
296 ILAP:HighCriticality 284 ILAP:HighCriticality
297 - rdf:type ILAP:DegreeOfCriticality ; 285 + rdf:type ILAP:Criticality ;
298 rdfs:label "High criticality"^^xsd:string . 286 rdfs:label "High criticality"^^xsd:string .
299 287
300 ILAP:HighPriority 288 ILAP:HighPriority
301 - rdf:type ILAP:DegreeOfPriority ; 289 + rdf:type ILAP:Priority .
302 - rdfs:label "High priority"^^xsd:string .
303 290
304 ILAP:HotWork 291 ILAP:HotWork
305 rdf:type owl:Class ; 292 rdf:type owl:Class ;
306 rdfs:label "Hot work"^^xsd:string ; 293 rdfs:label "Hot work"^^xsd:string ;
307 rdfs:subClassOf ILAP:RiskType . 294 rdfs:subClassOf ILAP:RiskType .
308 295
296 +ILAP:IFS
297 + rdf:type ILAP:Application ;
298 + rdfs:label "IFS"^^xsd:string .
299 +
309 ILAP:IncentiveContract 300 ILAP:IncentiveContract
310 rdf:type owl:Class ; 301 rdf:type owl:Class ;
311 rdfs:label "Incentive contract"^^xsd:string ; 302 rdfs:label "Incentive contract"^^xsd:string ;
...@@ -370,18 +361,21 @@ ILAP:LivingQuarterShutdown ...@@ -370,18 +361,21 @@ ILAP:LivingQuarterShutdown
370 rdfs:label "Living Quarter Shutdown"^^xsd:string . 361 rdfs:label "Living Quarter Shutdown"^^xsd:string .
371 362
372 ILAP:LowCriticality 363 ILAP:LowCriticality
373 - rdf:type ILAP:DegreeOfCriticality ; 364 + rdf:type ILAP:Criticality ;
374 rdfs:label "Low criticality"^^xsd:string . 365 rdfs:label "Low criticality"^^xsd:string .
375 366
376 ILAP:LowPriority 367 ILAP:LowPriority
377 - rdf:type ILAP:DegreeOfPriority ; 368 + rdf:type ILAP:Priority .
378 - rdfs:label "Low priority"^^xsd:string .
379 369
380 ILAP:LumpSumContract 370 ILAP:LumpSumContract
381 rdf:type owl:Class ; 371 rdf:type owl:Class ;
382 rdfs:label "Lump sum contract"^^xsd:string ; 372 rdfs:label "Lump sum contract"^^xsd:string ;
383 rdfs:subClassOf ILAP:Contract . 373 rdfs:subClassOf ILAP:Contract .
384 374
375 +ILAP:MS_Project
376 + rdf:type ILAP:Application ;
377 + rdfs:label "MS Project"^^xsd:string .
378 +
385 ILAP:Maintenance 379 ILAP:Maintenance
386 rdf:type ILAP:PlanLifecycleStage ; 380 rdf:type ILAP:PlanLifecycleStage ;
387 rdfs:label "Maintenance"^^xsd:string . 381 rdfs:label "Maintenance"^^xsd:string .
...@@ -449,12 +443,11 @@ ILAP:NonScheduledShutdown ...@@ -449,12 +443,11 @@ ILAP:NonScheduledShutdown
449 rdfs:label "Non-Scheduled Shutdown"^^xsd:string . 443 rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
450 444
451 ILAP:NormalCriticality 445 ILAP:NormalCriticality
452 - rdf:type ILAP:DegreeOfCriticality ; 446 + rdf:type ILAP:Criticality ;
453 rdfs:label "Normal criticality"^^xsd:string . 447 rdfs:label "Normal criticality"^^xsd:string .
454 448
455 ILAP:NormalPriority 449 ILAP:NormalPriority
456 - rdf:type ILAP:DegreeOfPriority ; 450 + rdf:type ILAP:Priority .
457 - rdfs:label "Normal priority"^^xsd:string .
458 451
459 ILAP:OPEX 452 ILAP:OPEX
460 rdf:type ILAP:PlanExpenseType ; 453 rdf:type ILAP:PlanExpenseType ;
...@@ -472,6 +465,10 @@ ILAP:OperationAndMaintenance ...@@ -472,6 +465,10 @@ ILAP:OperationAndMaintenance
472 rdf:type ILAP:PlanProjectType ; 465 rdf:type ILAP:PlanProjectType ;
473 rdfs:label "Operation and maintenance"^^xsd:string . 466 rdfs:label "Operation and maintenance"^^xsd:string .
474 467
468 +ILAP:Pacs
469 + rdf:type ILAP:Application ;
470 + rdfs:label "Pacs"^^xsd:string .
471 +
475 ILAP:Pending 472 ILAP:Pending
476 rdf:type ILAP:Status ; 473 rdf:type ILAP:Status ;
477 rdfs:label "Pending"^^xsd:string . 474 rdfs:label "Pending"^^xsd:string .
...@@ -488,6 +485,14 @@ ILAP:Primavera ...@@ -488,6 +485,14 @@ ILAP:Primavera
488 rdf:type ILAP:Application ; 485 rdf:type ILAP:Application ;
489 rdfs:label "Primavera"^^xsd:string . 486 rdfs:label "Primavera"^^xsd:string .
490 487
488 +ILAP:ProArc
489 + rdf:type ILAP:Application ;
490 + rdfs:label "Pro arc"^^xsd:string .
491 +
492 +ILAP:Procosys
493 + rdf:type ILAP:Application ;
494 + rdfs:label "Procosys"^^xsd:string .
495 +
491 ILAP:ProductionShutdown 496 ILAP:ProductionShutdown
492 rdf:type ILAP:ShutdownType ; 497 rdf:type ILAP:ShutdownType ;
493 rdfs:label "Production Shutdown"^^xsd:string . 498 rdfs:label "Production Shutdown"^^xsd:string .
...@@ -592,11 +597,15 @@ ILAP:ShutdownNotEvaluated ...@@ -592,11 +597,15 @@ ILAP:ShutdownNotEvaluated
592 rdf:type ILAP:ShutdownType ; 597 rdf:type ILAP:ShutdownType ;
593 rdfs:label "Shutdown not evaluated"^^xsd:string . 598 rdfs:label "Shutdown not evaluated"^^xsd:string .
594 599
600 +ILAP:Smartplant_Foundation
601 + rdf:type ILAP:Application ;
602 + rdfs:label "Smartplant Foundation"^^xsd:string .
603 +
595 ILAP:StandardFreeWeekendPeriod 604 ILAP:StandardFreeWeekendPeriod
596 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
597 rdfs:label "Standard free weekend period"^^xsd:string ; 606 rdfs:label "Standard free weekend period"^^xsd:string ;
598 ILAP:hasCalendarPeriodFreeDay 607 ILAP:hasCalendarPeriodFreeDay
599 - ILAP:Sunday , ILAP:Saturday . 608 + ILAP:Saturday , ILAP:Sunday .
600 609
601 ILAP:StandardWorkWeekdayPeriod 610 ILAP:StandardWorkWeekdayPeriod
602 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -679,6 +688,10 @@ ILAP:Wellbore ...@@ -679,6 +688,10 @@ ILAP:Wellbore
679 rdf:type ILAP:PlanGeoArea ; 688 rdf:type ILAP:PlanGeoArea ;
680 rdfs:label "Wellbore"^^xsd:string . 689 rdfs:label "Wellbore"^^xsd:string .
681 690
691 +ILAP:WinFab
692 + rdf:type ILAP:Application ;
693 + rdfs:label "Win fab"^^xsd:string .
694 +
682 ILAP:hasActivityBaselineSchedule 695 ILAP:hasActivityBaselineSchedule
683 rdfs:range ILAP:Schedule . 696 rdfs:range ILAP:Schedule .
684 697
...@@ -755,10 +768,10 @@ ILAP:hasWorkTaskResponsible ...@@ -755,10 +768,10 @@ ILAP:hasWorkTaskResponsible
755 rdfs:range ILAP:ResponsiblePerson . 768 rdfs:range ILAP:ResponsiblePerson .
756 769
757 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
758 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 771 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
759 772
760 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
761 - rdfs:subClassOf ILAP:Result , ILAP:Asset . 774 + rdfs:subClassOf ILAP:Asset , ILAP:Result .
762 775
763 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 776 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
764 rdfs:subClassOf ILAP:Phase . 777 rdfs:subClassOf ILAP:Phase .
...@@ -768,63 +781,63 @@ USERFIELDS:UserField ...@@ -768,63 +781,63 @@ USERFIELDS:UserField
768 [ rdf:type owl:Restriction ; 781 [ rdf:type owl:Restriction ;
769 owl:maxQualifiedCardinality 782 owl:maxQualifiedCardinality
770 "1"^^xsd:nonNegativeInteger ; 783 "1"^^xsd:nonNegativeInteger ;
771 - owl:onClass ILAP:Discipline ; 784 + owl:onClass ILAP:ShutdownType ;
772 - owl:onProperty USERFIELDS:hasDiscipline 785 + owl:onProperty USERFIELDS:hasShutdownType
773 ] ; 786 ] ;
774 rdfs:subClassOf 787 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
776 owl:maxQualifiedCardinality 789 owl:maxQualifiedCardinality
777 "1"^^xsd:nonNegativeInteger ; 790 "1"^^xsd:nonNegativeInteger ;
778 - owl:onClass ILAP:MilestoneType ; 791 + owl:onClass ILAP:Result ;
779 - owl:onProperty USERFIELDS:hasMilestone 792 + owl:onProperty USERFIELDS:hasProduct
780 ] ; 793 ] ;
781 rdfs:subClassOf 794 rdfs:subClassOf
782 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
783 owl:maxQualifiedCardinality 796 owl:maxQualifiedCardinality
784 "1"^^xsd:nonNegativeInteger ; 797 "1"^^xsd:nonNegativeInteger ;
785 - owl:onClass ILAP:Contractor ; 798 + owl:onClass ILAP:Phase ;
786 - owl:onProperty USERFIELDS:hasContractor 799 + owl:onProperty USERFIELDS:hasProjectPhase
787 ] ; 800 ] ;
788 rdfs:subClassOf 801 rdfs:subClassOf
789 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
790 owl:maxQualifiedCardinality 803 owl:maxQualifiedCardinality
791 "1"^^xsd:nonNegativeInteger ; 804 "1"^^xsd:nonNegativeInteger ;
792 - owl:onClass ILAP:Facility ; 805 + owl:onClass ILAP:Discipline ;
793 - owl:onProperty USERFIELDS:hasFacility 806 + owl:onProperty USERFIELDS:hasCategory
794 ] ; 807 ] ;
795 rdfs:subClassOf 808 rdfs:subClassOf
796 [ rdf:type owl:Restriction ; 809 [ rdf:type owl:Restriction ;
797 owl:maxQualifiedCardinality 810 owl:maxQualifiedCardinality
798 "1"^^xsd:nonNegativeInteger ; 811 "1"^^xsd:nonNegativeInteger ;
799 - owl:onClass ILAP:Discipline ; 812 + owl:onClass ILAP:Facility ;
800 - owl:onProperty USERFIELDS:hasCategory 813 + owl:onProperty USERFIELDS:hasFacility
801 ] ; 814 ] ;
802 rdfs:subClassOf 815 rdfs:subClassOf
803 [ rdf:type owl:Restriction ; 816 [ rdf:type owl:Restriction ;
804 owl:maxQualifiedCardinality 817 owl:maxQualifiedCardinality
805 "1"^^xsd:nonNegativeInteger ; 818 "1"^^xsd:nonNegativeInteger ;
806 - owl:onClass ILAP:Phase ; 819 + owl:onClass ILAP:Contractor ;
807 - owl:onProperty USERFIELDS:hasProjectPhase 820 + owl:onProperty USERFIELDS:hasContractor
808 ] ; 821 ] ;
809 rdfs:subClassOf 822 rdfs:subClassOf
810 [ rdf:type owl:Restriction ; 823 [ rdf:type owl:Restriction ;
811 owl:maxQualifiedCardinality 824 owl:maxQualifiedCardinality
812 "1"^^xsd:nonNegativeInteger ; 825 "1"^^xsd:nonNegativeInteger ;
813 - owl:onClass ILAP:Result ; 826 + owl:onClass ILAP:MilestoneType ;
814 - owl:onProperty USERFIELDS:hasProduct 827 + owl:onProperty USERFIELDS:hasMilestone
815 ] ; 828 ] ;
816 rdfs:subClassOf 829 rdfs:subClassOf
817 [ rdf:type owl:Restriction ; 830 [ rdf:type owl:Restriction ;
818 owl:maxQualifiedCardinality 831 owl:maxQualifiedCardinality
819 "1"^^xsd:nonNegativeInteger ; 832 "1"^^xsd:nonNegativeInteger ;
820 - owl:onClass ILAP:ShutdownType ; 833 + owl:onClass ILAP:Discipline ;
821 - owl:onProperty USERFIELDS:hasShutdownType 834 + owl:onProperty USERFIELDS:hasDiscipline
822 ] . 835 ] .
823 836
824 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 837 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
825 rdf:type owl:Class ; 838 rdf:type owl:Class ;
826 - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 839 + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ;
827 - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . 840 + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator .
828 841
829 <http://data.posccaesar.org/npd/ontology/productionFacility> 842 <http://data.posccaesar.org/npd/ontology/productionFacility>
830 rdf:type owl:Class ; 843 rdf:type owl:Class ;
...@@ -834,7 +847,7 @@ USERFIELDS:UserField ...@@ -834,7 +847,7 @@ USERFIELDS:UserField
834 rdl:RDS282149 847 rdl:RDS282149
835 rdf:type owl:Class ; 848 rdf:type owl:Class ;
836 rdfs:label "RDS282149"^^xsd:string ; 849 rdfs:label "RDS282149"^^xsd:string ;
837 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 850 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
838 851
839 <http://data.posccaesar.orgnpd/ontology/License> 852 <http://data.posccaesar.orgnpd/ontology/License>
840 rdf:type owl:Class ; 853 rdf:type owl:Class ;
......