Showing
1 changed file
with
189 additions
and
203 deletions
| ... | @@ -26,44 +26,44 @@ ILAP: | ... | @@ -26,44 +26,44 @@ ILAP: |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 27 | ||
| 28 | ILAP:Activity | 28 | ILAP:Activity |
| 29 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 29 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 30 | rdfs:label "Activity"^^xsd:string ; | 30 | rdfs:label "Activity"^^xsd:string ; |
| 31 | rdfs:subClassOf | 31 | rdfs:subClassOf |
| 32 | [ rdf:type owl:Restriction ; | 32 | [ rdf:type owl:Restriction ; |
| 33 | - owl:allValuesFrom ILAP:Status ; | 33 | + owl:allValuesFrom ILAP:Discipline ; |
| 34 | - owl:onProperty ILAP:hasActivityStatus | 34 | + owl:onProperty ILAP:hasActivityDiscipline |
| 35 | ] ; | 35 | ] ; |
| 36 | rdfs:subClassOf | 36 | rdfs:subClassOf |
| 37 | [ rdf:type owl:Restriction ; | 37 | [ rdf:type owl:Restriction ; |
| 38 | - owl:onProperty ILAP:hasExternalReference ; | 38 | + owl:allValuesFrom ILAP:Calendar ; |
| 39 | - owl:someValuesFrom ILAP:ExternalReference | 39 | + owl:onProperty ILAP:hasActivityCalendar |
| 40 | ] ; | 40 | ] ; |
| 41 | rdfs:subClassOf | 41 | rdfs:subClassOf |
| 42 | [ rdf:type owl:Restriction ; | 42 | [ rdf:type owl:Restriction ; |
| 43 | - owl:allValuesFrom ILAP:Calendar ; | 43 | + owl:onProperty ILAP:hasExternalReference ; |
| 44 | - owl:onProperty ILAP:hasActivityCalendar | 44 | + owl:someValuesFrom ILAP:ExternalReference |
| 45 | ] ; | 45 | ] ; |
| 46 | rdfs:subClassOf | 46 | rdfs:subClassOf |
| 47 | [ rdf:type owl:Restriction ; | 47 | [ rdf:type owl:Restriction ; |
| 48 | - owl:allValuesFrom ILAP:Discipline ; | 48 | + owl:allValuesFrom ILAP:Status ; |
| 49 | - owl:onProperty ILAP:hasActivityDiscipline | 49 | + owl:onProperty ILAP:hasActivityStatus |
| 50 | ] . | 50 | ] . |
| 51 | 51 | ||
| 52 | ILAP:ActivityDependency | 52 | ILAP:ActivityDependency |
| 53 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 53 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 54 | rdfs:label "Activity Dependency"^^xsd:string ; | 54 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 55 | rdfs:subClassOf ILAP:Constraint ; | 55 | rdfs:subClassOf ILAP:Constraint ; |
| 56 | rdfs:subClassOf | 56 | rdfs:subClassOf |
| 57 | [ rdf:type owl:Restriction ; | 57 | [ rdf:type owl:Restriction ; |
| 58 | owl:onClass ILAP:Activity ; | 58 | owl:onClass ILAP:Activity ; |
| 59 | - owl:onProperty ILAP:hasSuccessorActivity ; | 59 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 60 | owl:qualifiedCardinality | 60 | owl:qualifiedCardinality |
| 61 | "1"^^xsd:nonNegativeInteger | 61 | "1"^^xsd:nonNegativeInteger |
| 62 | ] ; | 62 | ] ; |
| 63 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| 64 | [ rdf:type owl:Restriction ; | 64 | [ rdf:type owl:Restriction ; |
| 65 | owl:onClass ILAP:Activity ; | 65 | owl:onClass ILAP:Activity ; |
| 66 | - owl:onProperty ILAP:hasPredecessorActivity ; | 66 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 67 | owl:qualifiedCardinality | 67 | owl:qualifiedCardinality |
| 68 | "1"^^xsd:nonNegativeInteger | 68 | "1"^^xsd:nonNegativeInteger |
| 69 | ] . | 69 | ] . |
| ... | @@ -136,7 +136,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -136,7 +136,7 @@ ILAP:ActivityInPlan_1 |
| 136 | "Specific object ID"^^xsd:string . | 136 | "Specific object ID"^^xsd:string . |
| 137 | 137 | ||
| 138 | ILAP:ActivityPlan | 138 | ILAP:ActivityPlan |
| 139 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 139 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 140 | rdfs:label "Activity Plan"^^xsd:string ; | 140 | rdfs:label "Activity Plan"^^xsd:string ; |
| 141 | rdfs:subClassOf ILAP:Network ; | 141 | rdfs:subClassOf ILAP:Network ; |
| 142 | rdfs:subClassOf | 142 | rdfs:subClassOf |
| ... | @@ -151,7 +151,7 @@ ILAP:ActivityStatus | ... | @@ -151,7 +151,7 @@ ILAP:ActivityStatus |
| 151 | rdfs:subClassOf ILAP:Status . | 151 | rdfs:subClassOf ILAP:Status . |
| 152 | 152 | ||
| 153 | ILAP:ActivityWBS | 153 | ILAP:ActivityWBS |
| 154 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 154 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 155 | rdfs:label "Activity WBS"^^xsd:string ; | 155 | rdfs:label "Activity WBS"^^xsd:string ; |
| 156 | rdfs:subClassOf ILAP:Network . | 156 | rdfs:subClassOf ILAP:Network . |
| 157 | 157 | ||
| ... | @@ -160,21 +160,21 @@ ILAP:ActivityWBS_1 | ... | @@ -160,21 +160,21 @@ ILAP:ActivityWBS_1 |
| 160 | rdfs:label "Activity WBS 1"^^xsd:string . | 160 | rdfs:label "Activity WBS 1"^^xsd:string . |
| 161 | 161 | ||
| 162 | ILAP:After_Shutdown | 162 | ILAP:After_Shutdown |
| 163 | - rdf:type ILAP:ShutdownOperation ; | 163 | + rdf:type ILAP:ShutdownType ; |
| 164 | rdfs:label "After Shutdown"^^xsd:string . | 164 | rdfs:label "After Shutdown"^^xsd:string . |
| 165 | 165 | ||
| 166 | ILAP:Application | 166 | ILAP:Application |
| 167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 168 | rdfs:label "Application"^^xsd:string ; | 168 | rdfs:label "Application"^^xsd:string ; |
| 169 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 169 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 170 | 170 | ||
| 171 | ILAP:Asset | 171 | ILAP:Asset |
| 172 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| 173 | rdfs:label "Asset"^^xsd:string ; | 173 | rdfs:label "Asset"^^xsd:string ; |
| 174 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 174 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 175 | 175 | ||
| 176 | ILAP:Baseline | 176 | ILAP:Baseline |
| 177 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 177 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 178 | rdfs:label "Baseline"^^xsd:string ; | 178 | rdfs:label "Baseline"^^xsd:string ; |
| 179 | rdfs:subClassOf ILAP:Network . | 179 | rdfs:subClassOf ILAP:Network . |
| 180 | 180 | ||
| ... | @@ -184,7 +184,7 @@ ILAP:BaselineSchedule | ... | @@ -184,7 +184,7 @@ ILAP:BaselineSchedule |
| 184 | rdfs:subClassOf ILAP:Schedule . | 184 | rdfs:subClassOf ILAP:Schedule . |
| 185 | 185 | ||
| 186 | ILAP:Before_Shutdown | 186 | ILAP:Before_Shutdown |
| 187 | - rdf:type ILAP:ShutdownOperation ; | 187 | + rdf:type ILAP:ShutdownType ; |
| 188 | rdfs:label "Before Shutdown"^^xsd:string . | 188 | rdfs:label "Before Shutdown"^^xsd:string . |
| 189 | 189 | ||
| 190 | ILAP:CAPEX | 190 | ILAP:CAPEX |
| ... | @@ -192,9 +192,9 @@ ILAP:CAPEX | ... | @@ -192,9 +192,9 @@ ILAP:CAPEX |
| 192 | rdfs:label "CAPEX"^^xsd:string . | 192 | rdfs:label "CAPEX"^^xsd:string . |
| 193 | 193 | ||
| 194 | ILAP:Calendar | 194 | ILAP:Calendar |
| 195 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 195 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 196 | rdfs:label "Calendar"^^xsd:string ; | 196 | rdfs:label "Calendar"^^xsd:string ; |
| 197 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 197 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 198 | rdfs:subClassOf | 198 | rdfs:subClassOf |
| 199 | [ rdf:type owl:Restriction ; | 199 | [ rdf:type owl:Restriction ; |
| 200 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 200 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -202,14 +202,14 @@ ILAP:Calendar | ... | @@ -202,14 +202,14 @@ ILAP:Calendar |
| 202 | ] . | 202 | ] . |
| 203 | 203 | ||
| 204 | ILAP:CalendarDay | 204 | ILAP:CalendarDay |
| 205 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 205 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 206 | rdfs:label "Calendar day"^^xsd:string ; | 206 | rdfs:label "Calendar day"^^xsd:string ; |
| 207 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 207 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 208 | 208 | ||
| 209 | ILAP:CalendarFreePeriod | 209 | ILAP:CalendarFreePeriod |
| 210 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 210 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 211 | rdfs:label "Calendar free period"^^xsd:string ; | 211 | rdfs:label "Calendar free period"^^xsd:string ; |
| 212 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 212 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 213 | rdfs:subClassOf | 213 | rdfs:subClassOf |
| 214 | [ rdf:type owl:Restriction ; | 214 | [ rdf:type owl:Restriction ; |
| 215 | owl:onClass ILAP:Calendar ; | 215 | owl:onClass ILAP:Calendar ; |
| ... | @@ -221,28 +221,28 @@ ILAP:CalendarFreePeriod | ... | @@ -221,28 +221,28 @@ ILAP:CalendarFreePeriod |
| 221 | ] . | 221 | ] . |
| 222 | 222 | ||
| 223 | ILAP:CalendarFreePeriodWeekRepeat | 223 | ILAP:CalendarFreePeriodWeekRepeat |
| 224 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 224 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 225 | rdfs:label "Free day"^^xsd:string ; | 225 | rdfs:label "Free day"^^xsd:string ; |
| 226 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 226 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 227 | 227 | ||
| 228 | ILAP:CalendarHour | 228 | ILAP:CalendarHour |
| 229 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 229 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 230 | rdfs:label "calendar hour"^^xsd:string ; | 230 | rdfs:label "calendar hour"^^xsd:string ; |
| 231 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 231 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 232 | 232 | ||
| 233 | ILAP:CalendarPeriod | 233 | ILAP:CalendarPeriod |
| 234 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 234 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 235 | rdfs:label "Calendar period"^^xsd:string ; | 235 | rdfs:label "Calendar period"^^xsd:string ; |
| 236 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 236 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 237 | rdfs:subClassOf | 237 | rdfs:subClassOf |
| 238 | [ rdf:type owl:Restriction ; | 238 | [ rdf:type owl:Restriction ; |
| 239 | - owl:allValuesFrom ILAP:CalendarHour ; | 239 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 240 | - owl:onProperty ILAP:hasCalendarPeriodHour | 240 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 241 | ] ; | 241 | ] ; |
| 242 | rdfs:subClassOf | 242 | rdfs:subClassOf |
| 243 | [ rdf:type owl:Restriction ; | 243 | [ rdf:type owl:Restriction ; |
| 244 | - owl:allValuesFrom ILAP:CalendarDay ; | 244 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 245 | - owl:onProperty ILAP:hasCalendarPeriodDay | 245 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 246 | ] . | 246 | ] . |
| 247 | 247 | ||
| 248 | ILAP:Campaign | 248 | ILAP:Campaign |
| ... | @@ -254,10 +254,6 @@ ILAP:Category | ... | @@ -254,10 +254,6 @@ ILAP:Category |
| 254 | rdfs:label "Category"^^xsd:string ; | 254 | rdfs:label "Category"^^xsd:string ; |
| 255 | rdfs:subClassOf owl:Thing . | 255 | rdfs:subClassOf owl:Thing . |
| 256 | 256 | ||
| 257 | -ILAP:Change_Order_Living_Quarter | ||
| 258 | - rdf:type ILAP:ShutdownContent ; | ||
| 259 | - rdfs:label "Change Order Living Quarter"^^xsd:string . | ||
| 260 | - | ||
| 261 | ILAP:Change_over | 257 | ILAP:Change_over |
| 262 | rdf:type ILAP:ShutdownType ; | 258 | rdf:type ILAP:ShutdownType ; |
| 263 | rdfs:label "Change over"^^xsd:string . | 259 | rdfs:label "Change over"^^xsd:string . |
| ... | @@ -265,12 +261,12 @@ ILAP:Change_over | ... | @@ -265,12 +261,12 @@ ILAP:Change_over |
| 265 | ILAP:Constraint | 261 | ILAP:Constraint |
| 266 | rdf:type owl:Class ; | 262 | rdf:type owl:Class ; |
| 267 | rdfs:label "Constraint"^^xsd:string ; | 263 | rdfs:label "Constraint"^^xsd:string ; |
| 268 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 264 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 269 | 265 | ||
| 270 | ILAP:Contract | 266 | ILAP:Contract |
| 271 | rdf:type owl:Class ; | 267 | rdf:type owl:Class ; |
| 272 | rdfs:label "Contract"^^xsd:string ; | 268 | rdfs:label "Contract"^^xsd:string ; |
| 273 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 269 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 274 | 270 | ||
| 275 | ILAP:ControlSchedule | 271 | ILAP:ControlSchedule |
| 276 | rdf:type owl:Class ; | 272 | rdf:type owl:Class ; |
| ... | @@ -280,7 +276,7 @@ ILAP:ControlSchedule | ... | @@ -280,7 +276,7 @@ ILAP:ControlSchedule |
| 280 | ILAP:Cost | 276 | ILAP:Cost |
| 281 | rdf:type owl:Class ; | 277 | rdf:type owl:Class ; |
| 282 | rdfs:label "Cost"^^xsd:string ; | 278 | rdfs:label "Cost"^^xsd:string ; |
| 283 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 279 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 284 | 280 | ||
| 285 | ILAP:CostBased | 281 | ILAP:CostBased |
| 286 | rdf:type owl:Class ; | 282 | rdf:type owl:Class ; |
| ... | @@ -292,14 +288,14 @@ ILAP:Critical | ... | @@ -292,14 +288,14 @@ ILAP:Critical |
| 292 | rdfs:label "Critical"^^xsd:string . | 288 | rdfs:label "Critical"^^xsd:string . |
| 293 | 289 | ||
| 294 | ILAP:CurrentSchedule | 290 | ILAP:CurrentSchedule |
| 295 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 291 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 296 | rdfs:label "Current schedule"^^xsd:string ; | 292 | rdfs:label "Current schedule"^^xsd:string ; |
| 297 | rdfs:subClassOf ILAP:Schedule . | 293 | rdfs:subClassOf ILAP:Schedule . |
| 298 | 294 | ||
| 299 | ILAP:Data | 295 | ILAP:Data |
| 300 | rdf:type owl:Class ; | 296 | rdf:type owl:Class ; |
| 301 | rdfs:label "Data"^^xsd:string ; | 297 | rdfs:label "Data"^^xsd:string ; |
| 302 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 298 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 303 | rdfs:subClassOf | 299 | rdfs:subClassOf |
| 304 | [ rdf:type owl:Restriction ; | 300 | [ rdf:type owl:Restriction ; |
| 305 | owl:onClass ILAP:Project ; | 301 | owl:onClass ILAP:Project ; |
| ... | @@ -324,24 +320,24 @@ ILAP:DegreeOfPriority | ... | @@ -324,24 +320,24 @@ ILAP:DegreeOfPriority |
| 324 | rdfs:subClassOf owl:Thing . | 320 | rdfs:subClassOf owl:Thing . |
| 325 | 321 | ||
| 326 | ILAP:Dependent_on_Shutdown | 322 | ILAP:Dependent_on_Shutdown |
| 327 | - rdf:type ILAP:ShutdownOperation ; | 323 | + rdf:type ILAP:ShutdownType ; |
| 328 | rdfs:label "Dependent on Shutdown"^^xsd:string . | 324 | rdfs:label "Dependent on Shutdown"^^xsd:string . |
| 329 | 325 | ||
| 330 | ILAP:Discipline | 326 | ILAP:Discipline |
| 331 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 327 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 332 | rdfs:label "Discipline"^^xsd:string ; | 328 | rdfs:label "Discipline"^^xsd:string ; |
| 333 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 329 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
| 334 | 330 | ||
| 335 | ILAP:Drilling_Shutdown | 331 | ILAP:Drilling_Shutdown |
| 336 | rdf:type ILAP:ShutdownContent ; | 332 | rdf:type ILAP:ShutdownContent ; |
| 337 | rdfs:label "Drilling shutdown"^^xsd:string . | 333 | rdfs:label "Drilling shutdown"^^xsd:string . |
| 338 | 334 | ||
| 339 | ILAP:During_Normal_Operation | 335 | ILAP:During_Normal_Operation |
| 340 | - rdf:type ILAP:ShutdownOperation ; | 336 | + rdf:type ILAP:ShutdownType ; |
| 341 | rdfs:label "During Normal Operation"^^xsd:string . | 337 | rdfs:label "During Normal Operation"^^xsd:string . |
| 342 | 338 | ||
| 343 | ILAP:During_Shutdown | 339 | ILAP:During_Shutdown |
| 344 | - rdf:type ILAP:ShutdownOperation ; | 340 | + rdf:type ILAP:ShutdownType ; |
| 345 | rdfs:label "During Shutdown"^^xsd:string . | 341 | rdfs:label "During Shutdown"^^xsd:string . |
| 346 | 342 | ||
| 347 | ILAP:Equipment_Shutdown | 343 | ILAP:Equipment_Shutdown |
| ... | @@ -349,13 +345,15 @@ ILAP:Equipment_Shutdown | ... | @@ -349,13 +345,15 @@ ILAP:Equipment_Shutdown |
| 349 | rdfs:label "Equipment Shutdown"^^xsd:string . | 345 | rdfs:label "Equipment Shutdown"^^xsd:string . |
| 350 | 346 | ||
| 351 | ILAP:ExternalReference | 347 | ILAP:ExternalReference |
| 352 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 348 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 353 | rdfs:label "External Reference"^^xsd:string ; | 349 | rdfs:label "External Reference"^^xsd:string ; |
| 354 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 350 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 355 | rdfs:subClassOf | 351 | rdfs:subClassOf |
| 356 | [ rdf:type owl:Restriction ; | 352 | [ rdf:type owl:Restriction ; |
| 357 | - owl:allValuesFrom ILAP:Application ; | 353 | + owl:onDataRange xsd:string ; |
| 358 | - owl:onProperty ILAP:hasReferenceApplication | 354 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 355 | + owl:qualifiedCardinality | ||
| 356 | + "1"^^xsd:nonNegativeInteger | ||
| 359 | ] ; | 357 | ] ; |
| 360 | rdfs:subClassOf | 358 | rdfs:subClassOf |
| 361 | [ rdf:type owl:Restriction ; | 359 | [ rdf:type owl:Restriction ; |
| ... | @@ -364,10 +362,8 @@ ILAP:ExternalReference | ... | @@ -364,10 +362,8 @@ ILAP:ExternalReference |
| 364 | ] ; | 362 | ] ; |
| 365 | rdfs:subClassOf | 363 | rdfs:subClassOf |
| 366 | [ rdf:type owl:Restriction ; | 364 | [ rdf:type owl:Restriction ; |
| 367 | - owl:onDataRange xsd:string ; | 365 | + owl:allValuesFrom ILAP:Application ; |
| 368 | - owl:onProperty ILAP:hasObjectReferenceID ; | 366 | + owl:onProperty ILAP:hasReferenceApplication |
| 369 | - owl:qualifiedCardinality | ||
| 370 | - "1"^^xsd:nonNegativeInteger | ||
| 371 | ] . | 367 | ] . |
| 372 | 368 | ||
| 373 | ILAP:Facility | 369 | ILAP:Facility |
| ... | @@ -380,14 +376,14 @@ ILAP:Field_Shutdown | ... | @@ -380,14 +376,14 @@ ILAP:Field_Shutdown |
| 380 | rdfs:label "Field Shutdown"^^xsd:string . | 376 | rdfs:label "Field Shutdown"^^xsd:string . |
| 381 | 377 | ||
| 382 | ILAP:FinishToFinish | 378 | ILAP:FinishToFinish |
| 383 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 379 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 384 | rdfs:label "Finish to finish"^^xsd:string ; | 380 | rdfs:label "Finish to finish"^^xsd:string ; |
| 385 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 381 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 386 | 382 | ||
| 387 | ILAP:FinishToStart | 383 | ILAP:FinishToStart |
| 388 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 384 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 389 | rdfs:label "Finish to start"^^xsd:string ; | 385 | rdfs:label "Finish to start"^^xsd:string ; |
| 390 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 386 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 391 | 387 | ||
| 392 | ILAP:FunctionalLocation | 388 | ILAP:FunctionalLocation |
| 393 | rdf:type owl:Class ; | 389 | rdf:type owl:Class ; |
| ... | @@ -432,13 +428,13 @@ ILAP:HotWork | ... | @@ -432,13 +428,13 @@ ILAP:HotWork |
| 432 | rdfs:label "Hot work"^^xsd:string . | 428 | rdfs:label "Hot work"^^xsd:string . |
| 433 | 429 | ||
| 434 | ILAP:IndependentOfOperation | 430 | ILAP:IndependentOfOperation |
| 435 | - rdf:type ILAP:ShutdownOperation ; | 431 | + rdf:type ILAP:ShutdownType ; |
| 436 | rdfs:label "Independent of operation"^^xsd:string . | 432 | rdfs:label "Independent of operation"^^xsd:string . |
| 437 | 433 | ||
| 438 | ILAP:Information | 434 | ILAP:Information |
| 439 | rdf:type owl:Class ; | 435 | rdf:type owl:Class ; |
| 440 | rdfs:label "Information"^^xsd:string ; | 436 | rdfs:label "Information"^^xsd:string ; |
| 441 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 437 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 442 | 438 | ||
| 443 | ILAP:Knowledge | 439 | ILAP:Knowledge |
| 444 | rdf:type owl:Class ; | 440 | rdf:type owl:Class ; |
| ... | @@ -450,7 +446,7 @@ ILAP:LiftingOperation | ... | @@ -450,7 +446,7 @@ ILAP:LiftingOperation |
| 450 | rdfs:label "Lifting operation"^^xsd:string . | 446 | rdfs:label "Lifting operation"^^xsd:string . |
| 451 | 447 | ||
| 452 | ILAP:LiveSchedule | 448 | ILAP:LiveSchedule |
| 453 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 449 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 454 | rdfs:label "Live schedule"^^xsd:string ; | 450 | rdfs:label "Live schedule"^^xsd:string ; |
| 455 | rdfs:subClassOf ILAP:Schedule . | 451 | rdfs:subClassOf ILAP:Schedule . |
| 456 | 452 | ||
| ... | @@ -459,9 +455,9 @@ ILAP:Living_Quarter_Shutdown | ... | @@ -459,9 +455,9 @@ ILAP:Living_Quarter_Shutdown |
| 459 | rdfs:label "Living Quarter Shutdown"^^xsd:string . | 455 | rdfs:label "Living Quarter Shutdown"^^xsd:string . |
| 460 | 456 | ||
| 461 | ILAP:Location | 457 | ILAP:Location |
| 462 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 458 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 463 | rdfs:label "Location"^^xsd:string ; | 459 | rdfs:label "Location"^^xsd:string ; |
| 464 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 460 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 465 | 461 | ||
| 466 | ILAP:LowCriticality | 462 | ILAP:LowCriticality |
| 467 | rdf:type ILAP:DegreeOfCriticality ; | 463 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -472,13 +468,17 @@ ILAP:LowPriority | ... | @@ -472,13 +468,17 @@ ILAP:LowPriority |
| 472 | rdfs:label "Low priority"^^xsd:string . | 468 | rdfs:label "Low priority"^^xsd:string . |
| 473 | 469 | ||
| 474 | ILAP:Milestone | 470 | ILAP:Milestone |
| 475 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 471 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 476 | rdfs:label "Milestone"^^xsd:string . | 472 | rdfs:label "Milestone"^^xsd:string . |
| 477 | 473 | ||
| 474 | +ILAP:MiniShutdown | ||
| 475 | + rdf:type ILAP:ShutdownType ; | ||
| 476 | + rdfs:label "Mini shutdown"^^xsd:string . | ||
| 477 | + | ||
| 478 | ILAP:Network | 478 | ILAP:Network |
| 479 | rdf:type owl:Class ; | 479 | rdf:type owl:Class ; |
| 480 | rdfs:label "Network"^^xsd:string ; | 480 | rdfs:label "Network"^^xsd:string ; |
| 481 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 481 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 482 | 482 | ||
| 483 | ILAP:Non-Scheduled_Shutdown | 483 | ILAP:Non-Scheduled_Shutdown |
| 484 | rdf:type ILAP:ShutdownType ; | 484 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -521,49 +521,49 @@ ILAP:PhysicalLocation | ... | @@ -521,49 +521,49 @@ ILAP:PhysicalLocation |
| 521 | rdfs:subClassOf ILAP:Location . | 521 | rdfs:subClassOf ILAP:Location . |
| 522 | 522 | ||
| 523 | ILAP:PlanClassifier | 523 | ILAP:PlanClassifier |
| 524 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 524 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 525 | rdfs:label "Plan classifier"^^xsd:string ; | 525 | rdfs:label "Plan classifier"^^xsd:string ; |
| 526 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 526 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 527 | 527 | ||
| 528 | ILAP:PlanContentType | 528 | ILAP:PlanContentType |
| 529 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 529 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 530 | rdfs:label "Plan content type"^^xsd:string ; | 530 | rdfs:label "Plan content type"^^xsd:string ; |
| 531 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 531 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 532 | 532 | ||
| 533 | ILAP:PlanContractType | 533 | ILAP:PlanContractType |
| 534 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 534 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 535 | rdfs:label "Plan contract type"^^xsd:string ; | 535 | rdfs:label "Plan contract type"^^xsd:string ; |
| 536 | rdfs:subClassOf ILAP:PlanClassifier . | 536 | rdfs:subClassOf ILAP:PlanClassifier . |
| 537 | 537 | ||
| 538 | ILAP:PlanExpenseType | 538 | ILAP:PlanExpenseType |
| 539 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 539 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 540 | rdfs:label "Plan expense type"^^xsd:string ; | 540 | rdfs:label "Plan expense type"^^xsd:string ; |
| 541 | rdfs:subClassOf ILAP:PlanClassifier . | 541 | rdfs:subClassOf ILAP:PlanClassifier . |
| 542 | 542 | ||
| 543 | ILAP:PlanGeoArea | 543 | ILAP:PlanGeoArea |
| 544 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 544 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 545 | rdfs:label "Plan geographic area"^^xsd:string ; | 545 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 546 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 546 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 547 | 547 | ||
| 548 | ILAP:PlanLevel | 548 | ILAP:PlanLevel |
| 549 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 549 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 550 | rdfs:label "Plan level"^^xsd:string ; | 550 | rdfs:label "Plan level"^^xsd:string ; |
| 551 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 551 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 552 | 552 | ||
| 553 | ILAP:PlanLifecycleStage | 553 | ILAP:PlanLifecycleStage |
| 554 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 554 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 555 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 555 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 556 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 556 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 557 | 557 | ||
| 558 | ILAP:PlanObjectiveType | 558 | ILAP:PlanObjectiveType |
| 559 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 559 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 560 | rdfs:label "Plan objective type"^^xsd:string ; | 560 | rdfs:label "Plan objective type"^^xsd:string ; |
| 561 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 561 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 562 | 562 | ||
| 563 | ILAP:PlanProjectType | 563 | ILAP:PlanProjectType |
| 564 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 564 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 565 | rdfs:label "Plan project type"^^xsd:string ; | 565 | rdfs:label "Plan project type"^^xsd:string ; |
| 566 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 566 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 567 | 567 | ||
| 568 | ILAP:PlannedActivity | 568 | ILAP:PlannedActivity |
| 569 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 569 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -571,20 +571,23 @@ ILAP:PlannedActivity | ... | @@ -571,20 +571,23 @@ ILAP:PlannedActivity |
| 571 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 571 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 572 | rdfs:subClassOf | 572 | rdfs:subClassOf |
| 573 | [ rdf:type owl:Restriction ; | 573 | [ rdf:type owl:Restriction ; |
| 574 | - owl:maxQualifiedCardinality | 574 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 575 | - "1"^^xsd:nonNegativeInteger ; | 575 | + owl:onProperty ILAP:hasActivitySuccessor |
| 576 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 577 | - owl:onProperty ILAP:hasActivityPlan | ||
| 578 | ] ; | 576 | ] ; |
| 579 | rdfs:subClassOf | 577 | rdfs:subClassOf |
| 580 | [ rdf:type owl:Restriction ; | 578 | [ rdf:type owl:Restriction ; |
| 581 | - owl:allValuesFrom ILAP:Location ; | 579 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 582 | - owl:onProperty ILAP:hasActivityLocation | 580 | + owl:onProperty ILAP:hasActivityPredecessor |
| 583 | ] ; | 581 | ] ; |
| 584 | rdfs:subClassOf | 582 | rdfs:subClassOf |
| 585 | [ rdf:type owl:Restriction ; | 583 | [ rdf:type owl:Restriction ; |
| 586 | - owl:allValuesFrom ILAP:ResourceProfile ; | 584 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 587 | - owl:onProperty ILAP:hasActivityResourceProfile | 585 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 586 | + ] ; | ||
| 587 | + rdfs:subClassOf | ||
| 588 | + [ rdf:type owl:Restriction ; | ||
| 589 | + owl:allValuesFrom ILAP:Location ; | ||
| 590 | + owl:onProperty ILAP:hasActivityLocation | ||
| 588 | ] ; | 591 | ] ; |
| 589 | rdfs:subClassOf | 592 | rdfs:subClassOf |
| 590 | [ rdf:type owl:Restriction ; | 593 | [ rdf:type owl:Restriction ; |
| ... | @@ -595,8 +598,8 @@ ILAP:PlannedActivity | ... | @@ -595,8 +598,8 @@ ILAP:PlannedActivity |
| 595 | [ rdf:type owl:Restriction ; | 598 | [ rdf:type owl:Restriction ; |
| 596 | owl:maxQualifiedCardinality | 599 | owl:maxQualifiedCardinality |
| 597 | "1"^^xsd:nonNegativeInteger ; | 600 | "1"^^xsd:nonNegativeInteger ; |
| 598 | - owl:onClass ILAP:Facility ; | 601 | + owl:onClass ILAP:ProjectExecutionPlan ; |
| 599 | - owl:onProperty ILAP:hasPlatform | 602 | + owl:onProperty ILAP:hasActivityPlan |
| 600 | ] ; | 603 | ] ; |
| 601 | rdfs:subClassOf | 604 | rdfs:subClassOf |
| 602 | [ rdf:type owl:Restriction ; | 605 | [ rdf:type owl:Restriction ; |
| ... | @@ -605,8 +608,8 @@ ILAP:PlannedActivity | ... | @@ -605,8 +608,8 @@ ILAP:PlannedActivity |
| 605 | ] ; | 608 | ] ; |
| 606 | rdfs:subClassOf | 609 | rdfs:subClassOf |
| 607 | [ rdf:type owl:Restriction ; | 610 | [ rdf:type owl:Restriction ; |
| 608 | - owl:allValuesFrom ILAP:ActivityDependency ; | 611 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 609 | - owl:onProperty ILAP:hasActivityPredecessor | 612 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 610 | ] ; | 613 | ] ; |
| 611 | rdfs:subClassOf | 614 | rdfs:subClassOf |
| 612 | [ rdf:type owl:Restriction ; | 615 | [ rdf:type owl:Restriction ; |
| ... | @@ -615,13 +618,10 @@ ILAP:PlannedActivity | ... | @@ -615,13 +618,10 @@ ILAP:PlannedActivity |
| 615 | ] ; | 618 | ] ; |
| 616 | rdfs:subClassOf | 619 | rdfs:subClassOf |
| 617 | [ rdf:type owl:Restriction ; | 620 | [ rdf:type owl:Restriction ; |
| 618 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 621 | + owl:maxQualifiedCardinality |
| 619 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 622 | + "1"^^xsd:nonNegativeInteger ; |
| 620 | - ] ; | 623 | + owl:onClass ILAP:Facility ; |
| 621 | - rdfs:subClassOf | 624 | + owl:onProperty ILAP:hasPlatform |
| 622 | - [ rdf:type owl:Restriction ; | ||
| 623 | - owl:allValuesFrom ILAP:ActivityDependency ; | ||
| 624 | - owl:onProperty ILAP:hasActivitySuccessor | ||
| 625 | ] . | 625 | ] . |
| 626 | 626 | ||
| 627 | ILAP:PlannedMilestone | 627 | ILAP:PlannedMilestone |
| ... | @@ -649,13 +649,18 @@ ILAP:Programme | ... | @@ -649,13 +649,18 @@ ILAP:Programme |
| 649 | rdfs:subClassOf ILAP:Project . | 649 | rdfs:subClassOf ILAP:Project . |
| 650 | 650 | ||
| 651 | ILAP:Project | 651 | ILAP:Project |
| 652 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 652 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 653 | rdfs:label "Project"^^xsd:string ; | 653 | rdfs:label "Project"^^xsd:string ; |
| 654 | rdfs:subClassOf ILAP:Activity ; | 654 | rdfs:subClassOf ILAP:Activity ; |
| 655 | rdfs:subClassOf | 655 | rdfs:subClassOf |
| 656 | [ rdf:type owl:Restriction ; | 656 | [ rdf:type owl:Restriction ; |
| 657 | - owl:allValuesFrom BRREG:OilCompany ; | 657 | + owl:allValuesFrom ILAP:Project ; |
| 658 | - owl:onProperty ILAP:hasProjectResponsible | 658 | + owl:onProperty ILAP:hasProjectSubproject |
| 659 | + ] ; | ||
| 660 | + rdfs:subClassOf | ||
| 661 | + [ rdf:type owl:Restriction ; | ||
| 662 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 663 | + owl:onProperty ILAP:hasExternalReference | ||
| 659 | ] ; | 664 | ] ; |
| 660 | rdfs:subClassOf | 665 | rdfs:subClassOf |
| 661 | [ rdf:type owl:Restriction ; | 666 | [ rdf:type owl:Restriction ; |
| ... | @@ -666,13 +671,8 @@ ILAP:Project | ... | @@ -666,13 +671,8 @@ ILAP:Project |
| 666 | ] ; | 671 | ] ; |
| 667 | rdfs:subClassOf | 672 | rdfs:subClassOf |
| 668 | [ rdf:type owl:Restriction ; | 673 | [ rdf:type owl:Restriction ; |
| 669 | - owl:allValuesFrom ILAP:ExternalReference ; | 674 | + owl:allValuesFrom BRREG:OilCompany ; |
| 670 | - owl:onProperty ILAP:hasExternalReference | 675 | + owl:onProperty ILAP:hasProjectResponsible |
| 671 | - ] ; | ||
| 672 | - rdfs:subClassOf | ||
| 673 | - [ rdf:type owl:Restriction ; | ||
| 674 | - owl:allValuesFrom ILAP:Project ; | ||
| 675 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 676 | ] . | 676 | ] . |
| 677 | 677 | ||
| 678 | ILAP:ProjectExecutionPlan | 678 | ILAP:ProjectExecutionPlan |
| ... | @@ -681,25 +681,28 @@ ILAP:ProjectExecutionPlan | ... | @@ -681,25 +681,28 @@ ILAP:ProjectExecutionPlan |
| 681 | rdfs:subClassOf ILAP:Network ; | 681 | rdfs:subClassOf ILAP:Network ; |
| 682 | rdfs:subClassOf | 682 | rdfs:subClassOf |
| 683 | [ rdf:type owl:Restriction ; | 683 | [ rdf:type owl:Restriction ; |
| 684 | - owl:allValuesFrom ILAP:PlanContractType ; | 684 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 685 | - owl:onProperty ILAP:hasPlanContractType | 685 | + owl:onProperty ILAP:hasPlanAsset |
| 686 | ] ; | 686 | ] ; |
| 687 | rdfs:subClassOf | 687 | rdfs:subClassOf |
| 688 | [ rdf:type owl:Restriction ; | 688 | [ rdf:type owl:Restriction ; |
| 689 | - owl:maxQualifiedCardinality | 689 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 690 | - "1"^^xsd:nonNegativeInteger ; | 690 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 691 | - owl:onClass ILAP:PlanLevel ; | ||
| 692 | - owl:onProperty ILAP:hasPlanLevel | ||
| 693 | ] ; | 691 | ] ; |
| 694 | rdfs:subClassOf | 692 | rdfs:subClassOf |
| 695 | [ rdf:type owl:Restriction ; | 693 | [ rdf:type owl:Restriction ; |
| 696 | - owl:onProperty ILAP:hasPlanProjectType ; | 694 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 697 | - owl:someValuesFrom ILAP:PlanProjectType | 695 | + owl:onProperty ILAP:hasPlanResponsible |
| 698 | ] ; | 696 | ] ; |
| 699 | rdfs:subClassOf | 697 | rdfs:subClassOf |
| 700 | [ rdf:type owl:Restriction ; | 698 | [ rdf:type owl:Restriction ; |
| 701 | - owl:allValuesFrom BRREG:LegalEntity ; | 699 | + owl:onProperty ILAP:hasPlanLevel ; |
| 702 | - owl:onProperty ILAP:hasPlanResponsible | 700 | + owl:someValuesFrom ILAP:PlanLevel |
| 701 | + ] ; | ||
| 702 | + rdfs:subClassOf | ||
| 703 | + [ rdf:type owl:Restriction ; | ||
| 704 | + owl:allValuesFrom ILAP:PlanContractType ; | ||
| 705 | + owl:onProperty ILAP:hasPlanContractType | ||
| 703 | ] ; | 706 | ] ; |
| 704 | rdfs:subClassOf | 707 | rdfs:subClassOf |
| 705 | [ rdf:type owl:Restriction ; | 708 | [ rdf:type owl:Restriction ; |
| ... | @@ -708,13 +711,20 @@ ILAP:ProjectExecutionPlan | ... | @@ -708,13 +711,20 @@ ILAP:ProjectExecutionPlan |
| 708 | ] ; | 711 | ] ; |
| 709 | rdfs:subClassOf | 712 | rdfs:subClassOf |
| 710 | [ rdf:type owl:Restriction ; | 713 | [ rdf:type owl:Restriction ; |
| 711 | - owl:onProperty ILAP:hasPlanGeoArea ; | 714 | + owl:maxQualifiedCardinality |
| 712 | - owl:someValuesFrom ILAP:PlanGeoArea | 715 | + "1"^^xsd:nonNegativeInteger ; |
| 716 | + owl:onClass ILAP:PlanLevel ; | ||
| 717 | + owl:onProperty ILAP:hasPlanLevel | ||
| 713 | ] ; | 718 | ] ; |
| 714 | rdfs:subClassOf | 719 | rdfs:subClassOf |
| 715 | [ rdf:type owl:Restriction ; | 720 | [ rdf:type owl:Restriction ; |
| 716 | - owl:onProperty ILAP:hasPlanContentType ; | 721 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 717 | - owl:someValuesFrom ILAP:PlanContentType | 722 | + owl:someValuesFrom ILAP:PlanProjectType |
| 723 | + ] ; | ||
| 724 | + rdfs:subClassOf | ||
| 725 | + [ rdf:type owl:Restriction ; | ||
| 726 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; | ||
| 727 | + owl:onProperty ILAP:hasPlanSubplan | ||
| 718 | ] ; | 728 | ] ; |
| 719 | rdfs:subClassOf | 729 | rdfs:subClassOf |
| 720 | [ rdf:type owl:Restriction ; | 730 | [ rdf:type owl:Restriction ; |
| ... | @@ -730,23 +740,13 @@ ILAP:ProjectExecutionPlan | ... | @@ -730,23 +740,13 @@ ILAP:ProjectExecutionPlan |
| 730 | ] ; | 740 | ] ; |
| 731 | rdfs:subClassOf | 741 | rdfs:subClassOf |
| 732 | [ rdf:type owl:Restriction ; | 742 | [ rdf:type owl:Restriction ; |
| 733 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 743 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 734 | - owl:onProperty ILAP:hasPlanAsset | 744 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 735 | - ] ; | ||
| 736 | - rdfs:subClassOf | ||
| 737 | - [ rdf:type owl:Restriction ; | ||
| 738 | - owl:onProperty ILAP:hasPlanLevel ; | ||
| 739 | - owl:someValuesFrom ILAP:PlanLevel | ||
| 740 | - ] ; | ||
| 741 | - rdfs:subClassOf | ||
| 742 | - [ rdf:type owl:Restriction ; | ||
| 743 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | ||
| 744 | - owl:onProperty ILAP:hasPlanSubplan | ||
| 745 | ] ; | 745 | ] ; |
| 746 | rdfs:subClassOf | 746 | rdfs:subClassOf |
| 747 | [ rdf:type owl:Restriction ; | 747 | [ rdf:type owl:Restriction ; |
| 748 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 748 | + owl:onProperty ILAP:hasPlanContentType ; |
| 749 | - owl:onProperty ILAP:hasPlanRollUpPlan | 749 | + owl:someValuesFrom ILAP:PlanContentType |
| 750 | ] . | 750 | ] . |
| 751 | 751 | ||
| 752 | ILAP:ProjectType | 752 | ILAP:ProjectType |
| ... | @@ -755,9 +755,9 @@ ILAP:ProjectType | ... | @@ -755,9 +755,9 @@ ILAP:ProjectType |
| 755 | rdfs:subClassOf owl:Thing . | 755 | rdfs:subClassOf owl:Thing . |
| 756 | 756 | ||
| 757 | ILAP:Regular8To16WorkingDayCalendar | 757 | ILAP:Regular8To16WorkingDayCalendar |
| 758 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 758 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 759 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 759 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 760 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 760 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 761 | 761 | ||
| 762 | ILAP:RemovalOfBarriers | 762 | ILAP:RemovalOfBarriers |
| 763 | rdf:type ILAP:RiskType ; | 763 | rdf:type ILAP:RiskType ; |
| ... | @@ -768,9 +768,9 @@ ILAP:ReservoirDrillingOperation | ... | @@ -768,9 +768,9 @@ ILAP:ReservoirDrillingOperation |
| 768 | rdfs:label "Reservoir drilling operation"^^xsd:string . | 768 | rdfs:label "Reservoir drilling operation"^^xsd:string . |
| 769 | 769 | ||
| 770 | ILAP:Resource | 770 | ILAP:Resource |
| 771 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 771 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 772 | rdfs:label "Resource"^^xsd:string ; | 772 | rdfs:label "Resource"^^xsd:string ; |
| 773 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 773 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 774 | 774 | ||
| 775 | ILAP:ResourceEstimate | 775 | ILAP:ResourceEstimate |
| 776 | rdf:type owl:Class ; | 776 | rdf:type owl:Class ; |
| ... | @@ -778,14 +778,14 @@ ILAP:ResourceEstimate | ... | @@ -778,14 +778,14 @@ ILAP:ResourceEstimate |
| 778 | rdfs:subClassOf ILAP:ResourceStructure . | 778 | rdfs:subClassOf ILAP:ResourceStructure . |
| 779 | 779 | ||
| 780 | ILAP:ResourceProfile | 780 | ILAP:ResourceProfile |
| 781 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 781 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 782 | rdfs:label "Resource profile"^^xsd:string ; | 782 | rdfs:label "Resource profile"^^xsd:string ; |
| 783 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 783 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 784 | 784 | ||
| 785 | ILAP:ResourceProfilePoint | 785 | ILAP:ResourceProfilePoint |
| 786 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 786 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 787 | rdfs:label "resource Profile point"^^xsd:string ; | 787 | rdfs:label "resource Profile point"^^xsd:string ; |
| 788 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 788 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 789 | 789 | ||
| 790 | ILAP:ResourceStructure | 790 | ILAP:ResourceStructure |
| 791 | rdf:type owl:Class ; | 791 | rdf:type owl:Class ; |
| ... | @@ -793,17 +793,17 @@ ILAP:ResourceStructure | ... | @@ -793,17 +793,17 @@ ILAP:ResourceStructure |
| 793 | rdfs:subClassOf ILAP:Network . | 793 | rdfs:subClassOf ILAP:Network . |
| 794 | 794 | ||
| 795 | ILAP:ResponsibleOrganization | 795 | ILAP:ResponsibleOrganization |
| 796 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 796 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 797 | rdfs:label "Responsible organization"^^xsd:string ; | 797 | rdfs:label "Responsible organization"^^xsd:string ; |
| 798 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 798 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 799 | 799 | ||
| 800 | ILAP:ResponsiblePerson | 800 | ILAP:ResponsiblePerson |
| 801 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 801 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 802 | rdfs:label "Responsible"^^xsd:string ; | 802 | rdfs:label "Responsible"^^xsd:string ; |
| 803 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 803 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 804 | 804 | ||
| 805 | ILAP:Result | 805 | ILAP:Result |
| 806 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 806 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 807 | rdfs:label "Result"^^xsd:string ; | 807 | rdfs:label "Result"^^xsd:string ; |
| 808 | rdfs:subClassOf owl:Thing . | 808 | rdfs:subClassOf owl:Thing . |
| 809 | 809 | ||
| ... | @@ -831,9 +831,9 @@ ILAP:Safety_Test_Shutdown | ... | @@ -831,9 +831,9 @@ ILAP:Safety_Test_Shutdown |
| 831 | rdfs:label "Safety Test Shutdown"^^xsd:string . | 831 | rdfs:label "Safety Test Shutdown"^^xsd:string . |
| 832 | 832 | ||
| 833 | ILAP:Schedule | 833 | ILAP:Schedule |
| 834 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 834 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 835 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 835 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 836 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 836 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 837 | rdfs:subClassOf | 837 | rdfs:subClassOf |
| 838 | [ rdf:type owl:Restriction ; | 838 | [ rdf:type owl:Restriction ; |
| 839 | owl:maxQualifiedCardinality | 839 | owl:maxQualifiedCardinality |
| ... | @@ -843,22 +843,22 @@ ILAP:Schedule | ... | @@ -843,22 +843,22 @@ ILAP:Schedule |
| 843 | ] . | 843 | ] . |
| 844 | 844 | ||
| 845 | ILAP:ScheduledActivity | 845 | ILAP:ScheduledActivity |
| 846 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 846 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 847 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 847 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 848 | rdfs:subClassOf ILAP:PlannedActivity ; | 848 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 849 | rdfs:subClassOf | 849 | rdfs:subClassOf |
| 850 | [ rdf:type owl:Restriction ; | 850 | [ rdf:type owl:Restriction ; |
| 851 | owl:maxQualifiedCardinality | 851 | owl:maxQualifiedCardinality |
| 852 | "1"^^xsd:nonNegativeInteger ; | 852 | "1"^^xsd:nonNegativeInteger ; |
| 853 | - owl:onClass ILAP:PlannedActivity ; | 853 | + owl:onClass ILAP:Schedule ; |
| 854 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 854 | + owl:onProperty ILAP:hasActivitySchedule |
| 855 | ] ; | 855 | ] ; |
| 856 | rdfs:subClassOf | 856 | rdfs:subClassOf |
| 857 | [ rdf:type owl:Restriction ; | 857 | [ rdf:type owl:Restriction ; |
| 858 | owl:maxQualifiedCardinality | 858 | owl:maxQualifiedCardinality |
| 859 | "1"^^xsd:nonNegativeInteger ; | 859 | "1"^^xsd:nonNegativeInteger ; |
| 860 | - owl:onClass ILAP:Schedule ; | 860 | + owl:onClass ILAP:PlannedActivity ; |
| 861 | - owl:onProperty ILAP:hasActivitySchedule | 861 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 862 | ] . | 862 | ] . |
| 863 | 863 | ||
| 864 | ILAP:ScheduledMilestone | 864 | ILAP:ScheduledMilestone |
| ... | @@ -884,11 +884,6 @@ ILAP:ShutdownContent | ... | @@ -884,11 +884,6 @@ ILAP:ShutdownContent |
| 884 | rdfs:label "Shutdown content"^^xsd:string ; | 884 | rdfs:label "Shutdown content"^^xsd:string ; |
| 885 | rdfs:subClassOf owl:Thing . | 885 | rdfs:subClassOf owl:Thing . |
| 886 | 886 | ||
| 887 | -ILAP:ShutdownOperation | ||
| 888 | - rdf:type owl:Class ; | ||
| 889 | - rdfs:label "Shutdown operation"^^xsd:string ; | ||
| 890 | - rdfs:subClassOf owl:Thing . | ||
| 891 | - | ||
| 892 | ILAP:ShutdownPeriod | 887 | ILAP:ShutdownPeriod |
| 893 | rdf:type owl:Class ; | 888 | rdf:type owl:Class ; |
| 894 | rdfs:label "Shutdown period"^^xsd:string ; | 889 | rdfs:label "Shutdown period"^^xsd:string ; |
| ... | @@ -910,7 +905,7 @@ ILAP:Shutdown_1 | ... | @@ -910,7 +905,7 @@ ILAP:Shutdown_1 |
| 910 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> | 905 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> |
| 911 | <http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ; | 906 | <http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ; |
| 912 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation> | 907 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation> |
| 913 | - <http://data.posccaesar.org/ilap/shutdown/During_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> ; | 908 | + <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/During_Shutdown> ; |
| 914 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> | 909 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> |
| 915 | <http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ; | 910 | <http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ; |
| 916 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> | 911 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> |
| ... | @@ -923,13 +918,13 @@ ILAP:Shutdown_Period | ... | @@ -923,13 +918,13 @@ ILAP:Shutdown_Period |
| 923 | rdfs:label "Shutdown Period"^^xsd:string . | 918 | rdfs:label "Shutdown Period"^^xsd:string . |
| 924 | 919 | ||
| 925 | ILAP:Shutdown_not_evaluated | 920 | ILAP:Shutdown_not_evaluated |
| 926 | - rdf:type ILAP:ShutdownOperation ; | 921 | + rdf:type ILAP:ShutdownType ; |
| 927 | rdfs:label "Shutdown not evaluated"^^xsd:string . | 922 | rdfs:label "Shutdown not evaluated"^^xsd:string . |
| 928 | 923 | ||
| 929 | ILAP:Source | 924 | ILAP:Source |
| 930 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 925 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 931 | rdfs:label "Source"^^xsd:string ; | 926 | rdfs:label "Source"^^xsd:string ; |
| 932 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 927 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 933 | 928 | ||
| 934 | ILAP:SourceSpecifiedUserField | 929 | ILAP:SourceSpecifiedUserField |
| 935 | rdf:type owl:Class ; | 930 | rdf:type owl:Class ; |
| ... | @@ -942,26 +937,26 @@ ILAP:SpecifiedUserField | ... | @@ -942,26 +937,26 @@ ILAP:SpecifiedUserField |
| 942 | rdfs:subClassOf ILAP:UserField . | 937 | rdfs:subClassOf ILAP:UserField . |
| 943 | 938 | ||
| 944 | ILAP:StartToFinish | 939 | ILAP:StartToFinish |
| 945 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 940 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 946 | rdfs:label "Start to finish"^^xsd:string ; | 941 | rdfs:label "Start to finish"^^xsd:string ; |
| 947 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 942 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 948 | 943 | ||
| 949 | ILAP:StartToStart | 944 | ILAP:StartToStart |
| 950 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 945 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 951 | rdfs:label "Start to start"^^xsd:string ; | 946 | rdfs:label "Start to start"^^xsd:string ; |
| 952 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 947 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 953 | 948 | ||
| 954 | ILAP:Status | 949 | ILAP:Status |
| 955 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 950 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 956 | rdfs:label "Status"^^xsd:string ; | 951 | rdfs:label "Status"^^xsd:string ; |
| 957 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 952 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 958 | 953 | ||
| 959 | ILAP:System_Shutdown | 954 | ILAP:System_Shutdown |
| 960 | rdf:type ILAP:ShutdownContent ; | 955 | rdf:type ILAP:ShutdownContent ; |
| 961 | rdfs:label "System Shutdown"^^xsd:string . | 956 | rdfs:label "System Shutdown"^^xsd:string . |
| 962 | 957 | ||
| 963 | ILAP:TargetSchedule | 958 | ILAP:TargetSchedule |
| 964 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 959 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 965 | rdfs:label "Target schedule"^^xsd:string ; | 960 | rdfs:label "Target schedule"^^xsd:string ; |
| 966 | rdfs:subClassOf ILAP:Schedule . | 961 | rdfs:subClassOf ILAP:Schedule . |
| 967 | 962 | ||
| ... | @@ -980,7 +975,7 @@ ILAP:UnitBased | ... | @@ -980,7 +975,7 @@ ILAP:UnitBased |
| 980 | rdfs:subClassOf ILAP:Resource . | 975 | rdfs:subClassOf ILAP:Resource . |
| 981 | 976 | ||
| 982 | ILAP:UserField | 977 | ILAP:UserField |
| 983 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 978 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 984 | rdfs:label "User field"^^xsd:string ; | 979 | rdfs:label "User field"^^xsd:string ; |
| 985 | rdfs:subClassOf ILAP:Data ; | 980 | rdfs:subClassOf ILAP:Data ; |
| 986 | rdfs:subClassOf | 981 | rdfs:subClassOf |
| ... | @@ -994,7 +989,7 @@ ILAP:UserField | ... | @@ -994,7 +989,7 @@ ILAP:UserField |
| 994 | ILAP:Value | 989 | ILAP:Value |
| 995 | rdf:type owl:Class ; | 990 | rdf:type owl:Class ; |
| 996 | rdfs:label "Value"^^xsd:string ; | 991 | rdfs:label "Value"^^xsd:string ; |
| 997 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 992 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 998 | 993 | ||
| 999 | ILAP:VesselOperation | 994 | ILAP:VesselOperation |
| 1000 | rdf:type ILAP:RiskType ; | 995 | rdf:type ILAP:RiskType ; |
| ... | @@ -1009,9 +1004,9 @@ ILAP:Water_Production_Shutdown | ... | @@ -1009,9 +1004,9 @@ ILAP:Water_Production_Shutdown |
| 1009 | rdfs:label "Water Production Shutdown"^^xsd:string . | 1004 | rdfs:label "Water Production Shutdown"^^xsd:string . |
| 1010 | 1005 | ||
| 1011 | ILAP:WeekendsFreeCalendar | 1006 | ILAP:WeekendsFreeCalendar |
| 1012 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 1007 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 1013 | rdfs:label "Weekends free calendar"^^xsd:string ; | 1008 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 1014 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 1009 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 1015 | 1010 | ||
| 1016 | ILAP:Well_Transfer | 1011 | ILAP:Well_Transfer |
| 1017 | rdf:type ILAP:ShutdownContent ; | 1012 | rdf:type ILAP:ShutdownContent ; |
| ... | @@ -1023,18 +1018,18 @@ ILAP:WorkOrder | ... | @@ -1023,18 +1018,18 @@ ILAP:WorkOrder |
| 1023 | rdfs:subClassOf ILAP:WorkTask . | 1018 | rdfs:subClassOf ILAP:WorkTask . |
| 1024 | 1019 | ||
| 1025 | ILAP:WorkTask | 1020 | ILAP:WorkTask |
| 1026 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 1021 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 1027 | rdfs:label "Work task"^^xsd:string ; | 1022 | rdfs:label "Work task"^^xsd:string ; |
| 1028 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 1023 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 1029 | rdfs:subClassOf | 1024 | rdfs:subClassOf |
| 1030 | [ rdf:type owl:Restriction ; | 1025 | [ rdf:type owl:Restriction ; |
| 1031 | - owl:allValuesFrom BRREG:LegalEntity ; | 1026 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 1032 | - owl:onProperty ILAP:hasWorkTaskResponsible | 1027 | + owl:someValuesFrom ILAP:Activity |
| 1033 | ] ; | 1028 | ] ; |
| 1034 | rdfs:subClassOf | 1029 | rdfs:subClassOf |
| 1035 | [ rdf:type owl:Restriction ; | 1030 | [ rdf:type owl:Restriction ; |
| 1036 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 1031 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 1037 | - owl:someValuesFrom ILAP:Activity | 1032 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 1038 | ] . | 1033 | ] . |
| 1039 | 1034 | ||
| 1040 | ILAP:WorkTaskStatus | 1035 | ILAP:WorkTaskStatus |
| ... | @@ -1130,7 +1125,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -1130,7 +1125,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 1130 | rdfs:range xsd:float . | 1125 | rdfs:range xsd:float . |
| 1131 | 1126 | ||
| 1132 | ILAP:hasActivityPlan | 1127 | ILAP:hasActivityPlan |
| 1133 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1128 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1134 | rdfs:domain ILAP:PlannedActivity ; | 1129 | rdfs:domain ILAP:PlannedActivity ; |
| 1135 | rdfs:label "has activity plan"^^xsd:string ; | 1130 | rdfs:label "has activity plan"^^xsd:string ; |
| 1136 | rdfs:range ILAP:ProjectExecutionPlan . | 1131 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -1178,7 +1173,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -1178,7 +1173,7 @@ ILAP:hasActivityResponsibleOrganization |
| 1178 | rdfs:range ILAP:ResponsibleOrganization . | 1173 | rdfs:range ILAP:ResponsibleOrganization . |
| 1179 | 1174 | ||
| 1180 | ILAP:hasActivityResponsiblePerson | 1175 | ILAP:hasActivityResponsiblePerson |
| 1181 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1176 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1182 | rdfs:domain ILAP:PlannedActivity ; | 1177 | rdfs:domain ILAP:PlannedActivity ; |
| 1183 | rdfs:label "has activity responsible"^^xsd:string ; | 1178 | rdfs:label "has activity responsible"^^xsd:string ; |
| 1184 | rdfs:range ILAP:ResponsiblePerson . | 1179 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1213,7 +1208,7 @@ ILAP:hasActivityStatus | ... | @@ -1213,7 +1208,7 @@ ILAP:hasActivityStatus |
| 1213 | rdfs:range ILAP:Status . | 1208 | rdfs:range ILAP:Status . |
| 1214 | 1209 | ||
| 1215 | ILAP:hasActivitySuccessor | 1210 | ILAP:hasActivitySuccessor |
| 1216 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1211 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1217 | rdfs:domain ILAP:PlannedActivity ; | 1212 | rdfs:domain ILAP:PlannedActivity ; |
| 1218 | rdfs:label "has activity successor"^^xsd:string ; | 1213 | rdfs:label "has activity successor"^^xsd:string ; |
| 1219 | rdfs:range ILAP:ActivityDependency ; | 1214 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1274,7 +1269,7 @@ ILAP:hasCalendarDate | ... | @@ -1274,7 +1269,7 @@ ILAP:hasCalendarDate |
| 1274 | rdfs:label "has calendar date"^^xsd:string . | 1269 | rdfs:label "has calendar date"^^xsd:string . |
| 1275 | 1270 | ||
| 1276 | ILAP:hasCalendarFreePeriod | 1271 | ILAP:hasCalendarFreePeriod |
| 1277 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1272 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1278 | rdfs:domain ILAP:Calendar ; | 1273 | rdfs:domain ILAP:Calendar ; |
| 1279 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1274 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1280 | rdfs:range ILAP:CalendarFreePeriod . | 1275 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1557,7 +1552,7 @@ ILAP:hasPlanRegulator | ... | @@ -1557,7 +1552,7 @@ ILAP:hasPlanRegulator |
| 1557 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1552 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1558 | 1553 | ||
| 1559 | ILAP:hasPlanResponsible | 1554 | ILAP:hasPlanResponsible |
| 1560 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1555 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1561 | rdfs:domain ILAP:ResponsibleOrganization ; | 1556 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1562 | rdfs:label "has plan responsible"^^xsd:string . | 1557 | rdfs:label "has plan responsible"^^xsd:string . |
| 1563 | 1558 | ||
| ... | @@ -1720,7 +1715,7 @@ ILAP:hasScheduledStart | ... | @@ -1720,7 +1715,7 @@ ILAP:hasScheduledStart |
| 1720 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1715 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1721 | 1716 | ||
| 1722 | ILAP:hasSuccessorActivity | 1717 | ILAP:hasSuccessorActivity |
| 1723 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1718 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1724 | rdfs:domain ILAP:ActivityDependency ; | 1719 | rdfs:domain ILAP:ActivityDependency ; |
| 1725 | rdfs:label "has successor activity "^^xsd:string ; | 1720 | rdfs:label "has successor activity "^^xsd:string ; |
| 1726 | rdfs:range ILAP:PlannedActivity ; | 1721 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1748,7 +1743,7 @@ ILAP:hasTimeNow | ... | @@ -1748,7 +1743,7 @@ ILAP:hasTimeNow |
| 1748 | rdf:type owl:DatatypeProperty ; | 1743 | rdf:type owl:DatatypeProperty ; |
| 1749 | rdfs:domain ILAP:Schedule ; | 1744 | rdfs:domain ILAP:Schedule ; |
| 1750 | rdfs:label "has time now"^^xsd:string ; | 1745 | rdfs:label "has time now"^^xsd:string ; |
| 1751 | - rdfs:range xsd:date , xsd:dateTime . | 1746 | + rdfs:range xsd:dateTime , xsd:date . |
| 1752 | 1747 | ||
| 1753 | ILAP:hasUserFieldName | 1748 | ILAP:hasUserFieldName |
| 1754 | rdf:type owl:DatatypeProperty ; | 1749 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -1823,20 +1818,11 @@ ILAP:hasWorkTaskVendor | ... | @@ -1823,20 +1818,11 @@ ILAP:hasWorkTaskVendor |
| 1823 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> | 1818 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> |
| 1824 | rdfs:range ILAP:ShutdownContent . | 1819 | rdfs:range ILAP:ShutdownContent . |
| 1825 | 1820 | ||
| 1826 | -<http://data.posccaesar.org/ilap/shutdown/hasShutdownEnd> | ||
| 1827 | - rdfs:domain ILAP:ShutdownOperation . | ||
| 1828 | - | ||
| 1829 | -<http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation> | ||
| 1830 | - rdfs:range ILAP:ShutdownOperation . | ||
| 1831 | - | ||
| 1832 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> | 1821 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> |
| 1833 | rdfs:range ILAP:ShutdownPeriod . | 1822 | rdfs:range ILAP:ShutdownPeriod . |
| 1834 | 1823 | ||
| 1835 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> | 1824 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> |
| 1836 | rdfs:range ILAP:ShutdownPriority . | 1825 | rdfs:range ILAP:ShutdownPriority . |
| 1837 | 1826 | ||
| 1838 | -<http://data.posccaesar.org/ilap/shutdown/hasShutdownStart> | ||
| 1839 | - rdfs:domain ILAP:ShutdownOperation . | ||
| 1840 | - | ||
| 1841 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownType> | 1827 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownType> |
| 1842 | rdfs:range ILAP:ShutdownType . | 1828 | rdfs:range ILAP:ShutdownType . | ... | ... |
-
Please register or login to post a comment