Tore Christiansen

Added SCCS Phase classes

...@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok ...@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok
48 rdfs:subClassOf NCS:ClassOfClassOfIndividual . 48 rdfs:subClassOf NCS:ClassOfClassOfIndividual .
49 49
50 NCS:CorClass 50 NCS:CorClass
51 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 51 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
52 rdfs:label "Cor class"^^xsd:string ; 52 rdfs:label "Cor class"^^xsd:string ;
53 rdfs:subClassOf NCS:ClassInNorsok . 53 rdfs:subClassOf NCS:ClassInNorsok .
54 54
...@@ -69,9 +69,9 @@ NCS:HighPriority ...@@ -69,9 +69,9 @@ NCS:HighPriority
69 rdfs:label "High priority"^^xsd:string . 69 rdfs:label "High priority"^^xsd:string .
70 70
71 NCS:IndividualInCorClass 71 NCS:IndividualInCorClass
72 - rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; 72 + rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
73 rdfs:label "Individual in cor class"^^xsd:string ; 73 rdfs:label "Individual in cor class"^^xsd:string ;
74 - rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . 74 + rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
75 75
76 NCS:IndividualInNorsokClass 76 NCS:IndividualInNorsokClass
77 rdf:type owl:Class ; 77 rdf:type owl:Class ;
...@@ -109,7 +109,7 @@ NCS:Operation ...@@ -109,7 +109,7 @@ NCS:Operation
109 rdfs:label "Operation"^^xsd:string . 109 rdfs:label "Operation"^^xsd:string .
110 110
111 NCS:PbsClass 111 NCS:PbsClass
112 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 112 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
113 rdfs:label "PbsClass"^^xsd:string ; 113 rdfs:label "PbsClass"^^xsd:string ;
114 rdfs:subClassOf NCS:ClassInNorsok . 114 rdfs:subClassOf NCS:ClassInNorsok .
115 115
...@@ -133,7 +133,7 @@ NCS:Removal ...@@ -133,7 +133,7 @@ NCS:Removal
133 rdfs:label "Removal"^^xsd:string . 133 rdfs:label "Removal"^^xsd:string .
134 134
135 NCS:SabClass 135 NCS:SabClass
136 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 136 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
137 rdfs:label "Sab class"^^xsd:string ; 137 rdfs:label "Sab class"^^xsd:string ;
138 rdfs:subClassOf NCS:ClassInNorsok . 138 rdfs:subClassOf NCS:ClassInNorsok .
139 139
...@@ -217,6 +217,10 @@ ILAP:DrillingAndWell ...@@ -217,6 +217,10 @@ ILAP:DrillingAndWell
217 rdf:type ILAP:PlanProjectType ; 217 rdf:type ILAP:PlanProjectType ;
218 rdfs:label "Drilling and well"^^xsd:string . 218 rdfs:label "Drilling and well"^^xsd:string .
219 219
220 +ILAP:Exploration
221 + rdf:type ILAP:PlanLifecycleStage ;
222 + rdfs:label "Exploration"^^xsd:string .
223 +
220 ILAP:Facility 224 ILAP:Facility
221 rdf:type ILAP:PlanGeoArea ; 225 rdf:type ILAP:PlanGeoArea ;
222 rdfs:label "Facility"^^xsd:string . 226 rdfs:label "Facility"^^xsd:string .
...@@ -303,7 +307,7 @@ ILAP:L7_ContractorOperationsSchedule ...@@ -303,7 +307,7 @@ ILAP:L7_ContractorOperationsSchedule
303 307
304 ILAP:Maintenance 308 ILAP:Maintenance
305 rdf:type ILAP:PlanLifecycleStage ; 309 rdf:type ILAP:PlanLifecycleStage ;
306 - rdfs:label "Maintain"^^xsd:string . 310 + rdfs:label "Maintenance"^^xsd:string .
307 311
308 ILAP:ManagedClosedown 312 ILAP:ManagedClosedown
309 rdf:type ILAP:PlanObjectiveType ; 313 rdf:type ILAP:PlanObjectiveType ;
...@@ -323,7 +327,7 @@ ILAP:OPEX ...@@ -323,7 +327,7 @@ ILAP:OPEX
323 327
324 ILAP:Operation 328 ILAP:Operation
325 rdf:type ILAP:PlanLifecycleStage ; 329 rdf:type ILAP:PlanLifecycleStage ;
326 - rdfs:label "Operate"^^xsd:string . 330 + rdfs:label "Operation"^^xsd:string .
327 331
328 ILAP:OperationAndMaintenance 332 ILAP:OperationAndMaintenance
329 rdf:type ILAP:PlanProjectType ; 333 rdf:type ILAP:PlanProjectType ;
...@@ -337,6 +341,10 @@ ILAP:Planned ...@@ -337,6 +341,10 @@ ILAP:Planned
337 rdf:type ILAP:Status ; 341 rdf:type ILAP:Status ;
338 rdfs:label "Planned"^^xsd:string . 342 rdfs:label "Planned"^^xsd:string .
339 343
344 +ILAP:Planning
345 + rdf:type ILAP:PlanLifecycleStage ;
346 + rdfs:label "Planning"^^xsd:string .
347 +
340 ILAP:Primavera 348 ILAP:Primavera
341 rdf:type ILAP:Application ; 349 rdf:type ILAP:Application ;
342 rdfs:label "Primavera"^^xsd:string . 350 rdfs:label "Primavera"^^xsd:string .
...@@ -361,6 +369,10 @@ ILAP:Released ...@@ -361,6 +369,10 @@ ILAP:Released
361 rdf:type ILAP:Status ; 369 rdf:type ILAP:Status ;
362 rdfs:label "Released"^^xsd:string . 370 rdfs:label "Released"^^xsd:string .
363 371
372 +ILAP:Removal
373 + rdf:type ILAP:PlanLifecycleStage ;
374 + rdfs:label "Removal"^^xsd:string .
375 +
364 ILAP:Renewal 376 ILAP:Renewal
365 rdf:type ILAP:PlanLifecycleStage ; 377 rdf:type ILAP:PlanLifecycleStage ;
366 rdfs:label "Renew"^^xsd:string . 378 rdfs:label "Renew"^^xsd:string .
...@@ -393,11 +405,15 @@ ILAP:Scheduled ...@@ -393,11 +405,15 @@ ILAP:Scheduled
393 rdf:type ILAP:Status ; 405 rdf:type ILAP:Status ;
394 rdfs:label "Scheduled"^^xsd:string . 406 rdfs:label "Scheduled"^^xsd:string .
395 407
408 +ILAP:ShutdownAndDecommisioning
409 + rdf:type ILAP:PlanLifecycleStage ;
410 + rdfs:label "Shutdown and decommisioning"^^xsd:string .
411 +
396 ILAP:StandardFreeWeekendPeriod 412 ILAP:StandardFreeWeekendPeriod
397 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 413 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
398 rdfs:label "Standard free weekend period"^^xsd:string ; 414 rdfs:label "Standard free weekend period"^^xsd:string ;
399 ILAP:hasCalendarPeriodFreeDay 415 ILAP:hasCalendarPeriodFreeDay
400 - ILAP:Sunday , ILAP:Saturday . 416 + ILAP:Saturday , ILAP:Sunday .
401 417
402 ILAP:StandardWorkWeekdayPeriod 418 ILAP:StandardWorkWeekdayPeriod
403 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 419 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
...@@ -18,50 +18,50 @@ ILAP: ...@@ -18,50 +18,50 @@ 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 21 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
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:Status ; 25 + owl:allValuesFrom ILAP:Discipline ;
26 - owl:onProperty ILAP:hasActivityStatus 26 + owl:onProperty ILAP:hasActivityDiscipline
27 ] ; 27 ] ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:onProperty ILAP:hasExternalReference ; 30 + owl:allValuesFrom ILAP:Calendar ;
31 - owl:someValuesFrom ILAP:ExternalReference 31 + owl:onProperty ILAP:hasActivityCalendar
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:allValuesFrom ILAP:Calendar ; 35 + owl:onProperty ILAP:hasExternalReference ;
36 - owl:onProperty ILAP:hasActivityCalendar 36 + owl:someValuesFrom ILAP:ExternalReference
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 - owl:allValuesFrom ILAP:Discipline ; 40 + owl:allValuesFrom ILAP:Status ;
41 - owl:onProperty ILAP:hasActivityDiscipline 41 + owl:onProperty ILAP:hasActivityStatus
42 ] . 42 ] .
43 43
44 ILAP:ActivityDependency 44 ILAP:ActivityDependency
45 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 45 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
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:hasSuccessorActivity ; 51 + owl:onProperty ILAP:hasPredecessorActivity ;
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:hasPredecessorActivity ; 58 + owl:onProperty ILAP:hasSuccessorActivity ;
59 owl:qualifiedCardinality 59 owl:qualifiedCardinality
60 "1"^^xsd:nonNegativeInteger 60 "1"^^xsd:nonNegativeInteger
61 ] . 61 ] .
62 62
63 ILAP:ActivityPlan 63 ILAP:ActivityPlan
64 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 64 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
65 rdfs:label "Activity Plan"^^xsd:string ; 65 rdfs:label "Activity Plan"^^xsd:string ;
66 rdfs:subClassOf ILAP:Network ; 66 rdfs:subClassOf ILAP:Network ;
67 rdfs:subClassOf 67 rdfs:subClassOf
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 79 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
80 rdfs:label "Activity WBS"^^xsd:string ; 80 rdfs:label "Activity WBS"^^xsd:string ;
81 rdfs:subClassOf ILAP:Network . 81 rdfs:subClassOf ILAP:Network .
82 82
...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 ...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1
87 ILAP:Application 87 ILAP:Application
88 rdf:type owl:Class ; 88 rdf:type owl:Class ;
89 rdfs:label "Application"^^xsd:string ; 89 rdfs:label "Application"^^xsd:string ;
90 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 90 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
91 91
92 ILAP:Asset 92 ILAP:Asset
93 rdf:type owl:Class ; 93 rdf:type owl:Class ;
94 rdfs:label "Asset"^^xsd:string ; 94 rdfs:label "Asset"^^xsd:string ;
95 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 95 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
96 96
97 ILAP:Baseline 97 ILAP:Baseline
98 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 98 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
99 rdfs:label "Baseline"^^xsd:string ; 99 rdfs:label "Baseline"^^xsd:string ;
100 rdfs:subClassOf ILAP:Network . 100 rdfs:subClassOf ILAP:Network .
101 101
...@@ -109,9 +109,9 @@ ILAP:CAPEX ...@@ -109,9 +109,9 @@ ILAP:CAPEX
109 rdfs:label "CAPEX"^^xsd:string . 109 rdfs:label "CAPEX"^^xsd:string .
110 110
111 ILAP:Calendar 111 ILAP:Calendar
112 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 112 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
113 rdfs:label "Calendar"^^xsd:string ; 113 rdfs:label "Calendar"^^xsd:string ;
114 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 114 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
115 rdfs:subClassOf 115 rdfs:subClassOf
116 [ rdf:type owl:Restriction ; 116 [ rdf:type owl:Restriction ;
117 owl:allValuesFrom ILAP:CalendarFreePeriod ; 117 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -119,14 +119,14 @@ ILAP:Calendar ...@@ -119,14 +119,14 @@ ILAP:Calendar
119 ] . 119 ] .
120 120
121 ILAP:CalendarDay 121 ILAP:CalendarDay
122 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 122 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
123 rdfs:label "Calendar day"^^xsd:string ; 123 rdfs:label "Calendar day"^^xsd:string ;
124 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 124 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
125 125
126 ILAP:CalendarFreePeriod 126 ILAP:CalendarFreePeriod
127 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 127 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
128 rdfs:label "Calendar free period"^^xsd:string ; 128 rdfs:label "Calendar free period"^^xsd:string ;
129 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 129 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
130 rdfs:subClassOf 130 rdfs:subClassOf
131 [ rdf:type owl:Restriction ; 131 [ rdf:type owl:Restriction ;
132 owl:onClass ILAP:Calendar ; 132 owl:onClass ILAP:Calendar ;
...@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod ...@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod
138 ] . 138 ] .
139 139
140 ILAP:CalendarFreePeriodWeekRepeat 140 ILAP:CalendarFreePeriodWeekRepeat
141 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 141 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
142 rdfs:label "Free day"^^xsd:string ; 142 rdfs:label "Free day"^^xsd:string ;
143 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 143 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
144 144
145 ILAP:CalendarHour 145 ILAP:CalendarHour
146 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 146 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
147 rdfs:label "calendar hour"^^xsd:string ; 147 rdfs:label "calendar hour"^^xsd:string ;
148 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 148 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
149 149
150 ILAP:CalendarPeriod 150 ILAP:CalendarPeriod
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 151 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
152 rdfs:label "Calendar period"^^xsd:string ; 152 rdfs:label "Calendar period"^^xsd:string ;
153 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 153 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
154 rdfs:subClassOf 154 rdfs:subClassOf
155 [ rdf:type owl:Restriction ; 155 [ rdf:type owl:Restriction ;
156 - owl:allValuesFrom ILAP:CalendarHour ; 156 + owl:allValuesFrom ILAP:CalendarDay ;
157 - owl:onProperty ILAP:hasCalendarPeriodHour 157 + owl:onProperty ILAP:hasCalendarPeriodDay
158 ] ; 158 ] ;
159 rdfs:subClassOf 159 rdfs:subClassOf
160 [ rdf:type owl:Restriction ; 160 [ rdf:type owl:Restriction ;
161 - owl:allValuesFrom ILAP:CalendarDay ; 161 + owl:allValuesFrom ILAP:CalendarHour ;
162 - owl:onProperty ILAP:hasCalendarPeriodDay 162 + owl:onProperty ILAP:hasCalendarPeriodHour
163 ] . 163 ] .
164 164
165 ILAP:Constraint 165 ILAP:Constraint
166 rdf:type owl:Class ; 166 rdf:type owl:Class ;
167 rdfs:label "Constraint"^^xsd:string ; 167 rdfs:label "Constraint"^^xsd:string ;
168 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 168 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
169 169
170 ILAP:Contract 170 ILAP:Contract
171 rdf:type owl:Class ; 171 rdf:type owl:Class ;
172 rdfs:label "Contract"^^xsd:string ; 172 rdfs:label "Contract"^^xsd:string ;
173 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 173 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
174 174
175 ILAP:ControlSchedule 175 ILAP:ControlSchedule
176 rdf:type owl:Class ; 176 rdf:type owl:Class ;
...@@ -180,7 +180,7 @@ ILAP:ControlSchedule ...@@ -180,7 +180,7 @@ ILAP:ControlSchedule
180 ILAP:Cost 180 ILAP:Cost
181 rdf:type owl:Class ; 181 rdf:type owl:Class ;
182 rdfs:label "Cost"^^xsd:string ; 182 rdfs:label "Cost"^^xsd:string ;
183 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 183 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
184 184
185 ILAP:CostBased 185 ILAP:CostBased
186 rdf:type owl:Class ; 186 rdf:type owl:Class ;
...@@ -193,7 +193,7 @@ ILAP:Criticality ...@@ -193,7 +193,7 @@ ILAP:Criticality
193 rdfs:subClassOf owl:Thing . 193 rdfs:subClassOf owl:Thing .
194 194
195 ILAP:CurrentSchedule 195 ILAP:CurrentSchedule
196 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 196 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
197 rdfs:label "Current schedule"^^xsd:string ; 197 rdfs:label "Current schedule"^^xsd:string ;
198 rdfs:subClassOf ILAP:Schedule . 198 rdfs:subClassOf ILAP:Schedule .
199 199
...@@ -228,7 +228,7 @@ ILAP:DG7 ...@@ -228,7 +228,7 @@ ILAP:DG7
228 ILAP:Data 228 ILAP:Data
229 rdf:type owl:Class ; 229 rdf:type owl:Class ;
230 rdfs:label "Data"^^xsd:string ; 230 rdfs:label "Data"^^xsd:string ;
231 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 231 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
232 rdfs:subClassOf 232 rdfs:subClassOf
233 [ rdf:type owl:Restriction ; 233 [ rdf:type owl:Restriction ;
234 owl:onClass ILAP:Project ; 234 owl:onClass ILAP:Project ;
...@@ -238,18 +238,20 @@ ILAP:Data ...@@ -238,18 +238,20 @@ ILAP:Data
238 ] . 238 ] .
239 239
240 ILAP:Discipline 240 ILAP:Discipline
241 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 241 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
242 rdfs:label "Discipline"^^xsd:string ; 242 rdfs:label "Discipline"^^xsd:string ;
243 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . 243 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
244 244
245 ILAP:ExternalReference 245 ILAP:ExternalReference
246 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 246 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
247 rdfs:label "External Reference"^^xsd:string ; 247 rdfs:label "External Reference"^^xsd:string ;
248 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 248 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
249 rdfs:subClassOf 249 rdfs:subClassOf
250 [ rdf:type owl:Restriction ; 250 [ rdf:type owl:Restriction ;
251 - owl:allValuesFrom ILAP:Application ; 251 + owl:onDataRange xsd:string ;
252 - owl:onProperty ILAP:hasReferenceApplication 252 + owl:onProperty ILAP:hasObjectReferenceID ;
253 + owl:qualifiedCardinality
254 + "1"^^xsd:nonNegativeInteger
253 ] ; 255 ] ;
254 rdfs:subClassOf 256 rdfs:subClassOf
255 [ rdf:type owl:Restriction ; 257 [ rdf:type owl:Restriction ;
...@@ -258,21 +260,19 @@ ILAP:ExternalReference ...@@ -258,21 +260,19 @@ ILAP:ExternalReference
258 ] ; 260 ] ;
259 rdfs:subClassOf 261 rdfs:subClassOf
260 [ rdf:type owl:Restriction ; 262 [ rdf:type owl:Restriction ;
261 - owl:onDataRange xsd:string ; 263 + owl:allValuesFrom ILAP:Application ;
262 - owl:onProperty ILAP:hasObjectReferenceID ; 264 + owl:onProperty ILAP:hasReferenceApplication
263 - owl:qualifiedCardinality
264 - "1"^^xsd:nonNegativeInteger
265 ] . 265 ] .
266 266
267 ILAP:FinishToFinish 267 ILAP:FinishToFinish
268 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 268 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
269 rdfs:label "Finish to finish"^^xsd:string ; 269 rdfs:label "Finish to finish"^^xsd:string ;
270 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 270 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
271 271
272 ILAP:FinishToStart 272 ILAP:FinishToStart
273 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 273 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
274 rdfs:label "Finish to start"^^xsd:string ; 274 rdfs:label "Finish to start"^^xsd:string ;
275 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 275 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
276 276
277 ILAP:FunctionalLocation 277 ILAP:FunctionalLocation
278 rdf:type owl:Class ; 278 rdf:type owl:Class ;
...@@ -298,7 +298,7 @@ ILAP:Hot_Work ...@@ -298,7 +298,7 @@ ILAP:Hot_Work
298 ILAP:Information 298 ILAP:Information
299 rdf:type owl:Class ; 299 rdf:type owl:Class ;
300 rdfs:label "Information"^^xsd:string ; 300 rdfs:label "Information"^^xsd:string ;
301 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 301 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
302 302
303 ILAP:Knowledge 303 ILAP:Knowledge
304 rdf:type owl:Class ; 304 rdf:type owl:Class ;
...@@ -310,14 +310,14 @@ ILAP:Lifting_Operation ...@@ -310,14 +310,14 @@ ILAP:Lifting_Operation
310 rdfs:label "Lifting Operation"^^xsd:string . 310 rdfs:label "Lifting Operation"^^xsd:string .
311 311
312 ILAP:LiveSchedule 312 ILAP:LiveSchedule
313 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 313 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
314 rdfs:label "Live schedule"^^xsd:string ; 314 rdfs:label "Live schedule"^^xsd:string ;
315 rdfs:subClassOf ILAP:Schedule . 315 rdfs:subClassOf ILAP:Schedule .
316 316
317 ILAP:Location 317 ILAP:Location
318 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 318 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
319 rdfs:label "Location"^^xsd:string ; 319 rdfs:label "Location"^^xsd:string ;
320 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 320 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
321 321
322 ILAP:LowCriticality 322 ILAP:LowCriticality
323 rdf:type ILAP:Criticality ; 323 rdf:type ILAP:Criticality ;
...@@ -328,7 +328,7 @@ ILAP:LowPriority ...@@ -328,7 +328,7 @@ ILAP:LowPriority
328 rdfs:label "Low priority"^^xsd:string . 328 rdfs:label "Low priority"^^xsd:string .
329 329
330 ILAP:Milestone 330 ILAP:Milestone
331 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 331 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
332 rdfs:label "Milestone"^^xsd:string . 332 rdfs:label "Milestone"^^xsd:string .
333 333
334 ILAP:MilestoneType 334 ILAP:MilestoneType
...@@ -343,7 +343,7 @@ ILAP:Missing_Barriers ...@@ -343,7 +343,7 @@ ILAP:Missing_Barriers
343 ILAP:Network 343 ILAP:Network
344 rdf:type owl:Class ; 344 rdf:type owl:Class ;
345 rdfs:label "Network"^^xsd:string ; 345 rdfs:label "Network"^^xsd:string ;
346 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 346 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
347 347
348 ILAP:NormalCriticality 348 ILAP:NormalCriticality
349 rdf:type ILAP:Criticality ; 349 rdf:type ILAP:Criticality ;
...@@ -362,11 +362,6 @@ ILAP:Objective ...@@ -362,11 +362,6 @@ ILAP:Objective
362 rdfs:label "Objective"^^xsd:string ; 362 rdfs:label "Objective"^^xsd:string ;
363 rdfs:subClassOf owl:Thing . 363 rdfs:subClassOf owl:Thing .
364 364
365 -ILAP:Operation
366 - rdf:type owl:Class ;
367 - rdfs:label "Operation"^^xsd:string ;
368 - rdfs:subClassOf ILAP:WorkTask .
369 -
370 ILAP:OperationStatus 365 ILAP:OperationStatus
371 rdf:type owl:Class ; 366 rdf:type owl:Class ;
372 rdfs:label "Operation status"^^xsd:string ; 367 rdfs:label "Operation status"^^xsd:string ;
...@@ -378,49 +373,49 @@ ILAP:PhysicalLocation ...@@ -378,49 +373,49 @@ ILAP:PhysicalLocation
378 rdfs:subClassOf ILAP:Location . 373 rdfs:subClassOf ILAP:Location .
379 374
380 ILAP:PlanClassifier 375 ILAP:PlanClassifier
381 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 376 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
382 rdfs:label "Plan classifier"^^xsd:string ; 377 rdfs:label "Plan classifier"^^xsd:string ;
383 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 378 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
384 379
385 ILAP:PlanContentType 380 ILAP:PlanContentType
386 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 381 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
387 rdfs:label "Content type"^^xsd:string ; 382 rdfs:label "Content type"^^xsd:string ;
388 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 383 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
389 384
390 ILAP:PlanContractType 385 ILAP:PlanContractType
391 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 386 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
392 rdfs:label "Plan contract type"^^xsd:string ; 387 rdfs:label "Plan contract type"^^xsd:string ;
393 rdfs:subClassOf ILAP:PlanClassifier . 388 rdfs:subClassOf ILAP:PlanClassifier .
394 389
395 ILAP:PlanExpenseType 390 ILAP:PlanExpenseType
396 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 391 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
397 rdfs:label "Plan expense type"^^xsd:string ; 392 rdfs:label "Plan expense type"^^xsd:string ;
398 rdfs:subClassOf ILAP:PlanClassifier . 393 rdfs:subClassOf ILAP:PlanClassifier .
399 394
400 ILAP:PlanGeoArea 395 ILAP:PlanGeoArea
401 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 396 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
402 rdfs:label "Plan geographic area"^^xsd:string ; 397 rdfs:label "Plan geographic area"^^xsd:string ;
403 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 398 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
404 399
405 ILAP:PlanLevel 400 ILAP:PlanLevel
406 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 401 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
407 rdfs:label "Plan level"^^xsd:string ; 402 rdfs:label "Plan level"^^xsd:string ;
408 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 403 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
409 404
410 ILAP:PlanLifecycleStage 405 ILAP:PlanLifecycleStage
411 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 406 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
412 rdfs:label "Plan lifecycle stage"^^xsd:string ; 407 rdfs:label "Plan lifecycle stage"^^xsd:string ;
413 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 408 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
414 409
415 ILAP:PlanObjectiveType 410 ILAP:PlanObjectiveType
416 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 411 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
417 rdfs:label "Plan objective type"^^xsd:string ; 412 rdfs:label "Plan objective type"^^xsd:string ;
418 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 413 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
419 414
420 ILAP:PlanProjectType 415 ILAP:PlanProjectType
421 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 416 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
422 rdfs:label "Plan project type"^^xsd:string ; 417 rdfs:label "Plan project type"^^xsd:string ;
423 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 418 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
424 419
425 ILAP:PlannedActivity 420 ILAP:PlannedActivity
426 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 421 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -428,35 +423,33 @@ ILAP:PlannedActivity ...@@ -428,35 +423,33 @@ ILAP:PlannedActivity
428 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 423 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
429 rdfs:subClassOf 424 rdfs:subClassOf
430 [ rdf:type owl:Restriction ; 425 [ rdf:type owl:Restriction ;
431 - owl:maxQualifiedCardinality 426 + owl:allValuesFrom ILAP:Result ;
432 - "1"^^xsd:nonNegativeInteger ; 427 + owl:onProperty ILAP:hasActivityResult
433 - owl:onClass ILAP:ProjectExecutionPlan ;
434 - owl:onProperty ILAP:hasActivityPlan
435 ] ; 428 ] ;
436 rdfs:subClassOf 429 rdfs:subClassOf
437 [ rdf:type owl:Restriction ; 430 [ rdf:type owl:Restriction ;
438 - owl:allValuesFrom ILAP:ResourceProfile ; 431 + owl:allValuesFrom ILAP:Location ;
439 - owl:onProperty ILAP:hasActivityResourceProfile 432 + owl:onProperty ILAP:hasActivityLocation
440 ] ; 433 ] ;
441 rdfs:subClassOf 434 rdfs:subClassOf
442 [ rdf:type owl:Restriction ; 435 [ rdf:type owl:Restriction ;
443 owl:allValuesFrom ILAP:ActivityDependency ; 436 owl:allValuesFrom ILAP:ActivityDependency ;
444 - owl:onProperty ILAP:hasActivityPredecessor 437 + owl:onProperty ILAP:hasActivitySuccessor
445 ] ; 438 ] ;
446 rdfs:subClassOf 439 rdfs:subClassOf
447 [ rdf:type owl:Restriction ; 440 [ rdf:type owl:Restriction ;
448 - owl:allValuesFrom ILAP:Result ; 441 + owl:allValuesFrom ILAP:ActivityDependency ;
449 - owl:onProperty ILAP:hasActivityResult 442 + owl:onProperty ILAP:hasActivityPredecessor
450 ] ; 443 ] ;
451 rdfs:subClassOf 444 rdfs:subClassOf
452 [ rdf:type owl:Restriction ; 445 [ rdf:type owl:Restriction ;
453 - owl:onProperty ILAP:hasActivityDiscipline ; 446 + owl:allValuesFrom ILAP:ResponsiblePerson ;
454 - owl:someValuesFrom ILAP:Discipline 447 + owl:onProperty ILAP:hasActivityResponsiblePerson
455 ] ; 448 ] ;
456 rdfs:subClassOf 449 rdfs:subClassOf
457 [ rdf:type owl:Restriction ; 450 [ rdf:type owl:Restriction ;
458 - owl:allValuesFrom ILAP:ActivityDependency ; 451 + owl:onProperty ILAP:hasActivityDiscipline ;
459 - owl:onProperty ILAP:hasActivitySuccessor 452 + owl:someValuesFrom ILAP:Discipline
460 ] ; 453 ] ;
461 rdfs:subClassOf 454 rdfs:subClassOf
462 [ rdf:type owl:Restriction ; 455 [ rdf:type owl:Restriction ;
...@@ -465,13 +458,15 @@ ILAP:PlannedActivity ...@@ -465,13 +458,15 @@ ILAP:PlannedActivity
465 ] ; 458 ] ;
466 rdfs:subClassOf 459 rdfs:subClassOf
467 [ rdf:type owl:Restriction ; 460 [ rdf:type owl:Restriction ;
468 - owl:allValuesFrom ILAP:ResponsiblePerson ; 461 + owl:maxQualifiedCardinality
469 - owl:onProperty ILAP:hasActivityResponsiblePerson 462 + "1"^^xsd:nonNegativeInteger ;
463 + owl:onClass ILAP:ProjectExecutionPlan ;
464 + owl:onProperty ILAP:hasActivityPlan
470 ] ; 465 ] ;
471 rdfs:subClassOf 466 rdfs:subClassOf
472 [ rdf:type owl:Restriction ; 467 [ rdf:type owl:Restriction ;
473 - owl:allValuesFrom ILAP:Location ; 468 + owl:allValuesFrom ILAP:ResourceProfile ;
474 - owl:onProperty ILAP:hasActivityLocation 469 + owl:onProperty ILAP:hasActivityResourceProfile
475 ] . 470 ] .
476 471
477 ILAP:PlannedMilestone 472 ILAP:PlannedMilestone
...@@ -500,13 +495,18 @@ ILAP:Programme ...@@ -500,13 +495,18 @@ ILAP:Programme
500 rdfs:subClassOf ILAP:Project . 495 rdfs:subClassOf ILAP:Project .
501 496
502 ILAP:Project 497 ILAP:Project
503 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 498 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
504 rdfs:label "Project"^^xsd:string ; 499 rdfs:label "Project"^^xsd:string ;
505 rdfs:subClassOf ILAP:Activity ; 500 rdfs:subClassOf ILAP:Activity ;
506 rdfs:subClassOf 501 rdfs:subClassOf
507 [ rdf:type owl:Restriction ; 502 [ rdf:type owl:Restriction ;
508 - owl:allValuesFrom BRREG:OilCompany ; 503 + owl:allValuesFrom ILAP:Project ;
509 - owl:onProperty ILAP:hasProjectResponsible 504 + owl:onProperty ILAP:hasProjectSubproject
505 + ] ;
506 + rdfs:subClassOf
507 + [ rdf:type owl:Restriction ;
508 + owl:allValuesFrom ILAP:ExternalReference ;
509 + owl:onProperty ILAP:hasExternalReference
510 ] ; 510 ] ;
511 rdfs:subClassOf 511 rdfs:subClassOf
512 [ rdf:type owl:Restriction ; 512 [ rdf:type owl:Restriction ;
...@@ -517,13 +517,8 @@ ILAP:Project ...@@ -517,13 +517,8 @@ ILAP:Project
517 ] ; 517 ] ;
518 rdfs:subClassOf 518 rdfs:subClassOf
519 [ rdf:type owl:Restriction ; 519 [ rdf:type owl:Restriction ;
520 - owl:allValuesFrom ILAP:ExternalReference ; 520 + owl:allValuesFrom BRREG:OilCompany ;
521 - owl:onProperty ILAP:hasExternalReference 521 + owl:onProperty ILAP:hasProjectResponsible
522 - ] ;
523 - rdfs:subClassOf
524 - [ rdf:type owl:Restriction ;
525 - owl:allValuesFrom ILAP:Project ;
526 - owl:onProperty ILAP:hasProjectSubproject
527 ] . 522 ] .
528 523
529 ILAP:ProjectExecutionPlan 524 ILAP:ProjectExecutionPlan
...@@ -532,23 +527,25 @@ ILAP:ProjectExecutionPlan ...@@ -532,23 +527,25 @@ ILAP:ProjectExecutionPlan
532 rdfs:subClassOf ILAP:Network ; 527 rdfs:subClassOf ILAP:Network ;
533 rdfs:subClassOf 528 rdfs:subClassOf
534 [ rdf:type owl:Restriction ; 529 [ rdf:type owl:Restriction ;
535 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 530 + owl:allValuesFrom BRREG:LegalEntity ;
536 - owl:onProperty ILAP:hasPlanAsset 531 + owl:onProperty ILAP:hasPlanResponsible
537 ] ; 532 ] ;
538 rdfs:subClassOf 533 rdfs:subClassOf
539 [ rdf:type owl:Restriction ; 534 [ rdf:type owl:Restriction ;
540 - owl:onProperty ILAP:hasPlanContentType ; 535 + owl:onProperty ILAP:hasPlanLevel ;
541 - owl:someValuesFrom ILAP:PlanContentType 536 + owl:someValuesFrom ILAP:PlanLevel
542 ] ; 537 ] ;
543 rdfs:subClassOf 538 rdfs:subClassOf
544 [ rdf:type owl:Restriction ; 539 [ rdf:type owl:Restriction ;
545 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 540 + owl:maxQualifiedCardinality
546 - owl:onProperty ILAP:hasPlanRollUpPlan 541 + "1"^^xsd:nonNegativeInteger ;
542 + owl:onClass ILAP:Project ;
543 + owl:onProperty ILAP:hasPlanProject
547 ] ; 544 ] ;
548 rdfs:subClassOf 545 rdfs:subClassOf
549 [ rdf:type owl:Restriction ; 546 [ rdf:type owl:Restriction ;
550 - owl:onProperty ILAP:hasPlanLevel ; 547 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
551 - owl:someValuesFrom ILAP:PlanLevel 548 + owl:onProperty ILAP:hasPlanSubplan
552 ] ; 549 ] ;
553 rdfs:subClassOf 550 rdfs:subClassOf
554 [ rdf:type owl:Restriction ; 551 [ rdf:type owl:Restriction ;
...@@ -557,20 +554,18 @@ ILAP:ProjectExecutionPlan ...@@ -557,20 +554,18 @@ ILAP:ProjectExecutionPlan
557 ] ; 554 ] ;
558 rdfs:subClassOf 555 rdfs:subClassOf
559 [ rdf:type owl:Restriction ; 556 [ rdf:type owl:Restriction ;
560 - owl:maxQualifiedCardinality 557 + owl:onProperty ILAP:hasPlanContentType ;
561 - "1"^^xsd:nonNegativeInteger ; 558 + owl:someValuesFrom ILAP:PlanContentType
562 - owl:onClass ILAP:Project ;
563 - owl:onProperty ILAP:hasPlanProject
564 ] ; 559 ] ;
565 rdfs:subClassOf 560 rdfs:subClassOf
566 [ rdf:type owl:Restriction ; 561 [ rdf:type owl:Restriction ;
567 - owl:onProperty ILAP:hasPlanProjectType ; 562 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
568 - owl:someValuesFrom ILAP:PlanProjectType 563 + owl:onProperty ILAP:hasPlanRollUpPlan
569 ] ; 564 ] ;
570 rdfs:subClassOf 565 rdfs:subClassOf
571 [ rdf:type owl:Restriction ; 566 [ rdf:type owl:Restriction ;
572 - owl:allValuesFrom BRREG:LegalEntity ; 567 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
573 - owl:onProperty ILAP:hasPlanResponsible 568 + owl:onProperty ILAP:hasPlanAsset
574 ] ; 569 ] ;
575 rdfs:subClassOf 570 rdfs:subClassOf
576 [ rdf:type owl:Restriction ; 571 [ rdf:type owl:Restriction ;
...@@ -579,6 +574,11 @@ ILAP:ProjectExecutionPlan ...@@ -579,6 +574,11 @@ ILAP:ProjectExecutionPlan
579 ] ; 574 ] ;
580 rdfs:subClassOf 575 rdfs:subClassOf
581 [ rdf:type owl:Restriction ; 576 [ rdf:type owl:Restriction ;
577 + owl:allValuesFrom ILAP:PlanObjectiveType ;
578 + owl:onProperty ILAP:hasPlanObjectiveType
579 + ] ;
580 + rdfs:subClassOf
581 + [ rdf:type owl:Restriction ;
582 owl:maxQualifiedCardinality 582 owl:maxQualifiedCardinality
583 "1"^^xsd:nonNegativeInteger ; 583 "1"^^xsd:nonNegativeInteger ;
584 owl:onClass ILAP:PlanLevel ; 584 owl:onClass ILAP:PlanLevel ;
...@@ -586,18 +586,13 @@ ILAP:ProjectExecutionPlan ...@@ -586,18 +586,13 @@ ILAP:ProjectExecutionPlan
586 ] ; 586 ] ;
587 rdfs:subClassOf 587 rdfs:subClassOf
588 [ rdf:type owl:Restriction ; 588 [ rdf:type owl:Restriction ;
589 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 589 + owl:onProperty ILAP:hasPlanProjectType ;
590 - owl:onProperty ILAP:hasPlanSubplan 590 + owl:someValuesFrom ILAP:PlanProjectType
591 ] ; 591 ] ;
592 rdfs:subClassOf 592 rdfs:subClassOf
593 [ rdf:type owl:Restriction ; 593 [ rdf:type owl:Restriction ;
594 owl:allValuesFrom ILAP:PlanLifecycleStage ; 594 owl:allValuesFrom ILAP:PlanLifecycleStage ;
595 owl:onProperty ILAP:hasPlanLifecycleStage 595 owl:onProperty ILAP:hasPlanLifecycleStage
596 - ] ;
597 - rdfs:subClassOf
598 - [ rdf:type owl:Restriction ;
599 - owl:allValuesFrom ILAP:PlanObjectiveType ;
600 - owl:onProperty ILAP:hasPlanObjectiveType
601 ] . 596 ] .
602 597
603 ILAP:ProjectType 598 ILAP:ProjectType
...@@ -606,18 +601,18 @@ ILAP:ProjectType ...@@ -606,18 +601,18 @@ ILAP:ProjectType
606 rdfs:subClassOf owl:Thing . 601 rdfs:subClassOf owl:Thing .
607 602
608 ILAP:Regular8To16WorkingDayCalendar 603 ILAP:Regular8To16WorkingDayCalendar
609 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 604 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
610 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 605 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
611 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 606 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
612 607
613 ILAP:Reservoir_Drilling 608 ILAP:Reservoir_Drilling
614 rdf:type ILAP:RiskFactor ; 609 rdf:type ILAP:RiskFactor ;
615 rdfs:label "Reservoir Drilling"^^xsd:string . 610 rdfs:label "Reservoir Drilling"^^xsd:string .
616 611
617 ILAP:Resource 612 ILAP:Resource
618 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 613 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
619 rdfs:label "Resource"^^xsd:string ; 614 rdfs:label "Resource"^^xsd:string ;
620 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 615 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
621 616
622 ILAP:ResourceEstimate 617 ILAP:ResourceEstimate
623 rdf:type owl:Class ; 618 rdf:type owl:Class ;
...@@ -625,14 +620,14 @@ ILAP:ResourceEstimate ...@@ -625,14 +620,14 @@ ILAP:ResourceEstimate
625 rdfs:subClassOf ILAP:ResourceStructure . 620 rdfs:subClassOf ILAP:ResourceStructure .
626 621
627 ILAP:ResourceProfile 622 ILAP:ResourceProfile
628 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 623 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
629 rdfs:label "Resource profile"^^xsd:string ; 624 rdfs:label "Resource profile"^^xsd:string ;
630 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 625 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
631 626
632 ILAP:ResourceProfilePoint 627 ILAP:ResourceProfilePoint
633 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 628 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
634 rdfs:label "resource Profile point"^^xsd:string ; 629 rdfs:label "resource Profile point"^^xsd:string ;
635 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 630 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
636 631
637 ILAP:ResourceStructure 632 ILAP:ResourceStructure
638 rdf:type owl:Class ; 633 rdf:type owl:Class ;
...@@ -640,17 +635,17 @@ ILAP:ResourceStructure ...@@ -640,17 +635,17 @@ ILAP:ResourceStructure
640 rdfs:subClassOf ILAP:Network . 635 rdfs:subClassOf ILAP:Network .
641 636
642 ILAP:ResponsibleOrganization 637 ILAP:ResponsibleOrganization
643 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 638 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
644 rdfs:label "Responsible organization"^^xsd:string ; 639 rdfs:label "Responsible organization"^^xsd:string ;
645 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 640 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
646 641
647 ILAP:ResponsiblePerson 642 ILAP:ResponsiblePerson
648 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 643 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
649 rdfs:label "Responsible"^^xsd:string ; 644 rdfs:label "Responsible"^^xsd:string ;
650 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 645 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
651 646
652 ILAP:Result 647 ILAP:Result
653 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 648 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
654 rdfs:label "Result"^^xsd:string ; 649 rdfs:label "Result"^^xsd:string ;
655 rdfs:subClassOf owl:Thing . 650 rdfs:subClassOf owl:Thing .
656 651
...@@ -665,9 +660,9 @@ ILAP:RiskFactor ...@@ -665,9 +660,9 @@ ILAP:RiskFactor
665 rdfs:subClassOf owl:Thing . 660 rdfs:subClassOf owl:Thing .
666 661
667 ILAP:Schedule 662 ILAP:Schedule
668 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 663 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
669 rdfs:label "Scheduled Activity Network"^^xsd:string ; 664 rdfs:label "Scheduled Activity Network"^^xsd:string ;
670 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 665 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
671 rdfs:subClassOf 666 rdfs:subClassOf
672 [ rdf:type owl:Restriction ; 667 [ rdf:type owl:Restriction ;
673 owl:maxQualifiedCardinality 668 owl:maxQualifiedCardinality
...@@ -677,22 +672,22 @@ ILAP:Schedule ...@@ -677,22 +672,22 @@ ILAP:Schedule
677 ] . 672 ] .
678 673
679 ILAP:ScheduledActivity 674 ILAP:ScheduledActivity
680 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 675 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
681 rdfs:label "Activity in Network Schedule"^^xsd:string ; 676 rdfs:label "Activity in Network Schedule"^^xsd:string ;
682 rdfs:subClassOf ILAP:PlannedActivity ; 677 rdfs:subClassOf ILAP:PlannedActivity ;
683 rdfs:subClassOf 678 rdfs:subClassOf
684 [ rdf:type owl:Restriction ; 679 [ rdf:type owl:Restriction ;
685 owl:maxQualifiedCardinality 680 owl:maxQualifiedCardinality
686 "1"^^xsd:nonNegativeInteger ; 681 "1"^^xsd:nonNegativeInteger ;
687 - owl:onClass ILAP:PlannedActivity ; 682 + owl:onClass ILAP:Schedule ;
688 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 683 + owl:onProperty ILAP:hasActivitySchedule
689 ] ; 684 ] ;
690 rdfs:subClassOf 685 rdfs:subClassOf
691 [ rdf:type owl:Restriction ; 686 [ rdf:type owl:Restriction ;
692 owl:maxQualifiedCardinality 687 owl:maxQualifiedCardinality
693 "1"^^xsd:nonNegativeInteger ; 688 "1"^^xsd:nonNegativeInteger ;
694 - owl:onClass ILAP:Schedule ; 689 + owl:onClass ILAP:PlannedActivity ;
695 - owl:onProperty ILAP:hasActivitySchedule 690 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
696 ] . 691 ] .
697 692
698 ILAP:ScheduledMilestone 693 ILAP:ScheduledMilestone
...@@ -705,9 +700,9 @@ ILAP:Shallow_Gas ...@@ -705,9 +700,9 @@ ILAP:Shallow_Gas
705 rdfs:label "Shallow Gas"^^xsd:string . 700 rdfs:label "Shallow Gas"^^xsd:string .
706 701
707 ILAP:Source 702 ILAP:Source
708 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 703 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
709 rdfs:label "Source"^^xsd:string ; 704 rdfs:label "Source"^^xsd:string ;
710 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 705 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
711 706
712 ILAP:SourceSpecifiedUserField 707 ILAP:SourceSpecifiedUserField
713 rdf:type owl:Class ; 708 rdf:type owl:Class ;
...@@ -720,22 +715,22 @@ ILAP:SpecifiedUserField ...@@ -720,22 +715,22 @@ ILAP:SpecifiedUserField
720 rdfs:subClassOf ILAP:UserField . 715 rdfs:subClassOf ILAP:UserField .
721 716
722 ILAP:StartToFinish 717 ILAP:StartToFinish
723 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 718 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
724 rdfs:label "Start to finish"^^xsd:string ; 719 rdfs:label "Start to finish"^^xsd:string ;
725 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 720 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
726 721
727 ILAP:StartToStart 722 ILAP:StartToStart
728 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 723 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
729 rdfs:label "Start to start"^^xsd:string ; 724 rdfs:label "Start to start"^^xsd:string ;
730 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 725 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
731 726
732 ILAP:Status 727 ILAP:Status
733 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 728 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
734 rdfs:label "Status"^^xsd:string ; 729 rdfs:label "Status"^^xsd:string ;
735 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 730 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
736 731
737 ILAP:TargetSchedule 732 ILAP:TargetSchedule
738 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 733 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
739 rdfs:label "Target schedule"^^xsd:string ; 734 rdfs:label "Target schedule"^^xsd:string ;
740 rdfs:subClassOf ILAP:Schedule . 735 rdfs:subClassOf ILAP:Schedule .
741 736
...@@ -750,7 +745,7 @@ ILAP:UnitBased ...@@ -750,7 +745,7 @@ ILAP:UnitBased
750 rdfs:subClassOf ILAP:Resource . 745 rdfs:subClassOf ILAP:Resource .
751 746
752 ILAP:UserField 747 ILAP:UserField
753 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 748 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
754 rdfs:label "User field"^^xsd:string ; 749 rdfs:label "User field"^^xsd:string ;
755 rdfs:subClassOf ILAP:Data ; 750 rdfs:subClassOf ILAP:Data ;
756 rdfs:subClassOf 751 rdfs:subClassOf
...@@ -764,16 +759,16 @@ ILAP:UserField ...@@ -764,16 +759,16 @@ ILAP:UserField
764 ILAP:Value 759 ILAP:Value
765 rdf:type owl:Class ; 760 rdf:type owl:Class ;
766 rdfs:label "Value"^^xsd:string ; 761 rdfs:label "Value"^^xsd:string ;
767 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 762 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
768 763
769 ILAP:Vessel_Operation 764 ILAP:Vessel_Operation
770 rdf:type ILAP:RiskFactor ; 765 rdf:type ILAP:RiskFactor ;
771 rdfs:label "Vessel Operation"^^xsd:string . 766 rdfs:label "Vessel Operation"^^xsd:string .
772 767
773 ILAP:WeekendsFreeCalendar 768 ILAP:WeekendsFreeCalendar
774 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 769 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
775 rdfs:label "Weekends free calendar"^^xsd:string ; 770 rdfs:label "Weekends free calendar"^^xsd:string ;
776 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 771 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
777 772
778 ILAP:WorkOrder 773 ILAP:WorkOrder
779 rdf:type owl:Class ; 774 rdf:type owl:Class ;
...@@ -781,18 +776,18 @@ ILAP:WorkOrder ...@@ -781,18 +776,18 @@ ILAP:WorkOrder
781 rdfs:subClassOf ILAP:WorkTask . 776 rdfs:subClassOf ILAP:WorkTask .
782 777
783 ILAP:WorkTask 778 ILAP:WorkTask
784 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 779 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
785 rdfs:label "Work task"^^xsd:string ; 780 rdfs:label "Work task"^^xsd:string ;
786 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 781 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
787 rdfs:subClassOf 782 rdfs:subClassOf
788 [ rdf:type owl:Restriction ; 783 [ rdf:type owl:Restriction ;
789 - owl:allValuesFrom BRREG:LegalEntity ; 784 + owl:onProperty ILAP:hasWorkTaskActivity ;
790 - owl:onProperty ILAP:hasWorkTaskResponsible 785 + owl:someValuesFrom ILAP:Activity
791 ] ; 786 ] ;
792 rdfs:subClassOf 787 rdfs:subClassOf
793 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
794 - owl:onProperty ILAP:hasWorkTaskActivity ; 789 + owl:allValuesFrom BRREG:LegalEntity ;
795 - owl:someValuesFrom ILAP:Activity 790 + owl:onProperty ILAP:hasWorkTaskResponsible
796 ] . 791 ] .
797 792
798 ILAP:WorkTaskStatus 793 ILAP:WorkTaskStatus
...@@ -892,7 +887,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -892,7 +887,7 @@ ILAP:hasActivityPhysicalPercentComplete
892 rdfs:range xsd:float . 887 rdfs:range xsd:float .
893 888
894 ILAP:hasActivityPlan 889 ILAP:hasActivityPlan
895 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 890 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
896 rdfs:domain ILAP:PlannedActivity ; 891 rdfs:domain ILAP:PlannedActivity ;
897 rdfs:label "has activity plan"^^xsd:string ; 892 rdfs:label "has activity plan"^^xsd:string ;
898 rdfs:range ILAP:ProjectExecutionPlan . 893 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -940,7 +935,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -940,7 +935,7 @@ ILAP:hasActivityResponsibleOrganization
940 rdfs:range ILAP:ResponsibleOrganization . 935 rdfs:range ILAP:ResponsibleOrganization .
941 936
942 ILAP:hasActivityResponsiblePerson 937 ILAP:hasActivityResponsiblePerson
943 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 938 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
944 rdfs:domain ILAP:PlannedActivity ; 939 rdfs:domain ILAP:PlannedActivity ;
945 rdfs:label "has activity responsible"^^xsd:string ; 940 rdfs:label "has activity responsible"^^xsd:string ;
946 rdfs:range ILAP:ResponsiblePerson . 941 rdfs:range ILAP:ResponsiblePerson .
...@@ -975,7 +970,7 @@ ILAP:hasActivityStatus ...@@ -975,7 +970,7 @@ ILAP:hasActivityStatus
975 rdfs:range ILAP:Status . 970 rdfs:range ILAP:Status .
976 971
977 ILAP:hasActivitySuccessor 972 ILAP:hasActivitySuccessor
978 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 973 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
979 rdfs:domain ILAP:PlannedActivity ; 974 rdfs:domain ILAP:PlannedActivity ;
980 rdfs:label "has activity successor"^^xsd:string ; 975 rdfs:label "has activity successor"^^xsd:string ;
981 rdfs:range ILAP:ActivityDependency ; 976 rdfs:range ILAP:ActivityDependency ;
...@@ -1036,7 +1031,7 @@ ILAP:hasCalendarDate ...@@ -1036,7 +1031,7 @@ ILAP:hasCalendarDate
1036 rdfs:label "has calendar date"^^xsd:string . 1031 rdfs:label "has calendar date"^^xsd:string .
1037 1032
1038 ILAP:hasCalendarFreePeriod 1033 ILAP:hasCalendarFreePeriod
1039 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1034 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1040 rdfs:domain ILAP:Calendar ; 1035 rdfs:domain ILAP:Calendar ;
1041 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1036 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1042 rdfs:range ILAP:CalendarFreePeriod . 1037 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1319,7 +1314,7 @@ ILAP:hasPlanRegulator ...@@ -1319,7 +1314,7 @@ ILAP:hasPlanRegulator
1319 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1314 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1320 1315
1321 ILAP:hasPlanResponsible 1316 ILAP:hasPlanResponsible
1322 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1317 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1323 rdfs:domain ILAP:ResponsibleOrganization ; 1318 rdfs:domain ILAP:ResponsibleOrganization ;
1324 rdfs:label "has plan responsible"^^xsd:string . 1319 rdfs:label "has plan responsible"^^xsd:string .
1325 1320
...@@ -1478,7 +1473,7 @@ ILAP:hasScheduledStart ...@@ -1478,7 +1473,7 @@ ILAP:hasScheduledStart
1478 rdfs:subPropertyOf ILAP:hasScheduleDate . 1473 rdfs:subPropertyOf ILAP:hasScheduleDate .
1479 1474
1480 ILAP:hasSuccessorActivity 1475 ILAP:hasSuccessorActivity
1481 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1476 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1482 rdfs:domain ILAP:ActivityDependency ; 1477 rdfs:domain ILAP:ActivityDependency ;
1483 rdfs:label "has successor activity "^^xsd:string ; 1478 rdfs:label "has successor activity "^^xsd:string ;
1484 rdfs:range ILAP:PlannedActivity ; 1479 rdfs:range ILAP:PlannedActivity ;
......
...@@ -17,23 +17,55 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N ...@@ -17,23 +17,55 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N
17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. 17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data.
18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; 18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ;
19 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; 19 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
20 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ; 20 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
21 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ; 21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; 22 +
23 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 23 +SCCS:SAB_D
24 -. 24 + rdf:type owl:Class ;
25 + rdfs:label "SAB_development phase"^^xsd:string ;
26 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
27 +
28 +SCCS:SAB_E
29 + rdf:type owl:Class ;
30 + rdfs:label "SAB exploration phase"^^xsd:string ;
31 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
32 +
33 +SCCS:SAB_O
34 + rdf:type owl:Class ;
35 + rdfs:label "SAB operation phase"^^xsd:string ;
36 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
37 +
38 +SCCS:SAB_P
39 + rdf:type owl:Class ;
40 + rdfs:label "SAB planning phase"^^xsd:string ;
41 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
42 +
43 +SCCS:SAB_R
44 + rdf:type owl:Class ;
45 + rdfs:label "SAB removal phase"^^xsd:string ;
46 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
47 +
48 +SCCS:SAB_S
49 + rdf:type owl:Class ;
50 + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
51 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
52 +
25 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#COR_Thing> 53 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#COR_Thing>
26 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; 54 + rdf:type owl:Class ;
27 -. 55 + rdfs:label "COR Thing"^^xsd:string ;
56 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> .
57 +
28 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#PBS_Thing> 58 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#PBS_Thing>
29 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; 59 + rdf:type owl:Class ;
30 -. 60 + rdfs:label "PBS Thing"^^xsd:string ;
61 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> .
62 +
31 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SAB_Thing> 63 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SAB_Thing>
32 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ;
33 -.
34 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing>
35 - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
36 rdf:type owl:Class ; 64 rdf:type owl:Class ;
65 + rdfs:label "SAB Thing"^^xsd:string ;
66 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> .
67 +
68 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing>
69 + rdf:type owl:Class , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
37 rdfs:comment "SCCS top level thing"^^xsd:string ; 70 rdfs:comment "SCCS top level thing"^^xsd:string ;
38 - rdfs:label "SCCS Thing"^^xsd:string ; 71 + rdfs:label "SCCS Thing"^^xsd:string .
39 -.
......