Tore Christiansen

Tried adding rdfs:Comment to Activity

...@@ -14,50 +14,51 @@ ILAP: ...@@ -14,50 +14,51 @@ 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 + rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
18 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 20 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Status ; 22 + owl:allValuesFrom ILAP:Discipline ;
22 - owl:onProperty ILAP:hasActivityStatus 23 + owl:onProperty ILAP:hasActivityDiscipline
23 ] ; 24 ] ;
24 rdfs:subClassOf 25 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
26 - owl:onProperty ILAP:hasExternalReference ; 27 + owl:allValuesFrom ILAP:Calendar ;
27 - owl:someValuesFrom ILAP:ExternalReference 28 + owl:onProperty ILAP:hasActivityCalendar
28 ] ; 29 ] ;
29 rdfs:subClassOf 30 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ILAP:Calendar ; 32 + owl:onProperty ILAP:hasExternalReference ;
32 - owl:onProperty ILAP:hasActivityCalendar 33 + owl:someValuesFrom ILAP:ExternalReference
33 ] ; 34 ] ;
34 rdfs:subClassOf 35 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Discipline ; 37 + owl:allValuesFrom ILAP:Status ;
37 - owl:onProperty ILAP:hasActivityDiscipline 38 + owl:onProperty ILAP:hasActivityStatus
38 ] . 39 ] .
39 40
40 ILAP:ActivityDependency 41 ILAP:ActivityDependency
41 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 42 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 43 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 44 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 45 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 46 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 47 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasSuccessorActivity ; 48 + owl:onProperty ILAP:hasPredecessorActivity ;
48 owl:qualifiedCardinality 49 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 50 "1"^^xsd:nonNegativeInteger
50 ] ; 51 ] ;
51 rdfs:subClassOf 52 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 53 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 54 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasPredecessorActivity ; 55 + owl:onProperty ILAP:hasSuccessorActivity ;
55 owl:qualifiedCardinality 56 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 57 "1"^^xsd:nonNegativeInteger
57 ] . 58 ] .
58 59
59 ILAP:ActivityPlan 60 ILAP:ActivityPlan
60 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 61 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
61 rdfs:label "Activity Plan"^^xsd:string ; 62 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 63 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 64 rdfs:subClassOf
...@@ -72,22 +73,22 @@ ILAP:ActivityStatus ...@@ -72,22 +73,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 73 rdfs:subClassOf ILAP:Status .
73 74
74 ILAP:ActivityWBS 75 ILAP:ActivityWBS
75 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 76 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
76 rdfs:label "Activity WBS"^^xsd:string ; 77 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 78 rdfs:subClassOf ILAP:Network .
78 79
79 ILAP:Application 80 ILAP:Application
80 rdf:type owl:Class ; 81 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 82 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 83 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
83 84
84 ILAP:Asset 85 ILAP:Asset
85 rdf:type owl:Class ; 86 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 87 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 88 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
88 89
89 ILAP:Baseline 90 ILAP:Baseline
90 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 91 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
91 rdfs:label "Baseline"^^xsd:string ; 92 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 93 rdfs:subClassOf ILAP:Network .
93 94
...@@ -100,9 +101,9 @@ ILAP:CAPEX ...@@ -100,9 +101,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 101 rdfs:label "CAPEX"^^xsd:string .
101 102
102 ILAP:Calendar 103 ILAP:Calendar
103 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 104 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
104 rdfs:label "Calendar"^^xsd:string ; 105 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 106 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
106 rdfs:subClassOf 107 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 109 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +111,14 @@ ILAP:Calendar ...@@ -110,14 +111,14 @@ ILAP:Calendar
110 ] . 111 ] .
111 112
112 ILAP:CalendarDay 113 ILAP:CalendarDay
113 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 114 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
114 rdfs:label "Calendar Day"^^xsd:string ; 115 rdfs:label "Calendar Day"^^xsd:string ;
115 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 116 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
116 117
117 ILAP:CalendarFreePeriod 118 ILAP:CalendarFreePeriod
118 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 119 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
119 rdfs:label "Calendar Free Period"^^xsd:string ; 120 rdfs:label "Calendar Free Period"^^xsd:string ;
120 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 121 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
121 rdfs:subClassOf 122 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 124 owl:onClass ILAP:Calendar ;
...@@ -129,28 +130,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +130,28 @@ ILAP:CalendarFreePeriod
129 ] . 130 ] .
130 131
131 ILAP:CalendarFreePeriodWeekRepeat 132 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 133 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
133 rdfs:label "Free day"^^xsd:string ; 134 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 135 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
135 136
136 ILAP:CalendarHour 137 ILAP:CalendarHour
137 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 138 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
138 rdfs:label "calendar Hour"^^xsd:string ; 139 rdfs:label "calendar Hour"^^xsd:string ;
139 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> . 140 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , owl:Thing , <http://posccaesar.org/rdl/RDS380969> .
140 141
141 ILAP:CalendarPeriod 142 ILAP:CalendarPeriod
142 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 143 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
143 rdfs:label "Calendar Priod"^^xsd:string ; 144 rdfs:label "Calendar Priod"^^xsd:string ;
144 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 145 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
145 rdfs:subClassOf 146 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 147 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarDay ; 148 + owl:allValuesFrom ILAP:CalendarHour ;
148 - owl:onProperty ILAP:hasCalendarPeriodDay 149 + owl:onProperty ILAP:hasCalendarPeriodHour
149 ] ; 150 ] ;
150 rdfs:subClassOf 151 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 152 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarHour ; 153 + owl:allValuesFrom ILAP:CalendarDay ;
153 - owl:onProperty ILAP:hasCalendarPeriodHour 154 + owl:onProperty ILAP:hasCalendarPeriodDay
154 ] . 155 ] .
155 156
156 ILAP:Category 157 ILAP:Category
...@@ -166,7 +167,7 @@ ILAP:CommissioningMilestone ...@@ -166,7 +167,7 @@ ILAP:CommissioningMilestone
166 ILAP:Constraint 167 ILAP:Constraint
167 rdf:type owl:Class ; 168 rdf:type owl:Class ;
168 rdfs:label "Constraint"^^xsd:string ; 169 rdfs:label "Constraint"^^xsd:string ;
169 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 170 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
170 171
171 ILAP:ConstructionMilestone 172 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 173 rdf:type owl:Class ;
...@@ -176,7 +177,7 @@ ILAP:ConstructionMilestone ...@@ -176,7 +177,7 @@ ILAP:ConstructionMilestone
176 ILAP:Contract 177 ILAP:Contract
177 rdf:type owl:Class ; 178 rdf:type owl:Class ;
178 rdfs:label "Contract"^^xsd:string ; 179 rdfs:label "Contract"^^xsd:string ;
179 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 180 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
180 181
181 ILAP:ContractMilestone 182 ILAP:ContractMilestone
182 rdf:type owl:Class ; 183 rdf:type owl:Class ;
...@@ -201,7 +202,7 @@ ILAP:ControlSchedule ...@@ -201,7 +202,7 @@ ILAP:ControlSchedule
201 ILAP:Cost 202 ILAP:Cost
202 rdf:type owl:Class ; 203 rdf:type owl:Class ;
203 rdfs:label "Cost"^^xsd:string ; 204 rdfs:label "Cost"^^xsd:string ;
204 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 205 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
205 206
206 ILAP:CostBased 207 ILAP:CostBased
207 rdf:type owl:Class ; 208 rdf:type owl:Class ;
...@@ -214,14 +215,14 @@ ILAP:Criticality ...@@ -214,14 +215,14 @@ ILAP:Criticality
214 rdfs:subClassOf owl:Thing . 215 rdfs:subClassOf owl:Thing .
215 216
216 ILAP:CurrentSchedule 217 ILAP:CurrentSchedule
217 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 218 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
218 rdfs:label "Current Schedule"^^xsd:string ; 219 rdfs:label "Current Schedule"^^xsd:string ;
219 rdfs:subClassOf ILAP:Schedule . 220 rdfs:subClassOf ILAP:Schedule .
220 221
221 ILAP:Data 222 ILAP:Data
222 rdf:type owl:Class ; 223 rdf:type owl:Class ;
223 rdfs:label "Data"^^xsd:string ; 224 rdfs:label "Data"^^xsd:string ;
224 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 225 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
225 rdfs:subClassOf 226 rdfs:subClassOf
226 [ rdf:type owl:Restriction ; 227 [ rdf:type owl:Restriction ;
227 owl:onClass ILAP:Project ; 228 owl:onClass ILAP:Project ;
...@@ -296,7 +297,7 @@ ILAP:DesignMilestone ...@@ -296,7 +297,7 @@ ILAP:DesignMilestone
296 rdfs:subClassOf ILAP:MilestoneType . 297 rdfs:subClassOf ILAP:MilestoneType .
297 298
298 ILAP:Discipline 299 ILAP:Discipline
299 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 300 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
300 rdfs:label "Discipline"^^xsd:string ; 301 rdfs:label "Discipline"^^xsd:string ;
301 rdfs:subClassOf owl:Thing . 302 rdfs:subClassOf owl:Thing .
302 303
...@@ -316,13 +317,15 @@ ILAP:EngineeringMilestone ...@@ -316,13 +317,15 @@ ILAP:EngineeringMilestone
316 rdfs:subClassOf ILAP:MilestoneType . 317 rdfs:subClassOf ILAP:MilestoneType .
317 318
318 ILAP:ExternalReference 319 ILAP:ExternalReference
319 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 320 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
320 rdfs:label "External Reference"^^xsd:string ; 321 rdfs:label "External Reference"^^xsd:string ;
321 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 322 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
322 rdfs:subClassOf 323 rdfs:subClassOf
323 [ rdf:type owl:Restriction ; 324 [ rdf:type owl:Restriction ;
324 - owl:allValuesFrom ILAP:Application ; 325 + owl:onDataRange xsd:string ;
325 - owl:onProperty ILAP:hasReferenceApplication 326 + owl:onProperty ILAP:hasObjectReferenceID ;
327 + owl:qualifiedCardinality
328 + "1"^^xsd:nonNegativeInteger
326 ] ; 329 ] ;
327 rdfs:subClassOf 330 rdfs:subClassOf
328 [ rdf:type owl:Restriction ; 331 [ rdf:type owl:Restriction ;
...@@ -331,10 +334,8 @@ ILAP:ExternalReference ...@@ -331,10 +334,8 @@ ILAP:ExternalReference
331 ] ; 334 ] ;
332 rdfs:subClassOf 335 rdfs:subClassOf
333 [ rdf:type owl:Restriction ; 336 [ rdf:type owl:Restriction ;
334 - owl:onDataRange xsd:string ; 337 + owl:allValuesFrom ILAP:Application ;
335 - owl:onProperty ILAP:hasObjectReferenceID ; 338 + owl:onProperty ILAP:hasReferenceApplication
336 - owl:qualifiedCardinality
337 - "1"^^xsd:nonNegativeInteger
338 ] . 339 ] .
339 340
340 ILAP:Facility 341 ILAP:Facility
...@@ -348,14 +349,14 @@ ILAP:Field ...@@ -348,14 +349,14 @@ ILAP:Field
348 rdfs:subClassOf owl:Thing . 349 rdfs:subClassOf owl:Thing .
349 350
350 ILAP:FinishToFinish 351 ILAP:FinishToFinish
351 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 352 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
352 rdfs:label "Finish to Finish"^^xsd:string ; 353 rdfs:label "Finish to Finish"^^xsd:string ;
353 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 354 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
354 355
355 ILAP:FinishToStart 356 ILAP:FinishToStart
356 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 357 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
357 rdfs:label "Finish to Start"^^xsd:string ; 358 rdfs:label "Finish to Start"^^xsd:string ;
358 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 359 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
359 360
360 ILAP:FunctionalLocation 361 ILAP:FunctionalLocation
361 rdf:type owl:Class ; 362 rdf:type owl:Class ;
...@@ -380,7 +381,7 @@ ILAP:HighPriority ...@@ -380,7 +381,7 @@ ILAP:HighPriority
380 ILAP:Information 381 ILAP:Information
381 rdf:type owl:Class ; 382 rdf:type owl:Class ;
382 rdfs:label "Information"^^xsd:string ; 383 rdfs:label "Information"^^xsd:string ;
383 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 384 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
384 385
385 ILAP:Knowledge 386 ILAP:Knowledge
386 rdf:type owl:Class ; 387 rdf:type owl:Class ;
...@@ -398,14 +399,14 @@ ILAP:LifecyclePhase ...@@ -398,14 +399,14 @@ ILAP:LifecyclePhase
398 rdfs:subClassOf ILAP:Phase . 399 rdfs:subClassOf ILAP:Phase .
399 400
400 ILAP:LiveSchedule 401 ILAP:LiveSchedule
401 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 402 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
402 rdfs:label "Live Schedule"^^xsd:string ; 403 rdfs:label "Live Schedule"^^xsd:string ;
403 rdfs:subClassOf ILAP:Schedule . 404 rdfs:subClassOf ILAP:Schedule .
404 405
405 ILAP:Location 406 ILAP:Location
406 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 407 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
407 rdfs:label "Location"^^xsd:string ; 408 rdfs:label "Location"^^xsd:string ;
408 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 409 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
409 410
410 ILAP:LowCriticality 411 ILAP:LowCriticality
411 rdf:type owl:Class ; 412 rdf:type owl:Class ;
...@@ -423,7 +424,7 @@ ILAP:MaterialOrderStatus ...@@ -423,7 +424,7 @@ ILAP:MaterialOrderStatus
423 rdfs:subClassOf ILAP:Status . 424 rdfs:subClassOf ILAP:Status .
424 425
425 ILAP:Milestone 426 ILAP:Milestone
426 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 427 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
427 rdfs:label "Milestone"^^xsd:string . 428 rdfs:label "Milestone"^^xsd:string .
428 429
429 ILAP:MilestoneType 430 ILAP:MilestoneType
...@@ -434,7 +435,7 @@ ILAP:MilestoneType ...@@ -434,7 +435,7 @@ ILAP:MilestoneType
434 ILAP:Network 435 ILAP:Network
435 rdf:type owl:Class ; 436 rdf:type owl:Class ;
436 rdfs:label "Network"^^xsd:string ; 437 rdfs:label "Network"^^xsd:string ;
437 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 438 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
438 439
439 ILAP:NormalCriticality 440 ILAP:NormalCriticality
440 rdf:type owl:Class ; 441 rdf:type owl:Class ;
...@@ -480,49 +481,49 @@ ILAP:PhysicalLocation ...@@ -480,49 +481,49 @@ ILAP:PhysicalLocation
480 rdfs:subClassOf ILAP:Location . 481 rdfs:subClassOf ILAP:Location .
481 482
482 ILAP:PlanClassifier 483 ILAP:PlanClassifier
483 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 484 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
484 rdfs:label "Plan Classifier"^^xsd:string ; 485 rdfs:label "Plan Classifier"^^xsd:string ;
485 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 486 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
486 487
487 ILAP:PlanContentType 488 ILAP:PlanContentType
488 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 489 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
489 rdfs:label "Plan Content Type"^^xsd:string ; 490 rdfs:label "Plan Content Type"^^xsd:string ;
490 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 491 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
491 492
492 ILAP:PlanContractType 493 ILAP:PlanContractType
493 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 494 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
494 rdfs:label "Plan Contract Type"^^xsd:string ; 495 rdfs:label "Plan Contract Type"^^xsd:string ;
495 rdfs:subClassOf ILAP:PlanClassifier . 496 rdfs:subClassOf ILAP:PlanClassifier .
496 497
497 ILAP:PlanExpenseType 498 ILAP:PlanExpenseType
498 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 499 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
499 rdfs:label "Plan Expense Type"^^xsd:string ; 500 rdfs:label "Plan Expense Type"^^xsd:string ;
500 rdfs:subClassOf ILAP:PlanClassifier . 501 rdfs:subClassOf ILAP:PlanClassifier .
501 502
502 ILAP:PlanGeoArea 503 ILAP:PlanGeoArea
503 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 504 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
504 rdfs:label "Plan Geographic Area"^^xsd:string ; 505 rdfs:label "Plan Geographic Area"^^xsd:string ;
505 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 506 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
506 507
507 ILAP:PlanLevel 508 ILAP:PlanLevel
508 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 509 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
509 rdfs:label "Plan Level"^^xsd:string ; 510 rdfs:label "Plan Level"^^xsd:string ;
510 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 511 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
511 512
512 ILAP:PlanLifecycleStage 513 ILAP:PlanLifecycleStage
513 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 514 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
514 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 515 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
515 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 516 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
516 517
517 ILAP:PlanObjectiveType 518 ILAP:PlanObjectiveType
518 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 519 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
519 rdfs:label "Plan Objective Type"^^xsd:string ; 520 rdfs:label "Plan Objective Type"^^xsd:string ;
520 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 521 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
521 522
522 ILAP:PlanProjectType 523 ILAP:PlanProjectType
523 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 524 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
524 rdfs:label "Plan Project Type"^^xsd:string ; 525 rdfs:label "Plan Project Type"^^xsd:string ;
525 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 526 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
526 527
527 ILAP:PlannedActivity 528 ILAP:PlannedActivity
528 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 529 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -530,22 +531,18 @@ ILAP:PlannedActivity ...@@ -530,22 +531,18 @@ ILAP:PlannedActivity
530 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 531 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
531 rdfs:subClassOf 532 rdfs:subClassOf
532 [ rdf:type owl:Restriction ; 533 [ rdf:type owl:Restriction ;
533 - owl:maxQualifiedCardinality 534 + owl:onProperty ILAP:hasActivityDiscipline ;
534 - "1"^^xsd:nonNegativeInteger ; 535 + owl:someValuesFrom ILAP:Discipline
535 - owl:onClass ILAP:ProjectExecutionPlan ;
536 - owl:onProperty ILAP:hasActivityPlan
537 ] ; 536 ] ;
538 rdfs:subClassOf 537 rdfs:subClassOf
539 [ rdf:type owl:Restriction ; 538 [ rdf:type owl:Restriction ;
540 - owl:allValuesFrom ILAP:Location ; 539 + owl:allValuesFrom ILAP:ResourceProfile ;
541 - owl:onProperty ILAP:hasActivityLocation 540 + owl:onProperty ILAP:hasActivityResourceProfile
542 ] ; 541 ] ;
543 rdfs:subClassOf 542 rdfs:subClassOf
544 [ rdf:type owl:Restriction ; 543 [ rdf:type owl:Restriction ;
545 - owl:maxQualifiedCardinality 544 + owl:allValuesFrom ILAP:Location ;
546 - "1"^^xsd:nonNegativeInteger ; 545 + owl:onProperty ILAP:hasActivityLocation
547 - owl:onClass ILAP:Facility ;
548 - owl:onProperty ILAP:hasActivityFacility
549 ] ; 546 ] ;
550 rdfs:subClassOf 547 rdfs:subClassOf
551 [ rdf:type owl:Restriction ; 548 [ rdf:type owl:Restriction ;
...@@ -554,8 +551,15 @@ ILAP:PlannedActivity ...@@ -554,8 +551,15 @@ ILAP:PlannedActivity
554 ] ; 551 ] ;
555 rdfs:subClassOf 552 rdfs:subClassOf
556 [ rdf:type owl:Restriction ; 553 [ rdf:type owl:Restriction ;
557 - owl:allValuesFrom ILAP:ActivityWBS ; 554 + owl:maxQualifiedCardinality
558 - owl:onProperty ILAP:hasActivityWBSelement 555 + "1"^^xsd:nonNegativeInteger ;
556 + owl:onClass ILAP:ProjectExecutionPlan ;
557 + owl:onProperty ILAP:hasActivityPlan
558 + ] ;
559 + rdfs:subClassOf
560 + [ rdf:type owl:Restriction ;
561 + owl:allValuesFrom ILAP:ActivityDependency ;
562 + owl:onProperty ILAP:hasActivityPredecessor
559 ] ; 563 ] ;
560 rdfs:subClassOf 564 rdfs:subClassOf
561 [ rdf:type owl:Restriction ; 565 [ rdf:type owl:Restriction ;
...@@ -564,23 +568,20 @@ ILAP:PlannedActivity ...@@ -564,23 +568,20 @@ ILAP:PlannedActivity
564 ] ; 568 ] ;
565 rdfs:subClassOf 569 rdfs:subClassOf
566 [ rdf:type owl:Restriction ; 570 [ rdf:type owl:Restriction ;
567 - owl:allValuesFrom ILAP:ActivityDependency ; 571 + owl:maxQualifiedCardinality
568 - owl:onProperty ILAP:hasActivityPredecessor 572 + "1"^^xsd:nonNegativeInteger ;
573 + owl:onClass ILAP:Facility ;
574 + owl:onProperty ILAP:hasActivityFacility
569 ] ; 575 ] ;
570 rdfs:subClassOf 576 rdfs:subClassOf
571 [ rdf:type owl:Restriction ; 577 [ rdf:type owl:Restriction ;
572 - owl:onProperty ILAP:hasActivityDiscipline ; 578 + owl:allValuesFrom ILAP:ActivityWBS ;
573 - owl:someValuesFrom ILAP:Discipline 579 + owl:onProperty ILAP:hasActivityWBSelement
574 ] ; 580 ] ;
575 rdfs:subClassOf 581 rdfs:subClassOf
576 [ rdf:type owl:Restriction ; 582 [ rdf:type owl:Restriction ;
577 owl:allValuesFrom ILAP:ActivityDependency ; 583 owl:allValuesFrom ILAP:ActivityDependency ;
578 owl:onProperty ILAP:hasActivitySuccessor 584 owl:onProperty ILAP:hasActivitySuccessor
579 - ] ;
580 - rdfs:subClassOf
581 - [ rdf:type owl:Restriction ;
582 - owl:allValuesFrom ILAP:ResourceProfile ;
583 - owl:onProperty ILAP:hasActivityResourceProfile
584 ] . 585 ] .
585 586
586 ILAP:PlannedMilestone 587 ILAP:PlannedMilestone
...@@ -619,13 +620,18 @@ ILAP:Programme ...@@ -619,13 +620,18 @@ ILAP:Programme
619 rdfs:subClassOf ILAP:Project . 620 rdfs:subClassOf ILAP:Project .
620 621
621 ILAP:Project 622 ILAP:Project
622 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 623 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
623 rdfs:label "Project"^^xsd:string ; 624 rdfs:label "Project"^^xsd:string ;
624 rdfs:subClassOf ILAP:Activity ; 625 rdfs:subClassOf ILAP:Activity ;
625 rdfs:subClassOf 626 rdfs:subClassOf
626 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
627 - owl:allValuesFrom BRREG:OilCompany ; 628 + owl:allValuesFrom ILAP:Project ;
628 - owl:onProperty ILAP:hasProjectResponsible 629 + owl:onProperty ILAP:hasProjectSubproject
630 + ] ;
631 + rdfs:subClassOf
632 + [ rdf:type owl:Restriction ;
633 + owl:allValuesFrom ILAP:ExternalReference ;
634 + owl:onProperty ILAP:hasExternalReference
629 ] ; 635 ] ;
630 rdfs:subClassOf 636 rdfs:subClassOf
631 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
...@@ -636,13 +642,8 @@ ILAP:Project ...@@ -636,13 +642,8 @@ ILAP:Project
636 ] ; 642 ] ;
637 rdfs:subClassOf 643 rdfs:subClassOf
638 [ rdf:type owl:Restriction ; 644 [ rdf:type owl:Restriction ;
639 - owl:allValuesFrom ILAP:ExternalReference ; 645 + owl:allValuesFrom BRREG:OilCompany ;
640 - owl:onProperty ILAP:hasExternalReference 646 + owl:onProperty ILAP:hasProjectResponsible
641 - ] ;
642 - rdfs:subClassOf
643 - [ rdf:type owl:Restriction ;
644 - owl:allValuesFrom ILAP:Project ;
645 - owl:onProperty ILAP:hasProjectSubproject
646 ] . 647 ] .
647 648
648 ILAP:ProjectEffectiveness 649 ILAP:ProjectEffectiveness
...@@ -661,28 +662,30 @@ ILAP:ProjectExecutionPlan ...@@ -661,28 +662,30 @@ ILAP:ProjectExecutionPlan
661 rdfs:subClassOf ILAP:Network ; 662 rdfs:subClassOf ILAP:Network ;
662 rdfs:subClassOf 663 rdfs:subClassOf
663 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
664 - owl:allValuesFrom BRREG:LegalEntity ; 665 + owl:maxQualifiedCardinality
665 - owl:onProperty ILAP:hasPlanResponsible 666 + "1"^^xsd:nonNegativeInteger ;
667 + owl:onClass ILAP:Project ;
668 + owl:onProperty ILAP:hasPlanProject
666 ] ; 669 ] ;
667 rdfs:subClassOf 670 rdfs:subClassOf
668 [ rdf:type owl:Restriction ; 671 [ rdf:type owl:Restriction ;
669 - owl:onProperty ILAP:hasPlanProjectType ; 672 + owl:onProperty ILAP:hasPlanGeoArea ;
670 - owl:someValuesFrom ILAP:PlanProjectType 673 + owl:someValuesFrom ILAP:PlanGeoArea
671 ] ; 674 ] ;
672 rdfs:subClassOf 675 rdfs:subClassOf
673 [ rdf:type owl:Restriction ; 676 [ rdf:type owl:Restriction ;
674 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 677 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
675 - owl:onProperty ILAP:hasPlanSubplan 678 + owl:onProperty ILAP:hasPlanAsset
676 ] ; 679 ] ;
677 rdfs:subClassOf 680 rdfs:subClassOf
678 [ rdf:type owl:Restriction ; 681 [ rdf:type owl:Restriction ;
679 - owl:allValuesFrom ILAP:PlanObjectiveType ; 682 + owl:onProperty ILAP:hasPlanProjectType ;
680 - owl:onProperty ILAP:hasPlanObjectiveType 683 + owl:someValuesFrom ILAP:PlanProjectType
681 ] ; 684 ] ;
682 rdfs:subClassOf 685 rdfs:subClassOf
683 [ rdf:type owl:Restriction ; 686 [ rdf:type owl:Restriction ;
684 - owl:onProperty ILAP:hasPlanContentType ; 687 + owl:onProperty ILAP:hasPlanLevel ;
685 - owl:someValuesFrom ILAP:PlanContentType 688 + owl:someValuesFrom ILAP:PlanLevel
686 ] ; 689 ] ;
687 rdfs:subClassOf 690 rdfs:subClassOf
688 [ rdf:type owl:Restriction ; 691 [ rdf:type owl:Restriction ;
...@@ -696,37 +699,35 @@ ILAP:ProjectExecutionPlan ...@@ -696,37 +699,35 @@ ILAP:ProjectExecutionPlan
696 ] ; 699 ] ;
697 rdfs:subClassOf 700 rdfs:subClassOf
698 [ rdf:type owl:Restriction ; 701 [ rdf:type owl:Restriction ;
699 - owl:onProperty ILAP:hasPlanLevel ; 702 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
700 - owl:someValuesFrom ILAP:PlanLevel 703 + owl:onProperty ILAP:hasPlanRollUpPlan
701 ] ; 704 ] ;
702 rdfs:subClassOf 705 rdfs:subClassOf
703 [ rdf:type owl:Restriction ; 706 [ rdf:type owl:Restriction ;
704 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 707 + owl:allValuesFrom ILAP:PlanObjectiveType ;
705 - owl:onProperty ILAP:hasPlanRollUpPlan 708 + owl:onProperty ILAP:hasPlanObjectiveType
706 ] ; 709 ] ;
707 rdfs:subClassOf 710 rdfs:subClassOf
708 [ rdf:type owl:Restriction ; 711 [ rdf:type owl:Restriction ;
709 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 712 + owl:allValuesFrom BRREG:LegalEntity ;
710 - owl:onProperty ILAP:hasPlanAsset 713 + owl:onProperty ILAP:hasPlanResponsible
711 ] ; 714 ] ;
712 rdfs:subClassOf 715 rdfs:subClassOf
713 [ rdf:type owl:Restriction ; 716 [ rdf:type owl:Restriction ;
714 owl:maxQualifiedCardinality 717 owl:maxQualifiedCardinality
715 "1"^^xsd:nonNegativeInteger ; 718 "1"^^xsd:nonNegativeInteger ;
716 - owl:onClass ILAP:Project ; 719 + owl:onClass ILAP:PlanLevel ;
717 - owl:onProperty ILAP:hasPlanProject 720 + owl:onProperty ILAP:hasPlanLevel
718 ] ; 721 ] ;
719 rdfs:subClassOf 722 rdfs:subClassOf
720 [ rdf:type owl:Restriction ; 723 [ rdf:type owl:Restriction ;
721 - owl:onProperty ILAP:hasPlanGeoArea ; 724 + owl:onProperty ILAP:hasPlanContentType ;
722 - owl:someValuesFrom ILAP:PlanGeoArea 725 + owl:someValuesFrom ILAP:PlanContentType
723 ] ; 726 ] ;
724 rdfs:subClassOf 727 rdfs:subClassOf
725 [ rdf:type owl:Restriction ; 728 [ rdf:type owl:Restriction ;
726 - owl:maxQualifiedCardinality 729 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
727 - "1"^^xsd:nonNegativeInteger ; 730 + owl:onProperty ILAP:hasPlanSubplan
728 - owl:onClass ILAP:PlanLevel ;
729 - owl:onProperty ILAP:hasPlanLevel
730 ] . 731 ] .
731 732
732 ILAP:ProjectMilestone 733 ILAP:ProjectMilestone
...@@ -740,9 +741,9 @@ ILAP:ProjectPhase ...@@ -740,9 +741,9 @@ ILAP:ProjectPhase
740 rdfs:subClassOf ILAP:Phase . 741 rdfs:subClassOf ILAP:Phase .
741 742
742 ILAP:Regular8To16WorkingDayCalendar 743 ILAP:Regular8To16WorkingDayCalendar
743 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 744 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
744 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 745 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
745 - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . 746 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
746 747
747 ILAP:Regulator 748 ILAP:Regulator
748 rdf:type owl:Class ; 749 rdf:type owl:Class ;
...@@ -750,9 +751,9 @@ ILAP:Regulator ...@@ -750,9 +751,9 @@ ILAP:Regulator
750 rdfs:subClassOf ILAP:ResponsibleOrganization . 751 rdfs:subClassOf ILAP:ResponsibleOrganization .
751 752
752 ILAP:Resource 753 ILAP:Resource
753 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 754 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
754 rdfs:label "Resource"^^xsd:string ; 755 rdfs:label "Resource"^^xsd:string ;
755 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 756 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
756 757
757 ILAP:ResourceEstimate 758 ILAP:ResourceEstimate
758 rdf:type owl:Class ; 759 rdf:type owl:Class ;
...@@ -760,14 +761,14 @@ ILAP:ResourceEstimate ...@@ -760,14 +761,14 @@ ILAP:ResourceEstimate
760 rdfs:subClassOf ILAP:ResourceStructure . 761 rdfs:subClassOf ILAP:ResourceStructure .
761 762
762 ILAP:ResourceProfile 763 ILAP:ResourceProfile
763 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 764 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
764 rdfs:label "Resource Profile"^^xsd:string ; 765 rdfs:label "Resource Profile"^^xsd:string ;
765 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 766 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
766 767
767 ILAP:ResourceProfilePoint 768 ILAP:ResourceProfilePoint
768 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 769 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
769 rdfs:label "Resource Profile Point"^^xsd:string ; 770 rdfs:label "Resource Profile Point"^^xsd:string ;
770 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 771 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
771 772
772 ILAP:ResourceStructure 773 ILAP:ResourceStructure
773 rdf:type owl:Class ; 774 rdf:type owl:Class ;
...@@ -780,17 +781,17 @@ ILAP:ResponsibleActor ...@@ -780,17 +781,17 @@ ILAP:ResponsibleActor
780 rdfs:subClassOf owl:Thing . 781 rdfs:subClassOf owl:Thing .
781 782
782 ILAP:ResponsibleOrganization 783 ILAP:ResponsibleOrganization
783 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 784 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
784 rdfs:label "Responsible Organization"^^xsd:string ; 785 rdfs:label "Responsible Organization"^^xsd:string ;
785 rdfs:subClassOf ILAP:ResponsibleActor . 786 rdfs:subClassOf ILAP:ResponsibleActor .
786 787
787 ILAP:ResponsiblePerson 788 ILAP:ResponsiblePerson
788 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 789 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
789 rdfs:label "Responsible Person"^^xsd:string ; 790 rdfs:label "Responsible Person"^^xsd:string ;
790 rdfs:subClassOf ILAP:ResponsibleActor . 791 rdfs:subClassOf ILAP:ResponsibleActor .
791 792
792 ILAP:Result 793 ILAP:Result
793 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 794 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
794 rdfs:label "Result"^^xsd:string ; 795 rdfs:label "Result"^^xsd:string ;
795 rdfs:subClassOf owl:Thing . 796 rdfs:subClassOf owl:Thing .
796 797
...@@ -810,9 +811,9 @@ ILAP:RiskType ...@@ -810,9 +811,9 @@ ILAP:RiskType
810 rdfs:subClassOf owl:Thing . 811 rdfs:subClassOf owl:Thing .
811 812
812 ILAP:Schedule 813 ILAP:Schedule
813 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 814 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
814 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 815 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
815 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 816 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
816 rdfs:subClassOf 817 rdfs:subClassOf
817 [ rdf:type owl:Restriction ; 818 [ rdf:type owl:Restriction ;
818 owl:maxQualifiedCardinality 819 owl:maxQualifiedCardinality
...@@ -822,22 +823,22 @@ ILAP:Schedule ...@@ -822,22 +823,22 @@ ILAP:Schedule
822 ] . 823 ] .
823 824
824 ILAP:ScheduledActivity 825 ILAP:ScheduledActivity
825 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 826 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
826 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 827 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
827 rdfs:subClassOf ILAP:PlannedActivity ; 828 rdfs:subClassOf ILAP:PlannedActivity ;
828 rdfs:subClassOf 829 rdfs:subClassOf
829 [ rdf:type owl:Restriction ; 830 [ rdf:type owl:Restriction ;
830 owl:maxQualifiedCardinality 831 owl:maxQualifiedCardinality
831 "1"^^xsd:nonNegativeInteger ; 832 "1"^^xsd:nonNegativeInteger ;
832 - owl:onClass ILAP:Schedule ; 833 + owl:onClass ILAP:PlannedActivity ;
833 - owl:onProperty ILAP:hasActivitySchedule 834 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
834 ] ; 835 ] ;
835 rdfs:subClassOf 836 rdfs:subClassOf
836 [ rdf:type owl:Restriction ; 837 [ rdf:type owl:Restriction ;
837 owl:maxQualifiedCardinality 838 owl:maxQualifiedCardinality
838 "1"^^xsd:nonNegativeInteger ; 839 "1"^^xsd:nonNegativeInteger ;
839 - owl:onClass ILAP:PlannedActivity ; 840 + owl:onClass ILAP:Schedule ;
840 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 841 + owl:onProperty ILAP:hasActivitySchedule
841 ] . 842 ] .
842 843
843 ILAP:ScheduledMilestone 844 ILAP:ScheduledMilestone
...@@ -861,9 +862,9 @@ ILAP:ShutdownType ...@@ -861,9 +862,9 @@ ILAP:ShutdownType
861 rdfs:subClassOf owl:Thing . 862 rdfs:subClassOf owl:Thing .
862 863
863 ILAP:Source 864 ILAP:Source
864 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 865 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
865 rdfs:label "Source"^^xsd:string ; 866 rdfs:label "Source"^^xsd:string ;
866 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 867 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
867 868
868 ILAP:StartMilestone 869 ILAP:StartMilestone
869 rdf:type owl:Class ; 870 rdf:type owl:Class ;
...@@ -871,22 +872,22 @@ ILAP:StartMilestone ...@@ -871,22 +872,22 @@ ILAP:StartMilestone
871 rdfs:subClassOf ILAP:MilestoneType . 872 rdfs:subClassOf ILAP:MilestoneType .
872 873
873 ILAP:StartToFinish 874 ILAP:StartToFinish
874 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 875 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
875 rdfs:label "Start to Finish"^^xsd:string ; 876 rdfs:label "Start to Finish"^^xsd:string ;
876 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 877 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
877 878
878 ILAP:StartToStart 879 ILAP:StartToStart
879 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 880 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
880 rdfs:label "Start to Start"^^xsd:string ; 881 rdfs:label "Start to Start"^^xsd:string ;
881 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 882 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
882 883
883 ILAP:Status 884 ILAP:Status
884 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 885 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
885 rdfs:label "Status"^^xsd:string ; 886 rdfs:label "Status"^^xsd:string ;
886 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 887 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
887 888
888 ILAP:TargetSchedule 889 ILAP:TargetSchedule
889 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 890 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
890 rdfs:label "Target Schedule"^^xsd:string ; 891 rdfs:label "Target Schedule"^^xsd:string ;
891 rdfs:subClassOf ILAP:Schedule . 892 rdfs:subClassOf ILAP:Schedule .
892 893
...@@ -908,12 +909,12 @@ ILAP:UnitBased ...@@ -908,12 +909,12 @@ ILAP:UnitBased
908 ILAP:Value 909 ILAP:Value
909 rdf:type owl:Class ; 910 rdf:type owl:Class ;
910 rdfs:label "Value"^^xsd:string ; 911 rdfs:label "Value"^^xsd:string ;
911 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 912 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
912 913
913 ILAP:WeekendsFreeCalendar 914 ILAP:WeekendsFreeCalendar
914 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 915 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
915 rdfs:label "Weekends Free Calendar"^^xsd:string ; 916 rdfs:label "Weekends Free Calendar"^^xsd:string ;
916 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 917 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
917 918
918 ILAP:WorkOrder 919 ILAP:WorkOrder
919 rdf:type owl:Class ; 920 rdf:type owl:Class ;
...@@ -921,18 +922,18 @@ ILAP:WorkOrder ...@@ -921,18 +922,18 @@ ILAP:WorkOrder
921 rdfs:subClassOf ILAP:WorkTask . 922 rdfs:subClassOf ILAP:WorkTask .
922 923
923 ILAP:WorkTask 924 ILAP:WorkTask
924 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 925 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
925 rdfs:label "Work Task"^^xsd:string ; 926 rdfs:label "Work Task"^^xsd:string ;
926 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 927 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
927 rdfs:subClassOf 928 rdfs:subClassOf
928 [ rdf:type owl:Restriction ; 929 [ rdf:type owl:Restriction ;
929 - owl:onProperty ILAP:hasWorkTaskActivity ; 930 + owl:allValuesFrom BRREG:LegalEntity ;
930 - owl:someValuesFrom ILAP:Activity 931 + owl:onProperty ILAP:hasWorkTaskResponsible
931 ] ; 932 ] ;
932 rdfs:subClassOf 933 rdfs:subClassOf
933 [ rdf:type owl:Restriction ; 934 [ rdf:type owl:Restriction ;
934 - owl:allValuesFrom BRREG:LegalEntity ; 935 + owl:onProperty ILAP:hasWorkTaskActivity ;
935 - owl:onProperty ILAP:hasWorkTaskResponsible 936 + owl:someValuesFrom ILAP:Activity
936 ] . 937 ] .
937 938
938 ILAP:WorkTaskStatus 939 ILAP:WorkTaskStatus
...@@ -1055,7 +1056,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1055,7 +1056,7 @@ ILAP:hasActivityPhysicalPercentComplete
1055 rdfs:range xsd:float . 1056 rdfs:range xsd:float .
1056 1057
1057 ILAP:hasActivityPlan 1058 ILAP:hasActivityPlan
1058 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1059 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1059 rdfs:domain ILAP:PlannedActivity ; 1060 rdfs:domain ILAP:PlannedActivity ;
1060 rdfs:label "has Activity Plan"^^xsd:string ; 1061 rdfs:label "has Activity Plan"^^xsd:string ;
1061 rdfs:range ILAP:ProjectExecutionPlan . 1062 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1105,7 +1106,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1105,7 +1106,7 @@ ILAP:hasActivityResponsibleOrganization
1105 rdfs:range ILAP:ResponsibleOrganization . 1106 rdfs:range ILAP:ResponsibleOrganization .
1106 1107
1107 ILAP:hasActivityResponsiblePerson 1108 ILAP:hasActivityResponsiblePerson
1108 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1109 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1109 rdfs:domain ILAP:PlannedActivity ; 1110 rdfs:domain ILAP:PlannedActivity ;
1110 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1111 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
1111 rdfs:range ILAP:ResponsiblePerson . 1112 rdfs:range ILAP:ResponsiblePerson .
...@@ -1140,7 +1141,7 @@ ILAP:hasActivityStatus ...@@ -1140,7 +1141,7 @@ ILAP:hasActivityStatus
1140 rdfs:range ILAP:Status . 1141 rdfs:range ILAP:Status .
1141 1142
1142 ILAP:hasActivitySuccessor 1143 ILAP:hasActivitySuccessor
1143 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1144 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1144 rdfs:domain ILAP:PlannedActivity ; 1145 rdfs:domain ILAP:PlannedActivity ;
1145 rdfs:label "has Activity Successor"^^xsd:string ; 1146 rdfs:label "has Activity Successor"^^xsd:string ;
1146 rdfs:range ILAP:ActivityDependency ; 1147 rdfs:range ILAP:ActivityDependency ;
...@@ -1201,7 +1202,7 @@ ILAP:hasCalendarDate ...@@ -1201,7 +1202,7 @@ ILAP:hasCalendarDate
1201 rdfs:label "has Calendar Date"^^xsd:string . 1202 rdfs:label "has Calendar Date"^^xsd:string .
1202 1203
1203 ILAP:hasCalendarFreePeriod 1204 ILAP:hasCalendarFreePeriod
1204 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1205 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1205 rdfs:domain ILAP:Calendar ; 1206 rdfs:domain ILAP:Calendar ;
1206 rdfs:label "has Calendar Free Period"^^xsd:string ; 1207 rdfs:label "has Calendar Free Period"^^xsd:string ;
1207 rdfs:range ILAP:CalendarFreePeriod . 1208 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1508,7 +1509,7 @@ ILAP:hasPlanRegulator ...@@ -1508,7 +1509,7 @@ ILAP:hasPlanRegulator
1508 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1509 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1509 1510
1510 ILAP:hasPlanResponsible 1511 ILAP:hasPlanResponsible
1511 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1512 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1512 rdfs:domain ILAP:ProjectExecutionPlan ; 1513 rdfs:domain ILAP:ProjectExecutionPlan ;
1513 rdfs:label "has Plan Responsible"^^xsd:string ; 1514 rdfs:label "has Plan Responsible"^^xsd:string ;
1514 rdfs:range ILAP:ResponsibleOrganization . 1515 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1715,7 +1716,7 @@ ILAP:hasSourceApplicaton ...@@ -1715,7 +1716,7 @@ ILAP:hasSourceApplicaton
1715 rdfs:range ILAP:Application . 1716 rdfs:range ILAP:Application .
1716 1717
1717 ILAP:hasSuccessorActivity 1718 ILAP:hasSuccessorActivity
1718 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1719 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1719 rdfs:domain ILAP:ActivityDependency ; 1720 rdfs:domain ILAP:ActivityDependency ;
1720 rdfs:label "has Successor Activity "^^xsd:string ; 1721 rdfs:label "has Successor Activity "^^xsd:string ;
1721 rdfs:range ILAP:PlannedActivity ; 1722 rdfs:range ILAP:PlannedActivity ;
...@@ -1743,7 +1744,7 @@ ILAP:hasTimeNow ...@@ -1743,7 +1744,7 @@ ILAP:hasTimeNow
1743 rdf:type owl:DatatypeProperty ; 1744 rdf:type owl:DatatypeProperty ;
1744 rdfs:domain ILAP:Schedule ; 1745 rdfs:domain ILAP:Schedule ;
1745 rdfs:label "has Time Now"^^xsd:string ; 1746 rdfs:label "has Time Now"^^xsd:string ;
1746 - rdfs:range xsd:dateTime , xsd:date . 1747 + rdfs:range xsd:date , xsd:dateTime .
1747 1748
1748 ILAP:hasWBScomponent 1749 ILAP:hasWBScomponent
1749 rdf:type owl:ObjectProperty ; 1750 rdf:type owl:ObjectProperty ;
......