Tore Christiansen

Moved individual from UC1 to Planning_Values

...@@ -18,44 +18,44 @@ ILAP: ...@@ -18,44 +18,44 @@ ILAP:
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ILAP:Activity 20 ILAP:Activity
21 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 21 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
22 rdfs:label "Activity"^^xsd:string ; 22 rdfs:label "Activity"^^xsd:string ;
23 rdfs:subClassOf 23 rdfs:subClassOf
24 [ rdf:type owl:Restriction ; 24 [ rdf:type owl:Restriction ;
25 - owl:allValuesFrom ILAP:Discipline ; 25 + owl:allValuesFrom ILAP:Status ;
26 - owl:onProperty ILAP:hasActivityDiscipline 26 + owl:onProperty ILAP:hasActivityStatus
27 ] ; 27 ] ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:allValuesFrom ILAP:Calendar ; 30 + owl:onProperty ILAP:hasExternalReference ;
31 - owl:onProperty ILAP:hasActivityCalendar 31 + owl:someValuesFrom ILAP:ExternalReference
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:onProperty ILAP:hasExternalReference ; 35 + owl:allValuesFrom ILAP:Calendar ;
36 - owl:someValuesFrom ILAP:ExternalReference 36 + owl:onProperty ILAP:hasActivityCalendar
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 - owl:allValuesFrom ILAP:Status ; 40 + owl:allValuesFrom ILAP:Discipline ;
41 - owl:onProperty ILAP:hasActivityStatus 41 + owl:onProperty ILAP:hasActivityDiscipline
42 ] . 42 ] .
43 43
44 ILAP:ActivityDependency 44 ILAP:ActivityDependency
45 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 45 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
46 rdfs:label "Activity Dependency"^^xsd:string ; 46 rdfs:label "Activity Dependency"^^xsd:string ;
47 rdfs:subClassOf ILAP:Constraint ; 47 rdfs:subClassOf ILAP:Constraint ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
51 - owl:onProperty ILAP:hasPredecessorActivity ; 51 + owl:onProperty ILAP:hasSuccessorActivity ;
52 owl:qualifiedCardinality 52 owl:qualifiedCardinality
53 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
54 ] ; 54 ] ;
55 rdfs:subClassOf 55 rdfs:subClassOf
56 [ rdf:type owl:Restriction ; 56 [ rdf:type owl:Restriction ;
57 owl:onClass ILAP:Activity ; 57 owl:onClass ILAP:Activity ;
58 - owl:onProperty ILAP:hasSuccessorActivity ; 58 + owl:onProperty ILAP:hasPredecessorActivity ;
59 owl:qualifiedCardinality 59 owl:qualifiedCardinality
60 "1"^^xsd:nonNegativeInteger 60 "1"^^xsd:nonNegativeInteger
61 ] . 61 ] .
...@@ -83,8 +83,6 @@ ILAP:ActivityInPlan_1 ...@@ -83,8 +83,6 @@ ILAP:ActivityInPlan_1
83 BRREG:NPD ; 83 BRREG:NPD ;
84 ILAP:hasActivityResponsiblePerson 84 ILAP:hasActivityResponsiblePerson
85 POB:RolfHansen ; 85 POB:RolfHansen ;
86 - ILAP:hasActivityShutdown
87 - <http://data.posccaesar.org/Data/UC1/Shutdown_1> ;
88 ILAP:hasActivityStatus 86 ILAP:hasActivityStatus
89 ILAP:Active ; 87 ILAP:Active ;
90 ILAP:hasActivitySupplier 88 ILAP:hasActivitySupplier
...@@ -110,7 +108,7 @@ ILAP:ActivityInPlan_1 ...@@ -110,7 +108,7 @@ ILAP:ActivityInPlan_1
110 "Specific object ID"^^xsd:string . 108 "Specific object ID"^^xsd:string .
111 109
112 ILAP:ActivityPlan 110 ILAP:ActivityPlan
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 111 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
114 rdfs:label "Activity Plan"^^xsd:string ; 112 rdfs:label "Activity Plan"^^xsd:string ;
115 rdfs:subClassOf ILAP:Network ; 113 rdfs:subClassOf ILAP:Network ;
116 rdfs:subClassOf 114 rdfs:subClassOf
...@@ -125,7 +123,7 @@ ILAP:ActivityStatus ...@@ -125,7 +123,7 @@ ILAP:ActivityStatus
125 rdfs:subClassOf ILAP:Status . 123 rdfs:subClassOf ILAP:Status .
126 124
127 ILAP:ActivityWBS 125 ILAP:ActivityWBS
128 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 126 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
129 rdfs:label "Activity WBS"^^xsd:string ; 127 rdfs:label "Activity WBS"^^xsd:string ;
130 rdfs:subClassOf ILAP:Network . 128 rdfs:subClassOf ILAP:Network .
131 129
...@@ -140,15 +138,15 @@ ILAP:After_Shutdown ...@@ -140,15 +138,15 @@ ILAP:After_Shutdown
140 ILAP:Application 138 ILAP:Application
141 rdf:type owl:Class ; 139 rdf:type owl:Class ;
142 rdfs:label "Application"^^xsd:string ; 140 rdfs:label "Application"^^xsd:string ;
143 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 141 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
144 142
145 ILAP:Asset 143 ILAP:Asset
146 rdf:type owl:Class ; 144 rdf:type owl:Class ;
147 rdfs:label "Asset"^^xsd:string ; 145 rdfs:label "Asset"^^xsd:string ;
148 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 146 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
149 147
150 ILAP:Baseline 148 ILAP:Baseline
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 149 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
152 rdfs:label "Baseline"^^xsd:string ; 150 rdfs:label "Baseline"^^xsd:string ;
153 rdfs:subClassOf ILAP:Network . 151 rdfs:subClassOf ILAP:Network .
154 152
...@@ -166,9 +164,9 @@ ILAP:CAPEX ...@@ -166,9 +164,9 @@ ILAP:CAPEX
166 rdfs:label "CAPEX"^^xsd:string . 164 rdfs:label "CAPEX"^^xsd:string .
167 165
168 ILAP:Calendar 166 ILAP:Calendar
169 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 167 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
170 rdfs:label "Calendar"^^xsd:string ; 168 rdfs:label "Calendar"^^xsd:string ;
171 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 169 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
172 rdfs:subClassOf 170 rdfs:subClassOf
173 [ rdf:type owl:Restriction ; 171 [ rdf:type owl:Restriction ;
174 owl:allValuesFrom ILAP:CalendarFreePeriod ; 172 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -176,14 +174,14 @@ ILAP:Calendar ...@@ -176,14 +174,14 @@ ILAP:Calendar
176 ] . 174 ] .
177 175
178 ILAP:CalendarDay 176 ILAP:CalendarDay
179 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 177 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
180 rdfs:label "Calendar day"^^xsd:string ; 178 rdfs:label "Calendar day"^^xsd:string ;
181 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 179 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
182 180
183 ILAP:CalendarFreePeriod 181 ILAP:CalendarFreePeriod
184 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 182 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
185 rdfs:label "Calendar free period"^^xsd:string ; 183 rdfs:label "Calendar free period"^^xsd:string ;
186 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 184 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
187 rdfs:subClassOf 185 rdfs:subClassOf
188 [ rdf:type owl:Restriction ; 186 [ rdf:type owl:Restriction ;
189 owl:onClass ILAP:Calendar ; 187 owl:onClass ILAP:Calendar ;
...@@ -195,28 +193,28 @@ ILAP:CalendarFreePeriod ...@@ -195,28 +193,28 @@ ILAP:CalendarFreePeriod
195 ] . 193 ] .
196 194
197 ILAP:CalendarFreePeriodWeekRepeat 195 ILAP:CalendarFreePeriodWeekRepeat
198 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 196 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
199 rdfs:label "Free day"^^xsd:string ; 197 rdfs:label "Free day"^^xsd:string ;
200 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 198 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
201 199
202 ILAP:CalendarHour 200 ILAP:CalendarHour
203 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 201 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
204 rdfs:label "calendar hour"^^xsd:string ; 202 rdfs:label "calendar hour"^^xsd:string ;
205 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 203 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
206 204
207 ILAP:CalendarPeriod 205 ILAP:CalendarPeriod
208 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 206 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
209 rdfs:label "Calendar period"^^xsd:string ; 207 rdfs:label "Calendar period"^^xsd:string ;
210 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 208 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
211 rdfs:subClassOf 209 rdfs:subClassOf
212 [ rdf:type owl:Restriction ; 210 [ rdf:type owl:Restriction ;
213 - owl:allValuesFrom ILAP:CalendarDay ; 211 + owl:allValuesFrom ILAP:CalendarHour ;
214 - owl:onProperty ILAP:hasCalendarPeriodDay 212 + owl:onProperty ILAP:hasCalendarPeriodHour
215 ] ; 213 ] ;
216 rdfs:subClassOf 214 rdfs:subClassOf
217 [ rdf:type owl:Restriction ; 215 [ rdf:type owl:Restriction ;
218 - owl:allValuesFrom ILAP:CalendarHour ; 216 + owl:allValuesFrom ILAP:CalendarDay ;
219 - owl:onProperty ILAP:hasCalendarPeriodHour 217 + owl:onProperty ILAP:hasCalendarPeriodDay
220 ] . 218 ] .
221 219
222 ILAP:Campaign 220 ILAP:Campaign
...@@ -235,12 +233,12 @@ ILAP:Change_over ...@@ -235,12 +233,12 @@ ILAP:Change_over
235 ILAP:Constraint 233 ILAP:Constraint
236 rdf:type owl:Class ; 234 rdf:type owl:Class ;
237 rdfs:label "Constraint"^^xsd:string ; 235 rdfs:label "Constraint"^^xsd:string ;
238 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 236 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
239 237
240 ILAP:Contract 238 ILAP:Contract
241 rdf:type owl:Class ; 239 rdf:type owl:Class ;
242 rdfs:label "Contract"^^xsd:string ; 240 rdfs:label "Contract"^^xsd:string ;
243 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 241 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
244 242
245 ILAP:ControlSchedule 243 ILAP:ControlSchedule
246 rdf:type owl:Class ; 244 rdf:type owl:Class ;
...@@ -250,7 +248,7 @@ ILAP:ControlSchedule ...@@ -250,7 +248,7 @@ ILAP:ControlSchedule
250 ILAP:Cost 248 ILAP:Cost
251 rdf:type owl:Class ; 249 rdf:type owl:Class ;
252 rdfs:label "Cost"^^xsd:string ; 250 rdfs:label "Cost"^^xsd:string ;
253 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 251 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
254 252
255 ILAP:CostBased 253 ILAP:CostBased
256 rdf:type owl:Class ; 254 rdf:type owl:Class ;
...@@ -258,14 +256,14 @@ ILAP:CostBased ...@@ -258,14 +256,14 @@ ILAP:CostBased
258 rdfs:subClassOf ILAP:Resource . 256 rdfs:subClassOf ILAP:Resource .
259 257
260 ILAP:CurrentSchedule 258 ILAP:CurrentSchedule
261 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 259 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
262 rdfs:label "Current schedule"^^xsd:string ; 260 rdfs:label "Current schedule"^^xsd:string ;
263 rdfs:subClassOf ILAP:Schedule . 261 rdfs:subClassOf ILAP:Schedule .
264 262
265 ILAP:Data 263 ILAP:Data
266 rdf:type owl:Class ; 264 rdf:type owl:Class ;
267 rdfs:label "Data"^^xsd:string ; 265 rdfs:label "Data"^^xsd:string ;
268 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 266 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
269 rdfs:subClassOf 267 rdfs:subClassOf
270 [ rdf:type owl:Restriction ; 268 [ rdf:type owl:Restriction ;
271 owl:onClass ILAP:Project ; 269 owl:onClass ILAP:Project ;
...@@ -294,9 +292,9 @@ ILAP:Dependent_on_Shutdown ...@@ -294,9 +292,9 @@ ILAP:Dependent_on_Shutdown
294 rdfs:label "Dependent on Shutdown"^^xsd:string . 292 rdfs:label "Dependent on Shutdown"^^xsd:string .
295 293
296 ILAP:Discipline 294 ILAP:Discipline
297 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 295 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
298 rdfs:label "Discipline"^^xsd:string ; 296 rdfs:label "Discipline"^^xsd:string ;
299 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . 297 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
300 298
301 ILAP:Drilling_Shutdown 299 ILAP:Drilling_Shutdown
302 rdf:type ILAP:ShutdownContent ; 300 rdf:type ILAP:ShutdownContent ;
...@@ -315,15 +313,13 @@ ILAP:Equipment_Shutdown ...@@ -315,15 +313,13 @@ ILAP:Equipment_Shutdown
315 rdfs:label "Equipment Shutdown"^^xsd:string . 313 rdfs:label "Equipment Shutdown"^^xsd:string .
316 314
317 ILAP:ExternalReference 315 ILAP:ExternalReference
318 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 316 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
319 rdfs:label "External Reference"^^xsd:string ; 317 rdfs:label "External Reference"^^xsd:string ;
320 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 318 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
321 rdfs:subClassOf 319 rdfs:subClassOf
322 [ rdf:type owl:Restriction ; 320 [ rdf:type owl:Restriction ;
323 - owl:onDataRange xsd:string ; 321 + owl:allValuesFrom ILAP:Application ;
324 - owl:onProperty ILAP:hasObjectReferenceID ; 322 + owl:onProperty ILAP:hasReferenceApplication
325 - owl:qualifiedCardinality
326 - "1"^^xsd:nonNegativeInteger
327 ] ; 323 ] ;
328 rdfs:subClassOf 324 rdfs:subClassOf
329 [ rdf:type owl:Restriction ; 325 [ rdf:type owl:Restriction ;
...@@ -332,8 +328,10 @@ ILAP:ExternalReference ...@@ -332,8 +328,10 @@ ILAP:ExternalReference
332 ] ; 328 ] ;
333 rdfs:subClassOf 329 rdfs:subClassOf
334 [ rdf:type owl:Restriction ; 330 [ rdf:type owl:Restriction ;
335 - owl:allValuesFrom ILAP:Application ; 331 + owl:onDataRange xsd:string ;
336 - owl:onProperty ILAP:hasReferenceApplication 332 + owl:onProperty ILAP:hasObjectReferenceID ;
333 + owl:qualifiedCardinality
334 + "1"^^xsd:nonNegativeInteger
337 ] . 335 ] .
338 336
339 ILAP:Facility 337 ILAP:Facility
...@@ -346,14 +344,14 @@ ILAP:Field_Shutdown ...@@ -346,14 +344,14 @@ ILAP:Field_Shutdown
346 rdfs:label "Field Shutdown"^^xsd:string . 344 rdfs:label "Field Shutdown"^^xsd:string .
347 345
348 ILAP:FinishToFinish 346 ILAP:FinishToFinish
349 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 347 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
350 rdfs:label "Finish to finish"^^xsd:string ; 348 rdfs:label "Finish to finish"^^xsd:string ;
351 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 349 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
352 350
353 ILAP:FinishToStart 351 ILAP:FinishToStart
354 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 352 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
355 rdfs:label "Finish to start"^^xsd:string ; 353 rdfs:label "Finish to start"^^xsd:string ;
356 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 354 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
357 355
358 ILAP:FunctionalLocation 356 ILAP:FunctionalLocation
359 rdf:type owl:Class ; 357 rdf:type owl:Class ;
...@@ -404,7 +402,7 @@ ILAP:IndependentOfOperation ...@@ -404,7 +402,7 @@ ILAP:IndependentOfOperation
404 ILAP:Information 402 ILAP:Information
405 rdf:type owl:Class ; 403 rdf:type owl:Class ;
406 rdfs:label "Information"^^xsd:string ; 404 rdfs:label "Information"^^xsd:string ;
407 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 405 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
408 406
409 ILAP:Knowledge 407 ILAP:Knowledge
410 rdf:type owl:Class ; 408 rdf:type owl:Class ;
...@@ -416,7 +414,7 @@ ILAP:LiftingOperation ...@@ -416,7 +414,7 @@ ILAP:LiftingOperation
416 rdfs:label "Lifting operation"^^xsd:string . 414 rdfs:label "Lifting operation"^^xsd:string .
417 415
418 ILAP:LiveSchedule 416 ILAP:LiveSchedule
419 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 417 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
420 rdfs:label "Live schedule"^^xsd:string ; 418 rdfs:label "Live schedule"^^xsd:string ;
421 rdfs:subClassOf ILAP:Schedule . 419 rdfs:subClassOf ILAP:Schedule .
422 420
...@@ -425,9 +423,9 @@ ILAP:Living_Quarter_Shutdown ...@@ -425,9 +423,9 @@ ILAP:Living_Quarter_Shutdown
425 rdfs:label "Living Quarter Shutdown"^^xsd:string . 423 rdfs:label "Living Quarter Shutdown"^^xsd:string .
426 424
427 ILAP:Location 425 ILAP:Location
428 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 426 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
429 rdfs:label "Location"^^xsd:string ; 427 rdfs:label "Location"^^xsd:string ;
430 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 428 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
431 429
432 ILAP:LowCriticality 430 ILAP:LowCriticality
433 rdf:type ILAP:DegreeOfCriticality ; 431 rdf:type ILAP:DegreeOfCriticality ;
...@@ -438,7 +436,7 @@ ILAP:LowPriority ...@@ -438,7 +436,7 @@ ILAP:LowPriority
438 rdfs:label "Low priority"^^xsd:string . 436 rdfs:label "Low priority"^^xsd:string .
439 437
440 ILAP:Milestone 438 ILAP:Milestone
441 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 439 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
442 rdfs:label "Milestone"^^xsd:string . 440 rdfs:label "Milestone"^^xsd:string .
443 441
444 ILAP:MiniShutdown 442 ILAP:MiniShutdown
...@@ -448,7 +446,7 @@ ILAP:MiniShutdown ...@@ -448,7 +446,7 @@ ILAP:MiniShutdown
448 ILAP:Network 446 ILAP:Network
449 rdf:type owl:Class ; 447 rdf:type owl:Class ;
450 rdfs:label "Network"^^xsd:string ; 448 rdfs:label "Network"^^xsd:string ;
451 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 449 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
452 450
453 ILAP:Non-Scheduled_Shutdown 451 ILAP:Non-Scheduled_Shutdown
454 rdf:type ILAP:ShutdownType ; 452 rdf:type ILAP:ShutdownType ;
...@@ -487,49 +485,49 @@ ILAP:PhysicalLocation ...@@ -487,49 +485,49 @@ ILAP:PhysicalLocation
487 rdfs:subClassOf ILAP:Location . 485 rdfs:subClassOf ILAP:Location .
488 486
489 ILAP:PlanClassifier 487 ILAP:PlanClassifier
490 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 488 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
491 rdfs:label "Plan classifier"^^xsd:string ; 489 rdfs:label "Plan classifier"^^xsd:string ;
492 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 490 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
493 491
494 ILAP:PlanContentType 492 ILAP:PlanContentType
495 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 493 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
496 rdfs:label "Plan content type"^^xsd:string ; 494 rdfs:label "Plan content type"^^xsd:string ;
497 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 495 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
498 496
499 ILAP:PlanContractType 497 ILAP:PlanContractType
500 - 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> ;
501 rdfs:label "Plan contract type"^^xsd:string ; 499 rdfs:label "Plan contract type"^^xsd:string ;
502 rdfs:subClassOf ILAP:PlanClassifier . 500 rdfs:subClassOf ILAP:PlanClassifier .
503 501
504 ILAP:PlanExpenseType 502 ILAP:PlanExpenseType
505 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 503 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
506 rdfs:label "Plan expense type"^^xsd:string ; 504 rdfs:label "Plan expense type"^^xsd:string ;
507 rdfs:subClassOf ILAP:PlanClassifier . 505 rdfs:subClassOf ILAP:PlanClassifier .
508 506
509 ILAP:PlanGeoArea 507 ILAP:PlanGeoArea
510 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 508 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
511 rdfs:label "Plan geographic area"^^xsd:string ; 509 rdfs:label "Plan geographic area"^^xsd:string ;
512 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 510 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
513 511
514 ILAP:PlanLevel 512 ILAP:PlanLevel
515 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 513 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
516 rdfs:label "Plan level"^^xsd:string ; 514 rdfs:label "Plan level"^^xsd:string ;
517 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 515 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
518 516
519 ILAP:PlanLifecycleStage 517 ILAP:PlanLifecycleStage
520 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 518 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
521 rdfs:label "Plan lifecycle stage"^^xsd:string ; 519 rdfs:label "Plan lifecycle stage"^^xsd:string ;
522 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 520 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
523 521
524 ILAP:PlanObjectiveType 522 ILAP:PlanObjectiveType
525 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 523 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
526 rdfs:label "Plan objective type"^^xsd:string ; 524 rdfs:label "Plan objective type"^^xsd:string ;
527 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 525 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
528 526
529 ILAP:PlanProjectType 527 ILAP:PlanProjectType
530 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 528 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
531 rdfs:label "Plan project type"^^xsd:string ; 529 rdfs:label "Plan project type"^^xsd:string ;
532 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 530 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
533 531
534 ILAP:PlannedActivity 532 ILAP:PlannedActivity
535 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 533 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -537,30 +535,25 @@ ILAP:PlannedActivity ...@@ -537,30 +535,25 @@ ILAP:PlannedActivity
537 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 535 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
538 rdfs:subClassOf 536 rdfs:subClassOf
539 [ rdf:type owl:Restriction ; 537 [ rdf:type owl:Restriction ;
540 - owl:allValuesFrom ILAP:Location ; 538 + owl:allValuesFrom ILAP:ResponsiblePerson ;
541 - owl:onProperty ILAP:hasActivityLocation 539 + owl:onProperty ILAP:hasActivityResponsiblePerson
542 - ] ;
543 - rdfs:subClassOf
544 - [ rdf:type owl:Restriction ;
545 - owl:allValuesFrom ILAP:ActivityDependency ;
546 - owl:onProperty ILAP:hasActivityPredecessor
547 ] ; 540 ] ;
548 rdfs:subClassOf 541 rdfs:subClassOf
549 [ rdf:type owl:Restriction ; 542 [ rdf:type owl:Restriction ;
550 owl:maxQualifiedCardinality 543 owl:maxQualifiedCardinality
551 "1"^^xsd:nonNegativeInteger ; 544 "1"^^xsd:nonNegativeInteger ;
552 - owl:onClass ILAP:Facility ; 545 + owl:onClass ILAP:ProjectExecutionPlan ;
553 - owl:onProperty ILAP:hasPlatform 546 + owl:onProperty ILAP:hasActivityPlan
554 ] ; 547 ] ;
555 rdfs:subClassOf 548 rdfs:subClassOf
556 [ rdf:type owl:Restriction ; 549 [ rdf:type owl:Restriction ;
557 - owl:allValuesFrom ILAP:ResponsiblePerson ; 550 + owl:allValuesFrom ILAP:Result ;
558 - owl:onProperty ILAP:hasActivityResponsiblePerson 551 + owl:onProperty ILAP:hasActivityResult
559 ] ; 552 ] ;
560 rdfs:subClassOf 553 rdfs:subClassOf
561 [ rdf:type owl:Restriction ; 554 [ rdf:type owl:Restriction ;
562 - owl:allValuesFrom ILAP:ActivityDependency ; 555 + owl:onProperty ILAP:hasActivityDiscipline ;
563 - owl:onProperty ILAP:hasActivitySuccessor 556 + owl:someValuesFrom ILAP:Discipline
564 ] ; 557 ] ;
565 rdfs:subClassOf 558 rdfs:subClassOf
566 [ rdf:type owl:Restriction ; 559 [ rdf:type owl:Restriction ;
...@@ -569,25 +562,30 @@ ILAP:PlannedActivity ...@@ -569,25 +562,30 @@ ILAP:PlannedActivity
569 ] ; 562 ] ;
570 rdfs:subClassOf 563 rdfs:subClassOf
571 [ rdf:type owl:Restriction ; 564 [ rdf:type owl:Restriction ;
572 - owl:onProperty ILAP:hasActivityDiscipline ; 565 + owl:allValuesFrom ILAP:ActivityWBS ;
573 - owl:someValuesFrom ILAP:Discipline 566 + owl:onProperty ILAP:hasActivityWBSelement
567 + ] ;
568 + rdfs:subClassOf
569 + [ rdf:type owl:Restriction ;
570 + owl:allValuesFrom ILAP:Location ;
571 + owl:onProperty ILAP:hasActivityLocation
574 ] ; 572 ] ;
575 rdfs:subClassOf 573 rdfs:subClassOf
576 [ rdf:type owl:Restriction ; 574 [ rdf:type owl:Restriction ;
577 owl:maxQualifiedCardinality 575 owl:maxQualifiedCardinality
578 "1"^^xsd:nonNegativeInteger ; 576 "1"^^xsd:nonNegativeInteger ;
579 - owl:onClass ILAP:ProjectExecutionPlan ; 577 + owl:onClass ILAP:Facility ;
580 - owl:onProperty ILAP:hasActivityPlan 578 + owl:onProperty ILAP:hasPlatform
581 ] ; 579 ] ;
582 rdfs:subClassOf 580 rdfs:subClassOf
583 [ rdf:type owl:Restriction ; 581 [ rdf:type owl:Restriction ;
584 - owl:allValuesFrom ILAP:ActivityWBS ; 582 + owl:allValuesFrom ILAP:ActivityDependency ;
585 - owl:onProperty ILAP:hasActivityWBSelement 583 + owl:onProperty ILAP:hasActivitySuccessor
586 ] ; 584 ] ;
587 rdfs:subClassOf 585 rdfs:subClassOf
588 [ rdf:type owl:Restriction ; 586 [ rdf:type owl:Restriction ;
589 - owl:allValuesFrom ILAP:Result ; 587 + owl:allValuesFrom ILAP:ActivityDependency ;
590 - owl:onProperty ILAP:hasActivityResult 588 + owl:onProperty ILAP:hasActivityPredecessor
591 ] . 589 ] .
592 590
593 ILAP:PlannedMilestone 591 ILAP:PlannedMilestone
...@@ -615,18 +613,13 @@ ILAP:Programme ...@@ -615,18 +613,13 @@ ILAP:Programme
615 rdfs:subClassOf ILAP:Project . 613 rdfs:subClassOf ILAP:Project .
616 614
617 ILAP:Project 615 ILAP:Project
618 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 616 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
619 rdfs:label "Project"^^xsd:string ; 617 rdfs:label "Project"^^xsd:string ;
620 rdfs:subClassOf ILAP:Activity ; 618 rdfs:subClassOf ILAP:Activity ;
621 rdfs:subClassOf 619 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 620 [ rdf:type owl:Restriction ;
623 - owl:allValuesFrom ILAP:Project ; 621 + owl:allValuesFrom BRREG:OilCompany ;
624 - owl:onProperty ILAP:hasProjectSubproject 622 + owl:onProperty ILAP:hasProjectResponsible
625 - ] ;
626 - rdfs:subClassOf
627 - [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:ExternalReference ;
629 - owl:onProperty ILAP:hasExternalReference
630 ] ; 623 ] ;
631 rdfs:subClassOf 624 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 625 [ rdf:type owl:Restriction ;
...@@ -637,8 +630,13 @@ ILAP:Project ...@@ -637,8 +630,13 @@ ILAP:Project
637 ] ; 630 ] ;
638 rdfs:subClassOf 631 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
640 - owl:allValuesFrom BRREG:OilCompany ; 633 + owl:allValuesFrom ILAP:ExternalReference ;
641 - owl:onProperty ILAP:hasProjectResponsible 634 + owl:onProperty ILAP:hasExternalReference
635 + ] ;
636 + rdfs:subClassOf
637 + [ rdf:type owl:Restriction ;
638 + owl:allValuesFrom ILAP:Project ;
639 + owl:onProperty ILAP:hasProjectSubproject
642 ] . 640 ] .
643 641
644 ILAP:ProjectExecutionPlan 642 ILAP:ProjectExecutionPlan
...@@ -647,25 +645,20 @@ ILAP:ProjectExecutionPlan ...@@ -647,25 +645,20 @@ ILAP:ProjectExecutionPlan
647 rdfs:subClassOf ILAP:Network ; 645 rdfs:subClassOf ILAP:Network ;
648 rdfs:subClassOf 646 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 647 [ rdf:type owl:Restriction ;
650 - owl:allValuesFrom ILAP:PlanObjectiveType ; 648 + owl:allValuesFrom ILAP:PlanContractType ;
651 - owl:onProperty ILAP:hasPlanObjectiveType 649 + owl:onProperty ILAP:hasPlanContractType
652 - ] ;
653 - rdfs:subClassOf
654 - [ rdf:type owl:Restriction ;
655 - owl:maxQualifiedCardinality
656 - "1"^^xsd:nonNegativeInteger ;
657 - owl:onClass ILAP:PlanLevel ;
658 - owl:onProperty ILAP:hasPlanLevel
659 ] ; 650 ] ;
660 rdfs:subClassOf 651 rdfs:subClassOf
661 [ rdf:type owl:Restriction ; 652 [ rdf:type owl:Restriction ;
662 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 653 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
663 - owl:onProperty ILAP:hasPlanSubplan 654 + owl:onProperty ILAP:hasPlanRollUpPlan
664 ] ; 655 ] ;
665 rdfs:subClassOf 656 rdfs:subClassOf
666 [ rdf:type owl:Restriction ; 657 [ rdf:type owl:Restriction ;
667 - owl:onProperty ILAP:hasPlanLevel ; 658 + owl:maxQualifiedCardinality
668 - owl:someValuesFrom ILAP:PlanLevel 659 + "1"^^xsd:nonNegativeInteger ;
660 + owl:onClass ILAP:Project ;
661 + owl:onProperty ILAP:hasPlanProject
669 ] ; 662 ] ;
670 rdfs:subClassOf 663 rdfs:subClassOf
671 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
...@@ -674,20 +667,20 @@ ILAP:ProjectExecutionPlan ...@@ -674,20 +667,20 @@ ILAP:ProjectExecutionPlan
674 ] ; 667 ] ;
675 rdfs:subClassOf 668 rdfs:subClassOf
676 [ rdf:type owl:Restriction ; 669 [ rdf:type owl:Restriction ;
677 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 670 + owl:maxQualifiedCardinality
678 - owl:onProperty ILAP:hasPlanAsset 671 + "1"^^xsd:nonNegativeInteger ;
672 + owl:onClass ILAP:PlanLevel ;
673 + owl:onProperty ILAP:hasPlanLevel
679 ] ; 674 ] ;
680 rdfs:subClassOf 675 rdfs:subClassOf
681 [ rdf:type owl:Restriction ; 676 [ rdf:type owl:Restriction ;
682 - owl:allValuesFrom ILAP:PlanContractType ; 677 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
683 - owl:onProperty ILAP:hasPlanContractType 678 + owl:onProperty ILAP:hasPlanAsset
684 ] ; 679 ] ;
685 rdfs:subClassOf 680 rdfs:subClassOf
686 [ rdf:type owl:Restriction ; 681 [ rdf:type owl:Restriction ;
687 - owl:maxQualifiedCardinality 682 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
688 - "1"^^xsd:nonNegativeInteger ; 683 + owl:onProperty ILAP:hasPlanSubplan
689 - owl:onClass ILAP:Project ;
690 - owl:onProperty ILAP:hasPlanProject
691 ] ; 684 ] ;
692 rdfs:subClassOf 685 rdfs:subClassOf
693 [ rdf:type owl:Restriction ; 686 [ rdf:type owl:Restriction ;
...@@ -696,23 +689,28 @@ ILAP:ProjectExecutionPlan ...@@ -696,23 +689,28 @@ ILAP:ProjectExecutionPlan
696 ] ; 689 ] ;
697 rdfs:subClassOf 690 rdfs:subClassOf
698 [ rdf:type owl:Restriction ; 691 [ rdf:type owl:Restriction ;
699 - owl:onProperty ILAP:hasPlanProjectType ; 692 + owl:onProperty ILAP:hasPlanLevel ;
700 - owl:someValuesFrom ILAP:PlanProjectType 693 + owl:someValuesFrom ILAP:PlanLevel
701 ] ; 694 ] ;
702 rdfs:subClassOf 695 rdfs:subClassOf
703 [ rdf:type owl:Restriction ; 696 [ rdf:type owl:Restriction ;
704 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 697 + owl:onProperty ILAP:hasPlanGeoArea ;
705 - owl:onProperty ILAP:hasPlanRollUpPlan 698 + owl:someValuesFrom ILAP:PlanGeoArea
706 ] ; 699 ] ;
707 rdfs:subClassOf 700 rdfs:subClassOf
708 [ rdf:type owl:Restriction ; 701 [ rdf:type owl:Restriction ;
709 - owl:onProperty ILAP:hasPlanGeoArea ; 702 + owl:onProperty ILAP:hasPlanProjectType ;
710 - owl:someValuesFrom ILAP:PlanGeoArea 703 + owl:someValuesFrom ILAP:PlanProjectType
711 ] ; 704 ] ;
712 rdfs:subClassOf 705 rdfs:subClassOf
713 [ rdf:type owl:Restriction ; 706 [ rdf:type owl:Restriction ;
714 owl:onProperty ILAP:hasPlanContentType ; 707 owl:onProperty ILAP:hasPlanContentType ;
715 owl:someValuesFrom ILAP:PlanContentType 708 owl:someValuesFrom ILAP:PlanContentType
709 + ] ;
710 + rdfs:subClassOf
711 + [ rdf:type owl:Restriction ;
712 + owl:allValuesFrom ILAP:PlanObjectiveType ;
713 + owl:onProperty ILAP:hasPlanObjectiveType
716 ] . 714 ] .
717 715
718 ILAP:ProjectType 716 ILAP:ProjectType
...@@ -721,9 +719,9 @@ ILAP:ProjectType ...@@ -721,9 +719,9 @@ ILAP:ProjectType
721 rdfs:subClassOf owl:Thing . 719 rdfs:subClassOf owl:Thing .
722 720
723 ILAP:Regular8To16WorkingDayCalendar 721 ILAP:Regular8To16WorkingDayCalendar
724 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 722 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
725 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 723 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
726 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 724 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
727 725
728 ILAP:RemovalOfBarriers 726 ILAP:RemovalOfBarriers
729 rdf:type ILAP:RiskType ; 727 rdf:type ILAP:RiskType ;
...@@ -734,9 +732,9 @@ ILAP:ReservoirDrillingOperation ...@@ -734,9 +732,9 @@ ILAP:ReservoirDrillingOperation
734 rdfs:label "Reservoir drilling operation"^^xsd:string . 732 rdfs:label "Reservoir drilling operation"^^xsd:string .
735 733
736 ILAP:Resource 734 ILAP:Resource
737 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 735 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
738 rdfs:label "Resource"^^xsd:string ; 736 rdfs:label "Resource"^^xsd:string ;
739 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 737 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
740 738
741 ILAP:ResourceEstimate 739 ILAP:ResourceEstimate
742 rdf:type owl:Class ; 740 rdf:type owl:Class ;
...@@ -744,14 +742,14 @@ ILAP:ResourceEstimate ...@@ -744,14 +742,14 @@ ILAP:ResourceEstimate
744 rdfs:subClassOf ILAP:ResourceStructure . 742 rdfs:subClassOf ILAP:ResourceStructure .
745 743
746 ILAP:ResourceProfile 744 ILAP:ResourceProfile
747 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 745 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
748 rdfs:label "Resource profile"^^xsd:string ; 746 rdfs:label "Resource profile"^^xsd:string ;
749 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 747 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
750 748
751 ILAP:ResourceProfilePoint 749 ILAP:ResourceProfilePoint
752 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 750 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
753 rdfs:label "resource Profile point"^^xsd:string ; 751 rdfs:label "resource Profile point"^^xsd:string ;
754 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 752 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
755 753
756 ILAP:ResourceStructure 754 ILAP:ResourceStructure
757 rdf:type owl:Class ; 755 rdf:type owl:Class ;
...@@ -759,17 +757,17 @@ ILAP:ResourceStructure ...@@ -759,17 +757,17 @@ ILAP:ResourceStructure
759 rdfs:subClassOf ILAP:Network . 757 rdfs:subClassOf ILAP:Network .
760 758
761 ILAP:ResponsibleOrganization 759 ILAP:ResponsibleOrganization
762 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 760 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
763 rdfs:label "Responsible organization"^^xsd:string ; 761 rdfs:label "Responsible organization"^^xsd:string ;
764 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 762 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
765 763
766 ILAP:ResponsiblePerson 764 ILAP:ResponsiblePerson
767 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 765 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
768 rdfs:label "Responsible"^^xsd:string ; 766 rdfs:label "Responsible"^^xsd:string ;
769 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 767 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
770 768
771 ILAP:Result 769 ILAP:Result
772 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 770 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
773 rdfs:label "Result"^^xsd:string ; 771 rdfs:label "Result"^^xsd:string ;
774 rdfs:subClassOf owl:Thing . 772 rdfs:subClassOf owl:Thing .
775 773
...@@ -797,9 +795,9 @@ ILAP:Safety_Test_Shutdown ...@@ -797,9 +795,9 @@ ILAP:Safety_Test_Shutdown
797 rdfs:label "Safety Test Shutdown"^^xsd:string . 795 rdfs:label "Safety Test Shutdown"^^xsd:string .
798 796
799 ILAP:Schedule 797 ILAP:Schedule
800 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 798 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
801 rdfs:label "Scheduled Activity Network"^^xsd:string ; 799 rdfs:label "Scheduled Activity Network"^^xsd:string ;
802 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 800 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
803 rdfs:subClassOf 801 rdfs:subClassOf
804 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
805 owl:maxQualifiedCardinality 803 owl:maxQualifiedCardinality
...@@ -809,22 +807,22 @@ ILAP:Schedule ...@@ -809,22 +807,22 @@ ILAP:Schedule
809 ] . 807 ] .
810 808
811 ILAP:ScheduledActivity 809 ILAP:ScheduledActivity
812 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 810 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
813 rdfs:label "Activity in Network Schedule"^^xsd:string ; 811 rdfs:label "Activity in Network Schedule"^^xsd:string ;
814 rdfs:subClassOf ILAP:PlannedActivity ; 812 rdfs:subClassOf ILAP:PlannedActivity ;
815 rdfs:subClassOf 813 rdfs:subClassOf
816 [ rdf:type owl:Restriction ; 814 [ rdf:type owl:Restriction ;
817 owl:maxQualifiedCardinality 815 owl:maxQualifiedCardinality
818 "1"^^xsd:nonNegativeInteger ; 816 "1"^^xsd:nonNegativeInteger ;
819 - owl:onClass ILAP:Schedule ; 817 + owl:onClass ILAP:PlannedActivity ;
820 - owl:onProperty ILAP:hasActivitySchedule 818 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
821 ] ; 819 ] ;
822 rdfs:subClassOf 820 rdfs:subClassOf
823 [ rdf:type owl:Restriction ; 821 [ rdf:type owl:Restriction ;
824 owl:maxQualifiedCardinality 822 owl:maxQualifiedCardinality
825 "1"^^xsd:nonNegativeInteger ; 823 "1"^^xsd:nonNegativeInteger ;
826 - owl:onClass ILAP:PlannedActivity ; 824 + owl:onClass ILAP:Schedule ;
827 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 825 + owl:onProperty ILAP:hasActivitySchedule
828 ] . 826 ] .
829 827
830 ILAP:ScheduledMilestone 828 ILAP:ScheduledMilestone
...@@ -869,9 +867,9 @@ ILAP:Shutdown_not_evaluated ...@@ -869,9 +867,9 @@ ILAP:Shutdown_not_evaluated
869 rdfs:label "Shutdown not evaluated"^^xsd:string . 867 rdfs:label "Shutdown not evaluated"^^xsd:string .
870 868
871 ILAP:Source 869 ILAP:Source
872 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 870 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
873 rdfs:label "Source"^^xsd:string ; 871 rdfs:label "Source"^^xsd:string ;
874 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 872 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
875 873
876 ILAP:SourceSpecifiedUserField 874 ILAP:SourceSpecifiedUserField
877 rdf:type owl:Class ; 875 rdf:type owl:Class ;
...@@ -884,26 +882,26 @@ ILAP:SpecifiedUserField ...@@ -884,26 +882,26 @@ ILAP:SpecifiedUserField
884 rdfs:subClassOf ILAP:UserField . 882 rdfs:subClassOf ILAP:UserField .
885 883
886 ILAP:StartToFinish 884 ILAP:StartToFinish
887 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 885 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
888 rdfs:label "Start to finish"^^xsd:string ; 886 rdfs:label "Start to finish"^^xsd:string ;
889 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 887 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
890 888
891 ILAP:StartToStart 889 ILAP:StartToStart
892 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 890 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
893 rdfs:label "Start to start"^^xsd:string ; 891 rdfs:label "Start to start"^^xsd:string ;
894 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 892 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
895 893
896 ILAP:Status 894 ILAP:Status
897 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 895 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
898 rdfs:label "Status"^^xsd:string ; 896 rdfs:label "Status"^^xsd:string ;
899 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 897 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
900 898
901 ILAP:System_Shutdown 899 ILAP:System_Shutdown
902 rdf:type ILAP:ShutdownContent ; 900 rdf:type ILAP:ShutdownContent ;
903 rdfs:label "System Shutdown"^^xsd:string . 901 rdfs:label "System Shutdown"^^xsd:string .
904 902
905 ILAP:TargetSchedule 903 ILAP:TargetSchedule
906 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 904 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
907 rdfs:label "Target schedule"^^xsd:string ; 905 rdfs:label "Target schedule"^^xsd:string ;
908 rdfs:subClassOf ILAP:Schedule . 906 rdfs:subClassOf ILAP:Schedule .
909 907
...@@ -922,7 +920,7 @@ ILAP:UnitBased ...@@ -922,7 +920,7 @@ ILAP:UnitBased
922 rdfs:subClassOf ILAP:Resource . 920 rdfs:subClassOf ILAP:Resource .
923 921
924 ILAP:UserField 922 ILAP:UserField
925 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 923 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
926 rdfs:label "User field"^^xsd:string ; 924 rdfs:label "User field"^^xsd:string ;
927 rdfs:subClassOf ILAP:Data ; 925 rdfs:subClassOf ILAP:Data ;
928 rdfs:subClassOf 926 rdfs:subClassOf
...@@ -936,7 +934,7 @@ ILAP:UserField ...@@ -936,7 +934,7 @@ ILAP:UserField
936 ILAP:Value 934 ILAP:Value
937 rdf:type owl:Class ; 935 rdf:type owl:Class ;
938 rdfs:label "Value"^^xsd:string ; 936 rdfs:label "Value"^^xsd:string ;
939 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 937 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
940 938
941 ILAP:VesselOperation 939 ILAP:VesselOperation
942 rdf:type ILAP:RiskType ; 940 rdf:type ILAP:RiskType ;
...@@ -951,9 +949,9 @@ ILAP:Water_Production_Shutdown ...@@ -951,9 +949,9 @@ ILAP:Water_Production_Shutdown
951 rdfs:label "Water Production Shutdown"^^xsd:string . 949 rdfs:label "Water Production Shutdown"^^xsd:string .
952 950
953 ILAP:WeekendsFreeCalendar 951 ILAP:WeekendsFreeCalendar
954 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 952 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
955 rdfs:label "Weekends free calendar"^^xsd:string ; 953 rdfs:label "Weekends free calendar"^^xsd:string ;
956 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 954 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
957 955
958 ILAP:Well_Transfer 956 ILAP:Well_Transfer
959 rdf:type ILAP:ShutdownContent ; 957 rdf:type ILAP:ShutdownContent ;
...@@ -965,18 +963,18 @@ ILAP:WorkOrder ...@@ -965,18 +963,18 @@ ILAP:WorkOrder
965 rdfs:subClassOf ILAP:WorkTask . 963 rdfs:subClassOf ILAP:WorkTask .
966 964
967 ILAP:WorkTask 965 ILAP:WorkTask
968 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 966 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
969 rdfs:label "Work task"^^xsd:string ; 967 rdfs:label "Work task"^^xsd:string ;
970 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 968 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
971 rdfs:subClassOf 969 rdfs:subClassOf
972 [ rdf:type owl:Restriction ; 970 [ rdf:type owl:Restriction ;
973 - owl:onProperty ILAP:hasWorkTaskActivity ; 971 + owl:allValuesFrom BRREG:LegalEntity ;
974 - owl:someValuesFrom ILAP:Activity 972 + owl:onProperty ILAP:hasWorkTaskResponsible
975 ] ; 973 ] ;
976 rdfs:subClassOf 974 rdfs:subClassOf
977 [ rdf:type owl:Restriction ; 975 [ rdf:type owl:Restriction ;
978 - owl:allValuesFrom BRREG:LegalEntity ; 976 + owl:onProperty ILAP:hasWorkTaskActivity ;
979 - owl:onProperty ILAP:hasWorkTaskResponsible 977 + owl:someValuesFrom ILAP:Activity
980 ] . 978 ] .
981 979
982 ILAP:WorkTaskStatus 980 ILAP:WorkTaskStatus
...@@ -1072,7 +1070,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1072,7 +1070,7 @@ ILAP:hasActivityPhysicalPercentComplete
1072 rdfs:range xsd:float . 1070 rdfs:range xsd:float .
1073 1071
1074 ILAP:hasActivityPlan 1072 ILAP:hasActivityPlan
1075 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1073 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1076 rdfs:domain ILAP:PlannedActivity ; 1074 rdfs:domain ILAP:PlannedActivity ;
1077 rdfs:label "has activity plan"^^xsd:string ; 1075 rdfs:label "has activity plan"^^xsd:string ;
1078 rdfs:range ILAP:ProjectExecutionPlan . 1076 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1120,7 +1118,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1120,7 +1118,7 @@ ILAP:hasActivityResponsibleOrganization
1120 rdfs:range ILAP:ResponsibleOrganization . 1118 rdfs:range ILAP:ResponsibleOrganization .
1121 1119
1122 ILAP:hasActivityResponsiblePerson 1120 ILAP:hasActivityResponsiblePerson
1123 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1121 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1124 rdfs:domain ILAP:PlannedActivity ; 1122 rdfs:domain ILAP:PlannedActivity ;
1125 rdfs:label "has activity responsible"^^xsd:string ; 1123 rdfs:label "has activity responsible"^^xsd:string ;
1126 rdfs:range ILAP:ResponsiblePerson . 1124 rdfs:range ILAP:ResponsiblePerson .
...@@ -1155,7 +1153,7 @@ ILAP:hasActivityStatus ...@@ -1155,7 +1153,7 @@ ILAP:hasActivityStatus
1155 rdfs:range ILAP:Status . 1153 rdfs:range ILAP:Status .
1156 1154
1157 ILAP:hasActivitySuccessor 1155 ILAP:hasActivitySuccessor
1158 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1156 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1159 rdfs:domain ILAP:PlannedActivity ; 1157 rdfs:domain ILAP:PlannedActivity ;
1160 rdfs:label "has activity successor"^^xsd:string ; 1158 rdfs:label "has activity successor"^^xsd:string ;
1161 rdfs:range ILAP:ActivityDependency ; 1159 rdfs:range ILAP:ActivityDependency ;
...@@ -1216,7 +1214,7 @@ ILAP:hasCalendarDate ...@@ -1216,7 +1214,7 @@ ILAP:hasCalendarDate
1216 rdfs:label "has calendar date"^^xsd:string . 1214 rdfs:label "has calendar date"^^xsd:string .
1217 1215
1218 ILAP:hasCalendarFreePeriod 1216 ILAP:hasCalendarFreePeriod
1219 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1217 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1220 rdfs:domain ILAP:Calendar ; 1218 rdfs:domain ILAP:Calendar ;
1221 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1219 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1222 rdfs:range ILAP:CalendarFreePeriod . 1220 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1499,7 +1497,7 @@ ILAP:hasPlanRegulator ...@@ -1499,7 +1497,7 @@ ILAP:hasPlanRegulator
1499 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1497 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1500 1498
1501 ILAP:hasPlanResponsible 1499 ILAP:hasPlanResponsible
1502 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1500 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1503 rdfs:domain ILAP:ResponsibleOrganization ; 1501 rdfs:domain ILAP:ResponsibleOrganization ;
1504 rdfs:label "has plan responsible"^^xsd:string . 1502 rdfs:label "has plan responsible"^^xsd:string .
1505 1503
...@@ -1692,7 +1690,7 @@ ILAP:hasShutdownType ...@@ -1692,7 +1690,7 @@ ILAP:hasShutdownType
1692 rdfs:range ILAP:ShutdownType . 1690 rdfs:range ILAP:ShutdownType .
1693 1691
1694 ILAP:hasSuccessorActivity 1692 ILAP:hasSuccessorActivity
1695 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1693 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1696 rdfs:domain ILAP:ActivityDependency ; 1694 rdfs:domain ILAP:ActivityDependency ;
1697 rdfs:label "has successor activity "^^xsd:string ; 1695 rdfs:label "has successor activity "^^xsd:string ;
1698 rdfs:range ILAP:PlannedActivity ; 1696 rdfs:range ILAP:PlannedActivity ;
...@@ -1720,7 +1718,7 @@ ILAP:hasTimeNow ...@@ -1720,7 +1718,7 @@ ILAP:hasTimeNow
1720 rdf:type owl:DatatypeProperty ; 1718 rdf:type owl:DatatypeProperty ;
1721 rdfs:domain ILAP:Schedule ; 1719 rdfs:domain ILAP:Schedule ;
1722 rdfs:label "has time now"^^xsd:string ; 1720 rdfs:label "has time now"^^xsd:string ;
1723 - rdfs:range xsd:dateTime , xsd:date . 1721 + rdfs:range xsd:date , xsd:dateTime .
1724 1722
1725 ILAP:hasUserFieldName 1723 ILAP:hasUserFieldName
1726 rdf:type owl:DatatypeProperty ; 1724 rdf:type owl:DatatypeProperty ;
......
...@@ -14,7 +14,19 @@ ...@@ -14,7 +14,19 @@
14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 15
16 : rdf:type owl:Ontology ; 16 : rdf:type owl:Ontology ;
17 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 17 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
18 +
19 +:SummerSystemShutdown-2015
20 + rdf:type ILAP:Shutdown ;
21 + rdfs:label "Summer system shutdown-2015"^^xsd:string ;
22 + ILAP:hasShutdownContent
23 + ILAP:System_Shutdown ;
24 + ILAP:hasShutdownPeriod
25 + "SD-2015"^^xsd:string ;
26 + ILAP:hasShutdownPriority
27 + ILAP:NormalPriority ;
28 + ILAP:hasShutdownType
29 + ILAP:Scheduled_Shutdown .
18 30
19 ILAP: 31 ILAP:
20 rdf:type owl:Ontology ; 32 rdf:type owl:Ontology ;
...@@ -110,8 +122,8 @@ ILAP:DG7 ...@@ -110,8 +122,8 @@ ILAP:DG7
110 rdfs:label "DG7"^^xsd:string . 122 rdfs:label "DG7"^^xsd:string .
111 123
112 ILAP:Development 124 ILAP:Development
113 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 125 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
114 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 126 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
115 127
116 ILAP:DisasterRecovery 128 ILAP:DisasterRecovery
117 rdf:type ILAP:PlanObjectiveType ; 129 rdf:type ILAP:PlanObjectiveType ;
...@@ -126,7 +138,7 @@ ILAP:DrillingAndWell ...@@ -126,7 +138,7 @@ ILAP:DrillingAndWell
126 rdfs:label "Drilling and well"^^xsd:string . 138 rdfs:label "Drilling and well"^^xsd:string .
127 139
128 ILAP:Exploration 140 ILAP:Exploration
129 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 141 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
130 rdfs:label "Exploration"^^xsd:string . 142 rdfs:label "Exploration"^^xsd:string .
131 143
132 ILAP:Facility 144 ILAP:Facility
...@@ -238,7 +250,7 @@ ILAP:OPEX ...@@ -238,7 +250,7 @@ ILAP:OPEX
238 rdfs:label "OPEX"^^xsd:string . 250 rdfs:label "OPEX"^^xsd:string .
239 251
240 ILAP:Operation 252 ILAP:Operation
241 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 253 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
242 rdfs:label "Operation"^^xsd:string . 254 rdfs:label "Operation"^^xsd:string .
243 255
244 ILAP:OperationAndMaintenance 256 ILAP:OperationAndMaintenance
...@@ -260,7 +272,7 @@ ILAP:PlannedActivity_1 ...@@ -260,7 +272,7 @@ ILAP:PlannedActivity_1
260 ILAP:ActivityWBS_1 . 272 ILAP:ActivityWBS_1 .
261 273
262 ILAP:Planning 274 ILAP:Planning
263 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 275 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
264 rdfs:label "Planning"^^xsd:string . 276 rdfs:label "Planning"^^xsd:string .
265 277
266 ILAP:Primavera 278 ILAP:Primavera
...@@ -288,7 +300,7 @@ ILAP:Released ...@@ -288,7 +300,7 @@ ILAP:Released
288 rdfs:label "Released"^^xsd:string . 300 rdfs:label "Released"^^xsd:string .
289 301
290 ILAP:Removal 302 ILAP:Removal
291 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 303 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
292 rdfs:label "Removal"^^xsd:string . 304 rdfs:label "Removal"^^xsd:string .
293 305
294 ILAP:Renewal 306 ILAP:Renewal
...@@ -324,14 +336,14 @@ ILAP:Scheduled ...@@ -324,14 +336,14 @@ ILAP:Scheduled
324 rdfs:label "Scheduled"^^xsd:string . 336 rdfs:label "Scheduled"^^xsd:string .
325 337
326 ILAP:ShutdownAndDecommisioning 338 ILAP:ShutdownAndDecommisioning
327 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 339 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
328 rdfs:label "Shutdown and decommisioning"^^xsd:string . 340 rdfs:label "Shutdown and decommisioning"^^xsd:string .
329 341
330 ILAP:StandardFreeWeekendPeriod 342 ILAP:StandardFreeWeekendPeriod
331 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 343 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
332 rdfs:label "Standard free weekend period"^^xsd:string ; 344 rdfs:label "Standard free weekend period"^^xsd:string ;
333 ILAP:hasCalendarPeriodFreeDay 345 ILAP:hasCalendarPeriodFreeDay
334 - ILAP:Sunday , ILAP:Saturday . 346 + ILAP:Saturday , ILAP:Sunday .
335 347
336 ILAP:StandardWorkWeekdayPeriod 348 ILAP:StandardWorkWeekdayPeriod
337 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 349 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -433,12 +445,12 @@ ILAP:hasWorkTaskResponsible ...@@ -433,12 +445,12 @@ ILAP:hasWorkTaskResponsible
433 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> 445 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
434 rdf:type owl:Class ; 446 rdf:type owl:Class ;
435 rdfs:label "Facility"^^xsd:string ; 447 rdfs:label "Facility"^^xsd:string ;
436 - rdfs:subClassOf ILAP:Facility , owl:Thing . 448 + rdfs:subClassOf owl:Thing , ILAP:Facility .
437 449
438 <http://data.posccaesar.org/rdl/RDS282149> 450 <http://data.posccaesar.org/rdl/RDS282149>
439 rdf:type owl:Class ; 451 rdf:type owl:Class ;
440 rdfs:label "RDS282149"^^xsd:string ; 452 rdfs:label "RDS282149"^^xsd:string ;
441 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 453 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
442 454
443 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 455 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
444 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 456 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -20,18 +20,6 @@ UC1:ScheduledResource_1 ...@@ -20,18 +20,6 @@ UC1:ScheduledResource_1
20 rdf:type ILAP:ScheduledResource ; 20 rdf:type ILAP:ScheduledResource ;
21 rdfs:label "Scheduled resource 1"^^xsd:string . 21 rdfs:label "Scheduled resource 1"^^xsd:string .
22 22
23 -UC1:Shutdown_1
24 - rdf:type ILAP:Shutdown ;
25 - rdfs:label "Shutdown 1"^^xsd:string ;
26 - ILAP:hasShutdownContent
27 - ILAP:Field_Shutdown ;
28 - ILAP:hasShutdownPeriod
29 - "SD-2015"^^xsd:string ;
30 - ILAP:hasShutdownPriority
31 - ILAP:HighPriority ;
32 - ILAP:hasShutdownType
33 - ILAP:Scheduled_Shutdown .
34 -
35 ILAP:PlannedActivity_1 23 ILAP:PlannedActivity_1
36 ILAP:hasActivityPlan 24 ILAP:hasActivityPlan
37 UC1:ProjectPlan_1 . 25 UC1:ProjectPlan_1 .
......