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