Tore Christiansen

Updated naming

...@@ -19,13 +19,13 @@ ILAP: ...@@ -19,13 +19,13 @@ ILAP:
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ILAP:Activity 21 ILAP:Activity
22 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 22 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
23 rdfs:label "Activity"^^xsd:string ; 23 rdfs:label "Activity"^^xsd:string ;
24 rdfs:subClassOf ILAP:PossibleIndividual ; 24 rdfs:subClassOf ILAP:PossibleIndividual ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
27 - owl:onProperty ILAP:hasExternalReference ; 27 + owl:allValuesFrom ILAP:Status ;
28 - owl:someValuesFrom ILAP:ExternalReference 28 + owl:onProperty ILAP:hasActivityStatus
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
...@@ -34,31 +34,31 @@ ILAP:Activity ...@@ -34,31 +34,31 @@ ILAP:Activity
34 ] ; 34 ] ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Status ; 37 + owl:onProperty ILAP:hasExternalReference ;
38 - owl:onProperty ILAP:hasActivityStatus 38 + owl:someValuesFrom ILAP:ExternalReference
39 ] . 39 ] .
40 40
41 ILAP:ActivityDependency 41 ILAP:ActivityDependency
42 - 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 ;
43 rdfs:label "Activity Dependency"^^xsd:string ; 43 rdfs:label "Activity Dependency"^^xsd:string ;
44 rdfs:subClassOf ILAP:Constraint ; 44 rdfs:subClassOf ILAP:Constraint ;
45 rdfs:subClassOf 45 rdfs:subClassOf
46 [ rdf:type owl:Restriction ; 46 [ rdf:type owl:Restriction ;
47 owl:onClass ILAP:Activity ; 47 owl:onClass ILAP:Activity ;
48 - owl:onProperty ILAP:hasSuccessorActivity ; 48 + owl:onProperty ILAP:hasPredecessorActivity ;
49 owl:qualifiedCardinality 49 owl:qualifiedCardinality
50 "1"^^xsd:nonNegativeInteger 50 "1"^^xsd:nonNegativeInteger
51 ] ; 51 ] ;
52 rdfs:subClassOf 52 rdfs:subClassOf
53 [ rdf:type owl:Restriction ; 53 [ rdf:type owl:Restriction ;
54 owl:onClass ILAP:Activity ; 54 owl:onClass ILAP:Activity ;
55 - owl:onProperty ILAP:hasPredecessorActivity ; 55 + owl:onProperty ILAP:hasSuccessorActivity ;
56 owl:qualifiedCardinality 56 owl:qualifiedCardinality
57 "1"^^xsd:nonNegativeInteger 57 "1"^^xsd:nonNegativeInteger
58 ] . 58 ] .
59 59
60 ILAP:ActivityPlan 60 ILAP:ActivityPlan
61 - 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> ;
62 rdfs:label "Activity Plan"^^xsd:string ; 62 rdfs:label "Activity Plan"^^xsd:string ;
63 rdfs:subClassOf ILAP:Network ; 63 rdfs:subClassOf ILAP:Network ;
64 rdfs:subClassOf 64 rdfs:subClassOf
...@@ -68,7 +68,7 @@ ILAP:ActivityPlan ...@@ -68,7 +68,7 @@ ILAP:ActivityPlan
68 ] . 68 ] .
69 69
70 ILAP:ActivityWBS 70 ILAP:ActivityWBS
71 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 71 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
72 rdfs:label "Activity WBS"^^xsd:string ; 72 rdfs:label "Activity WBS"^^xsd:string ;
73 rdfs:subClassOf ILAP:Network . 73 rdfs:subClassOf ILAP:Network .
74 74
...@@ -83,7 +83,7 @@ ILAP:Asset ...@@ -83,7 +83,7 @@ ILAP:Asset
83 rdfs:subClassOf owl:Thing . 83 rdfs:subClassOf owl:Thing .
84 84
85 ILAP:Baseline 85 ILAP:Baseline
86 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 86 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
87 rdfs:label "Baseline"^^xsd:string ; 87 rdfs:label "Baseline"^^xsd:string ;
88 rdfs:subClassOf ILAP:Network . 88 rdfs:subClassOf ILAP:Network .
89 89
...@@ -93,9 +93,9 @@ ILAP:BaselineSchedule ...@@ -93,9 +93,9 @@ ILAP:BaselineSchedule
93 rdfs:subClassOf ILAP:Schedule . 93 rdfs:subClassOf ILAP:Schedule .
94 94
95 ILAP:Calendar 95 ILAP:Calendar
96 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 96 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
97 rdfs:label "Calendar"^^xsd:string ; 97 rdfs:label "Calendar"^^xsd:string ;
98 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 98 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
99 rdfs:subClassOf 99 rdfs:subClassOf
100 [ rdf:type owl:Restriction ; 100 [ rdf:type owl:Restriction ;
101 owl:allValuesFrom ILAP:CalendarFreePeriod ; 101 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -103,14 +103,14 @@ ILAP:Calendar ...@@ -103,14 +103,14 @@ ILAP:Calendar
103 ] . 103 ] .
104 104
105 ILAP:CalendarDay 105 ILAP:CalendarDay
106 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 106 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
107 rdfs:label "Calendar day"^^xsd:string ; 107 rdfs:label "Calendar day"^^xsd:string ;
108 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 108 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
109 109
110 ILAP:CalendarFreePeriod 110 ILAP:CalendarFreePeriod
111 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 111 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
112 rdfs:label "Calendar free period"^^xsd:string ; 112 rdfs:label "Calendar free period"^^xsd:string ;
113 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 113 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
114 rdfs:subClassOf 114 rdfs:subClassOf
115 [ rdf:type owl:Restriction ; 115 [ rdf:type owl:Restriction ;
116 owl:onClass ILAP:Calendar ; 116 owl:onClass ILAP:Calendar ;
...@@ -122,28 +122,28 @@ ILAP:CalendarFreePeriod ...@@ -122,28 +122,28 @@ ILAP:CalendarFreePeriod
122 ] . 122 ] .
123 123
124 ILAP:CalendarFreePeriodWeekRepeat 124 ILAP:CalendarFreePeriodWeekRepeat
125 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 125 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
126 rdfs:label "Free day"^^xsd:string ; 126 rdfs:label "Free day"^^xsd:string ;
127 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 127 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
128 128
129 ILAP:CalendarHour 129 ILAP:CalendarHour
130 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 130 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
131 rdfs:label "calendar hour"^^xsd:string ; 131 rdfs:label "calendar hour"^^xsd:string ;
132 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 132 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
133 133
134 ILAP:CalendarPeriod 134 ILAP:CalendarPeriod
135 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 135 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
136 rdfs:label "Calendar period"^^xsd:string ; 136 rdfs:label "Calendar period"^^xsd:string ;
137 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 137 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
138 rdfs:subClassOf 138 rdfs:subClassOf
139 [ rdf:type owl:Restriction ; 139 [ rdf:type owl:Restriction ;
140 - owl:allValuesFrom ILAP:CalendarHour ; 140 + owl:allValuesFrom ILAP:CalendarDay ;
141 - owl:onProperty ILAP:hasCalendarPeriodHour 141 + owl:onProperty ILAP:hasCalendarPeriodDay
142 ] ; 142 ] ;
143 rdfs:subClassOf 143 rdfs:subClassOf
144 [ rdf:type owl:Restriction ; 144 [ rdf:type owl:Restriction ;
145 - owl:allValuesFrom ILAP:CalendarDay ; 145 + owl:allValuesFrom ILAP:CalendarHour ;
146 - owl:onProperty ILAP:hasCalendarPeriodDay 146 + owl:onProperty ILAP:hasCalendarPeriodHour
147 ] . 147 ] .
148 148
149 ILAP:Constraint 149 ILAP:Constraint
...@@ -172,7 +172,7 @@ ILAP:CostEstimate ...@@ -172,7 +172,7 @@ ILAP:CostEstimate
172 rdfs:subClassOf ILAP:ResourceStructure . 172 rdfs:subClassOf ILAP:ResourceStructure .
173 173
174 ILAP:CurrentSchedule 174 ILAP:CurrentSchedule
175 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 175 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
176 rdfs:label "Current schedule"^^xsd:string ; 176 rdfs:label "Current schedule"^^xsd:string ;
177 rdfs:subClassOf ILAP:Schedule . 177 rdfs:subClassOf ILAP:Schedule .
178 178
...@@ -189,9 +189,9 @@ ILAP:Data ...@@ -189,9 +189,9 @@ ILAP:Data
189 ] . 189 ] .
190 190
191 ILAP:Discipline 191 ILAP:Discipline
192 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 192 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
193 rdfs:label "Discipline"^^xsd:string ; 193 rdfs:label "Discipline"^^xsd:string ;
194 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . 194 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
195 195
196 ILAP:ExecutionPlan 196 ILAP:ExecutionPlan
197 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 197 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
...@@ -199,45 +199,43 @@ ILAP:ExecutionPlan ...@@ -199,45 +199,43 @@ ILAP:ExecutionPlan
199 rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; 199 rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
200 rdfs:subClassOf 200 rdfs:subClassOf
201 [ rdf:type owl:Restriction ; 201 [ rdf:type owl:Restriction ;
202 - owl:allValuesFrom NPD:NPDelement ; 202 + owl:allValuesFrom ILAP:PlanObjectiveType ;
203 - owl:onProperty ILAP:hasPlanNPDelement 203 + owl:onProperty ILAP:hasPlanObjectiveType
204 ] ; 204 ] ;
205 rdfs:subClassOf 205 rdfs:subClassOf
206 [ rdf:type owl:Restriction ; 206 [ rdf:type owl:Restriction ;
207 - owl:maxQualifiedCardinality 207 + owl:allValuesFrom ILAP:ExecutionPlan ;
208 - "1"^^xsd:nonNegativeInteger ; 208 + owl:onProperty ILAP:hasPlanRollUpPlan
209 - owl:onClass ILAP:PlanLevel ;
210 - owl:onProperty ILAP:hasPlanLevel
211 ] ; 209 ] ;
212 rdfs:subClassOf 210 rdfs:subClassOf
213 [ rdf:type owl:Restriction ; 211 [ rdf:type owl:Restriction ;
214 - owl:allValuesFrom ILAP:ExecutionPlan ; 212 + owl:allValuesFrom NPD:NPDelement ;
215 - owl:onProperty ILAP:hasPlanSubplan 213 + owl:onProperty ILAP:hasPlanNPDelement
216 ] ; 214 ] ;
217 rdfs:subClassOf 215 rdfs:subClassOf
218 [ rdf:type owl:Restriction ; 216 [ rdf:type owl:Restriction ;
219 - owl:allValuesFrom ILAP:PlanContractType ; 217 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
220 - owl:onProperty ILAP:hasPlanContractType 218 + owl:onProperty ILAP:hasPlanAsset
221 ] ; 219 ] ;
222 rdfs:subClassOf 220 rdfs:subClassOf
223 [ rdf:type owl:Restriction ; 221 [ rdf:type owl:Restriction ;
224 - owl:allValuesFrom BRREG:LegalEntity ; 222 + owl:onProperty ILAP:hasPlanLevel ;
225 - owl:onProperty ILAP:hasPlanResponsible 223 + owl:someValuesFrom ILAP:PlanLevel
226 ] ; 224 ] ;
227 rdfs:subClassOf 225 rdfs:subClassOf
228 [ rdf:type owl:Restriction ; 226 [ rdf:type owl:Restriction ;
229 - owl:allValuesFrom ILAP:ExecutionPlan ; 227 + owl:allValuesFrom BRREG:LegalEntity ;
230 - owl:onProperty ILAP:hasPlanRollUpPlan 228 + owl:onProperty ILAP:hasPlanResponsible
231 ] ; 229 ] ;
232 rdfs:subClassOf 230 rdfs:subClassOf
233 [ rdf:type owl:Restriction ; 231 [ rdf:type owl:Restriction ;
234 - owl:onProperty ILAP:hasPlanContentType ; 232 + owl:allValuesFrom ILAP:PlanContractType ;
235 - owl:someValuesFrom ILAP:PlanContentType 233 + owl:onProperty ILAP:hasPlanContractType
236 ] ; 234 ] ;
237 rdfs:subClassOf 235 rdfs:subClassOf
238 [ rdf:type owl:Restriction ; 236 [ rdf:type owl:Restriction ;
239 - owl:onProperty ILAP:hasPlanLevel ; 237 + owl:onProperty ILAP:hasPlanGeoArea ;
240 - owl:someValuesFrom ILAP:PlanLevel 238 + owl:someValuesFrom ILAP:PlanGeoArea
241 ] ; 239 ] ;
242 rdfs:subClassOf 240 rdfs:subClassOf
243 [ rdf:type owl:Restriction ; 241 [ rdf:type owl:Restriction ;
...@@ -248,23 +246,25 @@ ILAP:ExecutionPlan ...@@ -248,23 +246,25 @@ ILAP:ExecutionPlan
248 ] ; 246 ] ;
249 rdfs:subClassOf 247 rdfs:subClassOf
250 [ rdf:type owl:Restriction ; 248 [ rdf:type owl:Restriction ;
251 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 249 + owl:onProperty ILAP:hasPlanContentType ;
252 - owl:onProperty ILAP:hasPlanAsset 250 + owl:someValuesFrom ILAP:PlanContentType
253 ] ; 251 ] ;
254 rdfs:subClassOf 252 rdfs:subClassOf
255 [ rdf:type owl:Restriction ; 253 [ rdf:type owl:Restriction ;
256 - owl:allValuesFrom ILAP:PlanObjectiveType ; 254 + owl:allValuesFrom ILAP:ExecutionPlan ;
257 - owl:onProperty ILAP:hasPlanObjectiveType 255 + owl:onProperty ILAP:hasPlanSubplan
258 ] ; 256 ] ;
259 rdfs:subClassOf 257 rdfs:subClassOf
260 [ rdf:type owl:Restriction ; 258 [ rdf:type owl:Restriction ;
261 - owl:onProperty ILAP:hasPlanGeoArea ; 259 + owl:onProperty ILAP:hasPlanProjectType ;
262 - owl:someValuesFrom ILAP:PlanGeoArea 260 + owl:someValuesFrom ILAP:PlanProjectType
263 ] ; 261 ] ;
264 rdfs:subClassOf 262 rdfs:subClassOf
265 [ rdf:type owl:Restriction ; 263 [ rdf:type owl:Restriction ;
266 - owl:onProperty ILAP:hasPlanProjectType ; 264 + owl:maxQualifiedCardinality
267 - owl:someValuesFrom ILAP:PlanProjectType 265 + "1"^^xsd:nonNegativeInteger ;
266 + owl:onClass ILAP:PlanLevel ;
267 + owl:onProperty ILAP:hasPlanLevel
268 ] ; 268 ] ;
269 rdfs:subClassOf 269 rdfs:subClassOf
270 [ rdf:type owl:Restriction ; 270 [ rdf:type owl:Restriction ;
...@@ -273,13 +273,15 @@ ILAP:ExecutionPlan ...@@ -273,13 +273,15 @@ ILAP:ExecutionPlan
273 ] . 273 ] .
274 274
275 ILAP:ExternalReference 275 ILAP:ExternalReference
276 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 276 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
277 rdfs:label "External Reference"^^xsd:string ; 277 rdfs:label "External Reference"^^xsd:string ;
278 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 278 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
279 rdfs:subClassOf 279 rdfs:subClassOf
280 [ rdf:type owl:Restriction ; 280 [ rdf:type owl:Restriction ;
281 - owl:allValuesFrom ILAP:Application ; 281 + owl:onDataRange xsd:string ;
282 - owl:onProperty ILAP:hasReferenceApplication 282 + owl:onProperty ILAP:hasReferenceID ;
283 + owl:qualifiedCardinality
284 + "1"^^xsd:nonNegativeInteger
283 ] ; 285 ] ;
284 rdfs:subClassOf 286 rdfs:subClassOf
285 [ rdf:type owl:Restriction ; 287 [ rdf:type owl:Restriction ;
...@@ -288,21 +290,19 @@ ILAP:ExternalReference ...@@ -288,21 +290,19 @@ ILAP:ExternalReference
288 ] ; 290 ] ;
289 rdfs:subClassOf 291 rdfs:subClassOf
290 [ rdf:type owl:Restriction ; 292 [ rdf:type owl:Restriction ;
291 - owl:onDataRange xsd:string ; 293 + owl:allValuesFrom ILAP:Application ;
292 - owl:onProperty ILAP:hasReferenceID ; 294 + owl:onProperty ILAP:hasReferenceApplication
293 - owl:qualifiedCardinality
294 - "1"^^xsd:nonNegativeInteger
295 ] . 295 ] .
296 296
297 ILAP:FinishToFinish 297 ILAP:FinishToFinish
298 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 298 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
299 rdfs:label "Finish to finish"^^xsd:string ; 299 rdfs:label "Finish to finish"^^xsd:string ;
300 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 300 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
301 301
302 ILAP:FinishToStart 302 ILAP:FinishToStart
303 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 303 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
304 rdfs:label "Finish to start"^^xsd:string ; 304 rdfs:label "Finish to start"^^xsd:string ;
305 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 305 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
306 306
307 ILAP:Information 307 ILAP:Information
308 rdf:type owl:Class ; 308 rdf:type owl:Class ;
...@@ -315,17 +315,17 @@ ILAP:Knowledge ...@@ -315,17 +315,17 @@ ILAP:Knowledge
315 rdfs:subClassOf ILAP:Information . 315 rdfs:subClassOf ILAP:Information .
316 316
317 ILAP:LiveSchedule 317 ILAP:LiveSchedule
318 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 318 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
319 rdfs:label "Live schedule"^^xsd:string ; 319 rdfs:label "Live schedule"^^xsd:string ;
320 rdfs:subClassOf ILAP:Schedule . 320 rdfs:subClassOf ILAP:Schedule .
321 321
322 ILAP:Location 322 ILAP:Location
323 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 323 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
324 rdfs:label "Location"^^xsd:string ; 324 rdfs:label "Location"^^xsd:string ;
325 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 325 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
326 326
327 ILAP:Milestone 327 ILAP:Milestone
328 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 328 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
329 rdfs:label "Milestone"^^xsd:string . 329 rdfs:label "Milestone"^^xsd:string .
330 330
331 ILAP:Network 331 ILAP:Network
...@@ -339,54 +339,54 @@ ILAP:Objective ...@@ -339,54 +339,54 @@ ILAP:Objective
339 rdfs:subClassOf owl:Thing . 339 rdfs:subClassOf owl:Thing .
340 340
341 ILAP:PlanClassifier 341 ILAP:PlanClassifier
342 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 342 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
343 rdfs:label "Plan classifier"^^xsd:string ; 343 rdfs:label "Plan classifier"^^xsd:string ;
344 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 344 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
345 345
346 ILAP:PlanContentType 346 ILAP:PlanContentType
347 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 347 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
348 rdfs:label "Content type"^^xsd:string ; 348 rdfs:label "Content type"^^xsd:string ;
349 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 349 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
350 350
351 ILAP:PlanContractType 351 ILAP:PlanContractType
352 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 352 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
353 rdfs:label "Plan contract type"^^xsd:string ; 353 rdfs:label "Plan contract type"^^xsd:string ;
354 rdfs:subClassOf ILAP:PlanClassifier . 354 rdfs:subClassOf ILAP:PlanClassifier .
355 355
356 ILAP:PlanExpenseType 356 ILAP:PlanExpenseType
357 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 357 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
358 rdfs:label "Plan expense type"^^xsd:string ; 358 rdfs:label "Plan expense type"^^xsd:string ;
359 rdfs:subClassOf ILAP:PlanClassifier . 359 rdfs:subClassOf ILAP:PlanClassifier .
360 360
361 ILAP:PlanGeoArea 361 ILAP:PlanGeoArea
362 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 362 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
363 rdfs:label "Plan geographic area"^^xsd:string ; 363 rdfs:label "Plan geographic area"^^xsd:string ;
364 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 364 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
365 365
366 ILAP:PlanLevel 366 ILAP:PlanLevel
367 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 367 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
368 rdfs:label "Plan level"^^xsd:string ; 368 rdfs:label "Plan level"^^xsd:string ;
369 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 369 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
370 370
371 ILAP:PlanLifecyclePhase 371 ILAP:PlanLifecyclePhase
372 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 372 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
373 rdfs:label "Plan lifecycle phase"^^xsd:string ; 373 rdfs:label "Plan lifecycle phase"^^xsd:string ;
374 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 374 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
375 375
376 ILAP:PlanObjectiveType 376 ILAP:PlanObjectiveType
377 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 377 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
378 rdfs:label "Plan objective type"^^xsd:string ; 378 rdfs:label "Plan objective type"^^xsd:string ;
379 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 379 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
380 380
381 ILAP:PlanPhase 381 ILAP:PlanPhase
382 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 382 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
383 rdfs:label "Phase"^^xsd:string ; 383 rdfs:label "Phase"^^xsd:string ;
384 rdfs:subClassOf ILAP:PlanClassifier . 384 rdfs:subClassOf ILAP:PlanClassifier .
385 385
386 ILAP:PlanProjectType 386 ILAP:PlanProjectType
387 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 387 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
388 rdfs:label "Plan project type"^^xsd:string ; 388 rdfs:label "Plan project type"^^xsd:string ;
389 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 389 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
390 390
391 ILAP:PlannedActivity 391 ILAP:PlannedActivity
392 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 392 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -394,50 +394,50 @@ ILAP:PlannedActivity ...@@ -394,50 +394,50 @@ ILAP:PlannedActivity
394 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 394 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
395 rdfs:subClassOf 395 rdfs:subClassOf
396 [ rdf:type owl:Restriction ; 396 [ rdf:type owl:Restriction ;
397 - owl:allValuesFrom ILAP:Location ; 397 + owl:allValuesFrom ILAP:ActivityDependency ;
398 - owl:onProperty ILAP:hasActivityLocation 398 + owl:onProperty ILAP:hasActivityPredecessor
399 ] ; 399 ] ;
400 rdfs:subClassOf 400 rdfs:subClassOf
401 [ rdf:type owl:Restriction ; 401 [ rdf:type owl:Restriction ;
402 - owl:maxQualifiedCardinality 402 + owl:allValuesFrom ILAP:ResponsiblePerson ;
403 - "1"^^xsd:nonNegativeInteger ; 403 + owl:onProperty ILAP:hasActivityResponsiblePerson
404 - owl:onClass ILAP:ExecutionPlan ;
405 - owl:onProperty ILAP:hasActivityPlan
406 ] ; 404 ] ;
407 rdfs:subClassOf 405 rdfs:subClassOf
408 [ rdf:type owl:Restriction ; 406 [ rdf:type owl:Restriction ;
409 - owl:allValuesFrom ILAP:ActivityDependency ; 407 + owl:allValuesFrom ILAP:ResourceProfile ;
410 - owl:onProperty ILAP:hasActivityPredecessor 408 + owl:onProperty ILAP:hasActivityResourceProfile
411 ] ; 409 ] ;
412 rdfs:subClassOf 410 rdfs:subClassOf
413 [ rdf:type owl:Restriction ; 411 [ rdf:type owl:Restriction ;
414 - owl:allValuesFrom ILAP:ActivityDependency ; 412 + owl:allValuesFrom ILAP:Result ;
415 - owl:onProperty ILAP:hasActivitySuccessor 413 + owl:onProperty ILAP:hasActivityResult
416 ] ; 414 ] ;
417 rdfs:subClassOf 415 rdfs:subClassOf
418 [ rdf:type owl:Restriction ; 416 [ rdf:type owl:Restriction ;
419 - owl:allValuesFrom ILAP:Result ; 417 + owl:allValuesFrom ILAP:ActivityWBS ;
420 - owl:onProperty ILAP:hasActivityResult 418 + owl:onProperty ILAP:hasActivityWBS
421 ] ; 419 ] ;
422 rdfs:subClassOf 420 rdfs:subClassOf
423 [ rdf:type owl:Restriction ; 421 [ rdf:type owl:Restriction ;
424 - owl:allValuesFrom ILAP:ResponsiblePerson ; 422 + owl:onProperty ILAP:hasActivityDiscipline ;
425 - owl:onProperty ILAP:hasActivityResponsiblePerson 423 + owl:someValuesFrom ILAP:Discipline
426 ] ; 424 ] ;
427 rdfs:subClassOf 425 rdfs:subClassOf
428 [ rdf:type owl:Restriction ; 426 [ rdf:type owl:Restriction ;
429 - owl:allValuesFrom ILAP:ActivityWBS ; 427 + owl:maxQualifiedCardinality
430 - owl:onProperty ILAP:hasActivityWBS 428 + "1"^^xsd:nonNegativeInteger ;
429 + owl:onClass ILAP:ExecutionPlan ;
430 + owl:onProperty ILAP:hasActivityPlan
431 ] ; 431 ] ;
432 rdfs:subClassOf 432 rdfs:subClassOf
433 [ rdf:type owl:Restriction ; 433 [ rdf:type owl:Restriction ;
434 - owl:allValuesFrom ILAP:ResourceProfile ; 434 + owl:allValuesFrom ILAP:Location ;
435 - owl:onProperty ILAP:hasActivityResourceProfile 435 + owl:onProperty ILAP:hasActivityLocation
436 ] ; 436 ] ;
437 rdfs:subClassOf 437 rdfs:subClassOf
438 [ rdf:type owl:Restriction ; 438 [ rdf:type owl:Restriction ;
439 - owl:onProperty ILAP:hasActivityDiscipline ; 439 + owl:allValuesFrom ILAP:ActivityDependency ;
440 - owl:someValuesFrom ILAP:Discipline 440 + owl:onProperty ILAP:hasActivitySuccessor
441 ] . 441 ] .
442 442
443 ILAP:PlanningApplication 443 ILAP:PlanningApplication
...@@ -451,41 +451,41 @@ ILAP:PossibleIndividual ...@@ -451,41 +451,41 @@ ILAP:PossibleIndividual
451 rdfs:subClassOf owl:Thing . 451 rdfs:subClassOf owl:Thing .
452 452
453 ILAP:Project 453 ILAP:Project
454 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 454 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
455 rdfs:label "Project"^^xsd:string ; 455 rdfs:label "Project"^^xsd:string ;
456 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ; 456 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
457 rdfs:subClassOf 457 rdfs:subClassOf
458 [ rdf:type owl:Restriction ; 458 [ rdf:type owl:Restriction ;
459 - owl:allValuesFrom BRREG:OilCompany ; 459 + owl:onDataRange xsd:string ;
460 - owl:onProperty ILAP:hasProjectResponsible 460 + owl:onProperty ILAP:hasName ;
461 + owl:qualifiedCardinality
462 + "1"^^xsd:nonNegativeInteger
461 ] ; 463 ] ;
462 rdfs:subClassOf 464 rdfs:subClassOf
463 [ rdf:type owl:Restriction ; 465 [ rdf:type owl:Restriction ;
464 - owl:allValuesFrom ILAP:ExternalReference ; 466 + owl:allValuesFrom ILAP:Project ;
465 - owl:onProperty ILAP:hasExternalReference 467 + owl:onProperty ILAP:hasProjectSubproject
466 ] ; 468 ] ;
467 rdfs:subClassOf 469 rdfs:subClassOf
468 [ rdf:type owl:Restriction ; 470 [ rdf:type owl:Restriction ;
469 - owl:allValuesFrom ILAP:Project ; 471 + owl:allValuesFrom ILAP:ExternalReference ;
470 - owl:onProperty ILAP:hasProjectSubproject 472 + owl:onProperty ILAP:hasExternalReference
471 ] ; 473 ] ;
472 rdfs:subClassOf 474 rdfs:subClassOf
473 [ rdf:type owl:Restriction ; 475 [ rdf:type owl:Restriction ;
474 - owl:onDataRange xsd:string ; 476 + owl:allValuesFrom BRREG:OilCompany ;
475 - owl:onProperty ILAP:hasName ; 477 + owl:onProperty ILAP:hasProjectResponsible
476 - owl:qualifiedCardinality
477 - "1"^^xsd:nonNegativeInteger
478 ] . 478 ] .
479 479
480 ILAP:Regular8To16WorkingDayCalendar 480 ILAP:Regular8To16WorkingDayCalendar
481 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 481 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
482 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 482 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
483 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 483 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
484 484
485 ILAP:Resource 485 ILAP:Resource
486 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 486 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
487 rdfs:label "Resource"^^xsd:string ; 487 rdfs:label "Resource"^^xsd:string ;
488 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 488 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
489 489
490 ILAP:ResourceBased 490 ILAP:ResourceBased
491 rdf:type owl:Class ; 491 rdf:type owl:Class ;
...@@ -493,14 +493,14 @@ ILAP:ResourceBased ...@@ -493,14 +493,14 @@ ILAP:ResourceBased
493 rdfs:subClassOf ILAP:Resource . 493 rdfs:subClassOf ILAP:Resource .
494 494
495 ILAP:ResourceProfile 495 ILAP:ResourceProfile
496 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 496 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
497 rdfs:label "Resource profile"^^xsd:string ; 497 rdfs:label "Resource profile"^^xsd:string ;
498 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 498 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
499 499
500 ILAP:ResourceProfilePoint 500 ILAP:ResourceProfilePoint
501 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 501 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
502 rdfs:label "resource Profile point"^^xsd:string ; 502 rdfs:label "resource Profile point"^^xsd:string ;
503 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 503 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
504 504
505 ILAP:ResourceStructure 505 ILAP:ResourceStructure
506 rdf:type owl:Class ; 506 rdf:type owl:Class ;
...@@ -508,22 +508,22 @@ ILAP:ResourceStructure ...@@ -508,22 +508,22 @@ ILAP:ResourceStructure
508 rdfs:subClassOf ILAP:Network . 508 rdfs:subClassOf ILAP:Network .
509 509
510 ILAP:ResponsibleOrganization 510 ILAP:ResponsibleOrganization
511 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 511 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
512 rdfs:label "Responsible organization"^^xsd:string ; 512 rdfs:label "Responsible organization"^^xsd:string ;
513 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 513 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
514 514
515 ILAP:ResponsiblePerson 515 ILAP:ResponsiblePerson
516 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 516 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
517 rdfs:label "Responsible"^^xsd:string ; 517 rdfs:label "Responsible"^^xsd:string ;
518 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 518 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
519 519
520 ILAP:Result 520 ILAP:Result
521 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 521 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
522 rdfs:label "Result"^^xsd:string ; 522 rdfs:label "Result"^^xsd:string ;
523 rdfs:subClassOf owl:Thing . 523 rdfs:subClassOf owl:Thing .
524 524
525 ILAP:Schedule 525 ILAP:Schedule
526 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 526 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
527 rdfs:label "Scheduled Activity Network"^^xsd:string ; 527 rdfs:label "Scheduled Activity Network"^^xsd:string ;
528 rdfs:subClassOf ILAP:Network ; 528 rdfs:subClassOf ILAP:Network ;
529 rdfs:subClassOf 529 rdfs:subClassOf
...@@ -535,28 +535,28 @@ ILAP:Schedule ...@@ -535,28 +535,28 @@ ILAP:Schedule
535 ] . 535 ] .
536 536
537 ILAP:ScheduledActivity 537 ILAP:ScheduledActivity
538 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 538 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
539 rdfs:label "Activity in Network Schedule"^^xsd:string ; 539 rdfs:label "Activity in Network Schedule"^^xsd:string ;
540 rdfs:subClassOf ILAP:PlannedActivity ; 540 rdfs:subClassOf ILAP:PlannedActivity ;
541 rdfs:subClassOf 541 rdfs:subClassOf
542 [ rdf:type owl:Restriction ; 542 [ rdf:type owl:Restriction ;
543 owl:maxQualifiedCardinality 543 owl:maxQualifiedCardinality
544 "1"^^xsd:nonNegativeInteger ; 544 "1"^^xsd:nonNegativeInteger ;
545 - owl:onClass ILAP:PlannedActivity ; 545 + owl:onClass ILAP:Schedule ;
546 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 546 + owl:onProperty ILAP:hasActivitySchedule
547 ] ; 547 ] ;
548 rdfs:subClassOf 548 rdfs:subClassOf
549 [ rdf:type owl:Restriction ; 549 [ rdf:type owl:Restriction ;
550 owl:maxQualifiedCardinality 550 owl:maxQualifiedCardinality
551 "1"^^xsd:nonNegativeInteger ; 551 "1"^^xsd:nonNegativeInteger ;
552 - owl:onClass ILAP:Schedule ; 552 + owl:onClass ILAP:PlannedActivity ;
553 - owl:onProperty ILAP:hasActivitySchedule 553 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
554 ] . 554 ] .
555 555
556 ILAP:Source 556 ILAP:Source
557 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 557 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
558 rdfs:label "Source"^^xsd:string ; 558 rdfs:label "Source"^^xsd:string ;
559 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 559 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
560 560
561 ILAP:SourceSpecifiedUserField 561 ILAP:SourceSpecifiedUserField
562 rdf:type owl:Class ; 562 rdf:type owl:Class ;
...@@ -569,22 +569,22 @@ ILAP:SpecifiedUserField ...@@ -569,22 +569,22 @@ ILAP:SpecifiedUserField
569 rdfs:subClassOf ILAP:UserField . 569 rdfs:subClassOf ILAP:UserField .
570 570
571 ILAP:StartToFinish 571 ILAP:StartToFinish
572 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 572 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
573 rdfs:label "Start to finish"^^xsd:string ; 573 rdfs:label "Start to finish"^^xsd:string ;
574 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 574 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
575 575
576 ILAP:StartToStart 576 ILAP:StartToStart
577 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 577 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
578 rdfs:label "Start to start"^^xsd:string ; 578 rdfs:label "Start to start"^^xsd:string ;
579 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 579 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
580 580
581 ILAP:Status 581 ILAP:Status
582 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 582 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
583 rdfs:label "Status"^^xsd:string ; 583 rdfs:label "Status"^^xsd:string ;
584 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 584 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
585 585
586 ILAP:TargetSchedule 586 ILAP:TargetSchedule
587 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 587 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
588 rdfs:label "Target schedule"^^xsd:string ; 588 rdfs:label "Target schedule"^^xsd:string ;
589 rdfs:subClassOf ILAP:Schedule . 589 rdfs:subClassOf ILAP:Schedule .
590 590
...@@ -594,7 +594,7 @@ ILAP:Timebased ...@@ -594,7 +594,7 @@ ILAP:Timebased
594 rdfs:subClassOf ILAP:Resource . 594 rdfs:subClassOf ILAP:Resource .
595 595
596 ILAP:UserField 596 ILAP:UserField
597 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 597 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
598 rdfs:label "User field"^^xsd:string ; 598 rdfs:label "User field"^^xsd:string ;
599 rdfs:subClassOf ILAP:Data ; 599 rdfs:subClassOf ILAP:Data ;
600 rdfs:subClassOf 600 rdfs:subClassOf
...@@ -606,23 +606,23 @@ ILAP:UserField ...@@ -606,23 +606,23 @@ ILAP:UserField
606 ] . 606 ] .
607 607
608 ILAP:WeekendsFreeCalendar 608 ILAP:WeekendsFreeCalendar
609 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 609 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
610 rdfs:label "Weekends free calendar"^^xsd:string ; 610 rdfs:label "Weekends free calendar"^^xsd:string ;
611 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 611 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
612 612
613 ILAP:WorkTask 613 ILAP:WorkTask
614 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 614 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
615 rdfs:label "Work task"^^xsd:string ; 615 rdfs:label "Work task"^^xsd:string ;
616 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 616 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
617 rdfs:subClassOf 617 rdfs:subClassOf
618 [ rdf:type owl:Restriction ; 618 [ rdf:type owl:Restriction ;
619 - owl:allValuesFrom BRREG:LegalEntity ; 619 + owl:onProperty ILAP:hasWorkTaskActivity ;
620 - owl:onProperty ILAP:hasWorkTaskResponsible 620 + owl:someValuesFrom ILAP:Activity
621 ] ; 621 ] ;
622 rdfs:subClassOf 622 rdfs:subClassOf
623 [ rdf:type owl:Restriction ; 623 [ rdf:type owl:Restriction ;
624 - owl:onProperty ILAP:hasWorkTaskActivity ; 624 + owl:allValuesFrom BRREG:LegalEntity ;
625 - owl:someValuesFrom ILAP:Activity 625 + owl:onProperty ILAP:hasWorkTaskResponsible
626 ] . 626 ] .
627 627
628 ILAP:hasActivityActualProgressPercent 628 ILAP:hasActivityActualProgressPercent
...@@ -701,7 +701,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -701,7 +701,7 @@ ILAP:hasActivityPhysicalPercentComplete
701 rdfs:range xsd:float . 701 rdfs:range xsd:float .
702 702
703 ILAP:hasActivityPlan 703 ILAP:hasActivityPlan
704 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 704 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
705 rdfs:domain ILAP:PlannedActivity ; 705 rdfs:domain ILAP:PlannedActivity ;
706 rdfs:label "has activity plan"^^xsd:string ; 706 rdfs:label "has activity plan"^^xsd:string ;
707 rdfs:range ILAP:ExecutionPlan . 707 rdfs:range ILAP:ExecutionPlan .
...@@ -742,7 +742,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -742,7 +742,7 @@ ILAP:hasActivityResponsibleOrganization
742 rdfs:range ILAP:ResponsibleOrganization . 742 rdfs:range ILAP:ResponsibleOrganization .
743 743
744 ILAP:hasActivityResponsiblePerson 744 ILAP:hasActivityResponsiblePerson
745 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 745 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
746 rdfs:domain ILAP:PlannedActivity ; 746 rdfs:domain ILAP:PlannedActivity ;
747 rdfs:label "has activity responsible"^^xsd:string ; 747 rdfs:label "has activity responsible"^^xsd:string ;
748 rdfs:range ILAP:ResponsiblePerson . 748 rdfs:range ILAP:ResponsiblePerson .
...@@ -766,7 +766,7 @@ ILAP:hasActivityStatus ...@@ -766,7 +766,7 @@ ILAP:hasActivityStatus
766 rdfs:range ILAP:Status . 766 rdfs:range ILAP:Status .
767 767
768 ILAP:hasActivitySuccessor 768 ILAP:hasActivitySuccessor
769 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 769 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
770 rdfs:domain ILAP:PlannedActivity ; 770 rdfs:domain ILAP:PlannedActivity ;
771 rdfs:label "has activity successor"^^xsd:string ; 771 rdfs:label "has activity successor"^^xsd:string ;
772 rdfs:range ILAP:ActivityDependency ; 772 rdfs:range ILAP:ActivityDependency ;
...@@ -826,7 +826,7 @@ ILAP:hasCalendarDate ...@@ -826,7 +826,7 @@ ILAP:hasCalendarDate
826 rdfs:label "has calendar date"^^xsd:string . 826 rdfs:label "has calendar date"^^xsd:string .
827 827
828 ILAP:hasCalendarFreePeriod 828 ILAP:hasCalendarFreePeriod
829 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 829 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
830 rdfs:domain ILAP:Calendar ; 830 rdfs:domain ILAP:Calendar ;
831 rdfs:label "has calendarcalendar free period"^^xsd:string ; 831 rdfs:label "has calendarcalendar free period"^^xsd:string ;
832 rdfs:range ILAP:CalendarFreePeriod . 832 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1099,7 +1099,7 @@ ILAP:hasPlanRegulator ...@@ -1099,7 +1099,7 @@ ILAP:hasPlanRegulator
1099 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1099 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1100 1100
1101 ILAP:hasPlanResponsible 1101 ILAP:hasPlanResponsible
1102 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1102 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1103 rdfs:label "has plan responsible"^^xsd:string . 1103 rdfs:label "has plan responsible"^^xsd:string .
1104 1104
1105 ILAP:hasPlanRollUpPlan 1105 ILAP:hasPlanRollUpPlan
...@@ -1161,7 +1161,7 @@ ILAP:hasProjectResponsible ...@@ -1161,7 +1161,7 @@ ILAP:hasProjectResponsible
1161 ILAP:hasProjectSubproject 1161 ILAP:hasProjectSubproject
1162 rdf:type owl:ObjectProperty ; 1162 rdf:type owl:ObjectProperty ;
1163 rdfs:domain ILAP:Project ; 1163 rdfs:domain ILAP:Project ;
1164 - rdfs:label "Object property 1"^^xsd:string ; 1164 + rdfs:label "has project subproject"^^xsd:string ;
1165 rdfs:range ILAP:Project . 1165 rdfs:range ILAP:Project .
1166 1166
1167 ILAP:hasReferenceApplication 1167 ILAP:hasReferenceApplication
...@@ -1254,7 +1254,7 @@ ILAP:hasScheduledStart ...@@ -1254,7 +1254,7 @@ ILAP:hasScheduledStart
1254 rdfs:subPropertyOf ILAP:hasScheduleDate . 1254 rdfs:subPropertyOf ILAP:hasScheduleDate .
1255 1255
1256 ILAP:hasSuccessorActivity 1256 ILAP:hasSuccessorActivity
1257 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1257 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1258 rdfs:domain ILAP:ActivityDependency ; 1258 rdfs:domain ILAP:ActivityDependency ;
1259 rdfs:label "has successor activity "^^xsd:string ; 1259 rdfs:label "has successor activity "^^xsd:string ;
1260 rdfs:range ILAP:PlannedActivity ; 1260 rdfs:range ILAP:PlannedActivity ;
......