Tore Christiansen

Added Performance class

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Discipline ; 21 + owl:allValuesFrom ILAP:Status ;
22 - owl:onProperty ILAP:hasActivityDiscipline 22 + owl:onProperty ILAP:hasActivityStatus
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:allValuesFrom ILAP:Calendar ; 26 + owl:onProperty ILAP:hasExternalReference ;
27 - owl:onProperty ILAP:hasActivityCalendar 27 + owl:someValuesFrom ILAP:ExternalReference
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:onProperty ILAP:hasExternalReference ; 31 + owl:allValuesFrom ILAP:Calendar ;
32 - owl:someValuesFrom ILAP:ExternalReference 32 + owl:onProperty ILAP:hasActivityCalendar
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Status ; 36 + owl:allValuesFrom ILAP:Discipline ;
37 - owl:onProperty ILAP:hasActivityStatus 37 + owl:onProperty ILAP:hasActivityDiscipline
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 41 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasPredecessorActivity ; 47 + owl:onProperty ILAP:hasSuccessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasSuccessorActivity ; 54 + owl:onProperty ILAP:hasPredecessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 60 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -72,22 +72,22 @@ ILAP:ActivityStatus ...@@ -72,22 +72,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 75 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 82 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 90 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
...@@ -100,9 +100,9 @@ ILAP:CAPEX ...@@ -100,9 +100,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 103 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 105 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 113 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
114 rdfs:label "Calendar day"^^xsd:string ; 114 rdfs:label "Calendar day"^^xsd:string ;
115 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 115 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 118 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
119 rdfs:label "Calendar free period"^^xsd:string ; 119 rdfs:label "Calendar free period"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 120 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 132 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 134 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 137 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
138 rdfs:label "calendar hour"^^xsd:string ; 138 rdfs:label "calendar hour"^^xsd:string ;
139 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 139 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 142 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 144 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarDay ; 147 + owl:allValuesFrom ILAP:CalendarHour ;
148 - owl:onProperty ILAP:hasCalendarPeriodDay 148 + owl:onProperty ILAP:hasCalendarPeriodHour
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarHour ; 152 + owl:allValuesFrom ILAP:CalendarDay ;
153 - owl:onProperty ILAP:hasCalendarPeriodHour 153 + owl:onProperty ILAP:hasCalendarPeriodDay
154 ] . 154 ] .
155 155
156 ILAP:Category 156 ILAP:Category
...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone ...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone
166 ILAP:Constraint 166 ILAP:Constraint
167 rdf:type owl:Class ; 167 rdf:type owl:Class ;
168 rdfs:label "Constraint"^^xsd:string ; 168 rdfs:label "Constraint"^^xsd:string ;
169 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 169 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone ...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone
176 ILAP:Contract 176 ILAP:Contract
177 rdf:type owl:Class ; 177 rdf:type owl:Class ;
178 rdfs:label "Contract"^^xsd:string ; 178 rdfs:label "Contract"^^xsd:string ;
179 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 179 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
...@@ -201,7 +201,7 @@ ILAP:ControlSchedule ...@@ -201,7 +201,7 @@ ILAP:ControlSchedule
201 ILAP:Cost 201 ILAP:Cost
202 rdf:type owl:Class ; 202 rdf:type owl:Class ;
203 rdfs:label "Cost"^^xsd:string ; 203 rdfs:label "Cost"^^xsd:string ;
204 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 204 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
205 205
206 ILAP:CostBased 206 ILAP:CostBased
207 rdf:type owl:Class ; 207 rdf:type owl:Class ;
...@@ -209,14 +209,14 @@ ILAP:CostBased ...@@ -209,14 +209,14 @@ ILAP:CostBased
209 rdfs:subClassOf ILAP:Resource . 209 rdfs:subClassOf ILAP:Resource .
210 210
211 ILAP:CurrentSchedule 211 ILAP:CurrentSchedule
212 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 212 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
213 rdfs:label "Current schedule"^^xsd:string ; 213 rdfs:label "Current schedule"^^xsd:string ;
214 rdfs:subClassOf ILAP:Schedule . 214 rdfs:subClassOf ILAP:Schedule .
215 215
216 ILAP:Data 216 ILAP:Data
217 rdf:type owl:Class ; 217 rdf:type owl:Class ;
218 rdfs:label "Data"^^xsd:string ; 218 rdfs:label "Data"^^xsd:string ;
219 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 219 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
220 rdfs:subClassOf 220 rdfs:subClassOf
221 [ rdf:type owl:Restriction ; 221 [ rdf:type owl:Restriction ;
222 owl:onClass ILAP:Project ; 222 owl:onClass ILAP:Project ;
...@@ -246,7 +246,7 @@ ILAP:DesignMilestone ...@@ -246,7 +246,7 @@ ILAP:DesignMilestone
246 rdfs:subClassOf ILAP:MilestoneType . 246 rdfs:subClassOf ILAP:MilestoneType .
247 247
248 ILAP:Discipline 248 ILAP:Discipline
249 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 249 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
250 rdfs:label "Discipline"^^xsd:string ; 250 rdfs:label "Discipline"^^xsd:string ;
251 rdfs:subClassOf owl:Thing . 251 rdfs:subClassOf owl:Thing .
252 252
...@@ -266,15 +266,13 @@ ILAP:EngineeringMilestone ...@@ -266,15 +266,13 @@ ILAP:EngineeringMilestone
266 rdfs:subClassOf ILAP:MilestoneType . 266 rdfs:subClassOf ILAP:MilestoneType .
267 267
268 ILAP:ExternalReference 268 ILAP:ExternalReference
269 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 269 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
270 rdfs:label "External Reference"^^xsd:string ; 270 rdfs:label "External Reference"^^xsd:string ;
271 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 271 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
272 rdfs:subClassOf 272 rdfs:subClassOf
273 [ rdf:type owl:Restriction ; 273 [ rdf:type owl:Restriction ;
274 - owl:onDataRange xsd:string ; 274 + owl:allValuesFrom ILAP:Application ;
275 - owl:onProperty ILAP:hasObjectReferenceID ; 275 + owl:onProperty ILAP:hasReferenceApplication
276 - owl:qualifiedCardinality
277 - "1"^^xsd:nonNegativeInteger
278 ] ; 276 ] ;
279 rdfs:subClassOf 277 rdfs:subClassOf
280 [ rdf:type owl:Restriction ; 278 [ rdf:type owl:Restriction ;
...@@ -283,8 +281,10 @@ ILAP:ExternalReference ...@@ -283,8 +281,10 @@ ILAP:ExternalReference
283 ] ; 281 ] ;
284 rdfs:subClassOf 282 rdfs:subClassOf
285 [ rdf:type owl:Restriction ; 283 [ rdf:type owl:Restriction ;
286 - owl:allValuesFrom ILAP:Application ; 284 + owl:onDataRange xsd:string ;
287 - owl:onProperty ILAP:hasReferenceApplication 285 + owl:onProperty ILAP:hasObjectReferenceID ;
286 + owl:qualifiedCardinality
287 + "1"^^xsd:nonNegativeInteger
288 ] . 288 ] .
289 289
290 ILAP:Facility 290 ILAP:Facility
...@@ -298,14 +298,14 @@ ILAP:Field ...@@ -298,14 +298,14 @@ ILAP:Field
298 rdfs:subClassOf owl:Thing . 298 rdfs:subClassOf owl:Thing .
299 299
300 ILAP:FinishToFinish 300 ILAP:FinishToFinish
301 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 301 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
302 rdfs:label "Finish to finish"^^xsd:string ; 302 rdfs:label "Finish to finish"^^xsd:string ;
303 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 303 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
304 304
305 ILAP:FinishToStart 305 ILAP:FinishToStart
306 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 306 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
307 rdfs:label "Finish to start"^^xsd:string ; 307 rdfs:label "Finish to start"^^xsd:string ;
308 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 308 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
309 309
310 ILAP:FunctionalLocation 310 ILAP:FunctionalLocation
311 rdf:type owl:Class ; 311 rdf:type owl:Class ;
...@@ -320,7 +320,7 @@ ILAP:GeographicLocation ...@@ -320,7 +320,7 @@ ILAP:GeographicLocation
320 ILAP:Information 320 ILAP:Information
321 rdf:type owl:Class ; 321 rdf:type owl:Class ;
322 rdfs:label "Information"^^xsd:string ; 322 rdfs:label "Information"^^xsd:string ;
323 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 323 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
324 324
325 ILAP:Knowledge 325 ILAP:Knowledge
326 rdf:type owl:Class ; 326 rdf:type owl:Class ;
...@@ -338,14 +338,14 @@ ILAP:LifecyclePhase ...@@ -338,14 +338,14 @@ ILAP:LifecyclePhase
338 rdfs:subClassOf ILAP:Phase . 338 rdfs:subClassOf ILAP:Phase .
339 339
340 ILAP:LiveSchedule 340 ILAP:LiveSchedule
341 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 341 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
342 rdfs:label "Live schedule"^^xsd:string ; 342 rdfs:label "Live schedule"^^xsd:string ;
343 rdfs:subClassOf ILAP:Schedule . 343 rdfs:subClassOf ILAP:Schedule .
344 344
345 ILAP:Location 345 ILAP:Location
346 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 346 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
347 rdfs:label "Location"^^xsd:string ; 347 rdfs:label "Location"^^xsd:string ;
348 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 348 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
349 349
350 ILAP:MaterialOrderStatus 350 ILAP:MaterialOrderStatus
351 rdf:type owl:Class ; 351 rdf:type owl:Class ;
...@@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus ...@@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus
353 rdfs:subClassOf ILAP:Status . 353 rdfs:subClassOf ILAP:Status .
354 354
355 ILAP:Milestone 355 ILAP:Milestone
356 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 356 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
357 rdfs:label "Milestone"^^xsd:string . 357 rdfs:label "Milestone"^^xsd:string .
358 358
359 ILAP:MilestoneType 359 ILAP:MilestoneType
...@@ -364,7 +364,7 @@ ILAP:MilestoneType ...@@ -364,7 +364,7 @@ ILAP:MilestoneType
364 ILAP:Network 364 ILAP:Network
365 rdf:type owl:Class ; 365 rdf:type owl:Class ;
366 rdfs:label "Network"^^xsd:string ; 366 rdfs:label "Network"^^xsd:string ;
367 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 367 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
368 368
369 ILAP:OPEX 369 ILAP:OPEX
370 rdfs:label "OPEX"^^xsd:string . 370 rdfs:label "OPEX"^^xsd:string .
...@@ -384,6 +384,11 @@ ILAP:Operator ...@@ -384,6 +384,11 @@ ILAP:Operator
384 rdfs:label "Operator"^^xsd:string ; 384 rdfs:label "Operator"^^xsd:string ;
385 rdfs:subClassOf ILAP:ResponsibleOrganization . 385 rdfs:subClassOf ILAP:ResponsibleOrganization .
386 386
387 +ILAP:Performance
388 + rdf:type owl:Class ;
389 + rdfs:label "Performance"^^xsd:string ;
390 + rdfs:subClassOf owl:Thing .
391 +
387 ILAP:Phase 392 ILAP:Phase
388 rdf:type owl:Class ; 393 rdf:type owl:Class ;
389 rdfs:label "Phase"^^xsd:string ; 394 rdfs:label "Phase"^^xsd:string ;
...@@ -395,49 +400,49 @@ ILAP:PhysicalLocation ...@@ -395,49 +400,49 @@ ILAP:PhysicalLocation
395 rdfs:subClassOf ILAP:Location . 400 rdfs:subClassOf ILAP:Location .
396 401
397 ILAP:PlanClassifier 402 ILAP:PlanClassifier
398 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 403 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
399 rdfs:label "Plan classifier"^^xsd:string ; 404 rdfs:label "Plan classifier"^^xsd:string ;
400 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 405 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
401 406
402 ILAP:PlanContentType 407 ILAP:PlanContentType
403 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 408 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
404 rdfs:label "Plan content type"^^xsd:string ; 409 rdfs:label "Plan content type"^^xsd:string ;
405 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 410 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
406 411
407 ILAP:PlanContractType 412 ILAP:PlanContractType
408 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 413 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
409 rdfs:label "Plan contract type"^^xsd:string ; 414 rdfs:label "Plan contract type"^^xsd:string ;
410 rdfs:subClassOf ILAP:PlanClassifier . 415 rdfs:subClassOf ILAP:PlanClassifier .
411 416
412 ILAP:PlanExpenseType 417 ILAP:PlanExpenseType
413 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 418 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
414 rdfs:label "Plan expense type"^^xsd:string ; 419 rdfs:label "Plan expense type"^^xsd:string ;
415 rdfs:subClassOf ILAP:PlanClassifier . 420 rdfs:subClassOf ILAP:PlanClassifier .
416 421
417 ILAP:PlanGeoArea 422 ILAP:PlanGeoArea
418 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 423 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
419 rdfs:label "Plan geographic area"^^xsd:string ; 424 rdfs:label "Plan geographic area"^^xsd:string ;
420 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 425 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
421 426
422 ILAP:PlanLevel 427 ILAP:PlanLevel
423 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 428 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
424 rdfs:label "Plan level"^^xsd:string ; 429 rdfs:label "Plan level"^^xsd:string ;
425 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 430 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
426 431
427 ILAP:PlanLifecycleStage 432 ILAP:PlanLifecycleStage
428 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 433 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
429 rdfs:label "Plan lifecycle stage"^^xsd:string ; 434 rdfs:label "Plan lifecycle stage"^^xsd:string ;
430 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 435 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
431 436
432 ILAP:PlanObjectiveType 437 ILAP:PlanObjectiveType
433 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 438 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
434 rdfs:label "Plan objective type"^^xsd:string ; 439 rdfs:label "Plan objective type"^^xsd:string ;
435 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 440 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
436 441
437 ILAP:PlanProjectType 442 ILAP:PlanProjectType
438 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 443 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
439 rdfs:label "Plan project type"^^xsd:string ; 444 rdfs:label "Plan project type"^^xsd:string ;
440 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 445 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
441 446
442 ILAP:PlannedActivity 447 ILAP:PlannedActivity
443 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 448 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -445,25 +450,15 @@ ILAP:PlannedActivity ...@@ -445,25 +450,15 @@ ILAP:PlannedActivity
445 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 450 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
446 rdfs:subClassOf 451 rdfs:subClassOf
447 [ rdf:type owl:Restriction ; 452 [ rdf:type owl:Restriction ;
448 - owl:maxQualifiedCardinality
449 - "1"^^xsd:nonNegativeInteger ;
450 - owl:onClass ILAP:ProjectExecutionPlan ;
451 - owl:onProperty ILAP:hasActivityPlan
452 - ] ;
453 - rdfs:subClassOf
454 - [ rdf:type owl:Restriction ;
455 - owl:allValuesFrom ILAP:ActivityDependency ;
456 - owl:onProperty ILAP:hasActivityPredecessor
457 - ] ;
458 - rdfs:subClassOf
459 - [ rdf:type owl:Restriction ;
460 owl:allValuesFrom ILAP:ActivityWBS ; 453 owl:allValuesFrom ILAP:ActivityWBS ;
461 owl:onProperty ILAP:hasActivityWBSelement 454 owl:onProperty ILAP:hasActivityWBSelement
462 ] ; 455 ] ;
463 rdfs:subClassOf 456 rdfs:subClassOf
464 [ rdf:type owl:Restriction ; 457 [ rdf:type owl:Restriction ;
465 - owl:allValuesFrom ILAP:ResourceProfile ; 458 + owl:maxQualifiedCardinality
466 - owl:onProperty ILAP:hasActivityResourceProfile 459 + "1"^^xsd:nonNegativeInteger ;
460 + owl:onClass ILAP:Facility ;
461 + owl:onProperty ILAP:hasActivityFacility
467 ] ; 462 ] ;
468 rdfs:subClassOf 463 rdfs:subClassOf
469 [ rdf:type owl:Restriction ; 464 [ rdf:type owl:Restriction ;
...@@ -472,18 +467,13 @@ ILAP:PlannedActivity ...@@ -472,18 +467,13 @@ ILAP:PlannedActivity
472 ] ; 467 ] ;
473 rdfs:subClassOf 468 rdfs:subClassOf
474 [ rdf:type owl:Restriction ; 469 [ rdf:type owl:Restriction ;
475 - owl:allValuesFrom ILAP:ActivityDependency ;
476 - owl:onProperty ILAP:hasActivitySuccessor
477 - ] ;
478 - rdfs:subClassOf
479 - [ rdf:type owl:Restriction ;
480 owl:allValuesFrom ILAP:Location ; 470 owl:allValuesFrom ILAP:Location ;
481 owl:onProperty ILAP:hasActivityLocation 471 owl:onProperty ILAP:hasActivityLocation
482 ] ; 472 ] ;
483 rdfs:subClassOf 473 rdfs:subClassOf
484 [ rdf:type owl:Restriction ; 474 [ rdf:type owl:Restriction ;
485 - owl:allValuesFrom ILAP:Result ; 475 + owl:allValuesFrom ILAP:ActivityDependency ;
486 - owl:onProperty ILAP:hasActivityResult 476 + owl:onProperty ILAP:hasActivityPredecessor
487 ] ; 477 ] ;
488 rdfs:subClassOf 478 rdfs:subClassOf
489 [ rdf:type owl:Restriction ; 479 [ rdf:type owl:Restriction ;
...@@ -492,10 +482,25 @@ ILAP:PlannedActivity ...@@ -492,10 +482,25 @@ ILAP:PlannedActivity
492 ] ; 482 ] ;
493 rdfs:subClassOf 483 rdfs:subClassOf
494 [ rdf:type owl:Restriction ; 484 [ rdf:type owl:Restriction ;
485 + owl:allValuesFrom ILAP:ActivityDependency ;
486 + owl:onProperty ILAP:hasActivitySuccessor
487 + ] ;
488 + rdfs:subClassOf
489 + [ rdf:type owl:Restriction ;
495 owl:maxQualifiedCardinality 490 owl:maxQualifiedCardinality
496 "1"^^xsd:nonNegativeInteger ; 491 "1"^^xsd:nonNegativeInteger ;
497 - owl:onClass ILAP:Facility ; 492 + owl:onClass ILAP:ProjectExecutionPlan ;
498 - owl:onProperty ILAP:hasActivityFacility 493 + owl:onProperty ILAP:hasActivityPlan
494 + ] ;
495 + rdfs:subClassOf
496 + [ rdf:type owl:Restriction ;
497 + owl:allValuesFrom ILAP:ResourceProfile ;
498 + owl:onProperty ILAP:hasActivityResourceProfile
499 + ] ;
500 + rdfs:subClassOf
501 + [ rdf:type owl:Restriction ;
502 + owl:allValuesFrom ILAP:Result ;
503 + owl:onProperty ILAP:hasActivityResult
499 ] . 504 ] .
500 505
501 ILAP:PlannedMilestone 506 ILAP:PlannedMilestone
...@@ -529,18 +534,13 @@ ILAP:Programme ...@@ -529,18 +534,13 @@ ILAP:Programme
529 rdfs:subClassOf ILAP:Project . 534 rdfs:subClassOf ILAP:Project .
530 535
531 ILAP:Project 536 ILAP:Project
532 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 537 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
533 rdfs:label "Project"^^xsd:string ; 538 rdfs:label "Project"^^xsd:string ;
534 rdfs:subClassOf ILAP:Activity ; 539 rdfs:subClassOf ILAP:Activity ;
535 rdfs:subClassOf 540 rdfs:subClassOf
536 [ rdf:type owl:Restriction ; 541 [ rdf:type owl:Restriction ;
537 - owl:allValuesFrom ILAP:Project ; 542 + owl:allValuesFrom BRREG:OilCompany ;
538 - owl:onProperty ILAP:hasProjectSubproject 543 + owl:onProperty ILAP:hasProjectResponsible
539 - ] ;
540 - rdfs:subClassOf
541 - [ rdf:type owl:Restriction ;
542 - owl:allValuesFrom ILAP:ExternalReference ;
543 - owl:onProperty ILAP:hasExternalReference
544 ] ; 544 ] ;
545 rdfs:subClassOf 545 rdfs:subClassOf
546 [ rdf:type owl:Restriction ; 546 [ rdf:type owl:Restriction ;
...@@ -551,8 +551,13 @@ ILAP:Project ...@@ -551,8 +551,13 @@ ILAP:Project
551 ] ; 551 ] ;
552 rdfs:subClassOf 552 rdfs:subClassOf
553 [ rdf:type owl:Restriction ; 553 [ rdf:type owl:Restriction ;
554 - owl:allValuesFrom BRREG:OilCompany ; 554 + owl:allValuesFrom ILAP:ExternalReference ;
555 - owl:onProperty ILAP:hasProjectResponsible 555 + owl:onProperty ILAP:hasExternalReference
556 + ] ;
557 + rdfs:subClassOf
558 + [ rdf:type owl:Restriction ;
559 + owl:allValuesFrom ILAP:Project ;
560 + owl:onProperty ILAP:hasProjectSubproject
556 ] . 561 ] .
557 562
558 ILAP:ProjectEffectiveness 563 ILAP:ProjectEffectiveness
...@@ -571,8 +576,8 @@ ILAP:ProjectExecutionPlan ...@@ -571,8 +576,8 @@ ILAP:ProjectExecutionPlan
571 rdfs:subClassOf ILAP:Network ; 576 rdfs:subClassOf ILAP:Network ;
572 rdfs:subClassOf 577 rdfs:subClassOf
573 [ rdf:type owl:Restriction ; 578 [ rdf:type owl:Restriction ;
574 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 579 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
575 - owl:onProperty ILAP:hasPlanSubplan 580 + owl:onProperty ILAP:hasPlanAsset
576 ] ; 581 ] ;
577 rdfs:subClassOf 582 rdfs:subClassOf
578 [ rdf:type owl:Restriction ; 583 [ rdf:type owl:Restriction ;
...@@ -581,25 +586,25 @@ ILAP:ProjectExecutionPlan ...@@ -581,25 +586,25 @@ ILAP:ProjectExecutionPlan
581 ] ; 586 ] ;
582 rdfs:subClassOf 587 rdfs:subClassOf
583 [ rdf:type owl:Restriction ; 588 [ rdf:type owl:Restriction ;
584 - owl:onProperty ILAP:hasPlanContentType ; 589 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
585 - owl:someValuesFrom ILAP:PlanContentType 590 + owl:onProperty ILAP:hasPlanLifecycleStage
586 ] ; 591 ] ;
587 rdfs:subClassOf 592 rdfs:subClassOf
588 [ rdf:type owl:Restriction ; 593 [ rdf:type owl:Restriction ;
589 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 594 + owl:maxQualifiedCardinality
590 - owl:onProperty ILAP:hasPlanRollUpPlan 595 + "1"^^xsd:nonNegativeInteger ;
596 + owl:onClass ILAP:PlanLevel ;
597 + owl:onProperty ILAP:hasPlanLevel
591 ] ; 598 ] ;
592 rdfs:subClassOf 599 rdfs:subClassOf
593 [ rdf:type owl:Restriction ; 600 [ rdf:type owl:Restriction ;
594 - owl:onProperty ILAP:hasPlanProjectType ; 601 + owl:onProperty ILAP:hasPlanLevel ;
595 - owl:someValuesFrom ILAP:PlanProjectType 602 + owl:someValuesFrom ILAP:PlanLevel
596 ] ; 603 ] ;
597 rdfs:subClassOf 604 rdfs:subClassOf
598 [ rdf:type owl:Restriction ; 605 [ rdf:type owl:Restriction ;
599 - owl:maxQualifiedCardinality 606 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
600 - "1"^^xsd:nonNegativeInteger ; 607 + owl:onProperty ILAP:hasPlanRollUpPlan
601 - owl:onClass ILAP:PlanLevel ;
602 - owl:onProperty ILAP:hasPlanLevel
603 ] ; 608 ] ;
604 rdfs:subClassOf 609 rdfs:subClassOf
605 [ rdf:type owl:Restriction ; 610 [ rdf:type owl:Restriction ;
...@@ -610,33 +615,33 @@ ILAP:ProjectExecutionPlan ...@@ -610,33 +615,33 @@ ILAP:ProjectExecutionPlan
610 ] ; 615 ] ;
611 rdfs:subClassOf 616 rdfs:subClassOf
612 [ rdf:type owl:Restriction ; 617 [ rdf:type owl:Restriction ;
613 - owl:allValuesFrom BRREG:LegalEntity ; 618 + owl:allValuesFrom ILAP:PlanObjectiveType ;
614 - owl:onProperty ILAP:hasPlanResponsible 619 + owl:onProperty ILAP:hasPlanObjectiveType
615 ] ; 620 ] ;
616 rdfs:subClassOf 621 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
618 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 623 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
619 - owl:onProperty ILAP:hasPlanLifecycleStage 624 + owl:onProperty ILAP:hasPlanSubplan
620 ] ; 625 ] ;
621 rdfs:subClassOf 626 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
623 - owl:onProperty ILAP:hasPlanLevel ; 628 + owl:allValuesFrom BRREG:LegalEntity ;
624 - owl:someValuesFrom ILAP:PlanLevel 629 + owl:onProperty ILAP:hasPlanResponsible
625 ] ; 630 ] ;
626 rdfs:subClassOf 631 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:PlanContractType ; 633 + owl:onProperty ILAP:hasPlanProjectType ;
629 - owl:onProperty ILAP:hasPlanContractType 634 + owl:someValuesFrom ILAP:PlanProjectType
630 ] ; 635 ] ;
631 rdfs:subClassOf 636 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
633 - owl:allValuesFrom ILAP:PlanObjectiveType ; 638 + owl:onProperty ILAP:hasPlanContentType ;
634 - owl:onProperty ILAP:hasPlanObjectiveType 639 + owl:someValuesFrom ILAP:PlanContentType
635 ] ; 640 ] ;
636 rdfs:subClassOf 641 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 642 [ rdf:type owl:Restriction ;
638 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 643 + owl:allValuesFrom ILAP:PlanContractType ;
639 - owl:onProperty ILAP:hasPlanAsset 644 + owl:onProperty ILAP:hasPlanContractType
640 ] . 645 ] .
641 646
642 ILAP:ProjectMilestone 647 ILAP:ProjectMilestone
...@@ -650,9 +655,9 @@ ILAP:ProjectPhase ...@@ -650,9 +655,9 @@ ILAP:ProjectPhase
650 rdfs:subClassOf ILAP:Phase . 655 rdfs:subClassOf ILAP:Phase .
651 656
652 ILAP:Regular8To16WorkingDayCalendar 657 ILAP:Regular8To16WorkingDayCalendar
653 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 658 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
654 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 659 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
655 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 660 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
656 661
657 ILAP:Regulator 662 ILAP:Regulator
658 rdf:type owl:Class ; 663 rdf:type owl:Class ;
...@@ -660,9 +665,9 @@ ILAP:Regulator ...@@ -660,9 +665,9 @@ ILAP:Regulator
660 rdfs:subClassOf ILAP:ResponsibleOrganization . 665 rdfs:subClassOf ILAP:ResponsibleOrganization .
661 666
662 ILAP:Resource 667 ILAP:Resource
663 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 668 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
664 rdfs:label "Resource"^^xsd:string ; 669 rdfs:label "Resource"^^xsd:string ;
665 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 670 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
666 671
667 ILAP:ResourceEstimate 672 ILAP:ResourceEstimate
668 rdf:type owl:Class ; 673 rdf:type owl:Class ;
...@@ -670,14 +675,14 @@ ILAP:ResourceEstimate ...@@ -670,14 +675,14 @@ ILAP:ResourceEstimate
670 rdfs:subClassOf ILAP:ResourceStructure . 675 rdfs:subClassOf ILAP:ResourceStructure .
671 676
672 ILAP:ResourceProfile 677 ILAP:ResourceProfile
673 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 678 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
674 rdfs:label "Resource profile"^^xsd:string ; 679 rdfs:label "Resource profile"^^xsd:string ;
675 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 680 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
676 681
677 ILAP:ResourceProfilePoint 682 ILAP:ResourceProfilePoint
678 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 683 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
679 rdfs:label "resource Profile point"^^xsd:string ; 684 rdfs:label "resource Profile point"^^xsd:string ;
680 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 685 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
681 686
682 ILAP:ResourceStructure 687 ILAP:ResourceStructure
683 rdf:type owl:Class ; 688 rdf:type owl:Class ;
...@@ -685,17 +690,17 @@ ILAP:ResourceStructure ...@@ -685,17 +690,17 @@ ILAP:ResourceStructure
685 rdfs:subClassOf ILAP:Network . 690 rdfs:subClassOf ILAP:Network .
686 691
687 ILAP:ResponsibleOrganization 692 ILAP:ResponsibleOrganization
688 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 693 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
689 rdfs:label "Responsible organization"^^xsd:string ; 694 rdfs:label "Responsible organization"^^xsd:string ;
690 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 695 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
691 696
692 ILAP:ResponsiblePerson 697 ILAP:ResponsiblePerson
693 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 698 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
694 rdfs:label "Responsible"^^xsd:string ; 699 rdfs:label "Responsible"^^xsd:string ;
695 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 700 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
696 701
697 ILAP:Result 702 ILAP:Result
698 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 703 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
699 rdfs:label "Result"^^xsd:string ; 704 rdfs:label "Result"^^xsd:string ;
700 rdfs:subClassOf owl:Thing . 705 rdfs:subClassOf owl:Thing .
701 706
...@@ -715,9 +720,9 @@ ILAP:RiskType ...@@ -715,9 +720,9 @@ ILAP:RiskType
715 rdfs:subClassOf owl:Thing . 720 rdfs:subClassOf owl:Thing .
716 721
717 ILAP:Schedule 722 ILAP:Schedule
718 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 723 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
719 rdfs:label "Scheduled Activity Network"^^xsd:string ; 724 rdfs:label "Scheduled Activity Network"^^xsd:string ;
720 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 725 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
721 rdfs:subClassOf 726 rdfs:subClassOf
722 [ rdf:type owl:Restriction ; 727 [ rdf:type owl:Restriction ;
723 owl:maxQualifiedCardinality 728 owl:maxQualifiedCardinality
...@@ -727,22 +732,22 @@ ILAP:Schedule ...@@ -727,22 +732,22 @@ ILAP:Schedule
727 ] . 732 ] .
728 733
729 ILAP:ScheduledActivity 734 ILAP:ScheduledActivity
730 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 735 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
731 rdfs:label "Activity in Network Schedule"^^xsd:string ; 736 rdfs:label "Activity in Network Schedule"^^xsd:string ;
732 rdfs:subClassOf ILAP:PlannedActivity ; 737 rdfs:subClassOf ILAP:PlannedActivity ;
733 rdfs:subClassOf 738 rdfs:subClassOf
734 [ rdf:type owl:Restriction ; 739 [ rdf:type owl:Restriction ;
735 owl:maxQualifiedCardinality 740 owl:maxQualifiedCardinality
736 "1"^^xsd:nonNegativeInteger ; 741 "1"^^xsd:nonNegativeInteger ;
737 - owl:onClass ILAP:Schedule ; 742 + owl:onClass ILAP:PlannedActivity ;
738 - owl:onProperty ILAP:hasActivitySchedule 743 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
739 ] ; 744 ] ;
740 rdfs:subClassOf 745 rdfs:subClassOf
741 [ rdf:type owl:Restriction ; 746 [ rdf:type owl:Restriction ;
742 owl:maxQualifiedCardinality 747 owl:maxQualifiedCardinality
743 "1"^^xsd:nonNegativeInteger ; 748 "1"^^xsd:nonNegativeInteger ;
744 - owl:onClass ILAP:PlannedActivity ; 749 + owl:onClass ILAP:Schedule ;
745 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 750 + owl:onProperty ILAP:hasActivitySchedule
746 ] . 751 ] .
747 752
748 ILAP:ScheduledMilestone 753 ILAP:ScheduledMilestone
...@@ -766,9 +771,9 @@ ILAP:ShutdownType ...@@ -766,9 +771,9 @@ ILAP:ShutdownType
766 rdfs:subClassOf owl:Thing . 771 rdfs:subClassOf owl:Thing .
767 772
768 ILAP:Source 773 ILAP:Source
769 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 774 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
770 rdfs:label "Source"^^xsd:string ; 775 rdfs:label "Source"^^xsd:string ;
771 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 776 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
772 777
773 ILAP:StartMilestone 778 ILAP:StartMilestone
774 rdf:type owl:Class ; 779 rdf:type owl:Class ;
...@@ -776,22 +781,22 @@ ILAP:StartMilestone ...@@ -776,22 +781,22 @@ ILAP:StartMilestone
776 rdfs:subClassOf ILAP:MilestoneType . 781 rdfs:subClassOf ILAP:MilestoneType .
777 782
778 ILAP:StartToFinish 783 ILAP:StartToFinish
779 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 784 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
780 rdfs:label "Start to finish"^^xsd:string ; 785 rdfs:label "Start to finish"^^xsd:string ;
781 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 786 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
782 787
783 ILAP:StartToStart 788 ILAP:StartToStart
784 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 789 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
785 rdfs:label "Start to start"^^xsd:string ; 790 rdfs:label "Start to start"^^xsd:string ;
786 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 791 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
787 792
788 ILAP:Status 793 ILAP:Status
789 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 794 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
790 rdfs:label "Status"^^xsd:string ; 795 rdfs:label "Status"^^xsd:string ;
791 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 796 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
792 797
793 ILAP:TargetSchedule 798 ILAP:TargetSchedule
794 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 799 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
795 rdfs:label "Target schedule"^^xsd:string ; 800 rdfs:label "Target schedule"^^xsd:string ;
796 rdfs:subClassOf ILAP:Schedule . 801 rdfs:subClassOf ILAP:Schedule .
797 802
...@@ -813,12 +818,12 @@ ILAP:UnitBased ...@@ -813,12 +818,12 @@ ILAP:UnitBased
813 ILAP:Value 818 ILAP:Value
814 rdf:type owl:Class ; 819 rdf:type owl:Class ;
815 rdfs:label "Value"^^xsd:string ; 820 rdfs:label "Value"^^xsd:string ;
816 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 821 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
817 822
818 ILAP:WeekendsFreeCalendar 823 ILAP:WeekendsFreeCalendar
819 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 824 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
820 rdfs:label "Weekends free calendar"^^xsd:string ; 825 rdfs:label "Weekends free calendar"^^xsd:string ;
821 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 826 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
822 827
823 ILAP:WorkOrder 828 ILAP:WorkOrder
824 rdf:type owl:Class ; 829 rdf:type owl:Class ;
...@@ -826,18 +831,18 @@ ILAP:WorkOrder ...@@ -826,18 +831,18 @@ ILAP:WorkOrder
826 rdfs:subClassOf ILAP:WorkTask . 831 rdfs:subClassOf ILAP:WorkTask .
827 832
828 ILAP:WorkTask 833 ILAP:WorkTask
829 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 834 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
830 rdfs:label "Work task"^^xsd:string ; 835 rdfs:label "Work task"^^xsd:string ;
831 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 836 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
832 rdfs:subClassOf 837 rdfs:subClassOf
833 [ rdf:type owl:Restriction ; 838 [ rdf:type owl:Restriction ;
834 - owl:onProperty ILAP:hasWorkTaskActivity ; 839 + owl:allValuesFrom BRREG:LegalEntity ;
835 - owl:someValuesFrom ILAP:Activity 840 + owl:onProperty ILAP:hasWorkTaskResponsible
836 ] ; 841 ] ;
837 rdfs:subClassOf 842 rdfs:subClassOf
838 [ rdf:type owl:Restriction ; 843 [ rdf:type owl:Restriction ;
839 - owl:allValuesFrom BRREG:LegalEntity ; 844 + owl:onProperty ILAP:hasWorkTaskActivity ;
840 - owl:onProperty ILAP:hasWorkTaskResponsible 845 + owl:someValuesFrom ILAP:Activity
841 ] . 846 ] .
842 847
843 ILAP:WorkTaskStatus 848 ILAP:WorkTaskStatus
...@@ -960,7 +965,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -960,7 +965,7 @@ ILAP:hasActivityPhysicalPercentComplete
960 rdfs:range xsd:float . 965 rdfs:range xsd:float .
961 966
962 ILAP:hasActivityPlan 967 ILAP:hasActivityPlan
963 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 968 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
964 rdfs:domain ILAP:PlannedActivity ; 969 rdfs:domain ILAP:PlannedActivity ;
965 rdfs:label "has activity plan"^^xsd:string ; 970 rdfs:label "has activity plan"^^xsd:string ;
966 rdfs:range ILAP:ProjectExecutionPlan . 971 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1010,7 +1015,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1010,7 +1015,7 @@ ILAP:hasActivityResponsibleOrganization
1010 rdfs:range ILAP:ResponsibleOrganization . 1015 rdfs:range ILAP:ResponsibleOrganization .
1011 1016
1012 ILAP:hasActivityResponsiblePerson 1017 ILAP:hasActivityResponsiblePerson
1013 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1018 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1014 rdfs:domain ILAP:PlannedActivity ; 1019 rdfs:domain ILAP:PlannedActivity ;
1015 rdfs:label "has activity responsible"^^xsd:string ; 1020 rdfs:label "has activity responsible"^^xsd:string ;
1016 rdfs:range ILAP:ResponsiblePerson . 1021 rdfs:range ILAP:ResponsiblePerson .
...@@ -1045,7 +1050,7 @@ ILAP:hasActivityStatus ...@@ -1045,7 +1050,7 @@ ILAP:hasActivityStatus
1045 rdfs:range ILAP:Status . 1050 rdfs:range ILAP:Status .
1046 1051
1047 ILAP:hasActivitySuccessor 1052 ILAP:hasActivitySuccessor
1048 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1053 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1049 rdfs:domain ILAP:PlannedActivity ; 1054 rdfs:domain ILAP:PlannedActivity ;
1050 rdfs:label "has activity successor"^^xsd:string ; 1055 rdfs:label "has activity successor"^^xsd:string ;
1051 rdfs:range ILAP:ActivityDependency ; 1056 rdfs:range ILAP:ActivityDependency ;
...@@ -1106,7 +1111,7 @@ ILAP:hasCalendarDate ...@@ -1106,7 +1111,7 @@ ILAP:hasCalendarDate
1106 rdfs:label "has calendar date"^^xsd:string . 1111 rdfs:label "has calendar date"^^xsd:string .
1107 1112
1108 ILAP:hasCalendarFreePeriod 1113 ILAP:hasCalendarFreePeriod
1109 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1114 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1110 rdfs:domain ILAP:Calendar ; 1115 rdfs:domain ILAP:Calendar ;
1111 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1116 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1112 rdfs:range ILAP:CalendarFreePeriod . 1117 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1413,7 +1418,7 @@ ILAP:hasPlanRegulator ...@@ -1413,7 +1418,7 @@ ILAP:hasPlanRegulator
1413 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1418 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1414 1419
1415 ILAP:hasPlanResponsible 1420 ILAP:hasPlanResponsible
1416 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1421 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1417 rdfs:domain ILAP:ProjectExecutionPlan ; 1422 rdfs:domain ILAP:ProjectExecutionPlan ;
1418 rdfs:label "has plan responsible"^^xsd:string ; 1423 rdfs:label "has plan responsible"^^xsd:string ;
1419 rdfs:range ILAP:ResponsibleOrganization . 1424 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1608,7 +1613,7 @@ ILAP:hasSourceApplicaton ...@@ -1608,7 +1613,7 @@ ILAP:hasSourceApplicaton
1608 rdfs:range ILAP:Application . 1613 rdfs:range ILAP:Application .
1609 1614
1610 ILAP:hasSuccessorActivity 1615 ILAP:hasSuccessorActivity
1611 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1616 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1612 rdfs:domain ILAP:ActivityDependency ; 1617 rdfs:domain ILAP:ActivityDependency ;
1613 rdfs:label "has successor activity "^^xsd:string ; 1618 rdfs:label "has successor activity "^^xsd:string ;
1614 rdfs:range ILAP:PlannedActivity ; 1619 rdfs:range ILAP:PlannedActivity ;
...@@ -1636,7 +1641,7 @@ ILAP:hasTimeNow ...@@ -1636,7 +1641,7 @@ ILAP:hasTimeNow
1636 rdf:type owl:DatatypeProperty ; 1641 rdf:type owl:DatatypeProperty ;
1637 rdfs:domain ILAP:Schedule ; 1642 rdfs:domain ILAP:Schedule ;
1638 rdfs:label "has time now"^^xsd:string ; 1643 rdfs:label "has time now"^^xsd:string ;
1639 - rdfs:range xsd:dateTime , xsd:date . 1644 + rdfs:range xsd:date , xsd:dateTime .
1640 1645
1641 ILAP:hasWBScomponent 1646 ILAP:hasWBScomponent
1642 rdf:type owl:ObjectProperty ; 1647 rdf:type owl:ObjectProperty ;
......