Tore Christiansen

Updated subclass and type for all ILAP Core classes

1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 -# imports: http://data.posccaesar.org/brreg/
3 -# imports: http://data.posccaesar.org/ccu/
4 -# imports: http://data.posccaesar.org/diskos/
5 -# imports: http://data.posccaesar.org/epcis/
6 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
7 -# imports: http://data.posccaesar.org/npd/ 3 +
8 -# imports: http://data.posccaesar.org/pob/ 4 +@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
9 -# imports: http://data.posccaesar.org/sccs/ 5 +@prefix ILAP: <http://data.posccaesar.org/ilap/> .
10 - 6 +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
11 -# c14n-version: 3 7 +@prefix SCCS: <http://data.posccaesar.org/sccs/> .
12 -@prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 -@prefix ILAP: <http://data.posccaesar.org/ilap/> . 9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 -@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 -@prefix SCCS: <http://data.posccaesar.org/sccs/> . 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 12 +
17 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 +NCS: rdf:type owl:Ontology ;
18 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 14 + owl:imports ILAP: .
19 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 +
20 ILAP: 16 ILAP:
21 - rdf:type owl:Ontology ; 17 + rdf:type owl:Ontology ;
22 - owl:imports <http://data.posccaesar.org/brreg/> ; 18 + owl:imports <http://data.posccaesar.org/ccu/> , SCCS: , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/diskos/> , ILAP: , <http://data.posccaesar.org/epcis/> ;
23 - owl:imports <http://data.posccaesar.org/ccu/> ; 19 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 - owl:imports <http://data.posccaesar.org/diskos/> ; 20 +
25 - owl:imports <http://data.posccaesar.org/epcis/> ;
26 - owl:imports ILAP: ;
27 - owl:imports <http://data.posccaesar.org/npd/> ;
28 - owl:imports <http://data.posccaesar.org/pob/> ;
29 - owl:imports SCCS: ;
30 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
31 -.
32 ILAP:Active 21 ILAP:Active
33 - rdf:type ILAP:Status ; 22 + rdf:type ILAP:Status ;
34 - rdfs:label "Active"^^xsd:string ; 23 + rdfs:label "Active"^^xsd:string .
35 -. 24 +
36 ILAP:Aquisition 25 ILAP:Aquisition
37 - rdf:type ILAP:PlanLifecyclePhase ; 26 + rdf:type ILAP:PlanLifecyclePhase ;
38 - rdfs:label "Aquire"^^xsd:string ; 27 + rdfs:label "Aquire"^^xsd:string .
39 -. 28 +
40 ILAP:BrownFieldProject 29 ILAP:BrownFieldProject
41 - rdf:type ILAP:PlanProjectType ; 30 + rdf:type ILAP:PlanProjectType ;
42 - rdfs:label "Brown field project"^^xsd:string ; 31 + rdfs:label "Brown field project"^^xsd:string .
43 -. 32 +
44 ILAP:BusinessArea 33 ILAP:BusinessArea
45 - rdf:type ILAP:PlanGeoArea ; 34 + rdf:type ILAP:PlanGeoArea ;
46 - rdfs:label "Business area"^^xsd:string ; 35 + rdfs:label "Business area"^^xsd:string .
47 -. 36 +
48 ILAP:BusinessAsUsual 37 ILAP:BusinessAsUsual
49 - rdf:type ILAP:PlanValueObjective ; 38 + rdf:type ILAP:PlanValueObjective ;
50 - rdfs:label "Business as usual"^^xsd:string ; 39 + rdfs:label "Business as usual"^^xsd:string .
51 -. 40 +
52 ILAP:CAPEX 41 ILAP:CAPEX
53 - rdf:type ILAP:PlanExpenseType ; 42 + rdf:type ILAP:PlanExpenseType ;
54 - rdfs:label "CAPEX"^^xsd:string ; 43 + rdfs:label "CAPEX"^^xsd:string .
55 -. 44 +
56 ILAP:Cancelled 45 ILAP:Cancelled
57 - rdf:type ILAP:Status ; 46 + rdf:type ILAP:Status ;
58 - rdfs:label "Cancelled"^^xsd:string ; 47 + rdfs:label "Cancelled"^^xsd:string .
59 -. 48 +
60 ILAP:Completed 49 ILAP:Completed
61 - rdf:type ILAP:Status ; 50 + rdf:type ILAP:Status ;
62 - rdfs:label "Completed"^^xsd:string ; 51 + rdfs:label "Completed"^^xsd:string .
63 -. 52 +
64 ILAP:Continent 53 ILAP:Continent
65 - rdf:type ILAP:PlanGeoArea ; 54 + rdf:type ILAP:PlanGeoArea ;
66 - rdfs:label "Continent"^^xsd:string ; 55 + rdfs:label "Continent"^^xsd:string .
67 -. 56 +
68 ILAP:CostDriven 57 ILAP:CostDriven
69 - rdf:type ILAP:PlanContractType ; 58 + rdf:type ILAP:PlanContractType ;
70 - rdfs:label "Cost driven"^^xsd:string ; 59 + rdfs:label "Cost driven"^^xsd:string .
71 -. 60 +
72 ILAP:Country 61 ILAP:Country
73 - rdf:type ILAP:PlanGeoArea ; 62 + rdf:type ILAP:PlanGeoArea ;
74 - rdfs:label "Country"^^xsd:string ; 63 + rdfs:label "Country"^^xsd:string .
75 -. 64 +
76 ILAP:Development 65 ILAP:Development
77 - rdf:type ILAP:PlanLifecyclePhase ; 66 + rdf:type ILAP:PlanLifecyclePhase ;
78 - rdfs:label "Develop"^^xsd:string ; 67 + rdfs:label "Develop"^^xsd:string .
79 -. 68 +
80 ILAP:DisasterRecovery 69 ILAP:DisasterRecovery
81 - rdf:type ILAP:PlanValueObjective ; 70 + rdf:type ILAP:PlanValueObjective ;
82 - rdfs:label "Disaster recovery"^^xsd:string ; 71 + rdfs:label "Disaster recovery"^^xsd:string .
83 -. 72 +
84 ILAP:Disposal 73 ILAP:Disposal
85 - rdf:type ILAP:PlanLifecyclePhase ; 74 + rdf:type ILAP:PlanLifecyclePhase ;
86 - rdfs:label "Dispose"^^xsd:string ; 75 + rdfs:label "Dispose"^^xsd:string .
87 -. 76 +
88 ILAP:DrillingAndWell 77 ILAP:DrillingAndWell
89 - rdf:type ILAP:PlanProjectType ; 78 + rdf:type ILAP:PlanProjectType ;
90 - rdfs:label "Drilling and well"^^xsd:string ; 79 + rdfs:label "Drilling and well"^^xsd:string .
91 -. 80 +
92 ILAP:Facility 81 ILAP:Facility
93 - rdf:type ILAP:PlanGeoArea ; 82 + rdf:type ILAP:PlanGeoArea ;
94 - rdfs:label "Facility"^^xsd:string ; 83 + rdfs:label "Facility"^^xsd:string .
95 -. 84 +
96 ILAP:Field 85 ILAP:Field
97 - rdf:type ILAP:PlanGeoArea ; 86 + rdf:type ILAP:PlanGeoArea ;
98 - rdfs:label "Field"^^xsd:string ; 87 + rdfs:label "Field"^^xsd:string .
99 -. 88 +
100 ILAP:FieldStudy 89 ILAP:FieldStudy
101 - rdf:type ILAP:PlanProjectType ; 90 + rdf:type ILAP:PlanProjectType ;
102 - rdfs:label "Field study"^^xsd:string ; 91 + rdfs:label "Field study"^^xsd:string .
103 -. 92 +
104 ILAP:Friday 93 ILAP:Friday
105 - rdf:type ILAP:CalendarDay ; 94 + rdf:type ILAP:CalendarDay ;
106 - rdfs:label "Friday"^^xsd:string ; 95 + rdfs:label "Friday"^^xsd:string .
107 -. 96 +
108 ILAP:From00To08 97 ILAP:From00To08
109 - rdf:type ILAP:CalendarHour ; 98 + rdf:type ILAP:CalendarHour ;
110 - ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; 99 + rdfs:label "From 00 To 08"^^xsd:string ;
111 - ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; 100 + ILAP:hasActivityEndTime
112 - rdfs:label "From 00 To 08"^^xsd:string ; 101 + "08:00:00"^^xsd:time ;
113 -. 102 + ILAP:hasActivityStartTime
103 + "00:00:00"^^xsd:time .
104 +
114 ILAP:From08To16 105 ILAP:From08To16
115 - rdf:type ILAP:CalendarHour ; 106 + rdf:type ILAP:CalendarHour ;
116 - ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; 107 + rdfs:label "From 08 To 16"^^xsd:string ;
117 - ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; 108 + ILAP:hasActivityEndTime
118 - rdfs:label "From 08 To 16"^^xsd:string ; 109 + "16:00:00"^^xsd:time ;
119 -. 110 + ILAP:hasActivityStartTime
111 + "08:00:00"^^xsd:time .
112 +
120 ILAP:From16To24 113 ILAP:From16To24
121 - rdf:type ILAP:CalendarHour ; 114 + rdf:type ILAP:CalendarHour ;
122 - ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; 115 + rdfs:label "From 16 To 24"^^xsd:string ;
123 - ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; 116 + ILAP:hasActivityEndTime
124 - rdfs:label "From 16 To 24"^^xsd:string ; 117 + "24:00:00"^^xsd:time ;
125 -. 118 + ILAP:hasActivityStartTime
119 + "16:00:00"^^xsd:time .
120 +
126 ILAP:GreenFieldProject 121 ILAP:GreenFieldProject
127 - rdf:type ILAP:PlanProjectType ; 122 + rdf:type ILAP:PlanProjectType ;
128 - rdfs:label "Green field project"^^xsd:string ; 123 + rdfs:label "Green field project"^^xsd:string .
129 -. 124 +
130 ILAP:IncreasedRecovery 125 ILAP:IncreasedRecovery
131 - rdf:type ILAP:PlanValueObjective ; 126 + rdf:type ILAP:PlanValueObjective ;
132 - rdfs:label "Increased recovery"^^xsd:string ; 127 + rdfs:label "Increased recovery"^^xsd:string .
133 -. 128 +
134 ILAP:IncrementalImprovement 129 ILAP:IncrementalImprovement
135 - rdf:type ILAP:PlanValueObjective ; 130 + rdf:type ILAP:PlanValueObjective ;
136 - rdfs:label "Incremental improvement"^^xsd:string ; 131 + rdfs:label "Incremental improvement"^^xsd:string .
137 -. 132 +
138 ILAP:L1_ProgramPortfolioSchedule 133 ILAP:L1_ProgramPortfolioSchedule
139 - rdf:type ILAP:PlanLevel ; 134 + rdf:type ILAP:PlanLevel ;
140 - rdfs:label "PPS"^^xsd:string ; 135 + rdfs:label "PPS"^^xsd:string .
141 -. 136 +
142 ILAP:L2_ProjectMasterSchedule 137 ILAP:L2_ProjectMasterSchedule
143 - rdf:type ILAP:PlanLevel ; 138 + rdf:type ILAP:PlanLevel ;
144 - rdfs:label "PMS"^^xsd:string ; 139 + rdfs:label "PMS"^^xsd:string .
145 -. 140 +
146 ILAP:L3_ContractMasterSchedule 141 ILAP:L3_ContractMasterSchedule
147 - rdf:type ILAP:PlanLevel ; 142 + rdf:type ILAP:PlanLevel ;
148 - rdfs:label "CMS"^^xsd:string ; 143 + rdfs:label "CMS"^^xsd:string .
149 -. 144 +
150 ILAP:L3_ProjectControlNetworkSchedule 145 ILAP:L3_ProjectControlNetworkSchedule
151 - rdf:type ILAP:PlanLevel ; 146 + rdf:type ILAP:PlanLevel ;
152 - rdfs:label "PCS"^^xsd:string ; 147 + rdfs:label "PCS"^^xsd:string .
153 -. 148 +
154 ILAP:L4_ContractControlNetworkSchedule 149 ILAP:L4_ContractControlNetworkSchedule
155 - rdf:type ILAP:PlanLevel ; 150 + rdf:type ILAP:PlanLevel ;
156 - rdfs:label "CCS"^^xsd:string ; 151 + rdfs:label "CCS"^^xsd:string .
157 -. 152 +
158 ILAP:L5_ContractTaskSchedule 153 ILAP:L5_ContractTaskSchedule
159 - rdf:type ILAP:PlanLevel ; 154 + rdf:type ILAP:PlanLevel ;
160 - rdfs:label "DWS"^^xsd:string ; 155 + rdfs:label "DWS"^^xsd:string .
161 -. 156 +
162 ILAP:L6_ContractorWorkOrderSchedule 157 ILAP:L6_ContractorWorkOrderSchedule
163 - rdf:type ILAP:PlanLevel ; 158 + rdf:type ILAP:PlanLevel ;
164 - rdfs:label "CWS"^^xsd:string ; 159 + rdfs:label "CWS"^^xsd:string .
165 -. 160 +
166 ILAP:L7_ContractorOperationsSchedule 161 ILAP:L7_ContractorOperationsSchedule
167 - rdf:type ILAP:PlanLevel ; 162 + rdf:type ILAP:PlanLevel ;
168 - rdfs:label "COS"^^xsd:string ; 163 + rdfs:label "COS"^^xsd:string .
169 -. 164 +
170 ILAP:Maintenance 165 ILAP:Maintenance
171 - rdf:type ILAP:PlanLifecyclePhase ; 166 + rdf:type ILAP:PlanLifecyclePhase ;
172 - rdfs:label "Maintain"^^xsd:string ; 167 + rdfs:label "Maintain"^^xsd:string .
173 -. 168 +
174 ILAP:ManagedClosedown 169 ILAP:ManagedClosedown
175 - rdf:type ILAP:PlanValueObjective ; 170 + rdf:type ILAP:PlanValueObjective ;
176 - rdfs:label "Managed closedown"^^xsd:string ; 171 + rdfs:label "Managed closedown"^^xsd:string .
177 -. 172 +
178 ILAP:Modification 173 ILAP:Modification
179 - rdf:type ILAP:PlanProjectType ; 174 + rdf:type ILAP:PlanProjectType ;
180 - rdfs:label "Modification"^^xsd:string ; 175 + rdfs:label "Modification"^^xsd:string .
181 -. 176 +
182 ILAP:Monday 177 ILAP:Monday
183 - rdf:type ILAP:CalendarDay ; 178 + rdf:type ILAP:CalendarDay ;
184 - rdfs:label "Monday"^^xsd:string ; 179 + rdfs:label "Monday"^^xsd:string .
185 -. 180 +
186 ILAP:OPEX 181 ILAP:OPEX
187 - rdf:type ILAP:PlanExpenseType ; 182 + rdf:type ILAP:PlanExpenseType ;
188 - rdfs:label "OPEX"^^xsd:string ; 183 + rdfs:label "OPEX"^^xsd:string .
189 -. 184 +
190 ILAP:Operation 185 ILAP:Operation
191 - rdf:type ILAP:PlanLifecyclePhase ; 186 + rdf:type ILAP:PlanLifecyclePhase ;
192 - rdfs:label "Operate"^^xsd:string ; 187 + rdfs:label "Operate"^^xsd:string .
193 -. 188 +
194 ILAP:OperationAndMaintenance 189 ILAP:OperationAndMaintenance
195 - rdf:type ILAP:PlanProjectType ; 190 + rdf:type ILAP:PlanProjectType ;
196 - rdfs:label "Operation and maintenance"^^xsd:string ; 191 + rdfs:label "Operation and maintenance"^^xsd:string .
197 -. 192 +
198 ILAP:Pending 193 ILAP:Pending
199 - rdf:type ILAP:Status ; 194 + rdf:type ILAP:Status ;
200 - rdfs:label "Pending"^^xsd:string ; 195 + rdfs:label "Pending"^^xsd:string .
201 -. 196 +
197 +ILAP:PlannedActivity
198 + rdfs:subClassOf
199 + [ rdf:type owl:Restriction ;
200 + owl:allValuesFrom SCCS:SCCScode ;
201 + owl:onProperty ILAP:hasActivityILAPWBS
202 + ] .
203 +
202 ILAP:Primavera 204 ILAP:Primavera
203 - rdf:type ILAP:Application ; 205 + rdf:type ILAP:Application ;
204 - rdfs:label "Primavera"^^xsd:string ; 206 + rdfs:label "Primavera"^^xsd:string .
205 -. 207 +
206 ILAP:RadicalChange 208 ILAP:RadicalChange
207 - rdf:type ILAP:PlanValueObjective ; 209 + rdf:type ILAP:PlanValueObjective ;
208 - rdfs:label "Radical change"^^xsd:string ; 210 + rdfs:label "Radical change"^^xsd:string .
209 -. 211 +
210 ILAP:Regular8To16WorkingDayCalendar 212 ILAP:Regular8To16WorkingDayCalendar
211 - rdf:type ILAP:Regular8To16WorkingDayCalendar ; 213 + rdf:type ILAP:Regular8To16WorkingDayCalendar ;
212 - rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ; 214 + rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ;
213 -. 215 + rdfs:subClassOf
216 + [ rdf:type owl:Restriction ;
217 + owl:minQualifiedCardinality
218 + "1"^^xsd:nonNegativeInteger ;
219 + owl:onClass
220 + [ rdf:type owl:Class ;
221 + owl:oneOf (ILAP:StandardFreeWeekendPeriod)
222 + ] ;
223 + owl:onProperty ILAP:hasCalendarFreePeriod
224 + ] .
225 +
214 ILAP:Renewal 226 ILAP:Renewal
215 - rdf:type ILAP:PlanLifecyclePhase ; 227 + rdf:type ILAP:PlanLifecyclePhase ;
216 - rdfs:label "Renew"^^xsd:string ; 228 + rdfs:label "Renew"^^xsd:string .
217 -. 229 +
218 ILAP:ResourceDriven 230 ILAP:ResourceDriven
219 - rdf:type ILAP:PlanContractType ; 231 + rdf:type ILAP:PlanContractType ;
220 - rdfs:label "Resource driven"^^xsd:string ; 232 + rdfs:label "Resource driven"^^xsd:string .
221 -. 233 +
222 ILAP:SAP 234 ILAP:SAP
223 - rdf:type ILAP:Application ; 235 + rdf:type ILAP:Application ;
224 - rdfs:label "SAP"^^xsd:string ; 236 + rdfs:label "SAP"^^xsd:string .
225 -. 237 +
226 ILAP:Safran 238 ILAP:Safran
227 - rdf:type ILAP:Application ; 239 + rdf:type ILAP:Application ;
228 - rdfs:label "Safran"^^xsd:string ; 240 + rdfs:label "Safran"^^xsd:string .
229 -. 241 +
230 ILAP:Saturday 242 ILAP:Saturday
231 - rdf:type ILAP:CalendarDay ; 243 + rdf:type ILAP:CalendarDay ;
232 - rdfs:label "Saturday"^^xsd:string ; 244 + rdfs:label "Saturday"^^xsd:string .
233 -. 245 +
234 ILAP:ScheduleDriven 246 ILAP:ScheduleDriven
235 - rdf:type ILAP:PlanContractType ; 247 + rdf:type ILAP:PlanContractType ;
236 - rdfs:label "Schedule driven"^^xsd:string ; 248 + rdfs:label "Schedule driven"^^xsd:string .
237 -. 249 +
238 ILAP:Scheduled 250 ILAP:Scheduled
239 - rdf:type ILAP:Status ; 251 + rdf:type ILAP:Status ;
240 - rdfs:label "Scheduled"^^xsd:string ; 252 + rdfs:label "Scheduled"^^xsd:string .
241 -. 253 +
242 ILAP:StandardFreeWeekendPeriod 254 ILAP:StandardFreeWeekendPeriod
243 - rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 255 + rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
244 - rdfs:label "Standard free weekend period"^^xsd:string ; 256 + rdfs:label "Standard free weekend period"^^xsd:string .
245 -. 257 +
246 ILAP:StandardWorkWeekdayPeriod 258 ILAP:StandardWorkWeekdayPeriod
247 - rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 259 + rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
248 - rdfs:label "Standard work weekday period"^^xsd:string ; 260 + rdfs:label "Standard work weekday period"^^xsd:string .
249 -. 261 +
250 ILAP:Sunday 262 ILAP:Sunday
251 - rdf:type ILAP:CalendarDay ; 263 + rdf:type ILAP:CalendarDay ;
252 - rdfs:label "Sunday"^^xsd:string ; 264 + rdfs:label "Sunday"^^xsd:string .
253 -. 265 +
254 ILAP:Thursday 266 ILAP:Thursday
255 - rdf:type ILAP:CalendarDay ; 267 + rdf:type ILAP:CalendarDay ;
256 - rdfs:label "Thursday"^^xsd:string ; 268 + rdfs:label "Thursday"^^xsd:string .
257 -. 269 +
258 ILAP:Tuesday 270 ILAP:Tuesday
259 - rdf:type ILAP:CalendarDay ; 271 + rdf:type ILAP:CalendarDay ;
260 - rdfs:label "Tuesday"^^xsd:string ; 272 + rdfs:label "Tuesday"^^xsd:string .
261 -. 273 +
262 ILAP:Unknown 274 ILAP:Unknown
263 - rdf:type ILAP:Status ; 275 + rdf:type ILAP:Status ;
264 - rdfs:label "Unknown"^^xsd:string ; 276 + rdfs:label "Unknown"^^xsd:string .
265 -. 277 +
266 ILAP:Wednesday 278 ILAP:Wednesday
267 - rdf:type ILAP:CalendarDay ; 279 + rdf:type ILAP:CalendarDay ;
268 - rdfs:label "Wednesday"^^xsd:string ; 280 + rdfs:label "Wednesday"^^xsd:string .
269 -. 281 +
270 -ILAP:Wellbore
271 - rdf:type ILAP:PlanGeoArea ;
272 - rdfs:label "Wellbore"^^xsd:string ;
273 -.
274 -ILAP:PlannedActivity
275 - rdfs:subClassOf [
276 - rdf:type owl:Restriction ;
277 - owl:allValuesFrom SCCS:SCCScode ;
278 - owl:onProperty ILAP:hasActivityILAPWBS ;
279 - ] ;
280 -.
281 -ILAP:Regular8To16WorkingDayCalendar
282 - rdfs:subClassOf [
283 - rdf:type owl:Restriction ;
284 - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
285 - owl:onClass [
286 - rdf:type owl:Class ;
287 - owl:oneOf (
288 - ILAP:StandardFreeWeekendPeriod
289 - ) ;
290 - ] ;
291 - owl:onProperty ILAP:hasCalendarFreePeriod ;
292 - ] ;
293 -.
294 ILAP:WeekendsFreeCalendar 282 ILAP:WeekendsFreeCalendar
295 - rdfs:subClassOf [ 283 + rdfs:subClassOf
296 - rdf:type owl:Restriction ; 284 + [ rdf:type owl:Restriction ;
297 - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 285 + owl:minQualifiedCardinality
298 - owl:onClass [ 286 + "1"^^xsd:nonNegativeInteger ;
299 - rdf:type owl:Class ; 287 + owl:onClass
300 - owl:oneOf ( 288 + [ rdf:type owl:Class ;
301 - ILAP:StandardFreeWeekendPeriod 289 + owl:oneOf (ILAP:StandardFreeWeekendPeriod)
302 - ) ; 290 + ] ;
303 - ] ; 291 + owl:onProperty ILAP:hasCalendarFreePeriod
304 - owl:onProperty ILAP:hasCalendarFreePeriod ; 292 + ] .
305 - ] ; 293 +
306 -. 294 +ILAP:Wellbore
295 + rdf:type ILAP:PlanGeoArea ;
296 + rdfs:label "Wellbore"^^xsd:string .
297 +
307 ILAP:hasActivityCOR 298 ILAP:hasActivityCOR
308 - rdfs:range SCCS:CORcode ; 299 + rdfs:range SCCS:CORcode .
309 -. 300 +
310 ILAP:hasActivityILAPWBS 301 ILAP:hasActivityILAPWBS
311 - rdfs:range SCCS:SCCScode ; 302 + rdfs:range SCCS:SCCScode .
312 -. 303 +
313 ILAP:hasPlanAsset 304 ILAP:hasPlanAsset
314 - rdfs:range <http://data.posccaesar.org/diskos/Asset> ; 305 + rdfs:range <http://data.posccaesar.org/diskos/Asset> .
315 -.
......
...@@ -24,13 +24,13 @@ ILAP: ...@@ -24,13 +24,13 @@ ILAP:
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ILAP:Activity 26 ILAP:Activity
27 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 27 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
28 rdfs:label "Activity"^^xsd:string ; 28 rdfs:label "Activity"^^xsd:string ;
29 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; 29 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:onProperty ILAP:hasExternalReference ; 32 + owl:allValuesFrom ILAP:Status ;
33 - owl:someValuesFrom ILAP:ExternalReference 33 + owl:onProperty ILAP:hasActivityStatus
34 ] ; 34 ] ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
...@@ -39,14 +39,14 @@ ILAP:Activity ...@@ -39,14 +39,14 @@ ILAP:Activity
39 ] ; 39 ] ;
40 rdfs:subClassOf 40 rdfs:subClassOf
41 [ rdf:type owl:Restriction ; 41 [ rdf:type owl:Restriction ;
42 - owl:allValuesFrom ILAP:Status ; 42 + owl:onProperty ILAP:hasExternalReference ;
43 - owl:onProperty ILAP:hasActivityStatus 43 + owl:someValuesFrom ILAP:ExternalReference
44 ] . 44 ] .
45 45
46 ILAP:ActivityNetwork 46 ILAP:ActivityNetwork
47 - rdf:type owl:Class ; 47 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
48 - rdfs:label "Activity network"^^xsd:string ; 48 + rdfs:label "Activity Network"^^xsd:string ;
49 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> , owl:Thing ; 49 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
50 rdfs:subClassOf 50 rdfs:subClassOf
51 [ rdf:type owl:Restriction ; 51 [ rdf:type owl:Restriction ;
52 owl:allValuesFrom ILAP:ExternalReference ; 52 owl:allValuesFrom ILAP:ExternalReference ;
...@@ -54,49 +54,49 @@ ILAP:ActivityNetwork ...@@ -54,49 +54,49 @@ ILAP:ActivityNetwork
54 ] . 54 ] .
55 55
56 ILAP:ActualSchedule 56 ILAP:ActualSchedule
57 - rdf:type owl:Class ; 57 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
58 rdfs:label "Actual baseline"^^xsd:string ; 58 rdfs:label "Actual baseline"^^xsd:string ;
59 rdfs:subClassOf ILAP:CurrentControlSchedule . 59 rdfs:subClassOf ILAP:CurrentControlSchedule .
60 60
61 ILAP:Application 61 ILAP:Application
62 rdf:type owl:Class ; 62 rdf:type owl:Class ;
63 - rdfs:label "System"^^xsd:string ; 63 + rdfs:label "Application"^^xsd:string ;
64 rdfs:subClassOf owl:Thing . 64 rdfs:subClassOf owl:Thing .
65 65
66 ILAP:Baseline 66 ILAP:Baseline
67 - rdf:type owl:Class ; 67 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
68 rdfs:label "Baseline"^^xsd:string ; 68 rdfs:label "Baseline"^^xsd:string ;
69 rdfs:subClassOf owl:Thing . 69 rdfs:subClassOf owl:Thing .
70 70
71 ILAP:BaselineSetting 71 ILAP:BaselineSetting
72 - rdf:type owl:Class ; 72 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
73 rdfs:label "Baseline setting"^^xsd:string ; 73 rdfs:label "Baseline setting"^^xsd:string ;
74 rdfs:subClassOf ILAP:Planning . 74 rdfs:subClassOf ILAP:Planning .
75 75
76 ILAP:Calendar 76 ILAP:Calendar
77 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 77 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
78 rdfs:label "Calendar"^^xsd:string ; 78 rdfs:label "Calendar"^^xsd:string ;
79 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 79 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
80 rdfs:subClassOf 80 rdfs:subClassOf
81 [ rdf:type owl:Restriction ; 81 [ rdf:type owl:Restriction ;
82 - owl:allValuesFrom ILAP:CalendarFreePeriod ; 82 + owl:allValuesFrom ILAP:CalendarWorkPeriod ;
83 - owl:onProperty ILAP:hasCalendarFreePeriod 83 + owl:onProperty ILAP:hasCalendarWorkPeriod
84 ] ; 84 ] ;
85 rdfs:subClassOf 85 rdfs:subClassOf
86 [ rdf:type owl:Restriction ; 86 [ rdf:type owl:Restriction ;
87 - owl:allValuesFrom ILAP:CalendarWorkPeriod ; 87 + owl:allValuesFrom ILAP:CalendarFreePeriod ;
88 - owl:onProperty ILAP:hasCalendarWorkPeriod 88 + owl:onProperty ILAP:hasCalendarFreePeriod
89 ] . 89 ] .
90 90
91 ILAP:CalendarDay 91 ILAP:CalendarDay
92 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 92 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
93 rdfs:label "Calendar day"^^xsd:string ; 93 rdfs:label "Calendar day"^^xsd:string ;
94 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 94 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
95 95
96 ILAP:CalendarFreePeriod 96 ILAP:CalendarFreePeriod
97 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 97 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
98 rdfs:label "Calendar free period"^^xsd:string ; 98 rdfs:label "Calendar free period"^^xsd:string ;
99 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 99 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
100 rdfs:subClassOf 100 rdfs:subClassOf
101 [ rdf:type owl:Restriction ; 101 [ rdf:type owl:Restriction ;
102 owl:onClass ILAP:Calendar ; 102 owl:onClass ILAP:Calendar ;
...@@ -108,19 +108,19 @@ ILAP:CalendarFreePeriod ...@@ -108,19 +108,19 @@ ILAP:CalendarFreePeriod
108 ] . 108 ] .
109 109
110 ILAP:CalendarFreePeriodWeekRepeat 110 ILAP:CalendarFreePeriodWeekRepeat
111 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 111 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
112 rdfs:label "Free day"^^xsd:string ; 112 rdfs:label "Free day"^^xsd:string ;
113 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 113 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
114 114
115 ILAP:CalendarHour 115 ILAP:CalendarHour
116 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 116 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
117 rdfs:label "calendar hour"^^xsd:string ; 117 rdfs:label "calendar hour"^^xsd:string ;
118 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 118 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
119 119
120 ILAP:CalendarPeriod 120 ILAP:CalendarPeriod
121 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 121 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
122 rdfs:label "Calendar period"^^xsd:string ; 122 rdfs:label "Calendar period"^^xsd:string ;
123 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , owl:Thing ; 123 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
124 rdfs:subClassOf 124 rdfs:subClassOf
125 [ rdf:type owl:Restriction ; 125 [ rdf:type owl:Restriction ;
126 owl:allValuesFrom ILAP:CalendarDay ; 126 owl:allValuesFrom ILAP:CalendarDay ;
...@@ -133,29 +133,29 @@ ILAP:CalendarPeriod ...@@ -133,29 +133,29 @@ ILAP:CalendarPeriod
133 ] . 133 ] .
134 134
135 ILAP:CalendarWorkPeriod 135 ILAP:CalendarWorkPeriod
136 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 136 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
137 rdfs:label "Calendar work period"^^xsd:string ; 137 rdfs:label "Calendar work period"^^xsd:string ;
138 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 138 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
139 rdfs:subClassOf 139 rdfs:subClassOf
140 [ rdf:type owl:Restriction ; 140 [ rdf:type owl:Restriction ;
141 - owl:onProperty ILAP:hasCalendarPeriodWorkDay ; 141 + owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
142 - owl:someValuesFrom ILAP:CalendarDay 142 + owl:someValuesFrom ILAP:CalendarHour
143 ] ; 143 ] ;
144 rdfs:subClassOf 144 rdfs:subClassOf
145 [ rdf:type owl:Restriction ; 145 [ rdf:type owl:Restriction ;
146 - owl:onProperty ILAP:hasCalendarPeriodWorkHour ; 146 + owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
147 - owl:someValuesFrom ILAP:CalendarHour 147 + owl:someValuesFrom ILAP:CalendarDay
148 ] . 148 ] .
149 149
150 ILAP:CalendarWorkPeriodWeekRepeat 150 ILAP:CalendarWorkPeriodWeekRepeat
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 151 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
152 rdfs:label "Free day"^^xsd:string ; 152 rdfs:label "Free day"^^xsd:string ;
153 - rdfs:subClassOf ILAP:CalendarWorkPeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 153 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod .
154 154
155 ILAP:ContractorWBS 155 ILAP:ContractorWBS
156 - rdf:type owl:Class ; 156 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
157 rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ; 157 rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ;
158 - rdfs:subClassOf owl:Thing . 158 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing .
159 159
160 ILAP:CostBased 160 ILAP:CostBased
161 rdf:type owl:Class ; 161 rdf:type owl:Class ;
...@@ -163,29 +163,29 @@ ILAP:CostBased ...@@ -163,29 +163,29 @@ ILAP:CostBased
163 rdfs:subClassOf ILAP:Resource . 163 rdfs:subClassOf ILAP:Resource .
164 164
165 ILAP:CostEstimate 165 ILAP:CostEstimate
166 - rdf:type owl:Class ; 166 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
167 rdfs:label "Cost stimate"^^xsd:string ; 167 rdfs:label "Cost stimate"^^xsd:string ;
168 rdfs:subClassOf ILAP:ResourceStructure . 168 rdfs:subClassOf ILAP:ResourceStructure .
169 169
170 ILAP:CurrentControlEstimate 170 ILAP:CurrentControlEstimate
171 - rdf:type owl:Class ; 171 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
172 rdfs:label "Current control estimate"^^xsd:string ; 172 rdfs:label "Current control estimate"^^xsd:string ;
173 rdfs:subClassOf ILAP:CostEstimate . 173 rdfs:subClassOf ILAP:CostEstimate .
174 174
175 ILAP:CurrentControlSchedule 175 ILAP:CurrentControlSchedule
176 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 176 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
177 rdfs:label "CCS"^^xsd:string ; 177 rdfs:label "CCS"^^xsd:string ;
178 rdfs:subClassOf ILAP:NetworkSchedule . 178 rdfs:subClassOf ILAP:NetworkSchedule .
179 179
180 ILAP:CurrentSchedule 180 ILAP:CurrentSchedule
181 - rdf:type owl:Class ; 181 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
182 rdfs:label "Current schedule"^^xsd:string ; 182 rdfs:label "Current schedule"^^xsd:string ;
183 rdfs:subClassOf ILAP:CurrentControlSchedule . 183 rdfs:subClassOf ILAP:CurrentControlSchedule .
184 184
185 ILAP:Discipline 185 ILAP:Discipline
186 - rdf:type owl:Class ; 186 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
187 rdfs:label "Discipline"^^xsd:string ; 187 rdfs:label "Discipline"^^xsd:string ;
188 - rdfs:subClassOf owl:Thing . 188 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
189 189
190 ILAP:ExecutionPlan 190 ILAP:ExecutionPlan
191 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 191 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
...@@ -198,8 +198,10 @@ ILAP:ExecutionPlan ...@@ -198,8 +198,10 @@ ILAP:ExecutionPlan
198 ] ; 198 ] ;
199 rdfs:subClassOf 199 rdfs:subClassOf
200 [ rdf:type owl:Restriction ; 200 [ rdf:type owl:Restriction ;
201 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 201 + owl:maxQualifiedCardinality
202 - owl:onProperty ILAP:hasPlanAsset 202 + "1"^^xsd:nonNegativeInteger ;
203 + owl:onClass ILAP:Project ;
204 + owl:onProperty ILAP:hasPlanProject
203 ] ; 205 ] ;
204 rdfs:subClassOf 206 rdfs:subClassOf
205 [ rdf:type owl:Restriction ; 207 [ rdf:type owl:Restriction ;
...@@ -208,13 +210,8 @@ ILAP:ExecutionPlan ...@@ -208,13 +210,8 @@ ILAP:ExecutionPlan
208 ] ; 210 ] ;
209 rdfs:subClassOf 211 rdfs:subClassOf
210 [ rdf:type owl:Restriction ; 212 [ rdf:type owl:Restriction ;
211 - owl:allValuesFrom ILAP:PlanLifecyclePhase ; 213 + owl:onProperty ILAP:hasPlanGeoArea ;
212 - owl:onProperty ILAP:hasPlanLifecyclePhase 214 + owl:someValuesFrom ILAP:PlanGeoArea
213 - ] ;
214 - rdfs:subClassOf
215 - [ rdf:type owl:Restriction ;
216 - owl:onProperty ILAP:hasPlanLevel ;
217 - owl:someValuesFrom ILAP:PlanLevel
218 ] ; 215 ] ;
219 rdfs:subClassOf 216 rdfs:subClassOf
220 [ rdf:type owl:Restriction ; 217 [ rdf:type owl:Restriction ;
...@@ -223,37 +220,35 @@ ILAP:ExecutionPlan ...@@ -223,37 +220,35 @@ ILAP:ExecutionPlan
223 ] ; 220 ] ;
224 rdfs:subClassOf 221 rdfs:subClassOf
225 [ rdf:type owl:Restriction ; 222 [ rdf:type owl:Restriction ;
226 - owl:onProperty ILAP:hasPlanProjectType ; 223 + owl:maxQualifiedCardinality
227 - owl:someValuesFrom ILAP:PlanProjectType 224 + "1"^^xsd:nonNegativeInteger ;
225 + owl:onClass ILAP:PlanLevel ;
226 + owl:onProperty ILAP:hasPlanLevel
228 ] ; 227 ] ;
229 rdfs:subClassOf 228 rdfs:subClassOf
230 [ rdf:type owl:Restriction ; 229 [ rdf:type owl:Restriction ;
231 - owl:onProperty ILAP:hasPlanContentType ; 230 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
232 - owl:someValuesFrom ILAP:PlanContentType 231 + owl:onProperty ILAP:hasPlanAsset
233 ] ; 232 ] ;
234 rdfs:subClassOf 233 rdfs:subClassOf
235 [ rdf:type owl:Restriction ; 234 [ rdf:type owl:Restriction ;
236 - owl:allValuesFrom BRREG:LegalEntity ; 235 + owl:onProperty ILAP:hasPlanLevel ;
237 - owl:onProperty ILAP:hasPlanResponsible 236 + owl:someValuesFrom ILAP:PlanLevel
238 ] ; 237 ] ;
239 rdfs:subClassOf 238 rdfs:subClassOf
240 [ rdf:type owl:Restriction ; 239 [ rdf:type owl:Restriction ;
241 - owl:maxQualifiedCardinality 240 + owl:onProperty ILAP:hasPlanContentType ;
242 - "1"^^xsd:nonNegativeInteger ; 241 + owl:someValuesFrom ILAP:PlanContentType
243 - owl:onClass ILAP:PlanLevel ;
244 - owl:onProperty ILAP:hasPlanLevel
245 ] ; 242 ] ;
246 rdfs:subClassOf 243 rdfs:subClassOf
247 [ rdf:type owl:Restriction ; 244 [ rdf:type owl:Restriction ;
248 - owl:maxQualifiedCardinality 245 + owl:allValuesFrom BRREG:LegalEntity ;
249 - "1"^^xsd:nonNegativeInteger ; 246 + owl:onProperty ILAP:hasPlanResponsible
250 - owl:onClass ILAP:Project ;
251 - owl:onProperty ILAP:hasPlanProject
252 ] ; 247 ] ;
253 rdfs:subClassOf 248 rdfs:subClassOf
254 [ rdf:type owl:Restriction ; 249 [ rdf:type owl:Restriction ;
255 - owl:onProperty ILAP:hasPlanGeoArea ; 250 + owl:allValuesFrom ILAP:PlanLifecyclePhase ;
256 - owl:someValuesFrom ILAP:PlanGeoArea 251 + owl:onProperty ILAP:hasPlanLifecyclePhase
257 ] ; 252 ] ;
258 rdfs:subClassOf 253 rdfs:subClassOf
259 [ rdf:type owl:Restriction ; 254 [ rdf:type owl:Restriction ;
...@@ -264,16 +259,23 @@ ILAP:ExecutionPlan ...@@ -264,16 +259,23 @@ ILAP:ExecutionPlan
264 [ rdf:type owl:Restriction ; 259 [ rdf:type owl:Restriction ;
265 owl:allValuesFrom ILAP:PlanValueObjective ; 260 owl:allValuesFrom ILAP:PlanValueObjective ;
266 owl:onProperty ILAP:hasPlanValueObjective 261 owl:onProperty ILAP:hasPlanValueObjective
262 + ] ;
263 + rdfs:subClassOf
264 + [ rdf:type owl:Restriction ;
265 + owl:onProperty ILAP:hasPlanProjectType ;
266 + owl:someValuesFrom ILAP:PlanProjectType
267 ] . 267 ] .
268 268
269 ILAP:ExternalReference 269 ILAP:ExternalReference
270 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 270 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
271 rdfs:label "External Reference"^^xsd:string ; 271 rdfs:label "External Reference"^^xsd:string ;
272 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 272 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
273 rdfs:subClassOf 273 rdfs:subClassOf
274 [ rdf:type owl:Restriction ; 274 [ rdf:type owl:Restriction ;
275 - owl:allValuesFrom ILAP:Application ; 275 + owl:onDataRange xsd:string ;
276 - owl:onProperty ILAP:hasReferenceApplication 276 + owl:onProperty ILAP:hasReferenceID ;
277 + owl:qualifiedCardinality
278 + "1"^^xsd:nonNegativeInteger
277 ] ; 279 ] ;
278 rdfs:subClassOf 280 rdfs:subClassOf
279 [ rdf:type owl:Restriction ; 281 [ rdf:type owl:Restriction ;
...@@ -282,40 +284,38 @@ ILAP:ExternalReference ...@@ -282,40 +284,38 @@ ILAP:ExternalReference
282 ] ; 284 ] ;
283 rdfs:subClassOf 285 rdfs:subClassOf
284 [ rdf:type owl:Restriction ; 286 [ rdf:type owl:Restriction ;
285 - owl:onDataRange xsd:string ; 287 + owl:allValuesFrom ILAP:Application ;
286 - owl:onProperty ILAP:hasReferenceID ; 288 + owl:onProperty ILAP:hasReferenceApplication
287 - owl:qualifiedCardinality
288 - "1"^^xsd:nonNegativeInteger
289 ] . 289 ] .
290 290
291 ILAP:FinishToFinish 291 ILAP:FinishToFinish
292 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 292 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
293 rdfs:label "Finish to finish"^^xsd:string ; 293 rdfs:label "Finish to finish"^^xsd:string ;
294 - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . 294 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
295 295
296 ILAP:FinishToStart 296 ILAP:FinishToStart
297 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 297 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
298 rdfs:label "Finish to start"^^xsd:string ; 298 rdfs:label "Finish to start"^^xsd:string ;
299 - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . 299 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
300 300
301 ILAP:LiveSchedule 301 ILAP:LiveSchedule
302 - rdf:type owl:Class ; 302 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
303 rdfs:label "Live schedule"^^xsd:string ; 303 rdfs:label "Live schedule"^^xsd:string ;
304 rdfs:subClassOf ILAP:CurrentControlSchedule . 304 rdfs:subClassOf ILAP:CurrentControlSchedule .
305 305
306 ILAP:Location 306 ILAP:Location
307 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 307 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
308 rdfs:label "Location"^^xsd:string ; 308 rdfs:label "Location"^^xsd:string ;
309 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 309 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
310 310
311 ILAP:Milestone 311 ILAP:Milestone
312 - rdf:type owl:Class ; 312 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
313 rdfs:label "Milestone"^^xsd:string . 313 rdfs:label "Milestone"^^xsd:string .
314 314
315 ILAP:NetworkSchedule 315 ILAP:NetworkSchedule
316 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 316 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
317 rdfs:label "Scheduled Activity Network"^^xsd:string ; 317 rdfs:label "Scheduled Activity Network"^^xsd:string ;
318 - rdfs:subClassOf ILAP:ActivityNetwork , <http://posccaesar.org/rdl/RDS333764> ; 318 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ;
319 rdfs:subClassOf 319 rdfs:subClassOf
320 [ rdf:type owl:Restriction ; 320 [ rdf:type owl:Restriction ;
321 owl:maxQualifiedCardinality 321 owl:maxQualifiedCardinality
...@@ -325,34 +325,34 @@ ILAP:NetworkSchedule ...@@ -325,34 +325,34 @@ ILAP:NetworkSchedule
325 ] . 325 ] .
326 326
327 ILAP:Operation 327 ILAP:Operation
328 - rdf:type owl:Class ; 328 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
329 rdfs:label "Operation"^^xsd:string ; 329 rdfs:label "Operation"^^xsd:string ;
330 rdfs:subClassOf ILAP:WorkTask . 330 rdfs:subClassOf ILAP:WorkTask .
331 331
332 ILAP:OriginalControlEstimate 332 ILAP:OriginalControlEstimate
333 - rdf:type owl:Class ; 333 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
334 rdfs:label "original control estimate"^^xsd:string ; 334 rdfs:label "original control estimate"^^xsd:string ;
335 - rdfs:subClassOf ILAP:CostEstimate . 335 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , ILAP:CostEstimate .
336 336
337 ILAP:OriginalControlSchedule 337 ILAP:OriginalControlSchedule
338 - rdf:type owl:Class ; 338 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
339 rdfs:label "OCS"^^xsd:string ; 339 rdfs:label "OCS"^^xsd:string ;
340 rdfs:subClassOf ILAP:NetworkSchedule . 340 rdfs:subClassOf ILAP:NetworkSchedule .
341 341
342 ILAP:Phase 342 ILAP:Phase
343 - rdf:type owl:Class ; 343 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
344 rdfs:label "Phase"^^xsd:string ; 344 rdfs:label "Phase"^^xsd:string ;
345 rdfs:subClassOf owl:Thing . 345 rdfs:subClassOf owl:Thing .
346 346
347 ILAP:PlanClassifier 347 ILAP:PlanClassifier
348 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 348 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
349 rdfs:label "Plan classifier"^^xsd:string ; 349 rdfs:label "Plan classifier"^^xsd:string ;
350 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 350 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
351 351
352 ILAP:PlanContentType 352 ILAP:PlanContentType
353 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 353 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
354 rdfs:label "Content type"^^xsd:string ; 354 rdfs:label "Content type"^^xsd:string ;
355 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 355 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
356 356
357 ILAP:PlanContractType 357 ILAP:PlanContractType
358 rdf:type owl:Class ; 358 rdf:type owl:Class ;
...@@ -365,63 +365,65 @@ ILAP:PlanExpenseType ...@@ -365,63 +365,65 @@ ILAP:PlanExpenseType
365 rdfs:subClassOf ILAP:PlanClassifier . 365 rdfs:subClassOf ILAP:PlanClassifier .
366 366
367 ILAP:PlanGeoArea 367 ILAP:PlanGeoArea
368 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 368 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
369 rdfs:label "Plan geographic area"^^xsd:string ; 369 rdfs:label "Plan geographic area"^^xsd:string ;
370 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 370 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
371 371
372 ILAP:PlanLevel 372 ILAP:PlanLevel
373 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 373 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
374 rdfs:label "Plan level"^^xsd:string ; 374 rdfs:label "Plan level"^^xsd:string ;
375 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 375 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
376 376
377 ILAP:PlanLifecyclePhase 377 ILAP:PlanLifecyclePhase
378 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 378 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
379 rdfs:label "Plan lifecycle phase"^^xsd:string ; 379 rdfs:label "Plan lifecycle phase"^^xsd:string ;
380 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 380 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
381 381
382 ILAP:PlanProjectType 382 ILAP:PlanProjectType
383 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 383 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
384 rdfs:label "Plan project type"^^xsd:string ; 384 rdfs:label "Plan project type"^^xsd:string ;
385 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 385 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
386 386
387 ILAP:PlanValueObjective 387 ILAP:PlanValueObjective
388 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 388 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
389 rdfs:label "Plan value objective"^^xsd:string ; 389 rdfs:label "Plan value objective"^^xsd:string ;
390 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 390 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
391 391
392 ILAP:PlannedActivity 392 ILAP:PlannedActivity
393 - rdf:type owl:Class ; 393 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
394 rdfs:label "Activity in Execution Plan"^^xsd:string ; 394 rdfs:label "Activity in Execution Plan"^^xsd:string ;
395 - rdfs:subClassOf ILAP:Activity ; 395 + rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
396 rdfs:subClassOf 396 rdfs:subClassOf
397 [ rdf:type owl:Restriction ; 397 [ rdf:type owl:Restriction ;
398 - owl:allValuesFrom ILAP:ContractorWBS ; 398 + owl:allValuesFrom ILAP:Successor ;
399 - owl:onProperty ILAP:hasActivityContractorWBS 399 + owl:onProperty ILAP:hasActivityPredecessor
400 ] ; 400 ] ;
401 rdfs:subClassOf 401 rdfs:subClassOf
402 [ rdf:type owl:Restriction ; 402 [ rdf:type owl:Restriction ;
403 - owl:allValuesFrom ILAP:PlannedResource ; 403 + owl:allValuesFrom ILAP:Phase ;
404 - owl:onProperty ILAP:hasActivityPlannedResource 404 + owl:onProperty ILAP:hasActivityPhase
405 ] ; 405 ] ;
406 rdfs:subClassOf 406 rdfs:subClassOf
407 [ rdf:type owl:Restriction ; 407 [ rdf:type owl:Restriction ;
408 - owl:allValuesFrom ILAP:Successor ; 408 + owl:allValuesFrom ILAP:PlannedResource ;
409 - owl:onProperty ILAP:hasActivityPredecessor 409 + owl:onProperty ILAP:hasActivityPlannedResource
410 ] ; 410 ] ;
411 rdfs:subClassOf 411 rdfs:subClassOf
412 [ rdf:type owl:Restriction ; 412 [ rdf:type owl:Restriction ;
413 - owl:allValuesFrom BRREG:LegalEntity ; 413 + owl:allValuesFrom ILAP:Location ;
414 - owl:onProperty ILAP:hasActivityResponsibleOrganization 414 + owl:onProperty ILAP:hasActivityLocation
415 ] ; 415 ] ;
416 rdfs:subClassOf 416 rdfs:subClassOf
417 [ rdf:type owl:Restriction ; 417 [ rdf:type owl:Restriction ;
418 - owl:allValuesFrom ILAP:Location ; 418 + owl:maxQualifiedCardinality
419 - owl:onProperty ILAP:hasActivityLocation 419 + "1"^^xsd:nonNegativeInteger ;
420 + owl:onClass ILAP:ExecutionPlan ;
421 + owl:onProperty ILAP:hasActivityPlan
420 ] ; 422 ] ;
421 rdfs:subClassOf 423 rdfs:subClassOf
422 [ rdf:type owl:Restriction ; 424 [ rdf:type owl:Restriction ;
423 - owl:allValuesFrom ILAP:Profile ; 425 + owl:allValuesFrom ILAP:Successor ;
424 - owl:onProperty ILAP:hasActivityResourceProfile 426 + owl:onProperty ILAP:hasActivitySuccessor
425 ] ; 427 ] ;
426 rdfs:subClassOf 428 rdfs:subClassOf
427 [ rdf:type owl:Restriction ; 429 [ rdf:type owl:Restriction ;
...@@ -430,8 +432,8 @@ ILAP:PlannedActivity ...@@ -430,8 +432,8 @@ ILAP:PlannedActivity
430 ] ; 432 ] ;
431 rdfs:subClassOf 433 rdfs:subClassOf
432 [ rdf:type owl:Restriction ; 434 [ rdf:type owl:Restriction ;
433 - owl:allValuesFrom ILAP:Result ; 435 + owl:allValuesFrom BRREG:LegalEntity ;
434 - owl:onProperty ILAP:hasActivityResult 436 + owl:onProperty ILAP:hasActivityResponsibleOrganization
435 ] ; 437 ] ;
436 rdfs:subClassOf 438 rdfs:subClassOf
437 [ rdf:type owl:Restriction ; 439 [ rdf:type owl:Restriction ;
...@@ -440,20 +442,18 @@ ILAP:PlannedActivity ...@@ -440,20 +442,18 @@ ILAP:PlannedActivity
440 ] ; 442 ] ;
441 rdfs:subClassOf 443 rdfs:subClassOf
442 [ rdf:type owl:Restriction ; 444 [ rdf:type owl:Restriction ;
443 - owl:maxQualifiedCardinality 445 + owl:allValuesFrom ILAP:Profile ;
444 - "1"^^xsd:nonNegativeInteger ; 446 + owl:onProperty ILAP:hasActivityResourceProfile
445 - owl:onClass ILAP:ExecutionPlan ;
446 - owl:onProperty ILAP:hasActivityPlan
447 ] ; 447 ] ;
448 rdfs:subClassOf 448 rdfs:subClassOf
449 [ rdf:type owl:Restriction ; 449 [ rdf:type owl:Restriction ;
450 - owl:allValuesFrom ILAP:Phase ; 450 + owl:allValuesFrom ILAP:Result ;
451 - owl:onProperty ILAP:hasActivityPhase 451 + owl:onProperty ILAP:hasActivityResult
452 ] ; 452 ] ;
453 rdfs:subClassOf 453 rdfs:subClassOf
454 [ rdf:type owl:Restriction ; 454 [ rdf:type owl:Restriction ;
455 - owl:allValuesFrom ILAP:Successor ; 455 + owl:allValuesFrom ILAP:ContractorWBS ;
456 - owl:onProperty ILAP:hasActivitySuccessor 456 + owl:onProperty ILAP:hasActivityContractorWBS
457 ] . 457 ] .
458 458
459 ILAP:PlannedResource 459 ILAP:PlannedResource
...@@ -462,71 +462,71 @@ ILAP:PlannedResource ...@@ -462,71 +462,71 @@ ILAP:PlannedResource
462 rdfs:subClassOf ILAP:Resource . 462 rdfs:subClassOf ILAP:Resource .
463 463
464 ILAP:Planning 464 ILAP:Planning
465 - rdf:type owl:Class ; 465 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
466 rdfs:label "Planning"^^xsd:string ; 466 rdfs:label "Planning"^^xsd:string ;
467 - rdfs:subClassOf <http://data.posccaesar.org/15926/tech/ontology/Activity> . 467 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9659447> .
468 468
469 ILAP:PortfolioPlan 469 ILAP:PortfolioPlan
470 - rdf:type owl:Class ; 470 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
471 rdfs:label "Portfolio plan"^^xsd:string ; 471 rdfs:label "Portfolio plan"^^xsd:string ;
472 rdfs:subClassOf ILAP:ExecutionPlan . 472 rdfs:subClassOf ILAP:ExecutionPlan .
473 473
474 ILAP:Profile 474 ILAP:Profile
475 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 475 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
476 rdfs:label "Resource profile"^^xsd:string ; 476 rdfs:label "Resource profile"^^xsd:string ;
477 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 477 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
478 478
479 ILAP:ProfilePoint 479 ILAP:ProfilePoint
480 - rdf:type owl:Class ; 480 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
481 rdfs:label "Profile point"^^xsd:string ; 481 rdfs:label "Profile point"^^xsd:string ;
482 - rdfs:subClassOf owl:Thing . 482 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
483 483
484 ILAP:ProgrammePlan 484 ILAP:ProgrammePlan
485 - rdf:type owl:Class ; 485 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
486 rdfs:label "Programme plan"^^xsd:string ; 486 rdfs:label "Programme plan"^^xsd:string ;
487 rdfs:subClassOf ILAP:ExecutionPlan . 487 rdfs:subClassOf ILAP:ExecutionPlan .
488 488
489 ILAP:Project 489 ILAP:Project
490 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 490 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
491 rdfs:label "Project"^^xsd:string ; 491 rdfs:label "Project"^^xsd:string ;
492 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ; 492 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
493 rdfs:subClassOf 493 rdfs:subClassOf
494 [ rdf:type owl:Restriction ; 494 [ rdf:type owl:Restriction ;
495 - owl:allValuesFrom BRREG:OilCompany ; 495 + owl:onDataRange xsd:string ;
496 - owl:onProperty ILAP:hasProjectResponsible 496 + owl:onProperty ILAP:hasName ;
497 + owl:qualifiedCardinality
498 + "1"^^xsd:nonNegativeInteger
497 ] ; 499 ] ;
498 rdfs:subClassOf 500 rdfs:subClassOf
499 [ rdf:type owl:Restriction ; 501 [ rdf:type owl:Restriction ;
500 - owl:allValuesFrom ILAP:ExternalReference ; 502 + owl:allValuesFrom ILAP:Project ;
501 - owl:onProperty ILAP:hasExternalReference 503 + owl:onProperty ILAP:hasProjectSubproject
502 ] ; 504 ] ;
503 rdfs:subClassOf 505 rdfs:subClassOf
504 [ rdf:type owl:Restriction ; 506 [ rdf:type owl:Restriction ;
505 - owl:allValuesFrom ILAP:Project ; 507 + owl:allValuesFrom ILAP:ExternalReference ;
506 - owl:onProperty ILAP:hasProjectSubproject 508 + owl:onProperty ILAP:hasExternalReference
507 ] ; 509 ] ;
508 rdfs:subClassOf 510 rdfs:subClassOf
509 [ rdf:type owl:Restriction ; 511 [ rdf:type owl:Restriction ;
510 - owl:onDataRange xsd:string ; 512 + owl:allValuesFrom BRREG:OilCompany ;
511 - owl:onProperty ILAP:hasName ; 513 + owl:onProperty ILAP:hasProjectResponsible
512 - owl:qualifiedCardinality
513 - "1"^^xsd:nonNegativeInteger
514 ] . 514 ] .
515 515
516 ILAP:ProjectPlan 516 ILAP:ProjectPlan
517 - rdf:type owl:Class ; 517 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
518 rdfs:label "Project plan"^^xsd:string ; 518 rdfs:label "Project plan"^^xsd:string ;
519 rdfs:subClassOf ILAP:ExecutionPlan . 519 rdfs:subClassOf ILAP:ExecutionPlan .
520 520
521 ILAP:Regular8To16WorkingDayCalendar 521 ILAP:Regular8To16WorkingDayCalendar
522 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 522 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
523 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 523 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
524 - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 524 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
525 525
526 ILAP:Resource 526 ILAP:Resource
527 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 527 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ;
528 rdfs:label "Resource"^^xsd:string ; 528 rdfs:label "Resource"^^xsd:string ;
529 - rdfs:subClassOf owl:Thing ; 529 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13875949> ;
530 rdfs:subClassOf 530 rdfs:subClassOf
531 [ rdf:type owl:Restriction ; 531 [ rdf:type owl:Restriction ;
532 owl:onClass ILAP:Profile ; 532 owl:onClass ILAP:Profile ;
...@@ -541,34 +541,29 @@ ILAP:ResourceBased ...@@ -541,34 +541,29 @@ ILAP:ResourceBased
541 rdfs:subClassOf ILAP:Resource . 541 rdfs:subClassOf ILAP:Resource .
542 542
543 ILAP:ResourceStructure 543 ILAP:ResourceStructure
544 - rdf:type owl:Class ; 544 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
545 rdfs:label "Resource structure"^^xsd:string ; 545 rdfs:label "Resource structure"^^xsd:string ;
546 - rdfs:subClassOf owl:Thing . 546 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
547 547
548 ILAP:ResponsibleOrganization 548 ILAP:ResponsibleOrganization
549 - rdf:type owl:Class ; 549 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
550 rdfs:label "Responsible organization"^^xsd:string ; 550 rdfs:label "Responsible organization"^^xsd:string ;
551 - rdfs:subClassOf owl:Thing . 551 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
552 552
553 ILAP:ResponsiblePerson 553 ILAP:ResponsiblePerson
554 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> , owl:Class ; 554 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
555 rdfs:label "Responsible"^^xsd:string ; 555 rdfs:label "Responsible"^^xsd:string ;
556 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS1001138391> , owl:Thing . 556 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
557 557
558 ILAP:Result 558 ILAP:Result
559 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 559 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
560 rdfs:label "Result"^^xsd:string ; 560 rdfs:label "Result"^^xsd:string ;
561 rdfs:subClassOf owl:Thing . 561 rdfs:subClassOf owl:Thing .
562 562
563 ILAP:ScheduledActivity 563 ILAP:ScheduledActivity
564 - rdf:type owl:Class ; 564 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
565 - rdfs:label "Activity in schedule"^^xsd:string ; 565 + rdfs:label "Activity in Network Schedule"^^xsd:string ;
566 - rdfs:subClassOf ILAP:Activity ; 566 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> , ILAP:Activity ;
567 - rdfs:subClassOf
568 - [ rdf:type owl:Restriction ;
569 - owl:allValuesFrom ILAP:ScheduledResource ;
570 - owl:onProperty ILAP:hasActivityScheduledResource
571 - ] ;
572 rdfs:subClassOf 567 rdfs:subClassOf
573 [ rdf:type owl:Restriction ; 568 [ rdf:type owl:Restriction ;
574 owl:maxQualifiedCardinality 569 owl:maxQualifiedCardinality
...@@ -578,6 +573,11 @@ ILAP:ScheduledActivity ...@@ -578,6 +573,11 @@ ILAP:ScheduledActivity
578 ] ; 573 ] ;
579 rdfs:subClassOf 574 rdfs:subClassOf
580 [ rdf:type owl:Restriction ; 575 [ rdf:type owl:Restriction ;
576 + owl:allValuesFrom ILAP:ScheduledResource ;
577 + owl:onProperty ILAP:hasActivityScheduledResource
578 + ] ;
579 + rdfs:subClassOf
580 + [ rdf:type owl:Restriction ;
581 owl:maxQualifiedCardinality 581 owl:maxQualifiedCardinality
582 "1"^^xsd:nonNegativeInteger ; 582 "1"^^xsd:nonNegativeInteger ;
583 owl:onClass ILAP:PlannedActivity ; 583 owl:onClass ILAP:PlannedActivity ;
...@@ -590,9 +590,9 @@ ILAP:ScheduledResource ...@@ -590,9 +590,9 @@ ILAP:ScheduledResource
590 rdfs:subClassOf ILAP:Resource . 590 rdfs:subClassOf ILAP:Resource .
591 591
592 ILAP:Source 592 ILAP:Source
593 - rdf:type owl:Class ; 593 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
594 rdfs:label "Source"^^xsd:string ; 594 rdfs:label "Source"^^xsd:string ;
595 - rdfs:subClassOf owl:Thing . 595 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
596 596
597 ILAP:SourceSpecifiedUserField 597 ILAP:SourceSpecifiedUserField
598 rdf:type owl:Class ; 598 rdf:type owl:Class ;
...@@ -605,41 +605,41 @@ ILAP:SpecifiedUserField ...@@ -605,41 +605,41 @@ ILAP:SpecifiedUserField
605 rdfs:subClassOf ILAP:UserField . 605 rdfs:subClassOf ILAP:UserField .
606 606
607 ILAP:StartToFinish 607 ILAP:StartToFinish
608 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 608 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
609 rdfs:label "Start to finish"^^xsd:string ; 609 rdfs:label "Start to finish"^^xsd:string ;
610 - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . 610 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
611 611
612 ILAP:StartToStart 612 ILAP:StartToStart
613 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 613 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
614 rdfs:label "Start to start"^^xsd:string ; 614 rdfs:label "Start to start"^^xsd:string ;
615 - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . 615 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
616 616
617 ILAP:Status 617 ILAP:Status
618 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 618 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
619 rdfs:label "Status"^^xsd:string ; 619 rdfs:label "Status"^^xsd:string ;
620 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 620 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
621 621
622 ILAP:Successor 622 ILAP:Successor
623 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 623 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
624 rdfs:label "Successor"^^xsd:string ; 624 rdfs:label "Successor"^^xsd:string ;
625 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , owl:Thing ; 625 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ;
626 rdfs:subClassOf 626 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
628 owl:onClass ILAP:Activity ; 628 owl:onClass ILAP:Activity ;
629 - owl:onProperty ILAP:hasPredecessorActivity ; 629 + owl:onProperty ILAP:hasSuccessorActivity ;
630 owl:qualifiedCardinality 630 owl:qualifiedCardinality
631 "1"^^xsd:nonNegativeInteger 631 "1"^^xsd:nonNegativeInteger
632 ] ; 632 ] ;
633 rdfs:subClassOf 633 rdfs:subClassOf
634 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
635 owl:onClass ILAP:Activity ; 635 owl:onClass ILAP:Activity ;
636 - owl:onProperty ILAP:hasSuccessorActivity ; 636 + owl:onProperty ILAP:hasPredecessorActivity ;
637 owl:qualifiedCardinality 637 owl:qualifiedCardinality
638 "1"^^xsd:nonNegativeInteger 638 "1"^^xsd:nonNegativeInteger
639 ] . 639 ] .
640 640
641 ILAP:TargetSchedule 641 ILAP:TargetSchedule
642 - rdf:type owl:Class ; 642 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
643 rdfs:label "Target baseline"^^xsd:string ; 643 rdfs:label "Target baseline"^^xsd:string ;
644 rdfs:subClassOf ILAP:OriginalControlSchedule . 644 rdfs:subClassOf ILAP:OriginalControlSchedule .
645 645
...@@ -649,9 +649,9 @@ ILAP:Timebased ...@@ -649,9 +649,9 @@ ILAP:Timebased
649 rdfs:subClassOf ILAP:Resource . 649 rdfs:subClassOf ILAP:Resource .
650 650
651 ILAP:UserField 651 ILAP:UserField
652 - rdf:type owl:Class ; 652 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
653 rdfs:label "User field"^^xsd:string ; 653 rdfs:label "User field"^^xsd:string ;
654 - rdfs:subClassOf owl:Thing ; 654 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ;
655 rdfs:subClassOf 655 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 656 [ rdf:type owl:Restriction ;
657 owl:maxQualifiedCardinality 657 owl:maxQualifiedCardinality
...@@ -661,28 +661,28 @@ ILAP:UserField ...@@ -661,28 +661,28 @@ ILAP:UserField
661 ] . 661 ] .
662 662
663 ILAP:WeekendsFreeCalendar 663 ILAP:WeekendsFreeCalendar
664 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 664 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
665 rdfs:label "Weekends free calendar"^^xsd:string ; 665 rdfs:label "Weekends free calendar"^^xsd:string ;
666 rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 666 rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
667 667
668 ILAP:WorkOrders 668 ILAP:WorkOrders
669 - rdf:type owl:Class ; 669 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
670 rdfs:label "Work orders"^^xsd:string ; 670 rdfs:label "Work orders"^^xsd:string ;
671 rdfs:subClassOf ILAP:WorkTask . 671 rdfs:subClassOf ILAP:WorkTask .
672 672
673 ILAP:WorkTask 673 ILAP:WorkTask
674 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 674 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
675 rdfs:label "Work task"^^xsd:string ; 675 rdfs:label "Work task"^^xsd:string ;
676 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 676 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
677 rdfs:subClassOf 677 rdfs:subClassOf
678 [ rdf:type owl:Restriction ; 678 [ rdf:type owl:Restriction ;
679 - owl:allValuesFrom BRREG:LegalEntity ; 679 + owl:onProperty ILAP:hasWorkTaskActivity ;
680 - owl:onProperty ILAP:hasWorkTaskResponsible 680 + owl:someValuesFrom ILAP:Activity
681 ] ; 681 ] ;
682 rdfs:subClassOf 682 rdfs:subClassOf
683 [ rdf:type owl:Restriction ; 683 [ rdf:type owl:Restriction ;
684 - owl:onProperty ILAP:hasWorkTaskActivity ; 684 + owl:allValuesFrom BRREG:LegalEntity ;
685 - owl:someValuesFrom ILAP:Activity 685 + owl:onProperty ILAP:hasWorkTaskResponsible
686 ] . 686 ] .
687 687
688 ILAP:hasActivityActualWeight 688 ILAP:hasActivityActualWeight
...@@ -785,7 +785,7 @@ ILAP:hasActivityPhase ...@@ -785,7 +785,7 @@ ILAP:hasActivityPhase
785 rdfs:range ILAP:Phase . 785 rdfs:range ILAP:Phase .
786 786
787 ILAP:hasActivityPlan 787 ILAP:hasActivityPlan
788 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 788 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
789 rdfs:domain ILAP:PlannedActivity ; 789 rdfs:domain ILAP:PlannedActivity ;
790 rdfs:label "has activity plan"^^xsd:string ; 790 rdfs:label "has activity plan"^^xsd:string ;
791 rdfs:range ILAP:ExecutionPlan . 791 rdfs:range ILAP:ExecutionPlan .
...@@ -828,7 +828,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -828,7 +828,7 @@ ILAP:hasActivityResponsibleOrganization
828 rdfs:range ILAP:ResponsibleOrganization . 828 rdfs:range ILAP:ResponsibleOrganization .
829 829
830 ILAP:hasActivityResponsiblePerson 830 ILAP:hasActivityResponsiblePerson
831 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 831 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
832 rdfs:domain ILAP:PlannedActivity ; 832 rdfs:domain ILAP:PlannedActivity ;
833 rdfs:label "has activity responsible"^^xsd:string ; 833 rdfs:label "has activity responsible"^^xsd:string ;
834 rdfs:range ILAP:ResponsiblePerson . 834 rdfs:range ILAP:ResponsiblePerson .
...@@ -873,7 +873,7 @@ ILAP:hasActivityStatus ...@@ -873,7 +873,7 @@ ILAP:hasActivityStatus
873 rdfs:range ILAP:Status . 873 rdfs:range ILAP:Status .
874 874
875 ILAP:hasActivitySuccessor 875 ILAP:hasActivitySuccessor
876 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 876 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
877 rdfs:domain ILAP:PlannedActivity ; 877 rdfs:domain ILAP:PlannedActivity ;
878 rdfs:label "has activity successor"^^xsd:string ; 878 rdfs:label "has activity successor"^^xsd:string ;
879 rdfs:range ILAP:Successor ; 879 rdfs:range ILAP:Successor ;
...@@ -920,7 +920,7 @@ ILAP:hasCalendarDate ...@@ -920,7 +920,7 @@ ILAP:hasCalendarDate
920 rdfs:label "has calendar date"^^xsd:string . 920 rdfs:label "has calendar date"^^xsd:string .
921 921
922 ILAP:hasCalendarFreePeriod 922 ILAP:hasCalendarFreePeriod
923 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 923 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
924 rdfs:domain ILAP:Calendar ; 924 rdfs:domain ILAP:Calendar ;
925 rdfs:label "has calendarcalendar free period"^^xsd:string ; 925 rdfs:label "has calendarcalendar free period"^^xsd:string ;
926 rdfs:range ILAP:CalendarFreePeriod . 926 rdfs:range ILAP:CalendarFreePeriod .
...@@ -955,7 +955,7 @@ ILAP:hasCalendarPeriodWorkHour ...@@ -955,7 +955,7 @@ ILAP:hasCalendarPeriodWorkHour
955 rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . 955 rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
956 956
957 ILAP:hasCalendarWorkPeriod 957 ILAP:hasCalendarWorkPeriod
958 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 958 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
959 rdfs:domain ILAP:Calendar ; 959 rdfs:domain ILAP:Calendar ;
960 rdfs:label "has calendarcalendar work period"^^xsd:string ; 960 rdfs:label "has calendarcalendar work period"^^xsd:string ;
961 rdfs:range ILAP:CalendarWorkPeriod . 961 rdfs:range ILAP:CalendarWorkPeriod .
...@@ -1178,7 +1178,7 @@ ILAP:hasPlanRegulator ...@@ -1178,7 +1178,7 @@ ILAP:hasPlanRegulator
1178 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1178 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1179 1179
1180 ILAP:hasPlanResponsible 1180 ILAP:hasPlanResponsible
1181 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1181 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1182 rdfs:label "has plan responsible"^^xsd:string . 1182 rdfs:label "has plan responsible"^^xsd:string .
1183 1183
1184 ILAP:hasPlanRollUp 1184 ILAP:hasPlanRollUp
...@@ -1312,7 +1312,7 @@ ILAP:hasSchedulePlan ...@@ -1312,7 +1312,7 @@ ILAP:hasSchedulePlan
1312 rdfs:range ILAP:ExecutionPlan . 1312 rdfs:range ILAP:ExecutionPlan .
1313 1313
1314 ILAP:hasSuccessorActivity 1314 ILAP:hasSuccessorActivity
1315 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1315 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1316 rdfs:domain ILAP:Successor ; 1316 rdfs:domain ILAP:Successor ;
1317 rdfs:label "has successor activity "^^xsd:string ; 1317 rdfs:label "has successor activity "^^xsd:string ;
1318 rdfs:range ILAP:PlannedActivity ; 1318 rdfs:range ILAP:PlannedActivity ;
......
1 # baseURI: http://data.posccaesar.org/brreg/ 1 # baseURI: http://data.posccaesar.org/brreg/
2 +# imports: file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc
3 +# imports: http://topbraid.org/spin/skoscleaner
4 +# imports: http://topbraid.org/spin/skosspin
5 +# imports: http://www.w3.org/2004/02/skos/core
6 +# imports: http://www.w3.org/2008/05/skos-xl
7 +
8 +@prefix : <http://data.posccaesar.org/brreg/> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 +
14 +: rdf:type owl:Ontology ;
15 + owl:imports <http://topbraid.org/spin/skosspin> , <http://topbraid.org/spin/skoscleaner> , <http://www.w3.org/2008/05/skos-xl> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2004/02/skos/core> ;
16 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
2 17
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/brreg/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 :BakerHughes 18 :BakerHughes
14 - rdf:type :Contractor ; 19 + rdf:type :Contractor ;
15 - rdfs:label "Baker hughes"^^xsd:string ; 20 + rdfs:label "Baker hughes"^^xsd:string .
16 -. 21 +
17 :ConocoPhillips 22 :ConocoPhillips
18 - rdf:type :OilCompany ; 23 + rdf:type :OilCompany ;
19 - rdfs:label "Conoco phillips"^^xsd:string ; 24 + rdfs:label "Conoco phillips"^^xsd:string .
20 -. 25 +
21 :Contractor 26 :Contractor
22 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 27 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
23 - rdf:type owl:Class ; 28 + rdfs:label "Contractor"^^xsd:string ;
24 - rdfs:label "Contractor"^^xsd:string ; 29 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity .
25 - rdfs:subClassOf :LegalEntity ; 30 +
26 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ;
27 -.
28 :EniNorge 31 :EniNorge
29 - rdf:type :OilCompany ; 32 + rdf:type :OilCompany ;
30 - rdfs:label "Eni norge"^^xsd:string ; 33 + rdfs:label "Eni norge"^^xsd:string .
31 -. 34 +
32 :LegalEntity 35 :LegalEntity
33 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 36 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
34 - rdf:type owl:Class ; 37 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Source> ;
35 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ; 38 + rdfs:subClassOf
36 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; 39 + [ rdf:type owl:Restriction ;
37 - rdfs:subClassOf owl:Thing ; 40 + owl:onClass :Location ;
38 - rdfs:subClassOf [ 41 + owl:onProperty :hasLegalEntityLocation ;
39 - rdf:type owl:Restriction ; 42 + owl:qualifiedCardinality
40 - owl:onClass :Location ; 43 + "1"^^xsd:nonNegativeInteger
41 - owl:onProperty :hasLegalEntityLocation ; 44 + ] .
42 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 45 +
43 - ] ;
44 -.
45 :Location 46 :Location
46 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 47 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
47 - rdf:type owl:Class ; 48 + rdfs:label "Location"^^xsd:string ;
48 - rdfs:label "Location"^^xsd:string ; 49 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Location> .
49 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ; 50 +
50 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
51 - rdfs:subClassOf owl:Thing ;
52 -.
53 :Lundin 51 :Lundin
54 - rdf:type :OilCompany ; 52 + rdf:type :OilCompany ;
55 - rdfs:label "Lundin"^^xsd:string ; 53 + rdfs:label "Lundin"^^xsd:string .
56 -. 54 +
57 -:NEA 55 +:NEA rdf:type :Regulator ;
58 - rdf:type :Regulator ; 56 + rdfs:label "NEA"^^xsd:string .
59 - rdfs:label "NEA"^^xsd:string ; 57 +
60 -. 58 +:NPD rdf:type :Regulator ;
61 -:NPD 59 + rdfs:label "NPD"^^xsd:string .
62 - rdf:type :Regulator ; 60 +
63 - rdfs:label "NPD"^^xsd:string ; 61 +:NTA rdf:type :Regulator ;
64 -. 62 + rdfs:label "NTA"^^xsd:string .
65 -:NTA 63 +
66 - rdf:type :Regulator ;
67 - rdfs:label "NTA"^^xsd:string ;
68 -.
69 :OilCompany 64 :OilCompany
70 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 65 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
71 - rdf:type owl:Class ; 66 + rdfs:label "Oil Company"^^xsd:string ;
72 - rdfs:label "Oil Company"^^xsd:string ; 67 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity .
73 - rdfs:subClassOf :LegalEntity ; 68 +
74 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ;
75 -.
76 :Regulator 69 :Regulator
77 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 70 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
78 - rdf:type owl:Class ; 71 + rdfs:label "Regulator"^^xsd:string ;
79 - rdfs:label "Regulator"^^xsd:string ; 72 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity .
80 - rdfs:subClassOf :LegalEntity ; 73 +
81 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ;
82 -.
83 :Schlumberger 74 :Schlumberger
84 - rdf:type :Contractor ; 75 + rdf:type :Contractor ;
85 - rdfs:label "Schlumberger"^^xsd:string ; 76 + rdfs:label "Schlumberger"^^xsd:string .
86 -. 77 +
87 :Sevan 78 :Sevan
88 - rdf:type :Contractor ; 79 + rdf:type :Contractor ;
89 - rdfs:label "Sevan"^^xsd:string ; 80 + rdfs:label "Sevan"^^xsd:string .
90 -. 81 +
91 :Statoil 82 :Statoil
92 - rdf:type :OilCompany ; 83 + rdf:type :OilCompany ;
93 - rdfs:label "Statoil"^^xsd:string ; 84 + rdfs:label "Statoil"^^xsd:string .
94 -. 85 +
95 :Subsea7 86 :Subsea7
96 - rdf:type :Contractor ; 87 + rdf:type :Contractor ;
97 - rdfs:label "Subsea7"^^xsd:string ; 88 + rdfs:label "Subsea7"^^xsd:string .
98 -. 89 +
99 :SumitomoMetal 90 :SumitomoMetal
100 - rdf:type :Contractor ; 91 + rdf:type :Contractor ;
101 - rdfs:label "Sumitomo metal"^^xsd:string ; 92 + rdfs:label "Sumitomo metal"^^xsd:string .
102 -. 93 +
103 :Tananger 94 :Tananger
104 - rdf:type :Location ; 95 + rdf:type :Location ;
105 - rdfs:label "Tananger"^^xsd:string ; 96 + rdfs:label "Tananger"^^xsd:string .
106 -. 97 +
107 :Technip 98 :Technip
108 - rdf:type :Contractor ; 99 + rdf:type :Contractor ;
109 - rdfs:label "Technip"^^xsd:string ; 100 + rdfs:label "Technip"^^xsd:string .
110 -. 101 +
111 :hasLegalEntityLocation 102 :hasLegalEntityLocation
112 - rdf:type owl:ObjectProperty ; 103 + rdf:type owl:ObjectProperty ;
113 - rdfs:domain :LegalEntity ; 104 + rdfs:domain :LegalEntity ;
114 - rdfs:label "has legal entity location"^^xsd:string ; 105 + rdfs:label "has legal entity location"^^xsd:string ;
115 - rdfs:range :Location ; 106 + rdfs:range :Location .
116 -.
......
1 # baseURI: http://data.posccaesar.org/Data/UC2/ 1 # baseURI: http://data.posccaesar.org/Data/UC2/
2 +# imports: http://data.posccaesar.org/NCS_PLANNING/
2 3
3 @prefix : <http://data.posccaesar.org/Data/UC2/> . 4 @prefix : <http://data.posccaesar.org/Data/UC2/> .
4 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 5 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
...@@ -9,7 +10,8 @@ ...@@ -9,7 +10,8 @@
9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 12
12 -UC2: rdf:type owl:Ontology . 13 +UC2: rdf:type owl:Ontology ;
14 + owl:imports NCS_PLANNING: .
13 15
14 ILAP:ActivityInPlan_1 16 ILAP:ActivityInPlan_1
15 rdf:type ILAP:PlannedActivity ; 17 rdf:type ILAP:PlannedActivity ;
...@@ -168,7 +170,7 @@ ILAP:ContractorWBS_1 ...@@ -168,7 +170,7 @@ ILAP:ContractorWBS_1
168 rdf:type ILAP:ContractorWBS ; 170 rdf:type ILAP:ContractorWBS ;
169 rdfs:label "Contractor WBS 1"^^xsd:string ; 171 rdfs:label "Contractor WBS 1"^^xsd:string ;
170 ILAP:hasContractorWBSelement 172 ILAP:hasContractorWBSelement
171 - "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . 173 + "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
172 174
173 ILAP:ExternalReference_1 175 ILAP:ExternalReference_1
174 rdf:type ILAP:ExternalReference ; 176 rdf:type ILAP:ExternalReference ;
......