Showing
3 changed files
with
203 additions
and
212 deletions
| ... | @@ -18,44 +18,44 @@ ILAP: | ... | @@ -18,44 +18,44 @@ 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 21 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 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:Status ; | 25 | + owl:allValuesFrom ILAP:Discipline ; |
| 26 | - owl:onProperty ILAP:hasActivityStatus | 26 | + owl:onProperty ILAP:hasActivityDiscipline |
| 27 | ] ; | 27 | ] ; |
| 28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 30 | - owl:onProperty ILAP:hasExternalReference ; | 30 | + owl:allValuesFrom ILAP:Calendar ; |
| 31 | - owl:someValuesFrom ILAP:ExternalReference | 31 | + owl:onProperty ILAP:hasActivityCalendar |
| 32 | ] ; | 32 | ] ; |
| 33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 35 | - owl:allValuesFrom ILAP:Calendar ; | 35 | + owl:onProperty ILAP:hasExternalReference ; |
| 36 | - owl:onProperty ILAP:hasActivityCalendar | 36 | + owl:someValuesFrom ILAP:ExternalReference |
| 37 | ] ; | 37 | ] ; |
| 38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 40 | - owl:allValuesFrom ILAP:Discipline ; | 40 | + owl:allValuesFrom ILAP:Status ; |
| 41 | - owl:onProperty ILAP:hasActivityDiscipline | 41 | + owl:onProperty ILAP:hasActivityStatus |
| 42 | ] . | 42 | ] . |
| 43 | 43 | ||
| 44 | ILAP:ActivityDependency | 44 | ILAP:ActivityDependency |
| 45 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 45 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 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:hasSuccessorActivity ; | 51 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 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:hasPredecessorActivity ; | 58 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 59 | owl:qualifiedCardinality | 59 | owl:qualifiedCardinality |
| 60 | "1"^^xsd:nonNegativeInteger | 60 | "1"^^xsd:nonNegativeInteger |
| 61 | ] . | 61 | ] . |
| ... | @@ -110,7 +110,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -110,7 +110,7 @@ ILAP:ActivityInPlan_1 |
| 110 | "Specific object ID"^^xsd:string . | 110 | "Specific object ID"^^xsd:string . |
| 111 | 111 | ||
| 112 | ILAP:ActivityPlan | 112 | ILAP:ActivityPlan |
| 113 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 113 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 114 | rdfs:label "Activity Plan"^^xsd:string ; | 114 | rdfs:label "Activity Plan"^^xsd:string ; |
| 115 | rdfs:subClassOf ILAP:Network ; | 115 | rdfs:subClassOf ILAP:Network ; |
| 116 | rdfs:subClassOf | 116 | rdfs:subClassOf |
| ... | @@ -125,7 +125,7 @@ ILAP:ActivityStatus | ... | @@ -125,7 +125,7 @@ ILAP:ActivityStatus |
| 125 | rdfs:subClassOf ILAP:Status . | 125 | rdfs:subClassOf ILAP:Status . |
| 126 | 126 | ||
| 127 | ILAP:ActivityWBS | 127 | ILAP:ActivityWBS |
| 128 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 128 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 129 | rdfs:label "Activity WBS"^^xsd:string ; | 129 | rdfs:label "Activity WBS"^^xsd:string ; |
| 130 | rdfs:subClassOf ILAP:Network . | 130 | rdfs:subClassOf ILAP:Network . |
| 131 | 131 | ||
| ... | @@ -140,15 +140,15 @@ ILAP:After_Shutdown | ... | @@ -140,15 +140,15 @@ ILAP:After_Shutdown |
| 140 | ILAP:Application | 140 | ILAP:Application |
| 141 | rdf:type owl:Class ; | 141 | rdf:type owl:Class ; |
| 142 | rdfs:label "Application"^^xsd:string ; | 142 | rdfs:label "Application"^^xsd:string ; |
| 143 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 143 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 144 | 144 | ||
| 145 | ILAP:Asset | 145 | ILAP:Asset |
| 146 | rdf:type owl:Class ; | 146 | rdf:type owl:Class ; |
| 147 | rdfs:label "Asset"^^xsd:string ; | 147 | rdfs:label "Asset"^^xsd:string ; |
| 148 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 148 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 149 | 149 | ||
| 150 | ILAP:Baseline | 150 | ILAP:Baseline |
| 151 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 151 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 152 | rdfs:label "Baseline"^^xsd:string ; | 152 | rdfs:label "Baseline"^^xsd:string ; |
| 153 | rdfs:subClassOf ILAP:Network . | 153 | rdfs:subClassOf ILAP:Network . |
| 154 | 154 | ||
| ... | @@ -166,9 +166,9 @@ ILAP:CAPEX | ... | @@ -166,9 +166,9 @@ ILAP:CAPEX |
| 166 | rdfs:label "CAPEX"^^xsd:string . | 166 | rdfs:label "CAPEX"^^xsd:string . |
| 167 | 167 | ||
| 168 | ILAP:Calendar | 168 | ILAP:Calendar |
| 169 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 169 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 170 | rdfs:label "Calendar"^^xsd:string ; | 170 | rdfs:label "Calendar"^^xsd:string ; |
| 171 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 171 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 172 | rdfs:subClassOf | 172 | rdfs:subClassOf |
| 173 | [ rdf:type owl:Restriction ; | 173 | [ rdf:type owl:Restriction ; |
| 174 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 174 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -176,14 +176,14 @@ ILAP:Calendar | ... | @@ -176,14 +176,14 @@ ILAP:Calendar |
| 176 | ] . | 176 | ] . |
| 177 | 177 | ||
| 178 | ILAP:CalendarDay | 178 | ILAP:CalendarDay |
| 179 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 179 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 180 | rdfs:label "Calendar day"^^xsd:string ; | 180 | rdfs:label "Calendar day"^^xsd:string ; |
| 181 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 181 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 182 | 182 | ||
| 183 | ILAP:CalendarFreePeriod | 183 | ILAP:CalendarFreePeriod |
| 184 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 184 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 185 | rdfs:label "Calendar free period"^^xsd:string ; | 185 | rdfs:label "Calendar free period"^^xsd:string ; |
| 186 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 186 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 187 | rdfs:subClassOf | 187 | rdfs:subClassOf |
| 188 | [ rdf:type owl:Restriction ; | 188 | [ rdf:type owl:Restriction ; |
| 189 | owl:onClass ILAP:Calendar ; | 189 | owl:onClass ILAP:Calendar ; |
| ... | @@ -195,28 +195,28 @@ ILAP:CalendarFreePeriod | ... | @@ -195,28 +195,28 @@ ILAP:CalendarFreePeriod |
| 195 | ] . | 195 | ] . |
| 196 | 196 | ||
| 197 | ILAP:CalendarFreePeriodWeekRepeat | 197 | ILAP:CalendarFreePeriodWeekRepeat |
| 198 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 198 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 199 | rdfs:label "Free day"^^xsd:string ; | 199 | rdfs:label "Free day"^^xsd:string ; |
| 200 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 200 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 201 | 201 | ||
| 202 | ILAP:CalendarHour | 202 | ILAP:CalendarHour |
| 203 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 203 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 204 | rdfs:label "calendar hour"^^xsd:string ; | 204 | rdfs:label "calendar hour"^^xsd:string ; |
| 205 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 205 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 206 | 206 | ||
| 207 | ILAP:CalendarPeriod | 207 | ILAP:CalendarPeriod |
| 208 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 208 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 209 | rdfs:label "Calendar period"^^xsd:string ; | 209 | rdfs:label "Calendar period"^^xsd:string ; |
| 210 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 210 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 211 | rdfs:subClassOf | 211 | rdfs:subClassOf |
| 212 | [ rdf:type owl:Restriction ; | 212 | [ rdf:type owl:Restriction ; |
| 213 | - owl:allValuesFrom ILAP:CalendarHour ; | 213 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 214 | - owl:onProperty ILAP:hasCalendarPeriodHour | 214 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 215 | ] ; | 215 | ] ; |
| 216 | rdfs:subClassOf | 216 | rdfs:subClassOf |
| 217 | [ rdf:type owl:Restriction ; | 217 | [ rdf:type owl:Restriction ; |
| 218 | - owl:allValuesFrom ILAP:CalendarDay ; | 218 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 219 | - owl:onProperty ILAP:hasCalendarPeriodDay | 219 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 220 | ] . | 220 | ] . |
| 221 | 221 | ||
| 222 | ILAP:Campaign | 222 | ILAP:Campaign |
| ... | @@ -235,12 +235,12 @@ ILAP:Change_over | ... | @@ -235,12 +235,12 @@ ILAP:Change_over |
| 235 | ILAP:Constraint | 235 | ILAP:Constraint |
| 236 | rdf:type owl:Class ; | 236 | rdf:type owl:Class ; |
| 237 | rdfs:label "Constraint"^^xsd:string ; | 237 | rdfs:label "Constraint"^^xsd:string ; |
| 238 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 238 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 239 | 239 | ||
| 240 | ILAP:Contract | 240 | ILAP:Contract |
| 241 | rdf:type owl:Class ; | 241 | rdf:type owl:Class ; |
| 242 | rdfs:label "Contract"^^xsd:string ; | 242 | rdfs:label "Contract"^^xsd:string ; |
| 243 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 243 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 244 | 244 | ||
| 245 | ILAP:ControlSchedule | 245 | ILAP:ControlSchedule |
| 246 | rdf:type owl:Class ; | 246 | rdf:type owl:Class ; |
| ... | @@ -250,7 +250,7 @@ ILAP:ControlSchedule | ... | @@ -250,7 +250,7 @@ ILAP:ControlSchedule |
| 250 | ILAP:Cost | 250 | ILAP:Cost |
| 251 | rdf:type owl:Class ; | 251 | rdf:type owl:Class ; |
| 252 | rdfs:label "Cost"^^xsd:string ; | 252 | rdfs:label "Cost"^^xsd:string ; |
| 253 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 253 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 254 | 254 | ||
| 255 | ILAP:CostBased | 255 | ILAP:CostBased |
| 256 | rdf:type owl:Class ; | 256 | rdf:type owl:Class ; |
| ... | @@ -258,14 +258,14 @@ ILAP:CostBased | ... | @@ -258,14 +258,14 @@ ILAP:CostBased |
| 258 | rdfs:subClassOf ILAP:Resource . | 258 | rdfs:subClassOf ILAP:Resource . |
| 259 | 259 | ||
| 260 | ILAP:CurrentSchedule | 260 | ILAP:CurrentSchedule |
| 261 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 261 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 262 | rdfs:label "Current schedule"^^xsd:string ; | 262 | rdfs:label "Current schedule"^^xsd:string ; |
| 263 | rdfs:subClassOf ILAP:Schedule . | 263 | rdfs:subClassOf ILAP:Schedule . |
| 264 | 264 | ||
| 265 | ILAP:Data | 265 | ILAP:Data |
| 266 | rdf:type owl:Class ; | 266 | rdf:type owl:Class ; |
| 267 | rdfs:label "Data"^^xsd:string ; | 267 | rdfs:label "Data"^^xsd:string ; |
| 268 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 268 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 269 | rdfs:subClassOf | 269 | rdfs:subClassOf |
| 270 | [ rdf:type owl:Restriction ; | 270 | [ rdf:type owl:Restriction ; |
| 271 | owl:onClass ILAP:Project ; | 271 | owl:onClass ILAP:Project ; |
| ... | @@ -294,9 +294,9 @@ ILAP:Dependent_on_Shutdown | ... | @@ -294,9 +294,9 @@ ILAP:Dependent_on_Shutdown |
| 294 | rdfs:label "Dependent on Shutdown"^^xsd:string . | 294 | rdfs:label "Dependent on Shutdown"^^xsd:string . |
| 295 | 295 | ||
| 296 | ILAP:Discipline | 296 | ILAP:Discipline |
| 297 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 297 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 298 | rdfs:label "Discipline"^^xsd:string ; | 298 | rdfs:label "Discipline"^^xsd:string ; |
| 299 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 299 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
| 300 | 300 | ||
| 301 | ILAP:Drilling_Shutdown | 301 | ILAP:Drilling_Shutdown |
| 302 | rdf:type ILAP:ShutdownContent ; | 302 | rdf:type ILAP:ShutdownContent ; |
| ... | @@ -315,13 +315,15 @@ ILAP:Equipment_Shutdown | ... | @@ -315,13 +315,15 @@ ILAP:Equipment_Shutdown |
| 315 | rdfs:label "Equipment Shutdown"^^xsd:string . | 315 | rdfs:label "Equipment Shutdown"^^xsd:string . |
| 316 | 316 | ||
| 317 | ILAP:ExternalReference | 317 | ILAP:ExternalReference |
| 318 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 318 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 319 | rdfs:label "External Reference"^^xsd:string ; | 319 | rdfs:label "External Reference"^^xsd:string ; |
| 320 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 320 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 321 | rdfs:subClassOf | 321 | rdfs:subClassOf |
| 322 | [ rdf:type owl:Restriction ; | 322 | [ rdf:type owl:Restriction ; |
| 323 | - owl:allValuesFrom ILAP:Application ; | 323 | + owl:onDataRange xsd:string ; |
| 324 | - owl:onProperty ILAP:hasReferenceApplication | 324 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 325 | + owl:qualifiedCardinality | ||
| 326 | + "1"^^xsd:nonNegativeInteger | ||
| 325 | ] ; | 327 | ] ; |
| 326 | rdfs:subClassOf | 328 | rdfs:subClassOf |
| 327 | [ rdf:type owl:Restriction ; | 329 | [ rdf:type owl:Restriction ; |
| ... | @@ -330,10 +332,8 @@ ILAP:ExternalReference | ... | @@ -330,10 +332,8 @@ ILAP:ExternalReference |
| 330 | ] ; | 332 | ] ; |
| 331 | rdfs:subClassOf | 333 | rdfs:subClassOf |
| 332 | [ rdf:type owl:Restriction ; | 334 | [ rdf:type owl:Restriction ; |
| 333 | - owl:onDataRange xsd:string ; | 335 | + owl:allValuesFrom ILAP:Application ; |
| 334 | - owl:onProperty ILAP:hasObjectReferenceID ; | 336 | + owl:onProperty ILAP:hasReferenceApplication |
| 335 | - owl:qualifiedCardinality | ||
| 336 | - "1"^^xsd:nonNegativeInteger | ||
| 337 | ] . | 337 | ] . |
| 338 | 338 | ||
| 339 | ILAP:Facility | 339 | ILAP:Facility |
| ... | @@ -346,14 +346,14 @@ ILAP:Field_Shutdown | ... | @@ -346,14 +346,14 @@ ILAP:Field_Shutdown |
| 346 | rdfs:label "Field Shutdown"^^xsd:string . | 346 | rdfs:label "Field Shutdown"^^xsd:string . |
| 347 | 347 | ||
| 348 | ILAP:FinishToFinish | 348 | ILAP:FinishToFinish |
| 349 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 349 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 350 | rdfs:label "Finish to finish"^^xsd:string ; | 350 | rdfs:label "Finish to finish"^^xsd:string ; |
| 351 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 351 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 352 | 352 | ||
| 353 | ILAP:FinishToStart | 353 | ILAP:FinishToStart |
| 354 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 354 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 355 | rdfs:label "Finish to start"^^xsd:string ; | 355 | rdfs:label "Finish to start"^^xsd:string ; |
| 356 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 356 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 357 | 357 | ||
| 358 | ILAP:FunctionalLocation | 358 | ILAP:FunctionalLocation |
| 359 | rdf:type owl:Class ; | 359 | rdf:type owl:Class ; |
| ... | @@ -404,7 +404,7 @@ ILAP:IndependentOfOperation | ... | @@ -404,7 +404,7 @@ ILAP:IndependentOfOperation |
| 404 | ILAP:Information | 404 | ILAP:Information |
| 405 | rdf:type owl:Class ; | 405 | rdf:type owl:Class ; |
| 406 | rdfs:label "Information"^^xsd:string ; | 406 | rdfs:label "Information"^^xsd:string ; |
| 407 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 407 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 408 | 408 | ||
| 409 | ILAP:Knowledge | 409 | ILAP:Knowledge |
| 410 | rdf:type owl:Class ; | 410 | rdf:type owl:Class ; |
| ... | @@ -416,7 +416,7 @@ ILAP:LiftingOperation | ... | @@ -416,7 +416,7 @@ ILAP:LiftingOperation |
| 416 | rdfs:label "Lifting operation"^^xsd:string . | 416 | rdfs:label "Lifting operation"^^xsd:string . |
| 417 | 417 | ||
| 418 | ILAP:LiveSchedule | 418 | ILAP:LiveSchedule |
| 419 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 419 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 420 | rdfs:label "Live schedule"^^xsd:string ; | 420 | rdfs:label "Live schedule"^^xsd:string ; |
| 421 | rdfs:subClassOf ILAP:Schedule . | 421 | rdfs:subClassOf ILAP:Schedule . |
| 422 | 422 | ||
| ... | @@ -425,9 +425,9 @@ ILAP:Living_Quarter_Shutdown | ... | @@ -425,9 +425,9 @@ ILAP:Living_Quarter_Shutdown |
| 425 | rdfs:label "Living Quarter Shutdown"^^xsd:string . | 425 | rdfs:label "Living Quarter Shutdown"^^xsd:string . |
| 426 | 426 | ||
| 427 | ILAP:Location | 427 | ILAP:Location |
| 428 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 428 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 429 | rdfs:label "Location"^^xsd:string ; | 429 | rdfs:label "Location"^^xsd:string ; |
| 430 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 430 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 431 | 431 | ||
| 432 | ILAP:LowCriticality | 432 | ILAP:LowCriticality |
| 433 | rdf:type ILAP:DegreeOfCriticality ; | 433 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -438,7 +438,7 @@ ILAP:LowPriority | ... | @@ -438,7 +438,7 @@ ILAP:LowPriority |
| 438 | rdfs:label "Low priority"^^xsd:string . | 438 | rdfs:label "Low priority"^^xsd:string . |
| 439 | 439 | ||
| 440 | ILAP:Milestone | 440 | ILAP:Milestone |
| 441 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 441 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 442 | rdfs:label "Milestone"^^xsd:string . | 442 | rdfs:label "Milestone"^^xsd:string . |
| 443 | 443 | ||
| 444 | ILAP:MiniShutdown | 444 | ILAP:MiniShutdown |
| ... | @@ -448,7 +448,7 @@ ILAP:MiniShutdown | ... | @@ -448,7 +448,7 @@ ILAP:MiniShutdown |
| 448 | ILAP:Network | 448 | ILAP:Network |
| 449 | rdf:type owl:Class ; | 449 | rdf:type owl:Class ; |
| 450 | rdfs:label "Network"^^xsd:string ; | 450 | rdfs:label "Network"^^xsd:string ; |
| 451 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 451 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 452 | 452 | ||
| 453 | ILAP:Non-Scheduled_Shutdown | 453 | ILAP:Non-Scheduled_Shutdown |
| 454 | rdf:type ILAP:ShutdownType ; | 454 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -487,49 +487,49 @@ ILAP:PhysicalLocation | ... | @@ -487,49 +487,49 @@ ILAP:PhysicalLocation |
| 487 | rdfs:subClassOf ILAP:Location . | 487 | rdfs:subClassOf ILAP:Location . |
| 488 | 488 | ||
| 489 | ILAP:PlanClassifier | 489 | ILAP:PlanClassifier |
| 490 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 490 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 491 | rdfs:label "Plan classifier"^^xsd:string ; | 491 | rdfs:label "Plan classifier"^^xsd:string ; |
| 492 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 492 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 493 | 493 | ||
| 494 | ILAP:PlanContentType | 494 | ILAP:PlanContentType |
| 495 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 495 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 496 | rdfs:label "Plan content type"^^xsd:string ; | 496 | rdfs:label "Plan content type"^^xsd:string ; |
| 497 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 497 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 498 | 498 | ||
| 499 | ILAP:PlanContractType | 499 | ILAP:PlanContractType |
| 500 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 500 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 501 | rdfs:label "Plan contract type"^^xsd:string ; | 501 | rdfs:label "Plan contract type"^^xsd:string ; |
| 502 | rdfs:subClassOf ILAP:PlanClassifier . | 502 | rdfs:subClassOf ILAP:PlanClassifier . |
| 503 | 503 | ||
| 504 | ILAP:PlanExpenseType | 504 | ILAP:PlanExpenseType |
| 505 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 505 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 506 | rdfs:label "Plan expense type"^^xsd:string ; | 506 | rdfs:label "Plan expense type"^^xsd:string ; |
| 507 | rdfs:subClassOf ILAP:PlanClassifier . | 507 | rdfs:subClassOf ILAP:PlanClassifier . |
| 508 | 508 | ||
| 509 | ILAP:PlanGeoArea | 509 | ILAP:PlanGeoArea |
| 510 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 510 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 511 | rdfs:label "Plan geographic area"^^xsd:string ; | 511 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 512 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 512 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 513 | 513 | ||
| 514 | ILAP:PlanLevel | 514 | ILAP:PlanLevel |
| 515 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 515 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 516 | rdfs:label "Plan level"^^xsd:string ; | 516 | rdfs:label "Plan level"^^xsd:string ; |
| 517 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 517 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 518 | 518 | ||
| 519 | ILAP:PlanLifecycleStage | 519 | ILAP:PlanLifecycleStage |
| 520 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 520 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 521 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 521 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 522 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 522 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 523 | 523 | ||
| 524 | ILAP:PlanObjectiveType | 524 | ILAP:PlanObjectiveType |
| 525 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 525 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 526 | rdfs:label "Plan objective type"^^xsd:string ; | 526 | rdfs:label "Plan objective type"^^xsd:string ; |
| 527 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 527 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 528 | 528 | ||
| 529 | ILAP:PlanProjectType | 529 | ILAP:PlanProjectType |
| 530 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 530 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 531 | rdfs:label "Plan project type"^^xsd:string ; | 531 | rdfs:label "Plan project type"^^xsd:string ; |
| 532 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 532 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 533 | 533 | ||
| 534 | ILAP:PlannedActivity | 534 | ILAP:PlannedActivity |
| 535 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 535 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -537,57 +537,57 @@ ILAP:PlannedActivity | ... | @@ -537,57 +537,57 @@ ILAP:PlannedActivity |
| 537 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 537 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 538 | rdfs:subClassOf | 538 | rdfs:subClassOf |
| 539 | [ rdf:type owl:Restriction ; | 539 | [ rdf:type owl:Restriction ; |
| 540 | - owl:maxQualifiedCardinality | 540 | + owl:allValuesFrom ILAP:Location ; |
| 541 | - "1"^^xsd:nonNegativeInteger ; | 541 | + owl:onProperty ILAP:hasActivityLocation |
| 542 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 543 | - owl:onProperty ILAP:hasActivityPlan | ||
| 544 | ] ; | 542 | ] ; |
| 545 | rdfs:subClassOf | 543 | rdfs:subClassOf |
| 546 | [ rdf:type owl:Restriction ; | 544 | [ rdf:type owl:Restriction ; |
| 547 | - owl:allValuesFrom ILAP:ResourceProfile ; | 545 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 548 | - owl:onProperty ILAP:hasActivityResourceProfile | 546 | + owl:onProperty ILAP:hasActivityPredecessor |
| 549 | ] ; | 547 | ] ; |
| 550 | rdfs:subClassOf | 548 | rdfs:subClassOf |
| 551 | [ rdf:type owl:Restriction ; | 549 | [ rdf:type owl:Restriction ; |
| 552 | - owl:allValuesFrom ILAP:Result ; | 550 | + owl:maxQualifiedCardinality |
| 553 | - owl:onProperty ILAP:hasActivityResult | 551 | + "1"^^xsd:nonNegativeInteger ; |
| 552 | + owl:onClass ILAP:Facility ; | ||
| 553 | + owl:onProperty ILAP:hasPlatform | ||
| 554 | ] ; | 554 | ] ; |
| 555 | rdfs:subClassOf | 555 | rdfs:subClassOf |
| 556 | [ rdf:type owl:Restriction ; | 556 | [ rdf:type owl:Restriction ; |
| 557 | - owl:onProperty ILAP:hasActivityDiscipline ; | 557 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 558 | - owl:someValuesFrom ILAP:Discipline | 558 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 559 | ] ; | 559 | ] ; |
| 560 | rdfs:subClassOf | 560 | rdfs:subClassOf |
| 561 | [ rdf:type owl:Restriction ; | 561 | [ rdf:type owl:Restriction ; |
| 562 | owl:allValuesFrom ILAP:ActivityDependency ; | 562 | owl:allValuesFrom ILAP:ActivityDependency ; |
| 563 | - owl:onProperty ILAP:hasActivityPredecessor | 563 | + owl:onProperty ILAP:hasActivitySuccessor |
| 564 | ] ; | 564 | ] ; |
| 565 | rdfs:subClassOf | 565 | rdfs:subClassOf |
| 566 | [ rdf:type owl:Restriction ; | 566 | [ rdf:type owl:Restriction ; |
| 567 | - owl:allValuesFrom ILAP:ActivityWBS ; | 567 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 568 | - owl:onProperty ILAP:hasActivityWBSelement | 568 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 569 | ] ; | 569 | ] ; |
| 570 | rdfs:subClassOf | 570 | rdfs:subClassOf |
| 571 | [ rdf:type owl:Restriction ; | 571 | [ rdf:type owl:Restriction ; |
| 572 | - owl:maxQualifiedCardinality | 572 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 573 | - "1"^^xsd:nonNegativeInteger ; | 573 | + owl:someValuesFrom ILAP:Discipline |
| 574 | - owl:onClass ILAP:Facility ; | ||
| 575 | - owl:onProperty ILAP:hasPlatform | ||
| 576 | ] ; | 574 | ] ; |
| 577 | rdfs:subClassOf | 575 | rdfs:subClassOf |
| 578 | [ rdf:type owl:Restriction ; | 576 | [ rdf:type owl:Restriction ; |
| 579 | - owl:allValuesFrom ILAP:Location ; | 577 | + owl:maxQualifiedCardinality |
| 580 | - owl:onProperty ILAP:hasActivityLocation | 578 | + "1"^^xsd:nonNegativeInteger ; |
| 579 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 580 | + owl:onProperty ILAP:hasActivityPlan | ||
| 581 | ] ; | 581 | ] ; |
| 582 | rdfs:subClassOf | 582 | rdfs:subClassOf |
| 583 | [ rdf:type owl:Restriction ; | 583 | [ rdf:type owl:Restriction ; |
| 584 | - owl:allValuesFrom ILAP:ActivityDependency ; | 584 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 585 | - owl:onProperty ILAP:hasActivitySuccessor | 585 | + owl:onProperty ILAP:hasActivityWBSelement |
| 586 | ] ; | 586 | ] ; |
| 587 | rdfs:subClassOf | 587 | rdfs:subClassOf |
| 588 | [ rdf:type owl:Restriction ; | 588 | [ rdf:type owl:Restriction ; |
| 589 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 589 | + owl:allValuesFrom ILAP:Result ; |
| 590 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 590 | + owl:onProperty ILAP:hasActivityResult |
| 591 | ] . | 591 | ] . |
| 592 | 592 | ||
| 593 | ILAP:PlannedMilestone | 593 | ILAP:PlannedMilestone |
| ... | @@ -615,13 +615,18 @@ ILAP:Programme | ... | @@ -615,13 +615,18 @@ ILAP:Programme |
| 615 | rdfs:subClassOf ILAP:Project . | 615 | rdfs:subClassOf ILAP:Project . |
| 616 | 616 | ||
| 617 | ILAP:Project | 617 | ILAP:Project |
| 618 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 618 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 619 | rdfs:label "Project"^^xsd:string ; | 619 | rdfs:label "Project"^^xsd:string ; |
| 620 | rdfs:subClassOf ILAP:Activity ; | 620 | rdfs:subClassOf ILAP:Activity ; |
| 621 | rdfs:subClassOf | 621 | rdfs:subClassOf |
| 622 | [ rdf:type owl:Restriction ; | 622 | [ rdf:type owl:Restriction ; |
| 623 | - owl:allValuesFrom BRREG:OilCompany ; | 623 | + owl:allValuesFrom ILAP:Project ; |
| 624 | - owl:onProperty ILAP:hasProjectResponsible | 624 | + owl:onProperty ILAP:hasProjectSubproject |
| 625 | + ] ; | ||
| 626 | + rdfs:subClassOf | ||
| 627 | + [ rdf:type owl:Restriction ; | ||
| 628 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 629 | + owl:onProperty ILAP:hasExternalReference | ||
| 625 | ] ; | 630 | ] ; |
| 626 | rdfs:subClassOf | 631 | rdfs:subClassOf |
| 627 | [ rdf:type owl:Restriction ; | 632 | [ rdf:type owl:Restriction ; |
| ... | @@ -632,13 +637,8 @@ ILAP:Project | ... | @@ -632,13 +637,8 @@ ILAP:Project |
| 632 | ] ; | 637 | ] ; |
| 633 | rdfs:subClassOf | 638 | rdfs:subClassOf |
| 634 | [ rdf:type owl:Restriction ; | 639 | [ rdf:type owl:Restriction ; |
| 635 | - owl:allValuesFrom ILAP:ExternalReference ; | 640 | + owl:allValuesFrom BRREG:OilCompany ; |
| 636 | - owl:onProperty ILAP:hasExternalReference | 641 | + owl:onProperty ILAP:hasProjectResponsible |
| 637 | - ] ; | ||
| 638 | - rdfs:subClassOf | ||
| 639 | - [ rdf:type owl:Restriction ; | ||
| 640 | - owl:allValuesFrom ILAP:Project ; | ||
| 641 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 642 | ] . | 642 | ] . |
| 643 | 643 | ||
| 644 | ILAP:ProjectExecutionPlan | 644 | ILAP:ProjectExecutionPlan |
| ... | @@ -647,10 +647,15 @@ ILAP:ProjectExecutionPlan | ... | @@ -647,10 +647,15 @@ ILAP:ProjectExecutionPlan |
| 647 | rdfs:subClassOf ILAP:Network ; | 647 | rdfs:subClassOf ILAP:Network ; |
| 648 | rdfs:subClassOf | 648 | rdfs:subClassOf |
| 649 | [ rdf:type owl:Restriction ; | 649 | [ rdf:type owl:Restriction ; |
| 650 | + owl:allValuesFrom ILAP:PlanObjectiveType ; | ||
| 651 | + owl:onProperty ILAP:hasPlanObjectiveType | ||
| 652 | + ] ; | ||
| 653 | + rdfs:subClassOf | ||
| 654 | + [ rdf:type owl:Restriction ; | ||
| 650 | owl:maxQualifiedCardinality | 655 | owl:maxQualifiedCardinality |
| 651 | "1"^^xsd:nonNegativeInteger ; | 656 | "1"^^xsd:nonNegativeInteger ; |
| 652 | - owl:onClass ILAP:Project ; | 657 | + owl:onClass ILAP:PlanLevel ; |
| 653 | - owl:onProperty ILAP:hasPlanProject | 658 | + owl:onProperty ILAP:hasPlanLevel |
| 654 | ] ; | 659 | ] ; |
| 655 | rdfs:subClassOf | 660 | rdfs:subClassOf |
| 656 | [ rdf:type owl:Restriction ; | 661 | [ rdf:type owl:Restriction ; |
| ... | @@ -659,33 +664,30 @@ ILAP:ProjectExecutionPlan | ... | @@ -659,33 +664,30 @@ ILAP:ProjectExecutionPlan |
| 659 | ] ; | 664 | ] ; |
| 660 | rdfs:subClassOf | 665 | rdfs:subClassOf |
| 661 | [ rdf:type owl:Restriction ; | 666 | [ rdf:type owl:Restriction ; |
| 662 | - owl:onProperty ILAP:hasPlanGeoArea ; | 667 | + owl:onProperty ILAP:hasPlanLevel ; |
| 663 | - owl:someValuesFrom ILAP:PlanGeoArea | 668 | + owl:someValuesFrom ILAP:PlanLevel |
| 664 | - ] ; | ||
| 665 | - rdfs:subClassOf | ||
| 666 | - [ rdf:type owl:Restriction ; | ||
| 667 | - owl:onProperty ILAP:hasPlanContentType ; | ||
| 668 | - owl:someValuesFrom ILAP:PlanContentType | ||
| 669 | ] ; | 669 | ] ; |
| 670 | rdfs:subClassOf | 670 | rdfs:subClassOf |
| 671 | [ rdf:type owl:Restriction ; | 671 | [ rdf:type owl:Restriction ; |
| 672 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 672 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 673 | - owl:onProperty ILAP:hasPlanObjectiveType | 673 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 674 | ] ; | 674 | ] ; |
| 675 | rdfs:subClassOf | 675 | rdfs:subClassOf |
| 676 | [ rdf:type owl:Restriction ; | 676 | [ rdf:type owl:Restriction ; |
| 677 | - owl:onProperty ILAP:hasPlanProjectType ; | 677 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 678 | - owl:someValuesFrom ILAP:PlanProjectType | 678 | + owl:onProperty ILAP:hasPlanAsset |
| 679 | ] ; | 679 | ] ; |
| 680 | rdfs:subClassOf | 680 | rdfs:subClassOf |
| 681 | [ rdf:type owl:Restriction ; | 681 | [ rdf:type owl:Restriction ; |
| 682 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 682 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 683 | - owl:onProperty ILAP:hasPlanRollUpPlan | 683 | + owl:onProperty ILAP:hasPlanContractType |
| 684 | ] ; | 684 | ] ; |
| 685 | rdfs:subClassOf | 685 | rdfs:subClassOf |
| 686 | [ rdf:type owl:Restriction ; | 686 | [ rdf:type owl:Restriction ; |
| 687 | - owl:allValuesFrom ILAP:PlanContractType ; | 687 | + owl:maxQualifiedCardinality |
| 688 | - owl:onProperty ILAP:hasPlanContractType | 688 | + "1"^^xsd:nonNegativeInteger ; |
| 689 | + owl:onClass ILAP:Project ; | ||
| 690 | + owl:onProperty ILAP:hasPlanProject | ||
| 689 | ] ; | 691 | ] ; |
| 690 | rdfs:subClassOf | 692 | rdfs:subClassOf |
| 691 | [ rdf:type owl:Restriction ; | 693 | [ rdf:type owl:Restriction ; |
| ... | @@ -694,25 +696,23 @@ ILAP:ProjectExecutionPlan | ... | @@ -694,25 +696,23 @@ ILAP:ProjectExecutionPlan |
| 694 | ] ; | 696 | ] ; |
| 695 | rdfs:subClassOf | 697 | rdfs:subClassOf |
| 696 | [ rdf:type owl:Restriction ; | 698 | [ rdf:type owl:Restriction ; |
| 697 | - owl:onProperty ILAP:hasPlanLevel ; | 699 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 698 | - owl:someValuesFrom ILAP:PlanLevel | 700 | + owl:someValuesFrom ILAP:PlanProjectType |
| 699 | ] ; | 701 | ] ; |
| 700 | rdfs:subClassOf | 702 | rdfs:subClassOf |
| 701 | [ rdf:type owl:Restriction ; | 703 | [ rdf:type owl:Restriction ; |
| 702 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 704 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 703 | - owl:onProperty ILAP:hasPlanLifecycleStage | 705 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 704 | ] ; | 706 | ] ; |
| 705 | rdfs:subClassOf | 707 | rdfs:subClassOf |
| 706 | [ rdf:type owl:Restriction ; | 708 | [ rdf:type owl:Restriction ; |
| 707 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 709 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 708 | - owl:onProperty ILAP:hasPlanAsset | 710 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 709 | ] ; | 711 | ] ; |
| 710 | rdfs:subClassOf | 712 | rdfs:subClassOf |
| 711 | [ rdf:type owl:Restriction ; | 713 | [ rdf:type owl:Restriction ; |
| 712 | - owl:maxQualifiedCardinality | 714 | + owl:onProperty ILAP:hasPlanContentType ; |
| 713 | - "1"^^xsd:nonNegativeInteger ; | 715 | + owl:someValuesFrom ILAP:PlanContentType |
| 714 | - owl:onClass ILAP:PlanLevel ; | ||
| 715 | - owl:onProperty ILAP:hasPlanLevel | ||
| 716 | ] . | 716 | ] . |
| 717 | 717 | ||
| 718 | ILAP:ProjectType | 718 | ILAP:ProjectType |
| ... | @@ -721,9 +721,9 @@ ILAP:ProjectType | ... | @@ -721,9 +721,9 @@ ILAP:ProjectType |
| 721 | rdfs:subClassOf owl:Thing . | 721 | rdfs:subClassOf owl:Thing . |
| 722 | 722 | ||
| 723 | ILAP:Regular8To16WorkingDayCalendar | 723 | ILAP:Regular8To16WorkingDayCalendar |
| 724 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 724 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 725 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 725 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 726 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 726 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 727 | 727 | ||
| 728 | ILAP:RemovalOfBarriers | 728 | ILAP:RemovalOfBarriers |
| 729 | rdf:type ILAP:RiskType ; | 729 | rdf:type ILAP:RiskType ; |
| ... | @@ -734,9 +734,9 @@ ILAP:ReservoirDrillingOperation | ... | @@ -734,9 +734,9 @@ ILAP:ReservoirDrillingOperation |
| 734 | rdfs:label "Reservoir drilling operation"^^xsd:string . | 734 | rdfs:label "Reservoir drilling operation"^^xsd:string . |
| 735 | 735 | ||
| 736 | ILAP:Resource | 736 | ILAP:Resource |
| 737 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 737 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 738 | rdfs:label "Resource"^^xsd:string ; | 738 | rdfs:label "Resource"^^xsd:string ; |
| 739 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 739 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 740 | 740 | ||
| 741 | ILAP:ResourceEstimate | 741 | ILAP:ResourceEstimate |
| 742 | rdf:type owl:Class ; | 742 | rdf:type owl:Class ; |
| ... | @@ -744,14 +744,14 @@ ILAP:ResourceEstimate | ... | @@ -744,14 +744,14 @@ ILAP:ResourceEstimate |
| 744 | rdfs:subClassOf ILAP:ResourceStructure . | 744 | rdfs:subClassOf ILAP:ResourceStructure . |
| 745 | 745 | ||
| 746 | ILAP:ResourceProfile | 746 | ILAP:ResourceProfile |
| 747 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 747 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 748 | rdfs:label "Resource profile"^^xsd:string ; | 748 | rdfs:label "Resource profile"^^xsd:string ; |
| 749 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 749 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 750 | 750 | ||
| 751 | ILAP:ResourceProfilePoint | 751 | ILAP:ResourceProfilePoint |
| 752 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 752 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 753 | rdfs:label "resource Profile point"^^xsd:string ; | 753 | rdfs:label "resource Profile point"^^xsd:string ; |
| 754 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 754 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 755 | 755 | ||
| 756 | ILAP:ResourceStructure | 756 | ILAP:ResourceStructure |
| 757 | rdf:type owl:Class ; | 757 | rdf:type owl:Class ; |
| ... | @@ -759,17 +759,17 @@ ILAP:ResourceStructure | ... | @@ -759,17 +759,17 @@ ILAP:ResourceStructure |
| 759 | rdfs:subClassOf ILAP:Network . | 759 | rdfs:subClassOf ILAP:Network . |
| 760 | 760 | ||
| 761 | ILAP:ResponsibleOrganization | 761 | ILAP:ResponsibleOrganization |
| 762 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 762 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 763 | rdfs:label "Responsible organization"^^xsd:string ; | 763 | rdfs:label "Responsible organization"^^xsd:string ; |
| 764 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 764 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 765 | 765 | ||
| 766 | ILAP:ResponsiblePerson | 766 | ILAP:ResponsiblePerson |
| 767 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 767 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 768 | rdfs:label "Responsible"^^xsd:string ; | 768 | rdfs:label "Responsible"^^xsd:string ; |
| 769 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 769 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 770 | 770 | ||
| 771 | ILAP:Result | 771 | ILAP:Result |
| 772 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 772 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 773 | rdfs:label "Result"^^xsd:string ; | 773 | rdfs:label "Result"^^xsd:string ; |
| 774 | rdfs:subClassOf owl:Thing . | 774 | rdfs:subClassOf owl:Thing . |
| 775 | 775 | ||
| ... | @@ -797,9 +797,9 @@ ILAP:Safety_Test_Shutdown | ... | @@ -797,9 +797,9 @@ ILAP:Safety_Test_Shutdown |
| 797 | rdfs:label "Safety Test Shutdown"^^xsd:string . | 797 | rdfs:label "Safety Test Shutdown"^^xsd:string . |
| 798 | 798 | ||
| 799 | ILAP:Schedule | 799 | ILAP:Schedule |
| 800 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 800 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 801 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 801 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 802 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 802 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 803 | rdfs:subClassOf | 803 | rdfs:subClassOf |
| 804 | [ rdf:type owl:Restriction ; | 804 | [ rdf:type owl:Restriction ; |
| 805 | owl:maxQualifiedCardinality | 805 | owl:maxQualifiedCardinality |
| ... | @@ -809,22 +809,22 @@ ILAP:Schedule | ... | @@ -809,22 +809,22 @@ ILAP:Schedule |
| 809 | ] . | 809 | ] . |
| 810 | 810 | ||
| 811 | ILAP:ScheduledActivity | 811 | ILAP:ScheduledActivity |
| 812 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 812 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 813 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 813 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 814 | rdfs:subClassOf ILAP:PlannedActivity ; | 814 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 815 | rdfs:subClassOf | 815 | rdfs:subClassOf |
| 816 | [ rdf:type owl:Restriction ; | 816 | [ rdf:type owl:Restriction ; |
| 817 | owl:maxQualifiedCardinality | 817 | owl:maxQualifiedCardinality |
| 818 | "1"^^xsd:nonNegativeInteger ; | 818 | "1"^^xsd:nonNegativeInteger ; |
| 819 | - owl:onClass ILAP:PlannedActivity ; | 819 | + owl:onClass ILAP:Schedule ; |
| 820 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 820 | + owl:onProperty ILAP:hasActivitySchedule |
| 821 | ] ; | 821 | ] ; |
| 822 | rdfs:subClassOf | 822 | rdfs:subClassOf |
| 823 | [ rdf:type owl:Restriction ; | 823 | [ rdf:type owl:Restriction ; |
| 824 | owl:maxQualifiedCardinality | 824 | owl:maxQualifiedCardinality |
| 825 | "1"^^xsd:nonNegativeInteger ; | 825 | "1"^^xsd:nonNegativeInteger ; |
| 826 | - owl:onClass ILAP:Schedule ; | 826 | + owl:onClass ILAP:PlannedActivity ; |
| 827 | - owl:onProperty ILAP:hasActivitySchedule | 827 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 828 | ] . | 828 | ] . |
| 829 | 829 | ||
| 830 | ILAP:ScheduledMilestone | 830 | ILAP:ScheduledMilestone |
| ... | @@ -869,9 +869,9 @@ ILAP:Shutdown_not_evaluated | ... | @@ -869,9 +869,9 @@ ILAP:Shutdown_not_evaluated |
| 869 | rdfs:label "Shutdown not evaluated"^^xsd:string . | 869 | rdfs:label "Shutdown not evaluated"^^xsd:string . |
| 870 | 870 | ||
| 871 | ILAP:Source | 871 | ILAP:Source |
| 872 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 872 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 873 | rdfs:label "Source"^^xsd:string ; | 873 | rdfs:label "Source"^^xsd:string ; |
| 874 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 874 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 875 | 875 | ||
| 876 | ILAP:SourceSpecifiedUserField | 876 | ILAP:SourceSpecifiedUserField |
| 877 | rdf:type owl:Class ; | 877 | rdf:type owl:Class ; |
| ... | @@ -884,26 +884,26 @@ ILAP:SpecifiedUserField | ... | @@ -884,26 +884,26 @@ ILAP:SpecifiedUserField |
| 884 | rdfs:subClassOf ILAP:UserField . | 884 | rdfs:subClassOf ILAP:UserField . |
| 885 | 885 | ||
| 886 | ILAP:StartToFinish | 886 | ILAP:StartToFinish |
| 887 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 887 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 888 | rdfs:label "Start to finish"^^xsd:string ; | 888 | rdfs:label "Start to finish"^^xsd:string ; |
| 889 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 889 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 890 | 890 | ||
| 891 | ILAP:StartToStart | 891 | ILAP:StartToStart |
| 892 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 892 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 893 | rdfs:label "Start to start"^^xsd:string ; | 893 | rdfs:label "Start to start"^^xsd:string ; |
| 894 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 894 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 895 | 895 | ||
| 896 | ILAP:Status | 896 | ILAP:Status |
| 897 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 897 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 898 | rdfs:label "Status"^^xsd:string ; | 898 | rdfs:label "Status"^^xsd:string ; |
| 899 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 899 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 900 | 900 | ||
| 901 | ILAP:System_Shutdown | 901 | ILAP:System_Shutdown |
| 902 | rdf:type ILAP:ShutdownContent ; | 902 | rdf:type ILAP:ShutdownContent ; |
| 903 | rdfs:label "System Shutdown"^^xsd:string . | 903 | rdfs:label "System Shutdown"^^xsd:string . |
| 904 | 904 | ||
| 905 | ILAP:TargetSchedule | 905 | ILAP:TargetSchedule |
| 906 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 906 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 907 | rdfs:label "Target schedule"^^xsd:string ; | 907 | rdfs:label "Target schedule"^^xsd:string ; |
| 908 | rdfs:subClassOf ILAP:Schedule . | 908 | rdfs:subClassOf ILAP:Schedule . |
| 909 | 909 | ||
| ... | @@ -922,7 +922,7 @@ ILAP:UnitBased | ... | @@ -922,7 +922,7 @@ ILAP:UnitBased |
| 922 | rdfs:subClassOf ILAP:Resource . | 922 | rdfs:subClassOf ILAP:Resource . |
| 923 | 923 | ||
| 924 | ILAP:UserField | 924 | ILAP:UserField |
| 925 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 925 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 926 | rdfs:label "User field"^^xsd:string ; | 926 | rdfs:label "User field"^^xsd:string ; |
| 927 | rdfs:subClassOf ILAP:Data ; | 927 | rdfs:subClassOf ILAP:Data ; |
| 928 | rdfs:subClassOf | 928 | rdfs:subClassOf |
| ... | @@ -936,7 +936,7 @@ ILAP:UserField | ... | @@ -936,7 +936,7 @@ ILAP:UserField |
| 936 | ILAP:Value | 936 | ILAP:Value |
| 937 | rdf:type owl:Class ; | 937 | rdf:type owl:Class ; |
| 938 | rdfs:label "Value"^^xsd:string ; | 938 | rdfs:label "Value"^^xsd:string ; |
| 939 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 939 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 940 | 940 | ||
| 941 | ILAP:VesselOperation | 941 | ILAP:VesselOperation |
| 942 | rdf:type ILAP:RiskType ; | 942 | rdf:type ILAP:RiskType ; |
| ... | @@ -951,9 +951,9 @@ ILAP:Water_Production_Shutdown | ... | @@ -951,9 +951,9 @@ ILAP:Water_Production_Shutdown |
| 951 | rdfs:label "Water Production Shutdown"^^xsd:string . | 951 | rdfs:label "Water Production Shutdown"^^xsd:string . |
| 952 | 952 | ||
| 953 | ILAP:WeekendsFreeCalendar | 953 | ILAP:WeekendsFreeCalendar |
| 954 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 954 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 955 | rdfs:label "Weekends free calendar"^^xsd:string ; | 955 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 956 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 956 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 957 | 957 | ||
| 958 | ILAP:Well_Transfer | 958 | ILAP:Well_Transfer |
| 959 | rdf:type ILAP:ShutdownContent ; | 959 | rdf:type ILAP:ShutdownContent ; |
| ... | @@ -965,18 +965,18 @@ ILAP:WorkOrder | ... | @@ -965,18 +965,18 @@ ILAP:WorkOrder |
| 965 | rdfs:subClassOf ILAP:WorkTask . | 965 | rdfs:subClassOf ILAP:WorkTask . |
| 966 | 966 | ||
| 967 | ILAP:WorkTask | 967 | ILAP:WorkTask |
| 968 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 968 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 969 | rdfs:label "Work task"^^xsd:string ; | 969 | rdfs:label "Work task"^^xsd:string ; |
| 970 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 970 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 971 | rdfs:subClassOf | 971 | rdfs:subClassOf |
| 972 | [ rdf:type owl:Restriction ; | 972 | [ rdf:type owl:Restriction ; |
| 973 | - owl:allValuesFrom BRREG:LegalEntity ; | 973 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 974 | - owl:onProperty ILAP:hasWorkTaskResponsible | 974 | + owl:someValuesFrom ILAP:Activity |
| 975 | ] ; | 975 | ] ; |
| 976 | rdfs:subClassOf | 976 | rdfs:subClassOf |
| 977 | [ rdf:type owl:Restriction ; | 977 | [ rdf:type owl:Restriction ; |
| 978 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 978 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 979 | - owl:someValuesFrom ILAP:Activity | 979 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 980 | ] . | 980 | ] . |
| 981 | 981 | ||
| 982 | ILAP:WorkTaskStatus | 982 | ILAP:WorkTaskStatus |
| ... | @@ -1072,7 +1072,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -1072,7 +1072,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 1072 | rdfs:range xsd:float . | 1072 | rdfs:range xsd:float . |
| 1073 | 1073 | ||
| 1074 | ILAP:hasActivityPlan | 1074 | ILAP:hasActivityPlan |
| 1075 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1075 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1076 | rdfs:domain ILAP:PlannedActivity ; | 1076 | rdfs:domain ILAP:PlannedActivity ; |
| 1077 | rdfs:label "has activity plan"^^xsd:string ; | 1077 | rdfs:label "has activity plan"^^xsd:string ; |
| 1078 | rdfs:range ILAP:ProjectExecutionPlan . | 1078 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -1120,7 +1120,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -1120,7 +1120,7 @@ ILAP:hasActivityResponsibleOrganization |
| 1120 | rdfs:range ILAP:ResponsibleOrganization . | 1120 | rdfs:range ILAP:ResponsibleOrganization . |
| 1121 | 1121 | ||
| 1122 | ILAP:hasActivityResponsiblePerson | 1122 | ILAP:hasActivityResponsiblePerson |
| 1123 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1123 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1124 | rdfs:domain ILAP:PlannedActivity ; | 1124 | rdfs:domain ILAP:PlannedActivity ; |
| 1125 | rdfs:label "has activity responsible"^^xsd:string ; | 1125 | rdfs:label "has activity responsible"^^xsd:string ; |
| 1126 | rdfs:range ILAP:ResponsiblePerson . | 1126 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1155,7 +1155,7 @@ ILAP:hasActivityStatus | ... | @@ -1155,7 +1155,7 @@ ILAP:hasActivityStatus |
| 1155 | rdfs:range ILAP:Status . | 1155 | rdfs:range ILAP:Status . |
| 1156 | 1156 | ||
| 1157 | ILAP:hasActivitySuccessor | 1157 | ILAP:hasActivitySuccessor |
| 1158 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1158 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1159 | rdfs:domain ILAP:PlannedActivity ; | 1159 | rdfs:domain ILAP:PlannedActivity ; |
| 1160 | rdfs:label "has activity successor"^^xsd:string ; | 1160 | rdfs:label "has activity successor"^^xsd:string ; |
| 1161 | rdfs:range ILAP:ActivityDependency ; | 1161 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1216,7 +1216,7 @@ ILAP:hasCalendarDate | ... | @@ -1216,7 +1216,7 @@ ILAP:hasCalendarDate |
| 1216 | rdfs:label "has calendar date"^^xsd:string . | 1216 | rdfs:label "has calendar date"^^xsd:string . |
| 1217 | 1217 | ||
| 1218 | ILAP:hasCalendarFreePeriod | 1218 | ILAP:hasCalendarFreePeriod |
| 1219 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1219 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1220 | rdfs:domain ILAP:Calendar ; | 1220 | rdfs:domain ILAP:Calendar ; |
| 1221 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1221 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1222 | rdfs:range ILAP:CalendarFreePeriod . | 1222 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1499,7 +1499,7 @@ ILAP:hasPlanRegulator | ... | @@ -1499,7 +1499,7 @@ ILAP:hasPlanRegulator |
| 1499 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1499 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1500 | 1500 | ||
| 1501 | ILAP:hasPlanResponsible | 1501 | ILAP:hasPlanResponsible |
| 1502 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1502 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1503 | rdfs:domain ILAP:ResponsibleOrganization ; | 1503 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1504 | rdfs:label "has plan responsible"^^xsd:string . | 1504 | rdfs:label "has plan responsible"^^xsd:string . |
| 1505 | 1505 | ||
| ... | @@ -1630,6 +1630,12 @@ ILAP:hasResourceStructure | ... | @@ -1630,6 +1630,12 @@ ILAP:hasResourceStructure |
| 1630 | rdfs:label "has resource structure"^^xsd:string ; | 1630 | rdfs:label "has resource structure"^^xsd:string ; |
| 1631 | rdfs:range ILAP:ResourceStructure . | 1631 | rdfs:range ILAP:ResourceStructure . |
| 1632 | 1632 | ||
| 1633 | +ILAP:hasRiskType | ||
| 1634 | + rdf:type owl:ObjectProperty ; | ||
| 1635 | + rdfs:domain ILAP:RiskFactor ; | ||
| 1636 | + rdfs:label "has risk type"^^xsd:string ; | ||
| 1637 | + rdfs:range ILAP:RiskType . | ||
| 1638 | + | ||
| 1633 | ILAP:hasScheduleBaseline | 1639 | ILAP:hasScheduleBaseline |
| 1634 | rdf:type owl:ObjectProperty ; | 1640 | rdf:type owl:ObjectProperty ; |
| 1635 | rdfs:domain ILAP:Schedule ; | 1641 | rdfs:domain ILAP:Schedule ; |
| ... | @@ -1668,15 +1674,19 @@ ILAP:hasShutdownContent | ... | @@ -1668,15 +1674,19 @@ ILAP:hasShutdownContent |
| 1668 | rdfs:range ILAP:ShutdownContent . | 1674 | rdfs:range ILAP:ShutdownContent . |
| 1669 | 1675 | ||
| 1670 | ILAP:hasShutdownPeriod | 1676 | ILAP:hasShutdownPeriod |
| 1671 | - rdfs:domain ILAP:Shutdown . | 1677 | + rdf:type owl:DatatypeProperty ; |
| 1678 | + rdfs:domain ILAP:Shutdown ; | ||
| 1679 | + rdfs:label "has shutdown period"^^xsd:string ; | ||
| 1680 | + rdfs:range xsd:string . | ||
| 1672 | 1681 | ||
| 1673 | ILAP:hasShutdownType | 1682 | ILAP:hasShutdownType |
| 1674 | rdf:type owl:ObjectProperty ; | 1683 | rdf:type owl:ObjectProperty ; |
| 1675 | rdfs:domain ILAP:Shutdown ; | 1684 | rdfs:domain ILAP:Shutdown ; |
| 1676 | - rdfs:label "has shutdown type"^^xsd:string . | 1685 | + rdfs:label "has shutdown type"^^xsd:string ; |
| 1686 | + rdfs:range ILAP:ShutdownType . | ||
| 1677 | 1687 | ||
| 1678 | ILAP:hasSuccessorActivity | 1688 | ILAP:hasSuccessorActivity |
| 1679 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1689 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1680 | rdfs:domain ILAP:ActivityDependency ; | 1690 | rdfs:domain ILAP:ActivityDependency ; |
| 1681 | rdfs:label "has successor activity "^^xsd:string ; | 1691 | rdfs:label "has successor activity "^^xsd:string ; |
| 1682 | rdfs:range ILAP:PlannedActivity ; | 1692 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1704,7 +1714,7 @@ ILAP:hasTimeNow | ... | @@ -1704,7 +1714,7 @@ ILAP:hasTimeNow |
| 1704 | rdf:type owl:DatatypeProperty ; | 1714 | rdf:type owl:DatatypeProperty ; |
| 1705 | rdfs:domain ILAP:Schedule ; | 1715 | rdfs:domain ILAP:Schedule ; |
| 1706 | rdfs:label "has time now"^^xsd:string ; | 1716 | rdfs:label "has time now"^^xsd:string ; |
| 1707 | - rdfs:range xsd:date , xsd:dateTime . | 1717 | + rdfs:range xsd:dateTime , xsd:date . |
| 1708 | 1718 | ||
| 1709 | ILAP:hasUserFieldName | 1719 | ILAP:hasUserFieldName |
| 1710 | rdf:type owl:DatatypeProperty ; | 1720 | rdf:type owl:DatatypeProperty ; | ... | ... |
| ... | @@ -14,11 +14,7 @@ | ... | @@ -14,11 +14,7 @@ |
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 15 | ||
| 16 | : rdf:type owl:Ontology ; | 16 | : rdf:type owl:Ontology ; |
| 17 | - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 17 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
| 18 | - | ||
| 19 | -:RiskFactor_1 | ||
| 20 | - rdf:type ILAP:RiskFactor ; | ||
| 21 | - rdfs:label "Risk factor 1"^^xsd:string . | ||
| 22 | 18 | ||
| 23 | ILAP: | 19 | ILAP: |
| 24 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| ... | @@ -114,8 +110,8 @@ ILAP:DG7 | ... | @@ -114,8 +110,8 @@ ILAP:DG7 |
| 114 | rdfs:label "DG7"^^xsd:string . | 110 | rdfs:label "DG7"^^xsd:string . |
| 115 | 111 | ||
| 116 | ILAP:Development | 112 | ILAP:Development |
| 117 | - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; | 113 | + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; |
| 118 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 114 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
| 119 | 115 | ||
| 120 | ILAP:DisasterRecovery | 116 | ILAP:DisasterRecovery |
| 121 | rdf:type ILAP:PlanObjectiveType ; | 117 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -130,7 +126,7 @@ ILAP:DrillingAndWell | ... | @@ -130,7 +126,7 @@ ILAP:DrillingAndWell |
| 130 | rdfs:label "Drilling and well"^^xsd:string . | 126 | rdfs:label "Drilling and well"^^xsd:string . |
| 131 | 127 | ||
| 132 | ILAP:Exploration | 128 | ILAP:Exploration |
| 133 | - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; | 129 | + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; |
| 134 | rdfs:label "Exploration"^^xsd:string . | 130 | rdfs:label "Exploration"^^xsd:string . |
| 135 | 131 | ||
| 136 | ILAP:Facility | 132 | ILAP:Facility |
| ... | @@ -242,7 +238,7 @@ ILAP:OPEX | ... | @@ -242,7 +238,7 @@ ILAP:OPEX |
| 242 | rdfs:label "OPEX"^^xsd:string . | 238 | rdfs:label "OPEX"^^xsd:string . |
| 243 | 239 | ||
| 244 | ILAP:Operation | 240 | ILAP:Operation |
| 245 | - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; | 241 | + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; |
| 246 | rdfs:label "Operation"^^xsd:string . | 242 | rdfs:label "Operation"^^xsd:string . |
| 247 | 243 | ||
| 248 | ILAP:OperationAndMaintenance | 244 | ILAP:OperationAndMaintenance |
| ... | @@ -264,7 +260,7 @@ ILAP:PlannedActivity_1 | ... | @@ -264,7 +260,7 @@ ILAP:PlannedActivity_1 |
| 264 | ILAP:ActivityWBS_1 . | 260 | ILAP:ActivityWBS_1 . |
| 265 | 261 | ||
| 266 | ILAP:Planning | 262 | ILAP:Planning |
| 267 | - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; | 263 | + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; |
| 268 | rdfs:label "Planning"^^xsd:string . | 264 | rdfs:label "Planning"^^xsd:string . |
| 269 | 265 | ||
| 270 | ILAP:Primavera | 266 | ILAP:Primavera |
| ... | @@ -292,7 +288,7 @@ ILAP:Released | ... | @@ -292,7 +288,7 @@ ILAP:Released |
| 292 | rdfs:label "Released"^^xsd:string . | 288 | rdfs:label "Released"^^xsd:string . |
| 293 | 289 | ||
| 294 | ILAP:Removal | 290 | ILAP:Removal |
| 295 | - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; | 291 | + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; |
| 296 | rdfs:label "Removal"^^xsd:string . | 292 | rdfs:label "Removal"^^xsd:string . |
| 297 | 293 | ||
| 298 | ILAP:Renewal | 294 | ILAP:Renewal |
| ... | @@ -328,14 +324,14 @@ ILAP:Scheduled | ... | @@ -328,14 +324,14 @@ ILAP:Scheduled |
| 328 | rdfs:label "Scheduled"^^xsd:string . | 324 | rdfs:label "Scheduled"^^xsd:string . |
| 329 | 325 | ||
| 330 | ILAP:ShutdownAndDecommisioning | 326 | ILAP:ShutdownAndDecommisioning |
| 331 | - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; | 327 | + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; |
| 332 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 328 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| 333 | 329 | ||
| 334 | ILAP:StandardFreeWeekendPeriod | 330 | ILAP:StandardFreeWeekendPeriod |
| 335 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 331 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 336 | rdfs:label "Standard free weekend period"^^xsd:string ; | 332 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 337 | ILAP:hasCalendarPeriodFreeDay | 333 | ILAP:hasCalendarPeriodFreeDay |
| 338 | - ILAP:Saturday , ILAP:Sunday . | 334 | + ILAP:Sunday , ILAP:Saturday . |
| 339 | 335 | ||
| 340 | ILAP:StandardWorkWeekdayPeriod | 336 | ILAP:StandardWorkWeekdayPeriod |
| 341 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 337 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -452,12 +448,12 @@ ILAP:hasWorkTaskResponsible | ... | @@ -452,12 +448,12 @@ ILAP:hasWorkTaskResponsible |
| 452 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> | 448 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> |
| 453 | rdf:type owl:Class ; | 449 | rdf:type owl:Class ; |
| 454 | rdfs:label "Facility"^^xsd:string ; | 450 | rdfs:label "Facility"^^xsd:string ; |
| 455 | - rdfs:subClassOf owl:Thing , ILAP:Facility . | 451 | + rdfs:subClassOf ILAP:Facility , owl:Thing . |
| 456 | 452 | ||
| 457 | <http://data.posccaesar.org/rdl/RDS282149> | 453 | <http://data.posccaesar.org/rdl/RDS282149> |
| 458 | rdf:type owl:Class ; | 454 | rdf:type owl:Class ; |
| 459 | rdfs:label "RDS282149"^^xsd:string ; | 455 | rdfs:label "RDS282149"^^xsd:string ; |
| 460 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 456 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 461 | 457 | ||
| 462 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 458 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 463 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 459 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
| ... | @@ -20,24 +20,9 @@ UC1:ScheduledResource_1 | ... | @@ -20,24 +20,9 @@ UC1:ScheduledResource_1 |
| 20 | rdf:type ILAP:ScheduledResource ; | 20 | rdf:type ILAP:ScheduledResource ; |
| 21 | rdfs:label "Scheduled resource 1"^^xsd:string . | 21 | rdfs:label "Scheduled resource 1"^^xsd:string . |
| 22 | 22 | ||
| 23 | -UC1:Shutdown_2 | ||
| 24 | - rdf:type ILAP:Shutdown ; | ||
| 25 | - rdfs:label "Shutdown 2"^^xsd:string ; | ||
| 26 | - ILAP:hasShutdownContent | ||
| 27 | - ILAP:Equipment_Shutdown ; | ||
| 28 | - ILAP:hasShutdownPeriod | ||
| 29 | - "SD-2015"^^xsd:string ; | ||
| 30 | - ILAP:hasShutdownType | ||
| 31 | - ILAP:Scheduled_Shutdown . | ||
| 32 | - | ||
| 33 | ILAP:PlannedActivity_1 | 23 | ILAP:PlannedActivity_1 |
| 34 | ILAP:hasActivityPlan | 24 | ILAP:hasActivityPlan |
| 35 | UC1:ProjectPlan_1 . | 25 | UC1:ProjectPlan_1 . |
| 36 | 26 | ||
| 37 | -ILAP:hasShutdownPeriod | ||
| 38 | - rdf:type owl:DatatypeProperty ; | ||
| 39 | - rdfs:label "has shutdown period"^^xsd:string ; | ||
| 40 | - rdfs:range xsd:string . | ||
| 41 | - | ||
| 42 | ILAP:hasShutdownType | 27 | ILAP:hasShutdownType |
| 43 | rdfs:range ILAP:ShutdownType . | 28 | rdfs:range ILAP:ShutdownType . | ... | ... |
-
Please register or login to post a comment