Showing
3 changed files
with
173 additions
and
195 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 | ] . |
| ... | @@ -108,7 +108,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -108,7 +108,7 @@ ILAP:ActivityInPlan_1 |
| 108 | "Specific object ID"^^xsd:string . | 108 | "Specific object ID"^^xsd:string . |
| 109 | 109 | ||
| 110 | ILAP:ActivityPlan | 110 | ILAP:ActivityPlan |
| 111 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 111 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 112 | rdfs:label "Activity Plan"^^xsd:string ; | 112 | rdfs:label "Activity Plan"^^xsd:string ; |
| 113 | rdfs:subClassOf ILAP:Network ; | 113 | rdfs:subClassOf ILAP:Network ; |
| 114 | rdfs:subClassOf | 114 | rdfs:subClassOf |
| ... | @@ -123,7 +123,7 @@ ILAP:ActivityStatus | ... | @@ -123,7 +123,7 @@ ILAP:ActivityStatus |
| 123 | rdfs:subClassOf ILAP:Status . | 123 | rdfs:subClassOf ILAP:Status . |
| 124 | 124 | ||
| 125 | ILAP:ActivityWBS | 125 | ILAP:ActivityWBS |
| 126 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 126 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 127 | rdfs:label "Activity WBS"^^xsd:string ; | 127 | rdfs:label "Activity WBS"^^xsd:string ; |
| 128 | rdfs:subClassOf ILAP:Network . | 128 | rdfs:subClassOf ILAP:Network . |
| 129 | 129 | ||
| ... | @@ -138,15 +138,15 @@ ILAP:After_Shutdown | ... | @@ -138,15 +138,15 @@ ILAP:After_Shutdown |
| 138 | ILAP:Application | 138 | ILAP:Application |
| 139 | rdf:type owl:Class ; | 139 | rdf:type owl:Class ; |
| 140 | rdfs:label "Application"^^xsd:string ; | 140 | rdfs:label "Application"^^xsd:string ; |
| 141 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 141 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 142 | 142 | ||
| 143 | ILAP:Asset | 143 | ILAP:Asset |
| 144 | rdf:type owl:Class ; | 144 | rdf:type owl:Class ; |
| 145 | rdfs:label "Asset"^^xsd:string ; | 145 | rdfs:label "Asset"^^xsd:string ; |
| 146 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 146 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 147 | 147 | ||
| 148 | ILAP:Baseline | 148 | ILAP:Baseline |
| 149 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 149 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 150 | rdfs:label "Baseline"^^xsd:string ; | 150 | rdfs:label "Baseline"^^xsd:string ; |
| 151 | rdfs:subClassOf ILAP:Network . | 151 | rdfs:subClassOf ILAP:Network . |
| 152 | 152 | ||
| ... | @@ -164,9 +164,9 @@ ILAP:CAPEX | ... | @@ -164,9 +164,9 @@ ILAP:CAPEX |
| 164 | rdfs:label "CAPEX"^^xsd:string . | 164 | rdfs:label "CAPEX"^^xsd:string . |
| 165 | 165 | ||
| 166 | ILAP:Calendar | 166 | ILAP:Calendar |
| 167 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 167 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 168 | rdfs:label "Calendar"^^xsd:string ; | 168 | rdfs:label "Calendar"^^xsd:string ; |
| 169 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 170 | rdfs:subClassOf | 170 | rdfs:subClassOf |
| 171 | [ rdf:type owl:Restriction ; | 171 | [ rdf:type owl:Restriction ; |
| 172 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 172 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -174,14 +174,14 @@ ILAP:Calendar | ... | @@ -174,14 +174,14 @@ ILAP:Calendar |
| 174 | ] . | 174 | ] . |
| 175 | 175 | ||
| 176 | ILAP:CalendarDay | 176 | ILAP:CalendarDay |
| 177 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 177 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 178 | rdfs:label "Calendar day"^^xsd:string ; | 178 | rdfs:label "Calendar day"^^xsd:string ; |
| 179 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 179 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 180 | 180 | ||
| 181 | ILAP:CalendarFreePeriod | 181 | ILAP:CalendarFreePeriod |
| 182 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 182 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 183 | rdfs:label "Calendar free period"^^xsd:string ; | 183 | rdfs:label "Calendar free period"^^xsd:string ; |
| 184 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 184 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 185 | rdfs:subClassOf | 185 | rdfs:subClassOf |
| 186 | [ rdf:type owl:Restriction ; | 186 | [ rdf:type owl:Restriction ; |
| 187 | owl:onClass ILAP:Calendar ; | 187 | owl:onClass ILAP:Calendar ; |
| ... | @@ -193,28 +193,28 @@ ILAP:CalendarFreePeriod | ... | @@ -193,28 +193,28 @@ ILAP:CalendarFreePeriod |
| 193 | ] . | 193 | ] . |
| 194 | 194 | ||
| 195 | ILAP:CalendarFreePeriodWeekRepeat | 195 | ILAP:CalendarFreePeriodWeekRepeat |
| 196 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 196 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 197 | rdfs:label "Free day"^^xsd:string ; | 197 | rdfs:label "Free day"^^xsd:string ; |
| 198 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 198 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 199 | 199 | ||
| 200 | ILAP:CalendarHour | 200 | ILAP:CalendarHour |
| 201 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 201 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 202 | rdfs:label "calendar hour"^^xsd:string ; | 202 | rdfs:label "calendar hour"^^xsd:string ; |
| 203 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 203 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 204 | 204 | ||
| 205 | ILAP:CalendarPeriod | 205 | ILAP:CalendarPeriod |
| 206 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 206 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 207 | rdfs:label "Calendar period"^^xsd:string ; | 207 | rdfs:label "Calendar period"^^xsd:string ; |
| 208 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 208 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 209 | rdfs:subClassOf | 209 | rdfs:subClassOf |
| 210 | [ rdf:type owl:Restriction ; | 210 | [ rdf:type owl:Restriction ; |
| 211 | - owl:allValuesFrom ILAP:CalendarHour ; | 211 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 212 | - owl:onProperty ILAP:hasCalendarPeriodHour | 212 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 213 | ] ; | 213 | ] ; |
| 214 | rdfs:subClassOf | 214 | rdfs:subClassOf |
| 215 | [ rdf:type owl:Restriction ; | 215 | [ rdf:type owl:Restriction ; |
| 216 | - owl:allValuesFrom ILAP:CalendarDay ; | 216 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 217 | - owl:onProperty ILAP:hasCalendarPeriodDay | 217 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 218 | ] . | 218 | ] . |
| 219 | 219 | ||
| 220 | ILAP:Campaign | 220 | ILAP:Campaign |
| ... | @@ -233,12 +233,12 @@ ILAP:Change_over | ... | @@ -233,12 +233,12 @@ ILAP:Change_over |
| 233 | ILAP:Constraint | 233 | ILAP:Constraint |
| 234 | rdf:type owl:Class ; | 234 | rdf:type owl:Class ; |
| 235 | rdfs:label "Constraint"^^xsd:string ; | 235 | rdfs:label "Constraint"^^xsd:string ; |
| 236 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 236 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 237 | 237 | ||
| 238 | ILAP:Contract | 238 | ILAP:Contract |
| 239 | rdf:type owl:Class ; | 239 | rdf:type owl:Class ; |
| 240 | rdfs:label "Contract"^^xsd:string ; | 240 | rdfs:label "Contract"^^xsd:string ; |
| 241 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 241 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 242 | 242 | ||
| 243 | ILAP:ControlSchedule | 243 | ILAP:ControlSchedule |
| 244 | rdf:type owl:Class ; | 244 | rdf:type owl:Class ; |
| ... | @@ -248,7 +248,7 @@ ILAP:ControlSchedule | ... | @@ -248,7 +248,7 @@ ILAP:ControlSchedule |
| 248 | ILAP:Cost | 248 | ILAP:Cost |
| 249 | rdf:type owl:Class ; | 249 | rdf:type owl:Class ; |
| 250 | rdfs:label "Cost"^^xsd:string ; | 250 | rdfs:label "Cost"^^xsd:string ; |
| 251 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 251 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 252 | 252 | ||
| 253 | ILAP:CostBased | 253 | ILAP:CostBased |
| 254 | rdf:type owl:Class ; | 254 | rdf:type owl:Class ; |
| ... | @@ -256,14 +256,14 @@ ILAP:CostBased | ... | @@ -256,14 +256,14 @@ ILAP:CostBased |
| 256 | rdfs:subClassOf ILAP:Resource . | 256 | rdfs:subClassOf ILAP:Resource . |
| 257 | 257 | ||
| 258 | ILAP:CurrentSchedule | 258 | ILAP:CurrentSchedule |
| 259 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 259 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 260 | rdfs:label "Current schedule"^^xsd:string ; | 260 | rdfs:label "Current schedule"^^xsd:string ; |
| 261 | rdfs:subClassOf ILAP:Schedule . | 261 | rdfs:subClassOf ILAP:Schedule . |
| 262 | 262 | ||
| 263 | ILAP:Data | 263 | ILAP:Data |
| 264 | rdf:type owl:Class ; | 264 | rdf:type owl:Class ; |
| 265 | rdfs:label "Data"^^xsd:string ; | 265 | rdfs:label "Data"^^xsd:string ; |
| 266 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 266 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 267 | rdfs:subClassOf | 267 | rdfs:subClassOf |
| 268 | [ rdf:type owl:Restriction ; | 268 | [ rdf:type owl:Restriction ; |
| 269 | owl:onClass ILAP:Project ; | 269 | owl:onClass ILAP:Project ; |
| ... | @@ -292,9 +292,9 @@ ILAP:Dependent_on_Shutdown | ... | @@ -292,9 +292,9 @@ ILAP:Dependent_on_Shutdown |
| 292 | rdfs:label "Dependent on Shutdown"^^xsd:string . | 292 | rdfs:label "Dependent on Shutdown"^^xsd:string . |
| 293 | 293 | ||
| 294 | ILAP:Discipline | 294 | ILAP:Discipline |
| 295 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 295 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 296 | rdfs:label "Discipline"^^xsd:string ; | 296 | rdfs:label "Discipline"^^xsd:string ; |
| 297 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 297 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
| 298 | 298 | ||
| 299 | ILAP:Drilling_Shutdown | 299 | ILAP:Drilling_Shutdown |
| 300 | rdf:type ILAP:ShutdownContent ; | 300 | rdf:type ILAP:ShutdownContent ; |
| ... | @@ -313,13 +313,15 @@ ILAP:Equipment_Shutdown | ... | @@ -313,13 +313,15 @@ ILAP:Equipment_Shutdown |
| 313 | rdfs:label "Equipment Shutdown"^^xsd:string . | 313 | rdfs:label "Equipment Shutdown"^^xsd:string . |
| 314 | 314 | ||
| 315 | ILAP:ExternalReference | 315 | ILAP:ExternalReference |
| 316 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 316 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 317 | rdfs:label "External Reference"^^xsd:string ; | 317 | rdfs:label "External Reference"^^xsd:string ; |
| 318 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 318 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 319 | rdfs:subClassOf | 319 | rdfs:subClassOf |
| 320 | [ rdf:type owl:Restriction ; | 320 | [ rdf:type owl:Restriction ; |
| 321 | - owl:allValuesFrom ILAP:Application ; | 321 | + owl:onDataRange xsd:string ; |
| 322 | - owl:onProperty ILAP:hasReferenceApplication | 322 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 323 | + owl:qualifiedCardinality | ||
| 324 | + "1"^^xsd:nonNegativeInteger | ||
| 323 | ] ; | 325 | ] ; |
| 324 | rdfs:subClassOf | 326 | rdfs:subClassOf |
| 325 | [ rdf:type owl:Restriction ; | 327 | [ rdf:type owl:Restriction ; |
| ... | @@ -328,10 +330,8 @@ ILAP:ExternalReference | ... | @@ -328,10 +330,8 @@ ILAP:ExternalReference |
| 328 | ] ; | 330 | ] ; |
| 329 | rdfs:subClassOf | 331 | rdfs:subClassOf |
| 330 | [ rdf:type owl:Restriction ; | 332 | [ rdf:type owl:Restriction ; |
| 331 | - owl:onDataRange xsd:string ; | 333 | + owl:allValuesFrom ILAP:Application ; |
| 332 | - owl:onProperty ILAP:hasObjectReferenceID ; | 334 | + owl:onProperty ILAP:hasReferenceApplication |
| 333 | - owl:qualifiedCardinality | ||
| 334 | - "1"^^xsd:nonNegativeInteger | ||
| 335 | ] . | 335 | ] . |
| 336 | 336 | ||
| 337 | ILAP:Facility | 337 | ILAP:Facility |
| ... | @@ -344,14 +344,14 @@ ILAP:Field_Shutdown | ... | @@ -344,14 +344,14 @@ ILAP:Field_Shutdown |
| 344 | rdfs:label "Field Shutdown"^^xsd:string . | 344 | rdfs:label "Field Shutdown"^^xsd:string . |
| 345 | 345 | ||
| 346 | ILAP:FinishToFinish | 346 | ILAP:FinishToFinish |
| 347 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 347 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 348 | rdfs:label "Finish to finish"^^xsd:string ; | 348 | rdfs:label "Finish to finish"^^xsd:string ; |
| 349 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 349 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 350 | 350 | ||
| 351 | ILAP:FinishToStart | 351 | ILAP:FinishToStart |
| 352 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 352 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 353 | rdfs:label "Finish to start"^^xsd:string ; | 353 | rdfs:label "Finish to start"^^xsd:string ; |
| 354 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 354 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 355 | 355 | ||
| 356 | ILAP:FunctionalLocation | 356 | ILAP:FunctionalLocation |
| 357 | rdf:type owl:Class ; | 357 | rdf:type owl:Class ; |
| ... | @@ -371,7 +371,7 @@ ILAP:GeographicLocation | ... | @@ -371,7 +371,7 @@ ILAP:GeographicLocation |
| 371 | rdfs:label "Geographic location"^^xsd:string ; | 371 | rdfs:label "Geographic location"^^xsd:string ; |
| 372 | rdfs:subClassOf ILAP:Location . | 372 | rdfs:subClassOf ILAP:Location . |
| 373 | 373 | ||
| 374 | -ILAP:HCsystemsWork | 374 | +ILAP:HC_systemsWork |
| 375 | rdf:type ILAP:RiskType ; | 375 | rdf:type ILAP:RiskType ; |
| 376 | rdfs:label "HC systems work"^^xsd:string . | 376 | rdfs:label "HC systems work"^^xsd:string . |
| 377 | 377 | ||
| ... | @@ -402,7 +402,7 @@ ILAP:IndependentOfOperation | ... | @@ -402,7 +402,7 @@ ILAP:IndependentOfOperation |
| 402 | ILAP:Information | 402 | ILAP:Information |
| 403 | rdf:type owl:Class ; | 403 | rdf:type owl:Class ; |
| 404 | rdfs:label "Information"^^xsd:string ; | 404 | rdfs:label "Information"^^xsd:string ; |
| 405 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 405 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 406 | 406 | ||
| 407 | ILAP:Knowledge | 407 | ILAP:Knowledge |
| 408 | rdf:type owl:Class ; | 408 | rdf:type owl:Class ; |
| ... | @@ -414,7 +414,7 @@ ILAP:LiftingOperation | ... | @@ -414,7 +414,7 @@ ILAP:LiftingOperation |
| 414 | rdfs:label "Lifting operation"^^xsd:string . | 414 | rdfs:label "Lifting operation"^^xsd:string . |
| 415 | 415 | ||
| 416 | ILAP:LiveSchedule | 416 | ILAP:LiveSchedule |
| 417 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 417 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 418 | rdfs:label "Live schedule"^^xsd:string ; | 418 | rdfs:label "Live schedule"^^xsd:string ; |
| 419 | rdfs:subClassOf ILAP:Schedule . | 419 | rdfs:subClassOf ILAP:Schedule . |
| 420 | 420 | ||
| ... | @@ -423,9 +423,9 @@ ILAP:Living_Quarter_Shutdown | ... | @@ -423,9 +423,9 @@ ILAP:Living_Quarter_Shutdown |
| 423 | rdfs:label "Living Quarter Shutdown"^^xsd:string . | 423 | rdfs:label "Living Quarter Shutdown"^^xsd:string . |
| 424 | 424 | ||
| 425 | ILAP:Location | 425 | ILAP:Location |
| 426 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 426 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 427 | rdfs:label "Location"^^xsd:string ; | 427 | rdfs:label "Location"^^xsd:string ; |
| 428 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 428 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 429 | 429 | ||
| 430 | ILAP:LowCriticality | 430 | ILAP:LowCriticality |
| 431 | rdf:type ILAP:DegreeOfCriticality ; | 431 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -436,7 +436,7 @@ ILAP:LowPriority | ... | @@ -436,7 +436,7 @@ ILAP:LowPriority |
| 436 | rdfs:label "Low priority"^^xsd:string . | 436 | rdfs:label "Low priority"^^xsd:string . |
| 437 | 437 | ||
| 438 | ILAP:Milestone | 438 | ILAP:Milestone |
| 439 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 439 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 440 | rdfs:label "Milestone"^^xsd:string . | 440 | rdfs:label "Milestone"^^xsd:string . |
| 441 | 441 | ||
| 442 | ILAP:MiniShutdown | 442 | ILAP:MiniShutdown |
| ... | @@ -446,7 +446,7 @@ ILAP:MiniShutdown | ... | @@ -446,7 +446,7 @@ ILAP:MiniShutdown |
| 446 | ILAP:Network | 446 | ILAP:Network |
| 447 | rdf:type owl:Class ; | 447 | rdf:type owl:Class ; |
| 448 | rdfs:label "Network"^^xsd:string ; | 448 | rdfs:label "Network"^^xsd:string ; |
| 449 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 449 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 450 | 450 | ||
| 451 | ILAP:Non-Scheduled_Shutdown | 451 | ILAP:Non-Scheduled_Shutdown |
| 452 | rdf:type ILAP:ShutdownType ; | 452 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -485,49 +485,49 @@ ILAP:PhysicalLocation | ... | @@ -485,49 +485,49 @@ ILAP:PhysicalLocation |
| 485 | rdfs:subClassOf ILAP:Location . | 485 | rdfs:subClassOf ILAP:Location . |
| 486 | 486 | ||
| 487 | ILAP:PlanClassifier | 487 | ILAP:PlanClassifier |
| 488 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 488 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 489 | rdfs:label "Plan classifier"^^xsd:string ; | 489 | rdfs:label "Plan classifier"^^xsd:string ; |
| 490 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 490 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 491 | 491 | ||
| 492 | ILAP:PlanContentType | 492 | ILAP:PlanContentType |
| 493 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 493 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 494 | rdfs:label "Plan content type"^^xsd:string ; | 494 | rdfs:label "Plan content type"^^xsd:string ; |
| 495 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 495 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 496 | 496 | ||
| 497 | ILAP:PlanContractType | 497 | ILAP:PlanContractType |
| 498 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 498 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 499 | rdfs:label "Plan contract type"^^xsd:string ; | 499 | rdfs:label "Plan contract type"^^xsd:string ; |
| 500 | rdfs:subClassOf ILAP:PlanClassifier . | 500 | rdfs:subClassOf ILAP:PlanClassifier . |
| 501 | 501 | ||
| 502 | ILAP:PlanExpenseType | 502 | ILAP:PlanExpenseType |
| 503 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 503 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 504 | rdfs:label "Plan expense type"^^xsd:string ; | 504 | rdfs:label "Plan expense type"^^xsd:string ; |
| 505 | rdfs:subClassOf ILAP:PlanClassifier . | 505 | rdfs:subClassOf ILAP:PlanClassifier . |
| 506 | 506 | ||
| 507 | ILAP:PlanGeoArea | 507 | ILAP:PlanGeoArea |
| 508 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 508 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 509 | rdfs:label "Plan geographic area"^^xsd:string ; | 509 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 510 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 510 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 511 | 511 | ||
| 512 | ILAP:PlanLevel | 512 | ILAP:PlanLevel |
| 513 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 513 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 514 | rdfs:label "Plan level"^^xsd:string ; | 514 | rdfs:label "Plan level"^^xsd:string ; |
| 515 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 515 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 516 | 516 | ||
| 517 | ILAP:PlanLifecycleStage | 517 | ILAP:PlanLifecycleStage |
| 518 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 518 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 519 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 519 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 520 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 520 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 521 | 521 | ||
| 522 | ILAP:PlanObjectiveType | 522 | ILAP:PlanObjectiveType |
| 523 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 523 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 524 | rdfs:label "Plan objective type"^^xsd:string ; | 524 | rdfs:label "Plan objective type"^^xsd:string ; |
| 525 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 525 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 526 | 526 | ||
| 527 | ILAP:PlanProjectType | 527 | ILAP:PlanProjectType |
| 528 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 528 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 529 | rdfs:label "Plan project type"^^xsd:string ; | 529 | rdfs:label "Plan project type"^^xsd:string ; |
| 530 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 530 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 531 | 531 | ||
| 532 | ILAP:PlannedActivity | 532 | ILAP:PlannedActivity |
| 533 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 533 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -535,8 +535,8 @@ ILAP:PlannedActivity | ... | @@ -535,8 +535,8 @@ ILAP:PlannedActivity |
| 535 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 535 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 536 | rdfs:subClassOf | 536 | rdfs:subClassOf |
| 537 | [ rdf:type owl:Restriction ; | 537 | [ rdf:type owl:Restriction ; |
| 538 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 538 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 539 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 539 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 540 | ] ; | 540 | ] ; |
| 541 | rdfs:subClassOf | 541 | rdfs:subClassOf |
| 542 | [ rdf:type owl:Restriction ; | 542 | [ rdf:type owl:Restriction ; |
| ... | @@ -547,8 +547,8 @@ ILAP:PlannedActivity | ... | @@ -547,8 +547,8 @@ ILAP:PlannedActivity |
| 547 | ] ; | 547 | ] ; |
| 548 | rdfs:subClassOf | 548 | rdfs:subClassOf |
| 549 | [ rdf:type owl:Restriction ; | 549 | [ rdf:type owl:Restriction ; |
| 550 | - owl:allValuesFrom ILAP:Result ; | 550 | + owl:allValuesFrom ILAP:Location ; |
| 551 | - owl:onProperty ILAP:hasActivityResult | 551 | + owl:onProperty ILAP:hasActivityLocation |
| 552 | ] ; | 552 | ] ; |
| 553 | rdfs:subClassOf | 553 | rdfs:subClassOf |
| 554 | [ rdf:type owl:Restriction ; | 554 | [ rdf:type owl:Restriction ; |
| ... | @@ -557,8 +557,8 @@ ILAP:PlannedActivity | ... | @@ -557,8 +557,8 @@ ILAP:PlannedActivity |
| 557 | ] ; | 557 | ] ; |
| 558 | rdfs:subClassOf | 558 | rdfs:subClassOf |
| 559 | [ rdf:type owl:Restriction ; | 559 | [ rdf:type owl:Restriction ; |
| 560 | - owl:allValuesFrom ILAP:ResourceProfile ; | 560 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 561 | - owl:onProperty ILAP:hasActivityResourceProfile | 561 | + owl:onProperty ILAP:hasActivitySuccessor |
| 562 | ] ; | 562 | ] ; |
| 563 | rdfs:subClassOf | 563 | rdfs:subClassOf |
| 564 | [ rdf:type owl:Restriction ; | 564 | [ rdf:type owl:Restriction ; |
| ... | @@ -567,11 +567,6 @@ ILAP:PlannedActivity | ... | @@ -567,11 +567,6 @@ ILAP:PlannedActivity |
| 567 | ] ; | 567 | ] ; |
| 568 | rdfs:subClassOf | 568 | rdfs:subClassOf |
| 569 | [ rdf:type owl:Restriction ; | 569 | [ rdf:type owl:Restriction ; |
| 570 | - owl:allValuesFrom ILAP:Location ; | ||
| 571 | - owl:onProperty ILAP:hasActivityLocation | ||
| 572 | - ] ; | ||
| 573 | - rdfs:subClassOf | ||
| 574 | - [ rdf:type owl:Restriction ; | ||
| 575 | owl:maxQualifiedCardinality | 570 | owl:maxQualifiedCardinality |
| 576 | "1"^^xsd:nonNegativeInteger ; | 571 | "1"^^xsd:nonNegativeInteger ; |
| 577 | owl:onClass ILAP:Facility ; | 572 | owl:onClass ILAP:Facility ; |
| ... | @@ -580,12 +575,17 @@ ILAP:PlannedActivity | ... | @@ -580,12 +575,17 @@ ILAP:PlannedActivity |
| 580 | rdfs:subClassOf | 575 | rdfs:subClassOf |
| 581 | [ rdf:type owl:Restriction ; | 576 | [ rdf:type owl:Restriction ; |
| 582 | owl:allValuesFrom ILAP:ActivityDependency ; | 577 | owl:allValuesFrom ILAP:ActivityDependency ; |
| 583 | - owl:onProperty ILAP:hasActivitySuccessor | 578 | + owl:onProperty ILAP:hasActivityPredecessor |
| 584 | ] ; | 579 | ] ; |
| 585 | rdfs:subClassOf | 580 | rdfs:subClassOf |
| 586 | [ rdf:type owl:Restriction ; | 581 | [ rdf:type owl:Restriction ; |
| 587 | - owl:allValuesFrom ILAP:ActivityDependency ; | 582 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 588 | - owl:onProperty ILAP:hasActivityPredecessor | 583 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 584 | + ] ; | ||
| 585 | + rdfs:subClassOf | ||
| 586 | + [ rdf:type owl:Restriction ; | ||
| 587 | + owl:allValuesFrom ILAP:Result ; | ||
| 588 | + owl:onProperty ILAP:hasActivityResult | ||
| 589 | ] . | 589 | ] . |
| 590 | 590 | ||
| 591 | ILAP:PlannedMilestone | 591 | ILAP:PlannedMilestone |
| ... | @@ -613,13 +613,18 @@ ILAP:Programme | ... | @@ -613,13 +613,18 @@ ILAP:Programme |
| 613 | rdfs:subClassOf ILAP:Project . | 613 | rdfs:subClassOf ILAP:Project . |
| 614 | 614 | ||
| 615 | ILAP:Project | 615 | ILAP:Project |
| 616 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 616 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 617 | rdfs:label "Project"^^xsd:string ; | 617 | rdfs:label "Project"^^xsd:string ; |
| 618 | rdfs:subClassOf ILAP:Activity ; | 618 | rdfs:subClassOf ILAP:Activity ; |
| 619 | rdfs:subClassOf | 619 | rdfs:subClassOf |
| 620 | [ rdf:type owl:Restriction ; | 620 | [ rdf:type owl:Restriction ; |
| 621 | - owl:allValuesFrom BRREG:OilCompany ; | 621 | + owl:allValuesFrom ILAP:Project ; |
| 622 | - owl:onProperty ILAP:hasProjectResponsible | 622 | + owl:onProperty ILAP:hasProjectSubproject |
| 623 | + ] ; | ||
| 624 | + rdfs:subClassOf | ||
| 625 | + [ rdf:type owl:Restriction ; | ||
| 626 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 627 | + owl:onProperty ILAP:hasExternalReference | ||
| 623 | ] ; | 628 | ] ; |
| 624 | rdfs:subClassOf | 629 | rdfs:subClassOf |
| 625 | [ rdf:type owl:Restriction ; | 630 | [ rdf:type owl:Restriction ; |
| ... | @@ -630,13 +635,8 @@ ILAP:Project | ... | @@ -630,13 +635,8 @@ ILAP:Project |
| 630 | ] ; | 635 | ] ; |
| 631 | rdfs:subClassOf | 636 | rdfs:subClassOf |
| 632 | [ rdf:type owl:Restriction ; | 637 | [ rdf:type owl:Restriction ; |
| 633 | - owl:allValuesFrom ILAP:ExternalReference ; | 638 | + owl:allValuesFrom BRREG:OilCompany ; |
| 634 | - owl:onProperty ILAP:hasExternalReference | 639 | + owl:onProperty ILAP:hasProjectResponsible |
| 635 | - ] ; | ||
| 636 | - rdfs:subClassOf | ||
| 637 | - [ rdf:type owl:Restriction ; | ||
| 638 | - owl:allValuesFrom ILAP:Project ; | ||
| 639 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 640 | ] . | 640 | ] . |
| 641 | 641 | ||
| 642 | ILAP:ProjectExecutionPlan | 642 | ILAP:ProjectExecutionPlan |
| ... | @@ -645,37 +645,35 @@ ILAP:ProjectExecutionPlan | ... | @@ -645,37 +645,35 @@ ILAP:ProjectExecutionPlan |
| 645 | rdfs:subClassOf ILAP:Network ; | 645 | rdfs:subClassOf ILAP:Network ; |
| 646 | rdfs:subClassOf | 646 | rdfs:subClassOf |
| 647 | [ rdf:type owl:Restriction ; | 647 | [ rdf:type owl:Restriction ; |
| 648 | - owl:allValuesFrom ILAP:PlanContractType ; | 648 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 649 | - owl:onProperty ILAP:hasPlanContractType | 649 | + owl:onProperty ILAP:hasPlanAsset |
| 650 | ] ; | 650 | ] ; |
| 651 | rdfs:subClassOf | 651 | rdfs:subClassOf |
| 652 | [ rdf:type owl:Restriction ; | 652 | [ rdf:type owl:Restriction ; |
| 653 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 653 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 654 | - owl:onProperty ILAP:hasPlanRollUpPlan | 654 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 655 | ] ; | 655 | ] ; |
| 656 | rdfs:subClassOf | 656 | rdfs:subClassOf |
| 657 | [ rdf:type owl:Restriction ; | 657 | [ rdf:type owl:Restriction ; |
| 658 | - owl:maxQualifiedCardinality | 658 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 659 | - "1"^^xsd:nonNegativeInteger ; | 659 | + owl:onProperty ILAP:hasPlanContractType |
| 660 | - owl:onClass ILAP:Project ; | ||
| 661 | - owl:onProperty ILAP:hasPlanProject | ||
| 662 | ] ; | 660 | ] ; |
| 663 | rdfs:subClassOf | 661 | rdfs:subClassOf |
| 664 | [ rdf:type owl:Restriction ; | 662 | [ rdf:type owl:Restriction ; |
| 665 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 663 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 666 | - owl:onProperty ILAP:hasPlanLifecycleStage | 664 | + owl:onProperty ILAP:hasPlanResponsible |
| 667 | ] ; | 665 | ] ; |
| 668 | rdfs:subClassOf | 666 | rdfs:subClassOf |
| 669 | [ rdf:type owl:Restriction ; | 667 | [ rdf:type owl:Restriction ; |
| 670 | owl:maxQualifiedCardinality | 668 | owl:maxQualifiedCardinality |
| 671 | "1"^^xsd:nonNegativeInteger ; | 669 | "1"^^xsd:nonNegativeInteger ; |
| 672 | - owl:onClass ILAP:PlanLevel ; | 670 | + owl:onClass ILAP:Project ; |
| 673 | - owl:onProperty ILAP:hasPlanLevel | 671 | + owl:onProperty ILAP:hasPlanProject |
| 674 | ] ; | 672 | ] ; |
| 675 | rdfs:subClassOf | 673 | rdfs:subClassOf |
| 676 | [ rdf:type owl:Restriction ; | 674 | [ rdf:type owl:Restriction ; |
| 677 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 675 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 678 | - owl:onProperty ILAP:hasPlanAsset | 676 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 679 | ] ; | 677 | ] ; |
| 680 | rdfs:subClassOf | 678 | rdfs:subClassOf |
| 681 | [ rdf:type owl:Restriction ; | 679 | [ rdf:type owl:Restriction ; |
| ... | @@ -684,33 +682,35 @@ ILAP:ProjectExecutionPlan | ... | @@ -684,33 +682,35 @@ ILAP:ProjectExecutionPlan |
| 684 | ] ; | 682 | ] ; |
| 685 | rdfs:subClassOf | 683 | rdfs:subClassOf |
| 686 | [ rdf:type owl:Restriction ; | 684 | [ rdf:type owl:Restriction ; |
| 687 | - owl:allValuesFrom BRREG:LegalEntity ; | 685 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 688 | - owl:onProperty ILAP:hasPlanResponsible | 686 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 689 | ] ; | 687 | ] ; |
| 690 | rdfs:subClassOf | 688 | rdfs:subClassOf |
| 691 | [ rdf:type owl:Restriction ; | 689 | [ rdf:type owl:Restriction ; |
| 692 | - owl:onProperty ILAP:hasPlanLevel ; | 690 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 693 | - owl:someValuesFrom ILAP:PlanLevel | 691 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 694 | ] ; | 692 | ] ; |
| 695 | rdfs:subClassOf | 693 | rdfs:subClassOf |
| 696 | [ rdf:type owl:Restriction ; | 694 | [ rdf:type owl:Restriction ; |
| 697 | - owl:onProperty ILAP:hasPlanGeoArea ; | 695 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 698 | - owl:someValuesFrom ILAP:PlanGeoArea | 696 | + owl:someValuesFrom ILAP:PlanProjectType |
| 699 | ] ; | 697 | ] ; |
| 700 | rdfs:subClassOf | 698 | rdfs:subClassOf |
| 701 | [ rdf:type owl:Restriction ; | 699 | [ rdf:type owl:Restriction ; |
| 702 | - owl:onProperty ILAP:hasPlanProjectType ; | 700 | + owl:maxQualifiedCardinality |
| 703 | - owl:someValuesFrom ILAP:PlanProjectType | 701 | + "1"^^xsd:nonNegativeInteger ; |
| 702 | + owl:onClass ILAP:PlanLevel ; | ||
| 703 | + owl:onProperty ILAP:hasPlanLevel | ||
| 704 | ] ; | 704 | ] ; |
| 705 | rdfs:subClassOf | 705 | rdfs:subClassOf |
| 706 | [ rdf:type owl:Restriction ; | 706 | [ rdf:type owl:Restriction ; |
| 707 | - owl:onProperty ILAP:hasPlanContentType ; | 707 | + owl:onProperty ILAP:hasPlanLevel ; |
| 708 | - owl:someValuesFrom ILAP:PlanContentType | 708 | + owl:someValuesFrom ILAP:PlanLevel |
| 709 | ] ; | 709 | ] ; |
| 710 | rdfs:subClassOf | 710 | rdfs:subClassOf |
| 711 | [ rdf:type owl:Restriction ; | 711 | [ rdf:type owl:Restriction ; |
| 712 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 712 | + owl:onProperty ILAP:hasPlanContentType ; |
| 713 | - owl:onProperty ILAP:hasPlanObjectiveType | 713 | + owl:someValuesFrom ILAP:PlanContentType |
| 714 | ] . | 714 | ] . |
| 715 | 715 | ||
| 716 | ILAP:ProjectType | 716 | ILAP:ProjectType |
| ... | @@ -719,9 +719,9 @@ ILAP:ProjectType | ... | @@ -719,9 +719,9 @@ ILAP:ProjectType |
| 719 | rdfs:subClassOf owl:Thing . | 719 | rdfs:subClassOf owl:Thing . |
| 720 | 720 | ||
| 721 | ILAP:Regular8To16WorkingDayCalendar | 721 | ILAP:Regular8To16WorkingDayCalendar |
| 722 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 722 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 723 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 723 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 724 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 724 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 725 | 725 | ||
| 726 | ILAP:RemovalOfBarriers | 726 | ILAP:RemovalOfBarriers |
| 727 | rdf:type ILAP:RiskType ; | 727 | rdf:type ILAP:RiskType ; |
| ... | @@ -732,9 +732,9 @@ ILAP:ReservoirDrillingOperation | ... | @@ -732,9 +732,9 @@ ILAP:ReservoirDrillingOperation |
| 732 | rdfs:label "Reservoir drilling operation"^^xsd:string . | 732 | rdfs:label "Reservoir drilling operation"^^xsd:string . |
| 733 | 733 | ||
| 734 | ILAP:Resource | 734 | ILAP:Resource |
| 735 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 735 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 736 | rdfs:label "Resource"^^xsd:string ; | 736 | rdfs:label "Resource"^^xsd:string ; |
| 737 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 737 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 738 | 738 | ||
| 739 | ILAP:ResourceEstimate | 739 | ILAP:ResourceEstimate |
| 740 | rdf:type owl:Class ; | 740 | rdf:type owl:Class ; |
| ... | @@ -742,14 +742,14 @@ ILAP:ResourceEstimate | ... | @@ -742,14 +742,14 @@ ILAP:ResourceEstimate |
| 742 | rdfs:subClassOf ILAP:ResourceStructure . | 742 | rdfs:subClassOf ILAP:ResourceStructure . |
| 743 | 743 | ||
| 744 | ILAP:ResourceProfile | 744 | ILAP:ResourceProfile |
| 745 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 745 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 746 | rdfs:label "Resource profile"^^xsd:string ; | 746 | rdfs:label "Resource profile"^^xsd:string ; |
| 747 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 747 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 748 | 748 | ||
| 749 | ILAP:ResourceProfilePoint | 749 | ILAP:ResourceProfilePoint |
| 750 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 750 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 751 | rdfs:label "resource Profile point"^^xsd:string ; | 751 | rdfs:label "resource Profile point"^^xsd:string ; |
| 752 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 752 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 753 | 753 | ||
| 754 | ILAP:ResourceStructure | 754 | ILAP:ResourceStructure |
| 755 | rdf:type owl:Class ; | 755 | rdf:type owl:Class ; |
| ... | @@ -757,17 +757,17 @@ ILAP:ResourceStructure | ... | @@ -757,17 +757,17 @@ ILAP:ResourceStructure |
| 757 | rdfs:subClassOf ILAP:Network . | 757 | rdfs:subClassOf ILAP:Network . |
| 758 | 758 | ||
| 759 | ILAP:ResponsibleOrganization | 759 | ILAP:ResponsibleOrganization |
| 760 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 760 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 761 | rdfs:label "Responsible organization"^^xsd:string ; | 761 | rdfs:label "Responsible organization"^^xsd:string ; |
| 762 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 762 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 763 | 763 | ||
| 764 | ILAP:ResponsiblePerson | 764 | ILAP:ResponsiblePerson |
| 765 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 765 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 766 | rdfs:label "Responsible"^^xsd:string ; | 766 | rdfs:label "Responsible"^^xsd:string ; |
| 767 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 767 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 768 | 768 | ||
| 769 | ILAP:Result | 769 | ILAP:Result |
| 770 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 770 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 771 | rdfs:label "Result"^^xsd:string ; | 771 | rdfs:label "Result"^^xsd:string ; |
| 772 | rdfs:subClassOf owl:Thing . | 772 | rdfs:subClassOf owl:Thing . |
| 773 | 773 | ||
| ... | @@ -795,9 +795,9 @@ ILAP:Safety_Test_Shutdown | ... | @@ -795,9 +795,9 @@ ILAP:Safety_Test_Shutdown |
| 795 | rdfs:label "Safety Test Shutdown"^^xsd:string . | 795 | rdfs:label "Safety Test Shutdown"^^xsd:string . |
| 796 | 796 | ||
| 797 | ILAP:Schedule | 797 | ILAP:Schedule |
| 798 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 798 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 799 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 799 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 800 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 800 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 801 | rdfs:subClassOf | 801 | rdfs:subClassOf |
| 802 | [ rdf:type owl:Restriction ; | 802 | [ rdf:type owl:Restriction ; |
| 803 | owl:maxQualifiedCardinality | 803 | owl:maxQualifiedCardinality |
| ... | @@ -807,22 +807,22 @@ ILAP:Schedule | ... | @@ -807,22 +807,22 @@ ILAP:Schedule |
| 807 | ] . | 807 | ] . |
| 808 | 808 | ||
| 809 | ILAP:ScheduledActivity | 809 | ILAP:ScheduledActivity |
| 810 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 810 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 811 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 811 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 812 | rdfs:subClassOf ILAP:PlannedActivity ; | 812 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 813 | rdfs:subClassOf | 813 | rdfs:subClassOf |
| 814 | [ rdf:type owl:Restriction ; | 814 | [ rdf:type owl:Restriction ; |
| 815 | owl:maxQualifiedCardinality | 815 | owl:maxQualifiedCardinality |
| 816 | "1"^^xsd:nonNegativeInteger ; | 816 | "1"^^xsd:nonNegativeInteger ; |
| 817 | - owl:onClass ILAP:PlannedActivity ; | 817 | + owl:onClass ILAP:Schedule ; |
| 818 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 818 | + owl:onProperty ILAP:hasActivitySchedule |
| 819 | ] ; | 819 | ] ; |
| 820 | rdfs:subClassOf | 820 | rdfs:subClassOf |
| 821 | [ rdf:type owl:Restriction ; | 821 | [ rdf:type owl:Restriction ; |
| 822 | owl:maxQualifiedCardinality | 822 | owl:maxQualifiedCardinality |
| 823 | "1"^^xsd:nonNegativeInteger ; | 823 | "1"^^xsd:nonNegativeInteger ; |
| 824 | - owl:onClass ILAP:Schedule ; | 824 | + owl:onClass ILAP:PlannedActivity ; |
| 825 | - owl:onProperty ILAP:hasActivitySchedule | 825 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 826 | ] . | 826 | ] . |
| 827 | 827 | ||
| 828 | ILAP:ScheduledMilestone | 828 | ILAP:ScheduledMilestone |
| ... | @@ -867,9 +867,9 @@ ILAP:Shutdown_not_evaluated | ... | @@ -867,9 +867,9 @@ ILAP:Shutdown_not_evaluated |
| 867 | rdfs:label "Shutdown not evaluated"^^xsd:string . | 867 | rdfs:label "Shutdown not evaluated"^^xsd:string . |
| 868 | 868 | ||
| 869 | ILAP:Source | 869 | ILAP:Source |
| 870 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 870 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 871 | rdfs:label "Source"^^xsd:string ; | 871 | rdfs:label "Source"^^xsd:string ; |
| 872 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 872 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 873 | 873 | ||
| 874 | ILAP:SourceSpecifiedUserField | 874 | ILAP:SourceSpecifiedUserField |
| 875 | rdf:type owl:Class ; | 875 | rdf:type owl:Class ; |
| ... | @@ -882,26 +882,26 @@ ILAP:SpecifiedUserField | ... | @@ -882,26 +882,26 @@ ILAP:SpecifiedUserField |
| 882 | rdfs:subClassOf ILAP:UserField . | 882 | rdfs:subClassOf ILAP:UserField . |
| 883 | 883 | ||
| 884 | ILAP:StartToFinish | 884 | ILAP:StartToFinish |
| 885 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 885 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 886 | rdfs:label "Start to finish"^^xsd:string ; | 886 | rdfs:label "Start to finish"^^xsd:string ; |
| 887 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 887 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 888 | 888 | ||
| 889 | ILAP:StartToStart | 889 | ILAP:StartToStart |
| 890 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 890 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 891 | rdfs:label "Start to start"^^xsd:string ; | 891 | rdfs:label "Start to start"^^xsd:string ; |
| 892 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 892 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 893 | 893 | ||
| 894 | ILAP:Status | 894 | ILAP:Status |
| 895 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 895 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 896 | rdfs:label "Status"^^xsd:string ; | 896 | rdfs:label "Status"^^xsd:string ; |
| 897 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 897 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 898 | 898 | ||
| 899 | ILAP:System_Shutdown | 899 | ILAP:System_Shutdown |
| 900 | rdf:type ILAP:ShutdownContent ; | 900 | rdf:type ILAP:ShutdownContent ; |
| 901 | rdfs:label "System Shutdown"^^xsd:string . | 901 | rdfs:label "System Shutdown"^^xsd:string . |
| 902 | 902 | ||
| 903 | ILAP:TargetSchedule | 903 | ILAP:TargetSchedule |
| 904 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 904 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 905 | rdfs:label "Target schedule"^^xsd:string ; | 905 | rdfs:label "Target schedule"^^xsd:string ; |
| 906 | rdfs:subClassOf ILAP:Schedule . | 906 | rdfs:subClassOf ILAP:Schedule . |
| 907 | 907 | ||
| ... | @@ -920,7 +920,7 @@ ILAP:UnitBased | ... | @@ -920,7 +920,7 @@ ILAP:UnitBased |
| 920 | rdfs:subClassOf ILAP:Resource . | 920 | rdfs:subClassOf ILAP:Resource . |
| 921 | 921 | ||
| 922 | ILAP:UserField | 922 | ILAP:UserField |
| 923 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 923 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 924 | rdfs:label "User field"^^xsd:string ; | 924 | rdfs:label "User field"^^xsd:string ; |
| 925 | rdfs:subClassOf ILAP:Data ; | 925 | rdfs:subClassOf ILAP:Data ; |
| 926 | rdfs:subClassOf | 926 | rdfs:subClassOf |
| ... | @@ -934,7 +934,7 @@ ILAP:UserField | ... | @@ -934,7 +934,7 @@ ILAP:UserField |
| 934 | ILAP:Value | 934 | ILAP:Value |
| 935 | rdf:type owl:Class ; | 935 | rdf:type owl:Class ; |
| 936 | rdfs:label "Value"^^xsd:string ; | 936 | rdfs:label "Value"^^xsd:string ; |
| 937 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 937 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 938 | 938 | ||
| 939 | ILAP:VesselOperation | 939 | ILAP:VesselOperation |
| 940 | rdf:type ILAP:RiskType ; | 940 | rdf:type ILAP:RiskType ; |
| ... | @@ -949,9 +949,9 @@ ILAP:Water_Production_Shutdown | ... | @@ -949,9 +949,9 @@ ILAP:Water_Production_Shutdown |
| 949 | rdfs:label "Water Production Shutdown"^^xsd:string . | 949 | rdfs:label "Water Production Shutdown"^^xsd:string . |
| 950 | 950 | ||
| 951 | ILAP:WeekendsFreeCalendar | 951 | ILAP:WeekendsFreeCalendar |
| 952 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 952 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 953 | rdfs:label "Weekends free calendar"^^xsd:string ; | 953 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 954 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 954 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 955 | 955 | ||
| 956 | ILAP:Well_Transfer | 956 | ILAP:Well_Transfer |
| 957 | rdf:type ILAP:ShutdownContent ; | 957 | rdf:type ILAP:ShutdownContent ; |
| ... | @@ -963,18 +963,18 @@ ILAP:WorkOrder | ... | @@ -963,18 +963,18 @@ ILAP:WorkOrder |
| 963 | rdfs:subClassOf ILAP:WorkTask . | 963 | rdfs:subClassOf ILAP:WorkTask . |
| 964 | 964 | ||
| 965 | ILAP:WorkTask | 965 | ILAP:WorkTask |
| 966 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 966 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 967 | rdfs:label "Work task"^^xsd:string ; | 967 | rdfs:label "Work task"^^xsd:string ; |
| 968 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 968 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 969 | rdfs:subClassOf | 969 | rdfs:subClassOf |
| 970 | [ rdf:type owl:Restriction ; | 970 | [ rdf:type owl:Restriction ; |
| 971 | - owl:allValuesFrom BRREG:LegalEntity ; | 971 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 972 | - owl:onProperty ILAP:hasWorkTaskResponsible | 972 | + owl:someValuesFrom ILAP:Activity |
| 973 | ] ; | 973 | ] ; |
| 974 | rdfs:subClassOf | 974 | rdfs:subClassOf |
| 975 | [ rdf:type owl:Restriction ; | 975 | [ rdf:type owl:Restriction ; |
| 976 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 976 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 977 | - owl:someValuesFrom ILAP:Activity | 977 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 978 | ] . | 978 | ] . |
| 979 | 979 | ||
| 980 | ILAP:WorkTaskStatus | 980 | ILAP:WorkTaskStatus |
| ... | @@ -1070,7 +1070,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -1070,7 +1070,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 1070 | rdfs:range xsd:float . | 1070 | rdfs:range xsd:float . |
| 1071 | 1071 | ||
| 1072 | ILAP:hasActivityPlan | 1072 | ILAP:hasActivityPlan |
| 1073 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1073 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1074 | rdfs:domain ILAP:PlannedActivity ; | 1074 | rdfs:domain ILAP:PlannedActivity ; |
| 1075 | rdfs:label "has activity plan"^^xsd:string ; | 1075 | rdfs:label "has activity plan"^^xsd:string ; |
| 1076 | rdfs:range ILAP:ProjectExecutionPlan . | 1076 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -1118,7 +1118,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -1118,7 +1118,7 @@ ILAP:hasActivityResponsibleOrganization |
| 1118 | rdfs:range ILAP:ResponsibleOrganization . | 1118 | rdfs:range ILAP:ResponsibleOrganization . |
| 1119 | 1119 | ||
| 1120 | ILAP:hasActivityResponsiblePerson | 1120 | ILAP:hasActivityResponsiblePerson |
| 1121 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1121 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1122 | rdfs:domain ILAP:PlannedActivity ; | 1122 | rdfs:domain ILAP:PlannedActivity ; |
| 1123 | rdfs:label "has activity responsible"^^xsd:string ; | 1123 | rdfs:label "has activity responsible"^^xsd:string ; |
| 1124 | rdfs:range ILAP:ResponsiblePerson . | 1124 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1153,7 +1153,7 @@ ILAP:hasActivityStatus | ... | @@ -1153,7 +1153,7 @@ ILAP:hasActivityStatus |
| 1153 | rdfs:range ILAP:Status . | 1153 | rdfs:range ILAP:Status . |
| 1154 | 1154 | ||
| 1155 | ILAP:hasActivitySuccessor | 1155 | ILAP:hasActivitySuccessor |
| 1156 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1156 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1157 | rdfs:domain ILAP:PlannedActivity ; | 1157 | rdfs:domain ILAP:PlannedActivity ; |
| 1158 | rdfs:label "has activity successor"^^xsd:string ; | 1158 | rdfs:label "has activity successor"^^xsd:string ; |
| 1159 | rdfs:range ILAP:ActivityDependency ; | 1159 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1214,7 +1214,7 @@ ILAP:hasCalendarDate | ... | @@ -1214,7 +1214,7 @@ ILAP:hasCalendarDate |
| 1214 | rdfs:label "has calendar date"^^xsd:string . | 1214 | rdfs:label "has calendar date"^^xsd:string . |
| 1215 | 1215 | ||
| 1216 | ILAP:hasCalendarFreePeriod | 1216 | ILAP:hasCalendarFreePeriod |
| 1217 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1217 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1218 | rdfs:domain ILAP:Calendar ; | 1218 | rdfs:domain ILAP:Calendar ; |
| 1219 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1219 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1220 | rdfs:range ILAP:CalendarFreePeriod . | 1220 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1497,7 +1497,7 @@ ILAP:hasPlanRegulator | ... | @@ -1497,7 +1497,7 @@ ILAP:hasPlanRegulator |
| 1497 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1497 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1498 | 1498 | ||
| 1499 | ILAP:hasPlanResponsible | 1499 | ILAP:hasPlanResponsible |
| 1500 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1500 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1501 | rdfs:domain ILAP:ResponsibleOrganization ; | 1501 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1502 | rdfs:label "has plan responsible"^^xsd:string . | 1502 | rdfs:label "has plan responsible"^^xsd:string . |
| 1503 | 1503 | ||
| ... | @@ -1690,7 +1690,7 @@ ILAP:hasShutdownType | ... | @@ -1690,7 +1690,7 @@ ILAP:hasShutdownType |
| 1690 | rdfs:range ILAP:ShutdownType . | 1690 | rdfs:range ILAP:ShutdownType . |
| 1691 | 1691 | ||
| 1692 | ILAP:hasSuccessorActivity | 1692 | ILAP:hasSuccessorActivity |
| 1693 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1693 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1694 | rdfs:domain ILAP:ActivityDependency ; | 1694 | rdfs:domain ILAP:ActivityDependency ; |
| 1695 | rdfs:label "has successor activity "^^xsd:string ; | 1695 | rdfs:label "has successor activity "^^xsd:string ; |
| 1696 | rdfs:range ILAP:PlannedActivity ; | 1696 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1718,7 +1718,7 @@ ILAP:hasTimeNow | ... | @@ -1718,7 +1718,7 @@ ILAP:hasTimeNow |
| 1718 | rdf:type owl:DatatypeProperty ; | 1718 | rdf:type owl:DatatypeProperty ; |
| 1719 | rdfs:domain ILAP:Schedule ; | 1719 | rdfs:domain ILAP:Schedule ; |
| 1720 | rdfs:label "has time now"^^xsd:string ; | 1720 | rdfs:label "has time now"^^xsd:string ; |
| 1721 | - rdfs:range xsd:date , xsd:dateTime . | 1721 | + rdfs:range xsd:dateTime , xsd:date . |
| 1722 | 1722 | ||
| 1723 | ILAP:hasUserFieldName | 1723 | ILAP:hasUserFieldName |
| 1724 | rdf:type owl:DatatypeProperty ; | 1724 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -1786,12 +1786,3 @@ ILAP:hasWorkTaskVendor | ... | @@ -1786,12 +1786,3 @@ ILAP:hasWorkTaskVendor |
| 1786 | 1786 | ||
| 1787 | <http://data.posccaesar.org/ilap/riskfactor/hasRiskType> | 1787 | <http://data.posccaesar.org/ilap/riskfactor/hasRiskType> |
| 1788 | rdfs:range ILAP:RiskType . | 1788 | rdfs:range ILAP:RiskType . |
| 1789 | - | ||
| 1790 | -<http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> | ||
| 1791 | - rdfs:range ILAP:ShutdownContent . | ||
| 1792 | - | ||
| 1793 | -<http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> | ||
| 1794 | - rdfs:range ILAP:ShutdownPeriod . | ||
| 1795 | - | ||
| 1796 | -<http://data.posccaesar.org/ilap/shutdown/hasShutdownType> | ||
| 1797 | - rdfs:range ILAP:ShutdownType . | ... | ... |
| ... | @@ -16,9 +16,9 @@ | ... | @@ -16,9 +16,9 @@ |
| 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 ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . |
| 18 | 18 | ||
| 19 | -:SummerSystemShutdown-2015 | 19 | +:SummerSystemShutdown |
| 20 | rdf:type ILAP:Shutdown ; | 20 | rdf:type ILAP:Shutdown ; |
| 21 | - rdfs:label "Summer system shutdown-2015"^^xsd:string ; | 21 | + rdfs:label "Summer system shutdown"^^xsd:string ; |
| 22 | ILAP:hasShutdownContent | 22 | ILAP:hasShutdownContent |
| 23 | ILAP:System_Shutdown ; | 23 | ILAP:System_Shutdown ; |
| 24 | ILAP:hasShutdownPeriod | 24 | ILAP:hasShutdownPeriod | ... | ... |
| ... | @@ -12,17 +12,4 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -12,17 +12,4 @@ UC1: rdf:type owl:Ontology ; |
| 12 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 12 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 14 | 14 | ||
| 15 | -UC1:PlannedResource_1 | ||
| 16 | - rdf:type ILAP:PlannedResource ; | ||
| 17 | - rdfs:label "Planned resource 1"^^xsd:string . | ||
| 18 | 15 | ||
| 19 | -UC1:ScheduledResource_1 | ||
| 20 | - rdf:type ILAP:ScheduledResource ; | ||
| 21 | - rdfs:label "Scheduled resource 1"^^xsd:string . | ||
| 22 | - | ||
| 23 | -ILAP:PlannedActivity_1 | ||
| 24 | - ILAP:hasActivityPlan | ||
| 25 | - UC1:ProjectPlan_1 . | ||
| 26 | - | ||
| 27 | -ILAP:hasShutdownType | ||
| 28 | - rdfs:range ILAP:ShutdownType . | ... | ... |
-
Please register or login to post a comment