Tore Christiansen

Added Milestone Types

...@@ -18,50 +18,50 @@ ILAP: ...@@ -18,50 +18,50 @@ ILAP:
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ILAP:Activity 20 ILAP:Activity
21 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 21 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
22 rdfs:label "Activity"^^xsd:string ; 22 rdfs:label "Activity"^^xsd:string ;
23 rdfs:subClassOf 23 rdfs:subClassOf
24 [ rdf:type owl:Restriction ; 24 [ rdf:type owl:Restriction ;
25 - owl:allValuesFrom ILAP:Discipline ; 25 + owl:allValuesFrom ILAP:Status ;
26 - owl:onProperty ILAP:hasActivityDiscipline 26 + owl:onProperty ILAP:hasActivityStatus
27 ] ; 27 ] ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:allValuesFrom ILAP:Calendar ; 30 + owl:onProperty ILAP:hasExternalReference ;
31 - owl:onProperty ILAP:hasActivityCalendar 31 + owl:someValuesFrom ILAP:ExternalReference
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:onProperty ILAP:hasExternalReference ; 35 + owl:allValuesFrom ILAP:Calendar ;
36 - owl:someValuesFrom ILAP:ExternalReference 36 + owl:onProperty ILAP:hasActivityCalendar
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 - owl:allValuesFrom ILAP:Status ; 40 + owl:allValuesFrom ILAP:Discipline ;
41 - owl:onProperty ILAP:hasActivityStatus 41 + owl:onProperty ILAP:hasActivityDiscipline
42 ] . 42 ] .
43 43
44 ILAP:ActivityDependency 44 ILAP:ActivityDependency
45 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 45 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
46 rdfs:label "Activity Dependency"^^xsd:string ; 46 rdfs:label "Activity Dependency"^^xsd:string ;
47 rdfs:subClassOf ILAP:Constraint ; 47 rdfs:subClassOf ILAP:Constraint ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
51 - owl:onProperty ILAP:hasPredecessorActivity ; 51 + owl:onProperty ILAP:hasSuccessorActivity ;
52 owl:qualifiedCardinality 52 owl:qualifiedCardinality
53 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
54 ] ; 54 ] ;
55 rdfs:subClassOf 55 rdfs:subClassOf
56 [ rdf:type owl:Restriction ; 56 [ rdf:type owl:Restriction ;
57 owl:onClass ILAP:Activity ; 57 owl:onClass ILAP:Activity ;
58 - owl:onProperty ILAP:hasSuccessorActivity ; 58 + owl:onProperty ILAP:hasPredecessorActivity ;
59 owl:qualifiedCardinality 59 owl:qualifiedCardinality
60 "1"^^xsd:nonNegativeInteger 60 "1"^^xsd:nonNegativeInteger
61 ] . 61 ] .
62 62
63 ILAP:ActivityPlan 63 ILAP:ActivityPlan
64 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 64 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
65 rdfs:label "Activity Plan"^^xsd:string ; 65 rdfs:label "Activity Plan"^^xsd:string ;
66 rdfs:subClassOf ILAP:Network ; 66 rdfs:subClassOf ILAP:Network ;
67 rdfs:subClassOf 67 rdfs:subClassOf
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 79 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
80 rdfs:label "Activity WBS"^^xsd:string ; 80 rdfs:label "Activity WBS"^^xsd:string ;
81 rdfs:subClassOf ILAP:Network . 81 rdfs:subClassOf ILAP:Network .
82 82
...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 ...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1
87 ILAP:Application 87 ILAP:Application
88 rdf:type owl:Class ; 88 rdf:type owl:Class ;
89 rdfs:label "Application"^^xsd:string ; 89 rdfs:label "Application"^^xsd:string ;
90 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 90 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
91 91
92 ILAP:Asset 92 ILAP:Asset
93 rdf:type owl:Class ; 93 rdf:type owl:Class ;
94 rdfs:label "Asset"^^xsd:string ; 94 rdfs:label "Asset"^^xsd:string ;
95 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 95 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
96 96
97 ILAP:Baseline 97 ILAP:Baseline
98 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 98 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
99 rdfs:label "Baseline"^^xsd:string ; 99 rdfs:label "Baseline"^^xsd:string ;
100 rdfs:subClassOf ILAP:Network . 100 rdfs:subClassOf ILAP:Network .
101 101
...@@ -109,9 +109,9 @@ ILAP:CAPEX ...@@ -109,9 +109,9 @@ ILAP:CAPEX
109 rdfs:label "CAPEX"^^xsd:string . 109 rdfs:label "CAPEX"^^xsd:string .
110 110
111 ILAP:Calendar 111 ILAP:Calendar
112 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 112 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
113 rdfs:label "Calendar"^^xsd:string ; 113 rdfs:label "Calendar"^^xsd:string ;
114 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 114 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
115 rdfs:subClassOf 115 rdfs:subClassOf
116 [ rdf:type owl:Restriction ; 116 [ rdf:type owl:Restriction ;
117 owl:allValuesFrom ILAP:CalendarFreePeriod ; 117 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -119,14 +119,14 @@ ILAP:Calendar ...@@ -119,14 +119,14 @@ ILAP:Calendar
119 ] . 119 ] .
120 120
121 ILAP:CalendarDay 121 ILAP:CalendarDay
122 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 122 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
123 rdfs:label "Calendar day"^^xsd:string ; 123 rdfs:label "Calendar day"^^xsd:string ;
124 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 124 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
125 125
126 ILAP:CalendarFreePeriod 126 ILAP:CalendarFreePeriod
127 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 127 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
128 rdfs:label "Calendar free period"^^xsd:string ; 128 rdfs:label "Calendar free period"^^xsd:string ;
129 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 129 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
130 rdfs:subClassOf 130 rdfs:subClassOf
131 [ rdf:type owl:Restriction ; 131 [ rdf:type owl:Restriction ;
132 owl:onClass ILAP:Calendar ; 132 owl:onClass ILAP:Calendar ;
...@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod ...@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod
138 ] . 138 ] .
139 139
140 ILAP:CalendarFreePeriodWeekRepeat 140 ILAP:CalendarFreePeriodWeekRepeat
141 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 141 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
142 rdfs:label "Free day"^^xsd:string ; 142 rdfs:label "Free day"^^xsd:string ;
143 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 143 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
144 144
145 ILAP:CalendarHour 145 ILAP:CalendarHour
146 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 146 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
147 rdfs:label "calendar hour"^^xsd:string ; 147 rdfs:label "calendar hour"^^xsd:string ;
148 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 148 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
149 149
150 ILAP:CalendarPeriod 150 ILAP:CalendarPeriod
151 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 151 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
152 rdfs:label "Calendar period"^^xsd:string ; 152 rdfs:label "Calendar period"^^xsd:string ;
153 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 153 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
154 rdfs:subClassOf 154 rdfs:subClassOf
155 [ rdf:type owl:Restriction ; 155 [ rdf:type owl:Restriction ;
156 - owl:allValuesFrom ILAP:CalendarDay ; 156 + owl:allValuesFrom ILAP:CalendarHour ;
157 - owl:onProperty ILAP:hasCalendarPeriodDay 157 + owl:onProperty ILAP:hasCalendarPeriodHour
158 ] ; 158 ] ;
159 rdfs:subClassOf 159 rdfs:subClassOf
160 [ rdf:type owl:Restriction ; 160 [ rdf:type owl:Restriction ;
161 - owl:allValuesFrom ILAP:CalendarHour ; 161 + owl:allValuesFrom ILAP:CalendarDay ;
162 - owl:onProperty ILAP:hasCalendarPeriodHour 162 + owl:onProperty ILAP:hasCalendarPeriodDay
163 ] . 163 ] .
164 164
165 ILAP:Constraint 165 ILAP:Constraint
166 rdf:type owl:Class ; 166 rdf:type owl:Class ;
167 rdfs:label "Constraint"^^xsd:string ; 167 rdfs:label "Constraint"^^xsd:string ;
168 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 168 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
169 169
170 ILAP:Contract 170 ILAP:Contract
171 rdf:type owl:Class ; 171 rdf:type owl:Class ;
172 rdfs:label "Contract"^^xsd:string ; 172 rdfs:label "Contract"^^xsd:string ;
173 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 173 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
174 174
175 ILAP:ControlSchedule 175 ILAP:ControlSchedule
176 rdf:type owl:Class ; 176 rdf:type owl:Class ;
...@@ -180,7 +180,7 @@ ILAP:ControlSchedule ...@@ -180,7 +180,7 @@ ILAP:ControlSchedule
180 ILAP:Cost 180 ILAP:Cost
181 rdf:type owl:Class ; 181 rdf:type owl:Class ;
182 rdfs:label "Cost"^^xsd:string ; 182 rdfs:label "Cost"^^xsd:string ;
183 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 183 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
184 184
185 ILAP:CostBased 185 ILAP:CostBased
186 rdf:type owl:Class ; 186 rdf:type owl:Class ;
...@@ -193,14 +193,38 @@ ILAP:Criticality ...@@ -193,14 +193,38 @@ ILAP:Criticality
193 rdfs:subClassOf owl:Thing . 193 rdfs:subClassOf owl:Thing .
194 194
195 ILAP:CurrentSchedule 195 ILAP:CurrentSchedule
196 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 196 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
197 rdfs:label "Current schedule"^^xsd:string ; 197 rdfs:label "Current schedule"^^xsd:string ;
198 rdfs:subClassOf ILAP:Schedule . 198 rdfs:subClassOf ILAP:Schedule .
199 199
200 +ILAP:DG1
201 + rdf:type ILAP:MilestoneType ;
202 + rdfs:label "DG1"^^xsd:string .
203 +
204 +ILAP:DG2
205 + rdf:type ILAP:MilestoneType ;
206 + rdfs:label "DG2"^^xsd:string .
207 +
208 +ILAP:DG3
209 + rdf:type ILAP:MilestoneType ;
210 + rdfs:label "DG3"^^xsd:string .
211 +
212 +ILAP:DG4
213 + rdf:type ILAP:MilestoneType ;
214 + rdfs:label "DG4"^^xsd:string .
215 +
216 +ILAP:DG5
217 + rdf:type ILAP:MilestoneType ;
218 + rdfs:label "DG5"^^xsd:string .
219 +
220 +ILAP:DG6
221 + rdf:type ILAP:MilestoneType ;
222 + rdfs:label "DG6"^^xsd:string .
223 +
200 ILAP:Data 224 ILAP:Data
201 rdf:type owl:Class ; 225 rdf:type owl:Class ;
202 rdfs:label "Data"^^xsd:string ; 226 rdfs:label "Data"^^xsd:string ;
203 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 227 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
204 rdfs:subClassOf 228 rdfs:subClassOf
205 [ rdf:type owl:Restriction ; 229 [ rdf:type owl:Restriction ;
206 owl:onClass ILAP:Project ; 230 owl:onClass ILAP:Project ;
...@@ -210,20 +234,18 @@ ILAP:Data ...@@ -210,20 +234,18 @@ ILAP:Data
210 ] . 234 ] .
211 235
212 ILAP:Discipline 236 ILAP:Discipline
213 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 237 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
214 rdfs:label "Discipline"^^xsd:string ; 238 rdfs:label "Discipline"^^xsd:string ;
215 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . 239 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
216 240
217 ILAP:ExternalReference 241 ILAP:ExternalReference
218 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 242 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
219 rdfs:label "External Reference"^^xsd:string ; 243 rdfs:label "External Reference"^^xsd:string ;
220 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 244 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
221 rdfs:subClassOf 245 rdfs:subClassOf
222 [ rdf:type owl:Restriction ; 246 [ rdf:type owl:Restriction ;
223 - owl:onDataRange xsd:string ; 247 + owl:allValuesFrom ILAP:Application ;
224 - owl:onProperty ILAP:hasObjectReferenceID ; 248 + owl:onProperty ILAP:hasReferenceApplication
225 - owl:qualifiedCardinality
226 - "1"^^xsd:nonNegativeInteger
227 ] ; 249 ] ;
228 rdfs:subClassOf 250 rdfs:subClassOf
229 [ rdf:type owl:Restriction ; 251 [ rdf:type owl:Restriction ;
...@@ -232,19 +254,21 @@ ILAP:ExternalReference ...@@ -232,19 +254,21 @@ ILAP:ExternalReference
232 ] ; 254 ] ;
233 rdfs:subClassOf 255 rdfs:subClassOf
234 [ rdf:type owl:Restriction ; 256 [ rdf:type owl:Restriction ;
235 - owl:allValuesFrom ILAP:Application ; 257 + owl:onDataRange xsd:string ;
236 - owl:onProperty ILAP:hasReferenceApplication 258 + owl:onProperty ILAP:hasObjectReferenceID ;
259 + owl:qualifiedCardinality
260 + "1"^^xsd:nonNegativeInteger
237 ] . 261 ] .
238 262
239 ILAP:FinishToFinish 263 ILAP:FinishToFinish
240 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 264 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
241 rdfs:label "Finish to finish"^^xsd:string ; 265 rdfs:label "Finish to finish"^^xsd:string ;
242 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 266 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
243 267
244 ILAP:FinishToStart 268 ILAP:FinishToStart
245 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 269 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
246 rdfs:label "Finish to start"^^xsd:string ; 270 rdfs:label "Finish to start"^^xsd:string ;
247 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 271 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
248 272
249 ILAP:FunctionalLocation 273 ILAP:FunctionalLocation
250 rdf:type owl:Class ; 274 rdf:type owl:Class ;
...@@ -270,7 +294,7 @@ ILAP:Hot_Work ...@@ -270,7 +294,7 @@ ILAP:Hot_Work
270 ILAP:Information 294 ILAP:Information
271 rdf:type owl:Class ; 295 rdf:type owl:Class ;
272 rdfs:label "Information"^^xsd:string ; 296 rdfs:label "Information"^^xsd:string ;
273 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 297 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
274 298
275 ILAP:Knowledge 299 ILAP:Knowledge
276 rdf:type owl:Class ; 300 rdf:type owl:Class ;
...@@ -282,14 +306,14 @@ ILAP:Lifting_Operation ...@@ -282,14 +306,14 @@ ILAP:Lifting_Operation
282 rdfs:label "Lifting Operation"^^xsd:string . 306 rdfs:label "Lifting Operation"^^xsd:string .
283 307
284 ILAP:LiveSchedule 308 ILAP:LiveSchedule
285 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 309 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
286 rdfs:label "Live schedule"^^xsd:string ; 310 rdfs:label "Live schedule"^^xsd:string ;
287 rdfs:subClassOf ILAP:Schedule . 311 rdfs:subClassOf ILAP:Schedule .
288 312
289 ILAP:Location 313 ILAP:Location
290 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 314 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
291 rdfs:label "Location"^^xsd:string ; 315 rdfs:label "Location"^^xsd:string ;
292 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 316 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
293 317
294 ILAP:LowCriticality 318 ILAP:LowCriticality
295 rdf:type ILAP:Criticality ; 319 rdf:type ILAP:Criticality ;
...@@ -300,9 +324,14 @@ ILAP:LowPriority ...@@ -300,9 +324,14 @@ ILAP:LowPriority
300 rdfs:label "Low priority"^^xsd:string . 324 rdfs:label "Low priority"^^xsd:string .
301 325
302 ILAP:Milestone 326 ILAP:Milestone
303 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 327 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
304 rdfs:label "Milestone"^^xsd:string . 328 rdfs:label "Milestone"^^xsd:string .
305 329
330 +ILAP:MilestoneType
331 + rdf:type owl:Class ;
332 + rdfs:label "Milestone type"^^xsd:string ;
333 + rdfs:subClassOf owl:Thing .
334 +
306 ILAP:Missing_Barriers 335 ILAP:Missing_Barriers
307 rdf:type ILAP:RiskFactor ; 336 rdf:type ILAP:RiskFactor ;
308 rdfs:label "Missing Barriers"^^xsd:string . 337 rdfs:label "Missing Barriers"^^xsd:string .
...@@ -310,7 +339,7 @@ ILAP:Missing_Barriers ...@@ -310,7 +339,7 @@ ILAP:Missing_Barriers
310 ILAP:Network 339 ILAP:Network
311 rdf:type owl:Class ; 340 rdf:type owl:Class ;
312 rdfs:label "Network"^^xsd:string ; 341 rdfs:label "Network"^^xsd:string ;
313 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 342 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
314 343
315 ILAP:NormalCriticality 344 ILAP:NormalCriticality
316 rdf:type ILAP:Criticality ; 345 rdf:type ILAP:Criticality ;
...@@ -345,49 +374,49 @@ ILAP:PhysicalLocation ...@@ -345,49 +374,49 @@ ILAP:PhysicalLocation
345 rdfs:subClassOf ILAP:Location . 374 rdfs:subClassOf ILAP:Location .
346 375
347 ILAP:PlanClassifier 376 ILAP:PlanClassifier
348 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 377 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
349 rdfs:label "Plan classifier"^^xsd:string ; 378 rdfs:label "Plan classifier"^^xsd:string ;
350 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 379 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
351 380
352 ILAP:PlanContentType 381 ILAP:PlanContentType
353 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 382 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
354 rdfs:label "Content type"^^xsd:string ; 383 rdfs:label "Content type"^^xsd:string ;
355 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 384 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
356 385
357 ILAP:PlanContractType 386 ILAP:PlanContractType
358 - 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> ;
359 rdfs:label "Plan contract type"^^xsd:string ; 388 rdfs:label "Plan contract type"^^xsd:string ;
360 rdfs:subClassOf ILAP:PlanClassifier . 389 rdfs:subClassOf ILAP:PlanClassifier .
361 390
362 ILAP:PlanExpenseType 391 ILAP:PlanExpenseType
363 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 392 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
364 rdfs:label "Plan expense type"^^xsd:string ; 393 rdfs:label "Plan expense type"^^xsd:string ;
365 rdfs:subClassOf ILAP:PlanClassifier . 394 rdfs:subClassOf ILAP:PlanClassifier .
366 395
367 ILAP:PlanGeoArea 396 ILAP:PlanGeoArea
368 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 397 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
369 rdfs:label "Plan geographic area"^^xsd:string ; 398 rdfs:label "Plan geographic area"^^xsd:string ;
370 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 399 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
371 400
372 ILAP:PlanLevel 401 ILAP:PlanLevel
373 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 402 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
374 rdfs:label "Plan level"^^xsd:string ; 403 rdfs:label "Plan level"^^xsd:string ;
375 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 404 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
376 405
377 ILAP:PlanLifecycleStage 406 ILAP:PlanLifecycleStage
378 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 407 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
379 rdfs:label "Plan lifecycle stage"^^xsd:string ; 408 rdfs:label "Plan lifecycle stage"^^xsd:string ;
380 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 409 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
381 410
382 ILAP:PlanObjectiveType 411 ILAP:PlanObjectiveType
383 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 412 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
384 rdfs:label "Plan objective type"^^xsd:string ; 413 rdfs:label "Plan objective type"^^xsd:string ;
385 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 414 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
386 415
387 ILAP:PlanProjectType 416 ILAP:PlanProjectType
388 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 417 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
389 rdfs:label "Plan project type"^^xsd:string ; 418 rdfs:label "Plan project type"^^xsd:string ;
390 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 419 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
391 420
392 ILAP:PlannedActivity 421 ILAP:PlannedActivity
393 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 422 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -395,13 +424,10 @@ ILAP:PlannedActivity ...@@ -395,13 +424,10 @@ ILAP:PlannedActivity
395 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 424 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
396 rdfs:subClassOf 425 rdfs:subClassOf
397 [ rdf:type owl:Restriction ; 426 [ rdf:type owl:Restriction ;
398 - owl:allValuesFrom ILAP:ActivityDependency ; 427 + owl:maxQualifiedCardinality
399 - owl:onProperty ILAP:hasActivityPredecessor 428 + "1"^^xsd:nonNegativeInteger ;
400 - ] ; 429 + owl:onClass ILAP:ProjectExecutionPlan ;
401 - rdfs:subClassOf 430 + owl:onProperty ILAP:hasActivityPlan
402 - [ rdf:type owl:Restriction ;
403 - owl:onProperty ILAP:hasActivityDiscipline ;
404 - owl:someValuesFrom ILAP:Discipline
405 ] ; 431 ] ;
406 rdfs:subClassOf 432 rdfs:subClassOf
407 [ rdf:type owl:Restriction ; 433 [ rdf:type owl:Restriction ;
...@@ -411,7 +437,7 @@ ILAP:PlannedActivity ...@@ -411,7 +437,7 @@ ILAP:PlannedActivity
411 rdfs:subClassOf 437 rdfs:subClassOf
412 [ rdf:type owl:Restriction ; 438 [ rdf:type owl:Restriction ;
413 owl:allValuesFrom ILAP:ActivityDependency ; 439 owl:allValuesFrom ILAP:ActivityDependency ;
414 - owl:onProperty ILAP:hasActivitySuccessor 440 + owl:onProperty ILAP:hasActivityPredecessor
415 ] ; 441 ] ;
416 rdfs:subClassOf 442 rdfs:subClassOf
417 [ rdf:type owl:Restriction ; 443 [ rdf:type owl:Restriction ;
...@@ -420,8 +446,13 @@ ILAP:PlannedActivity ...@@ -420,8 +446,13 @@ ILAP:PlannedActivity
420 ] ; 446 ] ;
421 rdfs:subClassOf 447 rdfs:subClassOf
422 [ rdf:type owl:Restriction ; 448 [ rdf:type owl:Restriction ;
423 - owl:allValuesFrom ILAP:ResponsiblePerson ; 449 + owl:onProperty ILAP:hasActivityDiscipline ;
424 - owl:onProperty ILAP:hasActivityResponsiblePerson 450 + owl:someValuesFrom ILAP:Discipline
451 + ] ;
452 + rdfs:subClassOf
453 + [ rdf:type owl:Restriction ;
454 + owl:allValuesFrom ILAP:ActivityDependency ;
455 + owl:onProperty ILAP:hasActivitySuccessor
425 ] ; 456 ] ;
426 rdfs:subClassOf 457 rdfs:subClassOf
427 [ rdf:type owl:Restriction ; 458 [ rdf:type owl:Restriction ;
...@@ -430,10 +461,8 @@ ILAP:PlannedActivity ...@@ -430,10 +461,8 @@ ILAP:PlannedActivity
430 ] ; 461 ] ;
431 rdfs:subClassOf 462 rdfs:subClassOf
432 [ rdf:type owl:Restriction ; 463 [ rdf:type owl:Restriction ;
433 - owl:maxQualifiedCardinality 464 + owl:allValuesFrom ILAP:ResponsiblePerson ;
434 - "1"^^xsd:nonNegativeInteger ; 465 + owl:onProperty ILAP:hasActivityResponsiblePerson
435 - owl:onClass ILAP:ProjectExecutionPlan ;
436 - owl:onProperty ILAP:hasActivityPlan
437 ] ; 466 ] ;
438 rdfs:subClassOf 467 rdfs:subClassOf
439 [ rdf:type owl:Restriction ; 468 [ rdf:type owl:Restriction ;
...@@ -467,18 +496,13 @@ ILAP:Programme ...@@ -467,18 +496,13 @@ ILAP:Programme
467 rdfs:subClassOf ILAP:Project . 496 rdfs:subClassOf ILAP:Project .
468 497
469 ILAP:Project 498 ILAP:Project
470 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 499 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
471 rdfs:label "Project"^^xsd:string ; 500 rdfs:label "Project"^^xsd:string ;
472 rdfs:subClassOf ILAP:Activity ; 501 rdfs:subClassOf ILAP:Activity ;
473 rdfs:subClassOf 502 rdfs:subClassOf
474 [ rdf:type owl:Restriction ; 503 [ rdf:type owl:Restriction ;
475 - owl:allValuesFrom ILAP:Project ; 504 + owl:allValuesFrom BRREG:OilCompany ;
476 - owl:onProperty ILAP:hasProjectSubproject 505 + owl:onProperty ILAP:hasProjectResponsible
477 - ] ;
478 - rdfs:subClassOf
479 - [ rdf:type owl:Restriction ;
480 - owl:allValuesFrom ILAP:ExternalReference ;
481 - owl:onProperty ILAP:hasExternalReference
482 ] ; 506 ] ;
483 rdfs:subClassOf 507 rdfs:subClassOf
484 [ rdf:type owl:Restriction ; 508 [ rdf:type owl:Restriction ;
...@@ -489,8 +513,13 @@ ILAP:Project ...@@ -489,8 +513,13 @@ ILAP:Project
489 ] ; 513 ] ;
490 rdfs:subClassOf 514 rdfs:subClassOf
491 [ rdf:type owl:Restriction ; 515 [ rdf:type owl:Restriction ;
492 - owl:allValuesFrom BRREG:OilCompany ; 516 + owl:allValuesFrom ILAP:ExternalReference ;
493 - owl:onProperty ILAP:hasProjectResponsible 517 + owl:onProperty ILAP:hasExternalReference
518 + ] ;
519 + rdfs:subClassOf
520 + [ rdf:type owl:Restriction ;
521 + owl:allValuesFrom ILAP:Project ;
522 + owl:onProperty ILAP:hasProjectSubproject
494 ] . 523 ] .
495 524
496 ILAP:ProjectExecutionPlan 525 ILAP:ProjectExecutionPlan
...@@ -499,28 +528,28 @@ ILAP:ProjectExecutionPlan ...@@ -499,28 +528,28 @@ ILAP:ProjectExecutionPlan
499 rdfs:subClassOf ILAP:Network ; 528 rdfs:subClassOf ILAP:Network ;
500 rdfs:subClassOf 529 rdfs:subClassOf
501 [ rdf:type owl:Restriction ; 530 [ rdf:type owl:Restriction ;
502 - owl:onProperty ILAP:hasPlanGeoArea ; 531 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
503 - owl:someValuesFrom ILAP:PlanGeoArea 532 + owl:onProperty ILAP:hasPlanAsset
504 ] ; 533 ] ;
505 rdfs:subClassOf 534 rdfs:subClassOf
506 [ rdf:type owl:Restriction ; 535 [ rdf:type owl:Restriction ;
507 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 536 + owl:onProperty ILAP:hasPlanContentType ;
508 - owl:onProperty ILAP:hasPlanLifecycleStage 537 + owl:someValuesFrom ILAP:PlanContentType
509 ] ; 538 ] ;
510 rdfs:subClassOf 539 rdfs:subClassOf
511 [ rdf:type owl:Restriction ; 540 [ rdf:type owl:Restriction ;
512 - owl:allValuesFrom ILAP:PlanContractType ; 541 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
513 - owl:onProperty ILAP:hasPlanContractType 542 + owl:onProperty ILAP:hasPlanRollUpPlan
514 ] ; 543 ] ;
515 rdfs:subClassOf 544 rdfs:subClassOf
516 [ rdf:type owl:Restriction ; 545 [ rdf:type owl:Restriction ;
517 - owl:allValuesFrom ILAP:PlanObjectiveType ; 546 + owl:onProperty ILAP:hasPlanLevel ;
518 - owl:onProperty ILAP:hasPlanObjectiveType 547 + owl:someValuesFrom ILAP:PlanLevel
519 ] ; 548 ] ;
520 rdfs:subClassOf 549 rdfs:subClassOf
521 [ rdf:type owl:Restriction ; 550 [ rdf:type owl:Restriction ;
522 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 551 + owl:onProperty ILAP:hasPlanGeoArea ;
523 - owl:onProperty ILAP:hasPlanSubplan 552 + owl:someValuesFrom ILAP:PlanGeoArea
524 ] ; 553 ] ;
525 rdfs:subClassOf 554 rdfs:subClassOf
526 [ rdf:type owl:Restriction ; 555 [ rdf:type owl:Restriction ;
...@@ -531,40 +560,40 @@ ILAP:ProjectExecutionPlan ...@@ -531,40 +560,40 @@ ILAP:ProjectExecutionPlan
531 ] ; 560 ] ;
532 rdfs:subClassOf 561 rdfs:subClassOf
533 [ rdf:type owl:Restriction ; 562 [ rdf:type owl:Restriction ;
534 - owl:allValuesFrom BRREG:LegalEntity ; 563 + owl:onProperty ILAP:hasPlanProjectType ;
535 - owl:onProperty ILAP:hasPlanResponsible 564 + owl:someValuesFrom ILAP:PlanProjectType
536 ] ; 565 ] ;
537 rdfs:subClassOf 566 rdfs:subClassOf
538 [ rdf:type owl:Restriction ; 567 [ rdf:type owl:Restriction ;
539 - owl:maxQualifiedCardinality 568 + owl:allValuesFrom BRREG:LegalEntity ;
540 - "1"^^xsd:nonNegativeInteger ; 569 + owl:onProperty ILAP:hasPlanResponsible
541 - owl:onClass ILAP:PlanLevel ;
542 - owl:onProperty ILAP:hasPlanLevel
543 ] ; 570 ] ;
544 rdfs:subClassOf 571 rdfs:subClassOf
545 [ rdf:type owl:Restriction ; 572 [ rdf:type owl:Restriction ;
546 - owl:onProperty ILAP:hasPlanContentType ; 573 + owl:allValuesFrom ILAP:PlanContractType ;
547 - owl:someValuesFrom ILAP:PlanContentType 574 + owl:onProperty ILAP:hasPlanContractType
548 ] ; 575 ] ;
549 rdfs:subClassOf 576 rdfs:subClassOf
550 [ rdf:type owl:Restriction ; 577 [ rdf:type owl:Restriction ;
551 - owl:onProperty ILAP:hasPlanProjectType ; 578 + owl:maxQualifiedCardinality
552 - owl:someValuesFrom ILAP:PlanProjectType 579 + "1"^^xsd:nonNegativeInteger ;
580 + owl:onClass ILAP:PlanLevel ;
581 + owl:onProperty ILAP:hasPlanLevel
553 ] ; 582 ] ;
554 rdfs:subClassOf 583 rdfs:subClassOf
555 [ rdf:type owl:Restriction ; 584 [ rdf:type owl:Restriction ;
556 - owl:onProperty ILAP:hasPlanLevel ; 585 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
557 - owl:someValuesFrom ILAP:PlanLevel 586 + owl:onProperty ILAP:hasPlanSubplan
558 ] ; 587 ] ;
559 rdfs:subClassOf 588 rdfs:subClassOf
560 [ rdf:type owl:Restriction ; 589 [ rdf:type owl:Restriction ;
561 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 590 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
562 - owl:onProperty ILAP:hasPlanAsset 591 + owl:onProperty ILAP:hasPlanLifecycleStage
563 ] ; 592 ] ;
564 rdfs:subClassOf 593 rdfs:subClassOf
565 [ rdf:type owl:Restriction ; 594 [ rdf:type owl:Restriction ;
566 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 595 + owl:allValuesFrom ILAP:PlanObjectiveType ;
567 - owl:onProperty ILAP:hasPlanRollUpPlan 596 + owl:onProperty ILAP:hasPlanObjectiveType
568 ] . 597 ] .
569 598
570 ILAP:ProjectType 599 ILAP:ProjectType
...@@ -573,18 +602,18 @@ ILAP:ProjectType ...@@ -573,18 +602,18 @@ ILAP:ProjectType
573 rdfs:subClassOf owl:Thing . 602 rdfs:subClassOf owl:Thing .
574 603
575 ILAP:Regular8To16WorkingDayCalendar 604 ILAP:Regular8To16WorkingDayCalendar
576 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 605 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
577 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 606 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
578 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 607 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
579 608
580 ILAP:Reservoir_Drilling 609 ILAP:Reservoir_Drilling
581 rdf:type ILAP:RiskFactor ; 610 rdf:type ILAP:RiskFactor ;
582 rdfs:label "Reservoir Drilling"^^xsd:string . 611 rdfs:label "Reservoir Drilling"^^xsd:string .
583 612
584 ILAP:Resource 613 ILAP:Resource
585 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 614 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
586 rdfs:label "Resource"^^xsd:string ; 615 rdfs:label "Resource"^^xsd:string ;
587 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 616 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
588 617
589 ILAP:ResourceEstimate 618 ILAP:ResourceEstimate
590 rdf:type owl:Class ; 619 rdf:type owl:Class ;
...@@ -592,14 +621,14 @@ ILAP:ResourceEstimate ...@@ -592,14 +621,14 @@ ILAP:ResourceEstimate
592 rdfs:subClassOf ILAP:ResourceStructure . 621 rdfs:subClassOf ILAP:ResourceStructure .
593 622
594 ILAP:ResourceProfile 623 ILAP:ResourceProfile
595 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 624 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
596 rdfs:label "Resource profile"^^xsd:string ; 625 rdfs:label "Resource profile"^^xsd:string ;
597 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 626 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
598 627
599 ILAP:ResourceProfilePoint 628 ILAP:ResourceProfilePoint
600 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 629 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
601 rdfs:label "resource Profile point"^^xsd:string ; 630 rdfs:label "resource Profile point"^^xsd:string ;
602 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 631 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
603 632
604 ILAP:ResourceStructure 633 ILAP:ResourceStructure
605 rdf:type owl:Class ; 634 rdf:type owl:Class ;
...@@ -607,17 +636,17 @@ ILAP:ResourceStructure ...@@ -607,17 +636,17 @@ ILAP:ResourceStructure
607 rdfs:subClassOf ILAP:Network . 636 rdfs:subClassOf ILAP:Network .
608 637
609 ILAP:ResponsibleOrganization 638 ILAP:ResponsibleOrganization
610 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 639 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
611 rdfs:label "Responsible organization"^^xsd:string ; 640 rdfs:label "Responsible organization"^^xsd:string ;
612 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 641 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
613 642
614 ILAP:ResponsiblePerson 643 ILAP:ResponsiblePerson
615 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 644 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
616 rdfs:label "Responsible"^^xsd:string ; 645 rdfs:label "Responsible"^^xsd:string ;
617 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 646 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
618 647
619 ILAP:Result 648 ILAP:Result
620 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 649 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
621 rdfs:label "Result"^^xsd:string ; 650 rdfs:label "Result"^^xsd:string ;
622 rdfs:subClassOf owl:Thing . 651 rdfs:subClassOf owl:Thing .
623 652
...@@ -632,9 +661,9 @@ ILAP:RiskFactor ...@@ -632,9 +661,9 @@ ILAP:RiskFactor
632 rdfs:subClassOf owl:Thing . 661 rdfs:subClassOf owl:Thing .
633 662
634 ILAP:Schedule 663 ILAP:Schedule
635 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 664 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
636 rdfs:label "Scheduled Activity Network"^^xsd:string ; 665 rdfs:label "Scheduled Activity Network"^^xsd:string ;
637 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 666 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
638 rdfs:subClassOf 667 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 668 [ rdf:type owl:Restriction ;
640 owl:maxQualifiedCardinality 669 owl:maxQualifiedCardinality
...@@ -644,22 +673,22 @@ ILAP:Schedule ...@@ -644,22 +673,22 @@ ILAP:Schedule
644 ] . 673 ] .
645 674
646 ILAP:ScheduledActivity 675 ILAP:ScheduledActivity
647 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 676 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
648 rdfs:label "Activity in Network Schedule"^^xsd:string ; 677 rdfs:label "Activity in Network Schedule"^^xsd:string ;
649 rdfs:subClassOf ILAP:PlannedActivity ; 678 rdfs:subClassOf ILAP:PlannedActivity ;
650 rdfs:subClassOf 679 rdfs:subClassOf
651 [ rdf:type owl:Restriction ; 680 [ rdf:type owl:Restriction ;
652 owl:maxQualifiedCardinality 681 owl:maxQualifiedCardinality
653 "1"^^xsd:nonNegativeInteger ; 682 "1"^^xsd:nonNegativeInteger ;
654 - owl:onClass ILAP:Schedule ; 683 + owl:onClass ILAP:PlannedActivity ;
655 - owl:onProperty ILAP:hasActivitySchedule 684 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
656 ] ; 685 ] ;
657 rdfs:subClassOf 686 rdfs:subClassOf
658 [ rdf:type owl:Restriction ; 687 [ rdf:type owl:Restriction ;
659 owl:maxQualifiedCardinality 688 owl:maxQualifiedCardinality
660 "1"^^xsd:nonNegativeInteger ; 689 "1"^^xsd:nonNegativeInteger ;
661 - owl:onClass ILAP:PlannedActivity ; 690 + owl:onClass ILAP:Schedule ;
662 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 691 + owl:onProperty ILAP:hasActivitySchedule
663 ] . 692 ] .
664 693
665 ILAP:ScheduledMilestone 694 ILAP:ScheduledMilestone
...@@ -672,9 +701,9 @@ ILAP:Shallow_Gas ...@@ -672,9 +701,9 @@ ILAP:Shallow_Gas
672 rdfs:label "Shallow Gas"^^xsd:string . 701 rdfs:label "Shallow Gas"^^xsd:string .
673 702
674 ILAP:Source 703 ILAP:Source
675 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 704 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
676 rdfs:label "Source"^^xsd:string ; 705 rdfs:label "Source"^^xsd:string ;
677 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 706 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
678 707
679 ILAP:SourceSpecifiedUserField 708 ILAP:SourceSpecifiedUserField
680 rdf:type owl:Class ; 709 rdf:type owl:Class ;
...@@ -687,22 +716,22 @@ ILAP:SpecifiedUserField ...@@ -687,22 +716,22 @@ ILAP:SpecifiedUserField
687 rdfs:subClassOf ILAP:UserField . 716 rdfs:subClassOf ILAP:UserField .
688 717
689 ILAP:StartToFinish 718 ILAP:StartToFinish
690 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 719 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
691 rdfs:label "Start to finish"^^xsd:string ; 720 rdfs:label "Start to finish"^^xsd:string ;
692 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 721 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
693 722
694 ILAP:StartToStart 723 ILAP:StartToStart
695 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 724 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
696 rdfs:label "Start to start"^^xsd:string ; 725 rdfs:label "Start to start"^^xsd:string ;
697 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 726 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
698 727
699 ILAP:Status 728 ILAP:Status
700 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 729 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
701 rdfs:label "Status"^^xsd:string ; 730 rdfs:label "Status"^^xsd:string ;
702 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 731 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
703 732
704 ILAP:TargetSchedule 733 ILAP:TargetSchedule
705 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 734 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
706 rdfs:label "Target schedule"^^xsd:string ; 735 rdfs:label "Target schedule"^^xsd:string ;
707 rdfs:subClassOf ILAP:Schedule . 736 rdfs:subClassOf ILAP:Schedule .
708 737
...@@ -717,7 +746,7 @@ ILAP:UnitBased ...@@ -717,7 +746,7 @@ ILAP:UnitBased
717 rdfs:subClassOf ILAP:Resource . 746 rdfs:subClassOf ILAP:Resource .
718 747
719 ILAP:UserField 748 ILAP:UserField
720 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 749 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
721 rdfs:label "User field"^^xsd:string ; 750 rdfs:label "User field"^^xsd:string ;
722 rdfs:subClassOf ILAP:Data ; 751 rdfs:subClassOf ILAP:Data ;
723 rdfs:subClassOf 752 rdfs:subClassOf
...@@ -731,16 +760,16 @@ ILAP:UserField ...@@ -731,16 +760,16 @@ ILAP:UserField
731 ILAP:Value 760 ILAP:Value
732 rdf:type owl:Class ; 761 rdf:type owl:Class ;
733 rdfs:label "Value"^^xsd:string ; 762 rdfs:label "Value"^^xsd:string ;
734 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 763 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
735 764
736 ILAP:Vessel_Operation 765 ILAP:Vessel_Operation
737 rdf:type ILAP:RiskFactor ; 766 rdf:type ILAP:RiskFactor ;
738 rdfs:label "Vessel Operation"^^xsd:string . 767 rdfs:label "Vessel Operation"^^xsd:string .
739 768
740 ILAP:WeekendsFreeCalendar 769 ILAP:WeekendsFreeCalendar
741 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 770 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
742 rdfs:label "Weekends free calendar"^^xsd:string ; 771 rdfs:label "Weekends free calendar"^^xsd:string ;
743 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 772 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
744 773
745 ILAP:WorkOrder 774 ILAP:WorkOrder
746 rdf:type owl:Class ; 775 rdf:type owl:Class ;
...@@ -748,18 +777,18 @@ ILAP:WorkOrder ...@@ -748,18 +777,18 @@ ILAP:WorkOrder
748 rdfs:subClassOf ILAP:WorkTask . 777 rdfs:subClassOf ILAP:WorkTask .
749 778
750 ILAP:WorkTask 779 ILAP:WorkTask
751 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 780 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
752 rdfs:label "Work task"^^xsd:string ; 781 rdfs:label "Work task"^^xsd:string ;
753 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 782 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
754 rdfs:subClassOf 783 rdfs:subClassOf
755 [ rdf:type owl:Restriction ; 784 [ rdf:type owl:Restriction ;
756 - owl:onProperty ILAP:hasWorkTaskActivity ; 785 + owl:allValuesFrom BRREG:LegalEntity ;
757 - owl:someValuesFrom ILAP:Activity 786 + owl:onProperty ILAP:hasWorkTaskResponsible
758 ] ; 787 ] ;
759 rdfs:subClassOf 788 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 789 [ rdf:type owl:Restriction ;
761 - owl:allValuesFrom BRREG:LegalEntity ; 790 + owl:onProperty ILAP:hasWorkTaskActivity ;
762 - owl:onProperty ILAP:hasWorkTaskResponsible 791 + owl:someValuesFrom ILAP:Activity
763 ] . 792 ] .
764 793
765 ILAP:WorkTaskStatus 794 ILAP:WorkTaskStatus
...@@ -859,7 +888,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -859,7 +888,7 @@ ILAP:hasActivityPhysicalPercentComplete
859 rdfs:range xsd:float . 888 rdfs:range xsd:float .
860 889
861 ILAP:hasActivityPlan 890 ILAP:hasActivityPlan
862 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 891 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
863 rdfs:domain ILAP:PlannedActivity ; 892 rdfs:domain ILAP:PlannedActivity ;
864 rdfs:label "has activity plan"^^xsd:string ; 893 rdfs:label "has activity plan"^^xsd:string ;
865 rdfs:range ILAP:ProjectExecutionPlan . 894 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -907,7 +936,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -907,7 +936,7 @@ ILAP:hasActivityResponsibleOrganization
907 rdfs:range ILAP:ResponsibleOrganization . 936 rdfs:range ILAP:ResponsibleOrganization .
908 937
909 ILAP:hasActivityResponsiblePerson 938 ILAP:hasActivityResponsiblePerson
910 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 939 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
911 rdfs:domain ILAP:PlannedActivity ; 940 rdfs:domain ILAP:PlannedActivity ;
912 rdfs:label "has activity responsible"^^xsd:string ; 941 rdfs:label "has activity responsible"^^xsd:string ;
913 rdfs:range ILAP:ResponsiblePerson . 942 rdfs:range ILAP:ResponsiblePerson .
...@@ -942,7 +971,7 @@ ILAP:hasActivityStatus ...@@ -942,7 +971,7 @@ ILAP:hasActivityStatus
942 rdfs:range ILAP:Status . 971 rdfs:range ILAP:Status .
943 972
944 ILAP:hasActivitySuccessor 973 ILAP:hasActivitySuccessor
945 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 974 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
946 rdfs:domain ILAP:PlannedActivity ; 975 rdfs:domain ILAP:PlannedActivity ;
947 rdfs:label "has activity successor"^^xsd:string ; 976 rdfs:label "has activity successor"^^xsd:string ;
948 rdfs:range ILAP:ActivityDependency ; 977 rdfs:range ILAP:ActivityDependency ;
...@@ -1003,7 +1032,7 @@ ILAP:hasCalendarDate ...@@ -1003,7 +1032,7 @@ ILAP:hasCalendarDate
1003 rdfs:label "has calendar date"^^xsd:string . 1032 rdfs:label "has calendar date"^^xsd:string .
1004 1033
1005 ILAP:hasCalendarFreePeriod 1034 ILAP:hasCalendarFreePeriod
1006 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1035 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1007 rdfs:domain ILAP:Calendar ; 1036 rdfs:domain ILAP:Calendar ;
1008 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1037 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1009 rdfs:range ILAP:CalendarFreePeriod . 1038 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1154,6 +1183,12 @@ ILAP:hasMilestoneSuccessor ...@@ -1154,6 +1183,12 @@ ILAP:hasMilestoneSuccessor
1154 rdfs:label "has milestone successor"^^xsd:string ; 1183 rdfs:label "has milestone successor"^^xsd:string ;
1155 rdfs:range ILAP:ActivityDependency . 1184 rdfs:range ILAP:ActivityDependency .
1156 1185
1186 +ILAP:hasMilestoneType
1187 + rdf:type owl:ObjectProperty ;
1188 + rdfs:domain ILAP:Milestone ;
1189 + rdfs:label "has milestone type"^^xsd:string ;
1190 + rdfs:range ILAP:MilestoneType .
1191 +
1157 ILAP:hasObjectDescription 1192 ILAP:hasObjectDescription
1158 rdf:type owl:DatatypeProperty ; 1193 rdf:type owl:DatatypeProperty ;
1159 rdfs:domain owl:Thing ; 1194 rdfs:domain owl:Thing ;
...@@ -1280,7 +1315,7 @@ ILAP:hasPlanRegulator ...@@ -1280,7 +1315,7 @@ ILAP:hasPlanRegulator
1280 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1315 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1281 1316
1282 ILAP:hasPlanResponsible 1317 ILAP:hasPlanResponsible
1283 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1318 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1284 rdfs:domain ILAP:ResponsibleOrganization ; 1319 rdfs:domain ILAP:ResponsibleOrganization ;
1285 rdfs:label "has plan responsible"^^xsd:string . 1320 rdfs:label "has plan responsible"^^xsd:string .
1286 1321
...@@ -1439,7 +1474,7 @@ ILAP:hasScheduledStart ...@@ -1439,7 +1474,7 @@ ILAP:hasScheduledStart
1439 rdfs:subPropertyOf ILAP:hasScheduleDate . 1474 rdfs:subPropertyOf ILAP:hasScheduleDate .
1440 1475
1441 ILAP:hasSuccessorActivity 1476 ILAP:hasSuccessorActivity
1442 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1477 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1443 rdfs:domain ILAP:ActivityDependency ; 1478 rdfs:domain ILAP:ActivityDependency ;
1444 rdfs:label "has successor activity "^^xsd:string ; 1479 rdfs:label "has successor activity "^^xsd:string ;
1445 rdfs:range ILAP:PlannedActivity ; 1480 rdfs:range ILAP:PlannedActivity ;
......