Showing
1 changed file
with
176 additions
and
176 deletions
| ... | @@ -26,44 +26,44 @@ ILAP: | ... | @@ -26,44 +26,44 @@ ILAP: |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 27 | ||
| 28 | ILAP:Activity | 28 | ILAP:Activity |
| 29 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 29 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 30 | rdfs:label "Activity"^^xsd:string ; | 30 | rdfs:label "Activity"^^xsd:string ; |
| 31 | rdfs:subClassOf | 31 | rdfs:subClassOf |
| 32 | [ rdf:type owl:Restriction ; | 32 | [ rdf:type owl:Restriction ; |
| 33 | - owl:allValuesFrom ILAP:Status ; | 33 | + owl:allValuesFrom ILAP:Discipline ; |
| 34 | - owl:onProperty ILAP:hasActivityStatus | 34 | + owl:onProperty ILAP:hasActivityDiscipline |
| 35 | ] ; | 35 | ] ; |
| 36 | rdfs:subClassOf | 36 | rdfs:subClassOf |
| 37 | [ rdf:type owl:Restriction ; | 37 | [ rdf:type owl:Restriction ; |
| 38 | - owl:onProperty ILAP:hasExternalReference ; | 38 | + owl:allValuesFrom ILAP:Calendar ; |
| 39 | - owl:someValuesFrom ILAP:ExternalReference | 39 | + owl:onProperty ILAP:hasActivityCalendar |
| 40 | ] ; | 40 | ] ; |
| 41 | rdfs:subClassOf | 41 | rdfs:subClassOf |
| 42 | [ rdf:type owl:Restriction ; | 42 | [ rdf:type owl:Restriction ; |
| 43 | - owl:allValuesFrom ILAP:Calendar ; | 43 | + owl:onProperty ILAP:hasExternalReference ; |
| 44 | - owl:onProperty ILAP:hasActivityCalendar | 44 | + owl:someValuesFrom ILAP:ExternalReference |
| 45 | ] ; | 45 | ] ; |
| 46 | rdfs:subClassOf | 46 | rdfs:subClassOf |
| 47 | [ rdf:type owl:Restriction ; | 47 | [ rdf:type owl:Restriction ; |
| 48 | - owl:allValuesFrom ILAP:Discipline ; | 48 | + owl:allValuesFrom ILAP:Status ; |
| 49 | - owl:onProperty ILAP:hasActivityDiscipline | 49 | + owl:onProperty ILAP:hasActivityStatus |
| 50 | ] . | 50 | ] . |
| 51 | 51 | ||
| 52 | ILAP:ActivityDependency | 52 | ILAP:ActivityDependency |
| 53 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 53 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 54 | rdfs:label "Activity Dependency"^^xsd:string ; | 54 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 55 | rdfs:subClassOf ILAP:Constraint ; | 55 | rdfs:subClassOf ILAP:Constraint ; |
| 56 | rdfs:subClassOf | 56 | rdfs:subClassOf |
| 57 | [ rdf:type owl:Restriction ; | 57 | [ rdf:type owl:Restriction ; |
| 58 | owl:onClass ILAP:Activity ; | 58 | owl:onClass ILAP:Activity ; |
| 59 | - owl:onProperty ILAP:hasSuccessorActivity ; | 59 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 60 | owl:qualifiedCardinality | 60 | owl:qualifiedCardinality |
| 61 | "1"^^xsd:nonNegativeInteger | 61 | "1"^^xsd:nonNegativeInteger |
| 62 | ] ; | 62 | ] ; |
| 63 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| 64 | [ rdf:type owl:Restriction ; | 64 | [ rdf:type owl:Restriction ; |
| 65 | owl:onClass ILAP:Activity ; | 65 | owl:onClass ILAP:Activity ; |
| 66 | - owl:onProperty ILAP:hasPredecessorActivity ; | 66 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 67 | owl:qualifiedCardinality | 67 | owl:qualifiedCardinality |
| 68 | "1"^^xsd:nonNegativeInteger | 68 | "1"^^xsd:nonNegativeInteger |
| 69 | ] . | 69 | ] . |
| ... | @@ -136,7 +136,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -136,7 +136,7 @@ ILAP:ActivityInPlan_1 |
| 136 | "Specific object ID"^^xsd:string . | 136 | "Specific object ID"^^xsd:string . |
| 137 | 137 | ||
| 138 | ILAP:ActivityPlan | 138 | ILAP:ActivityPlan |
| 139 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 139 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 140 | rdfs:label "Activity Plan"^^xsd:string ; | 140 | rdfs:label "Activity Plan"^^xsd:string ; |
| 141 | rdfs:subClassOf ILAP:Network ; | 141 | rdfs:subClassOf ILAP:Network ; |
| 142 | rdfs:subClassOf | 142 | rdfs:subClassOf |
| ... | @@ -151,7 +151,7 @@ ILAP:ActivityStatus | ... | @@ -151,7 +151,7 @@ ILAP:ActivityStatus |
| 151 | rdfs:subClassOf ILAP:Status . | 151 | rdfs:subClassOf ILAP:Status . |
| 152 | 152 | ||
| 153 | ILAP:ActivityWBS | 153 | ILAP:ActivityWBS |
| 154 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 154 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 155 | rdfs:label "Activity WBS"^^xsd:string ; | 155 | rdfs:label "Activity WBS"^^xsd:string ; |
| 156 | rdfs:subClassOf ILAP:Network . | 156 | rdfs:subClassOf ILAP:Network . |
| 157 | 157 | ||
| ... | @@ -162,15 +162,15 @@ ILAP:ActivityWBS_1 | ... | @@ -162,15 +162,15 @@ ILAP:ActivityWBS_1 |
| 162 | ILAP:Application | 162 | ILAP:Application |
| 163 | rdf:type owl:Class ; | 163 | rdf:type owl:Class ; |
| 164 | rdfs:label "Application"^^xsd:string ; | 164 | rdfs:label "Application"^^xsd:string ; |
| 165 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 165 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 166 | 166 | ||
| 167 | ILAP:Asset | 167 | ILAP:Asset |
| 168 | rdf:type owl:Class ; | 168 | rdf:type owl:Class ; |
| 169 | rdfs:label "Asset"^^xsd:string ; | 169 | rdfs:label "Asset"^^xsd:string ; |
| 170 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 170 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 171 | 171 | ||
| 172 | ILAP:Baseline | 172 | ILAP:Baseline |
| 173 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 173 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 174 | rdfs:label "Baseline"^^xsd:string ; | 174 | rdfs:label "Baseline"^^xsd:string ; |
| 175 | rdfs:subClassOf ILAP:Network . | 175 | rdfs:subClassOf ILAP:Network . |
| 176 | 176 | ||
| ... | @@ -184,9 +184,9 @@ ILAP:CAPEX | ... | @@ -184,9 +184,9 @@ ILAP:CAPEX |
| 184 | rdfs:label "CAPEX"^^xsd:string . | 184 | rdfs:label "CAPEX"^^xsd:string . |
| 185 | 185 | ||
| 186 | ILAP:Calendar | 186 | ILAP:Calendar |
| 187 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 187 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 188 | rdfs:label "Calendar"^^xsd:string ; | 188 | rdfs:label "Calendar"^^xsd:string ; |
| 189 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 189 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 190 | rdfs:subClassOf | 190 | rdfs:subClassOf |
| 191 | [ rdf:type owl:Restriction ; | 191 | [ rdf:type owl:Restriction ; |
| 192 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 192 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -194,14 +194,14 @@ ILAP:Calendar | ... | @@ -194,14 +194,14 @@ ILAP:Calendar |
| 194 | ] . | 194 | ] . |
| 195 | 195 | ||
| 196 | ILAP:CalendarDay | 196 | ILAP:CalendarDay |
| 197 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 197 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 198 | rdfs:label "Calendar day"^^xsd:string ; | 198 | rdfs:label "Calendar day"^^xsd:string ; |
| 199 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 199 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 200 | 200 | ||
| 201 | ILAP:CalendarFreePeriod | 201 | ILAP:CalendarFreePeriod |
| 202 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 202 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 203 | rdfs:label "Calendar free period"^^xsd:string ; | 203 | rdfs:label "Calendar free period"^^xsd:string ; |
| 204 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 204 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 205 | rdfs:subClassOf | 205 | rdfs:subClassOf |
| 206 | [ rdf:type owl:Restriction ; | 206 | [ rdf:type owl:Restriction ; |
| 207 | owl:onClass ILAP:Calendar ; | 207 | owl:onClass ILAP:Calendar ; |
| ... | @@ -213,28 +213,28 @@ ILAP:CalendarFreePeriod | ... | @@ -213,28 +213,28 @@ ILAP:CalendarFreePeriod |
| 213 | ] . | 213 | ] . |
| 214 | 214 | ||
| 215 | ILAP:CalendarFreePeriodWeekRepeat | 215 | ILAP:CalendarFreePeriodWeekRepeat |
| 216 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 216 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 217 | rdfs:label "Free day"^^xsd:string ; | 217 | rdfs:label "Free day"^^xsd:string ; |
| 218 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 218 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 219 | 219 | ||
| 220 | ILAP:CalendarHour | 220 | ILAP:CalendarHour |
| 221 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 221 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 222 | rdfs:label "calendar hour"^^xsd:string ; | 222 | rdfs:label "calendar hour"^^xsd:string ; |
| 223 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 223 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 224 | 224 | ||
| 225 | ILAP:CalendarPeriod | 225 | ILAP:CalendarPeriod |
| 226 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 226 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 227 | rdfs:label "Calendar period"^^xsd:string ; | 227 | rdfs:label "Calendar period"^^xsd:string ; |
| 228 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 228 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 229 | rdfs:subClassOf | 229 | rdfs:subClassOf |
| 230 | [ rdf:type owl:Restriction ; | 230 | [ rdf:type owl:Restriction ; |
| 231 | - owl:allValuesFrom ILAP:CalendarHour ; | 231 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 232 | - owl:onProperty ILAP:hasCalendarPeriodHour | 232 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 233 | ] ; | 233 | ] ; |
| 234 | rdfs:subClassOf | 234 | rdfs:subClassOf |
| 235 | [ rdf:type owl:Restriction ; | 235 | [ rdf:type owl:Restriction ; |
| 236 | - owl:allValuesFrom ILAP:CalendarDay ; | 236 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 237 | - owl:onProperty ILAP:hasCalendarPeriodDay | 237 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 238 | ] . | 238 | ] . |
| 239 | 239 | ||
| 240 | ILAP:Category | 240 | ILAP:Category |
| ... | @@ -245,12 +245,12 @@ ILAP:Category | ... | @@ -245,12 +245,12 @@ ILAP:Category |
| 245 | ILAP:Constraint | 245 | ILAP:Constraint |
| 246 | rdf:type owl:Class ; | 246 | rdf:type owl:Class ; |
| 247 | rdfs:label "Constraint"^^xsd:string ; | 247 | rdfs:label "Constraint"^^xsd:string ; |
| 248 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 248 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 249 | 249 | ||
| 250 | ILAP:Contract | 250 | ILAP:Contract |
| 251 | rdf:type owl:Class ; | 251 | rdf:type owl:Class ; |
| 252 | rdfs:label "Contract"^^xsd:string ; | 252 | rdfs:label "Contract"^^xsd:string ; |
| 253 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 253 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 254 | 254 | ||
| 255 | ILAP:ControlSchedule | 255 | ILAP:ControlSchedule |
| 256 | rdf:type owl:Class ; | 256 | rdf:type owl:Class ; |
| ... | @@ -260,7 +260,7 @@ ILAP:ControlSchedule | ... | @@ -260,7 +260,7 @@ ILAP:ControlSchedule |
| 260 | ILAP:Cost | 260 | ILAP:Cost |
| 261 | rdf:type owl:Class ; | 261 | rdf:type owl:Class ; |
| 262 | rdfs:label "Cost"^^xsd:string ; | 262 | rdfs:label "Cost"^^xsd:string ; |
| 263 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 263 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 264 | 264 | ||
| 265 | ILAP:CostBased | 265 | ILAP:CostBased |
| 266 | rdf:type owl:Class ; | 266 | rdf:type owl:Class ; |
| ... | @@ -268,14 +268,14 @@ ILAP:CostBased | ... | @@ -268,14 +268,14 @@ ILAP:CostBased |
| 268 | rdfs:subClassOf ILAP:Resource . | 268 | rdfs:subClassOf ILAP:Resource . |
| 269 | 269 | ||
| 270 | ILAP:CurrentSchedule | 270 | ILAP:CurrentSchedule |
| 271 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 271 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 272 | rdfs:label "Current schedule"^^xsd:string ; | 272 | rdfs:label "Current schedule"^^xsd:string ; |
| 273 | rdfs:subClassOf ILAP:Schedule . | 273 | rdfs:subClassOf ILAP:Schedule . |
| 274 | 274 | ||
| 275 | ILAP:Data | 275 | ILAP:Data |
| 276 | rdf:type owl:Class ; | 276 | rdf:type owl:Class ; |
| 277 | rdfs:label "Data"^^xsd:string ; | 277 | rdfs:label "Data"^^xsd:string ; |
| 278 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 278 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 279 | rdfs:subClassOf | 279 | rdfs:subClassOf |
| 280 | [ rdf:type owl:Restriction ; | 280 | [ rdf:type owl:Restriction ; |
| 281 | owl:onClass ILAP:Project ; | 281 | owl:onClass ILAP:Project ; |
| ... | @@ -300,18 +300,20 @@ ILAP:DegreeOfPriority | ... | @@ -300,18 +300,20 @@ ILAP:DegreeOfPriority |
| 300 | rdfs:subClassOf owl:Thing . | 300 | rdfs:subClassOf owl:Thing . |
| 301 | 301 | ||
| 302 | ILAP:Discipline | 302 | ILAP:Discipline |
| 303 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 303 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 304 | rdfs:label "Discipline"^^xsd:string ; | 304 | rdfs:label "Discipline"^^xsd:string ; |
| 305 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 305 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
| 306 | 306 | ||
| 307 | ILAP:ExternalReference | 307 | ILAP:ExternalReference |
| 308 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 308 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 309 | rdfs:label "External Reference"^^xsd:string ; | 309 | rdfs:label "External Reference"^^xsd:string ; |
| 310 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 310 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 311 | rdfs:subClassOf | 311 | rdfs:subClassOf |
| 312 | [ rdf:type owl:Restriction ; | 312 | [ rdf:type owl:Restriction ; |
| 313 | - owl:allValuesFrom ILAP:Application ; | 313 | + owl:onDataRange xsd:string ; |
| 314 | - owl:onProperty ILAP:hasReferenceApplication | 314 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 315 | + owl:qualifiedCardinality | ||
| 316 | + "1"^^xsd:nonNegativeInteger | ||
| 315 | ] ; | 317 | ] ; |
| 316 | rdfs:subClassOf | 318 | rdfs:subClassOf |
| 317 | [ rdf:type owl:Restriction ; | 319 | [ rdf:type owl:Restriction ; |
| ... | @@ -320,21 +322,19 @@ ILAP:ExternalReference | ... | @@ -320,21 +322,19 @@ ILAP:ExternalReference |
| 320 | ] ; | 322 | ] ; |
| 321 | rdfs:subClassOf | 323 | rdfs:subClassOf |
| 322 | [ rdf:type owl:Restriction ; | 324 | [ rdf:type owl:Restriction ; |
| 323 | - owl:onDataRange xsd:string ; | 325 | + owl:allValuesFrom ILAP:Application ; |
| 324 | - owl:onProperty ILAP:hasObjectReferenceID ; | 326 | + owl:onProperty ILAP:hasReferenceApplication |
| 325 | - owl:qualifiedCardinality | ||
| 326 | - "1"^^xsd:nonNegativeInteger | ||
| 327 | ] . | 327 | ] . |
| 328 | 328 | ||
| 329 | ILAP:FinishToFinish | 329 | ILAP:FinishToFinish |
| 330 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 330 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 331 | rdfs:label "Finish to finish"^^xsd:string ; | 331 | rdfs:label "Finish to finish"^^xsd:string ; |
| 332 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 332 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 333 | 333 | ||
| 334 | ILAP:FinishToStart | 334 | ILAP:FinishToStart |
| 335 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 335 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 336 | rdfs:label "Finish to start"^^xsd:string ; | 336 | rdfs:label "Finish to start"^^xsd:string ; |
| 337 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 337 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 338 | 338 | ||
| 339 | ILAP:FunctionalLocation | 339 | ILAP:FunctionalLocation |
| 340 | rdf:type owl:Class ; | 340 | rdf:type owl:Class ; |
| ... | @@ -352,7 +352,7 @@ ILAP:HighPriority | ... | @@ -352,7 +352,7 @@ ILAP:HighPriority |
| 352 | ILAP:Information | 352 | ILAP:Information |
| 353 | rdf:type owl:Class ; | 353 | rdf:type owl:Class ; |
| 354 | rdfs:label "Information"^^xsd:string ; | 354 | rdfs:label "Information"^^xsd:string ; |
| 355 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 355 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 356 | 356 | ||
| 357 | ILAP:Knowledge | 357 | ILAP:Knowledge |
| 358 | rdf:type owl:Class ; | 358 | rdf:type owl:Class ; |
| ... | @@ -360,14 +360,14 @@ ILAP:Knowledge | ... | @@ -360,14 +360,14 @@ ILAP:Knowledge |
| 360 | rdfs:subClassOf ILAP:Information . | 360 | rdfs:subClassOf ILAP:Information . |
| 361 | 361 | ||
| 362 | ILAP:LiveSchedule | 362 | ILAP:LiveSchedule |
| 363 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 363 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 364 | rdfs:label "Live schedule"^^xsd:string ; | 364 | rdfs:label "Live schedule"^^xsd:string ; |
| 365 | rdfs:subClassOf ILAP:Schedule . | 365 | rdfs:subClassOf ILAP:Schedule . |
| 366 | 366 | ||
| 367 | ILAP:Location | 367 | ILAP:Location |
| 368 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 368 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 369 | rdfs:label "Location"^^xsd:string ; | 369 | rdfs:label "Location"^^xsd:string ; |
| 370 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 370 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 371 | 371 | ||
| 372 | ILAP:LowCriticality | 372 | ILAP:LowCriticality |
| 373 | rdf:type ILAP:DegreeOfCriticality ; | 373 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -378,13 +378,13 @@ ILAP:LowPriority | ... | @@ -378,13 +378,13 @@ ILAP:LowPriority |
| 378 | rdfs:label "Low priority"^^xsd:string . | 378 | rdfs:label "Low priority"^^xsd:string . |
| 379 | 379 | ||
| 380 | ILAP:Milestone | 380 | ILAP:Milestone |
| 381 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 381 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 382 | rdfs:label "Milestone"^^xsd:string . | 382 | rdfs:label "Milestone"^^xsd:string . |
| 383 | 383 | ||
| 384 | ILAP:Network | 384 | ILAP:Network |
| 385 | rdf:type owl:Class ; | 385 | rdf:type owl:Class ; |
| 386 | rdfs:label "Network"^^xsd:string ; | 386 | rdfs:label "Network"^^xsd:string ; |
| 387 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 387 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 388 | 388 | ||
| 389 | ILAP:NormalCriticality | 389 | ILAP:NormalCriticality |
| 390 | rdf:type ILAP:DegreeOfCriticality ; | 390 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -419,49 +419,49 @@ ILAP:PhysicalLocation | ... | @@ -419,49 +419,49 @@ ILAP:PhysicalLocation |
| 419 | rdfs:subClassOf ILAP:Location . | 419 | rdfs:subClassOf ILAP:Location . |
| 420 | 420 | ||
| 421 | ILAP:PlanClassifier | 421 | ILAP:PlanClassifier |
| 422 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 422 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 423 | rdfs:label "Plan classifier"^^xsd:string ; | 423 | rdfs:label "Plan classifier"^^xsd:string ; |
| 424 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 424 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 425 | 425 | ||
| 426 | ILAP:PlanContentType | 426 | ILAP:PlanContentType |
| 427 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 427 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 428 | - rdfs:label "Content type"^^xsd:string ; | 428 | + rdfs:label "Plan Content type"^^xsd:string ; |
| 429 | rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 429 | rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 430 | 430 | ||
| 431 | ILAP:PlanContractType | 431 | ILAP:PlanContractType |
| 432 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 432 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 433 | rdfs:label "Plan contract type"^^xsd:string ; | 433 | rdfs:label "Plan contract type"^^xsd:string ; |
| 434 | rdfs:subClassOf ILAP:PlanClassifier . | 434 | rdfs:subClassOf ILAP:PlanClassifier . |
| 435 | 435 | ||
| 436 | ILAP:PlanExpenseType | 436 | ILAP:PlanExpenseType |
| 437 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 437 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 438 | rdfs:label "Plan expense type"^^xsd:string ; | 438 | rdfs:label "Plan expense type"^^xsd:string ; |
| 439 | rdfs:subClassOf ILAP:PlanClassifier . | 439 | rdfs:subClassOf ILAP:PlanClassifier . |
| 440 | 440 | ||
| 441 | ILAP:PlanGeoArea | 441 | ILAP:PlanGeoArea |
| 442 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 442 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 443 | rdfs:label "Plan geographic area"^^xsd:string ; | 443 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 444 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 444 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 445 | 445 | ||
| 446 | ILAP:PlanLevel | 446 | ILAP:PlanLevel |
| 447 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 447 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 448 | rdfs:label "Plan level"^^xsd:string ; | 448 | rdfs:label "Plan level"^^xsd:string ; |
| 449 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 449 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 450 | 450 | ||
| 451 | ILAP:PlanLifecycleStage | 451 | ILAP:PlanLifecycleStage |
| 452 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 452 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 453 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 453 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 454 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 454 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 455 | 455 | ||
| 456 | ILAP:PlanObjectiveType | 456 | ILAP:PlanObjectiveType |
| 457 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 457 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 458 | rdfs:label "Plan objective type"^^xsd:string ; | 458 | rdfs:label "Plan objective type"^^xsd:string ; |
| 459 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 459 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 460 | 460 | ||
| 461 | ILAP:PlanProjectType | 461 | ILAP:PlanProjectType |
| 462 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 462 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 463 | rdfs:label "Plan project type"^^xsd:string ; | 463 | rdfs:label "Plan project type"^^xsd:string ; |
| 464 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 464 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 465 | 465 | ||
| 466 | ILAP:PlannedActivity | 466 | ILAP:PlannedActivity |
| 467 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 467 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -469,50 +469,50 @@ ILAP:PlannedActivity | ... | @@ -469,50 +469,50 @@ ILAP:PlannedActivity |
| 469 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 469 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 470 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 471 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| 472 | - owl:allValuesFrom ILAP:Location ; | 472 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 473 | - owl:onProperty ILAP:hasActivityLocation | 473 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 474 | ] ; | 474 | ] ; |
| 475 | rdfs:subClassOf | 475 | rdfs:subClassOf |
| 476 | [ rdf:type owl:Restriction ; | 476 | [ rdf:type owl:Restriction ; |
| 477 | - owl:maxQualifiedCardinality | 477 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 478 | - "1"^^xsd:nonNegativeInteger ; | 478 | + owl:onProperty ILAP:hasActivityPredecessor |
| 479 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 480 | - owl:onProperty ILAP:hasActivityPlan | ||
| 481 | ] ; | 479 | ] ; |
| 482 | rdfs:subClassOf | 480 | rdfs:subClassOf |
| 483 | [ rdf:type owl:Restriction ; | 481 | [ rdf:type owl:Restriction ; |
| 484 | - owl:allValuesFrom ILAP:ActivityDependency ; | 482 | + owl:allValuesFrom ILAP:Result ; |
| 485 | - owl:onProperty ILAP:hasActivitySuccessor | 483 | + owl:onProperty ILAP:hasActivityResult |
| 486 | ] ; | 484 | ] ; |
| 487 | rdfs:subClassOf | 485 | rdfs:subClassOf |
| 488 | [ rdf:type owl:Restriction ; | 486 | [ rdf:type owl:Restriction ; |
| 489 | - owl:allValuesFrom ILAP:ActivityDependency ; | 487 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 490 | - owl:onProperty ILAP:hasActivityPredecessor | 488 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 491 | ] ; | 489 | ] ; |
| 492 | rdfs:subClassOf | 490 | rdfs:subClassOf |
| 493 | [ rdf:type owl:Restriction ; | 491 | [ rdf:type owl:Restriction ; |
| 494 | - owl:allValuesFrom ILAP:ActivityWBS ; | 492 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 495 | - owl:onProperty ILAP:hasActivityWBSelement | 493 | + owl:someValuesFrom ILAP:Discipline |
| 496 | ] ; | 494 | ] ; |
| 497 | rdfs:subClassOf | 495 | rdfs:subClassOf |
| 498 | [ rdf:type owl:Restriction ; | 496 | [ rdf:type owl:Restriction ; |
| 499 | - owl:allValuesFrom ILAP:Result ; | 497 | + owl:allValuesFrom ILAP:Location ; |
| 500 | - owl:onProperty ILAP:hasActivityResult | 498 | + owl:onProperty ILAP:hasActivityLocation |
| 501 | ] ; | 499 | ] ; |
| 502 | rdfs:subClassOf | 500 | rdfs:subClassOf |
| 503 | [ rdf:type owl:Restriction ; | 501 | [ rdf:type owl:Restriction ; |
| 504 | - owl:allValuesFrom ILAP:ResourceProfile ; | 502 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 505 | - owl:onProperty ILAP:hasActivityResourceProfile | 503 | + owl:onProperty ILAP:hasActivitySuccessor |
| 506 | ] ; | 504 | ] ; |
| 507 | rdfs:subClassOf | 505 | rdfs:subClassOf |
| 508 | [ rdf:type owl:Restriction ; | 506 | [ rdf:type owl:Restriction ; |
| 509 | - owl:onProperty ILAP:hasActivityDiscipline ; | 507 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 510 | - owl:someValuesFrom ILAP:Discipline | 508 | + owl:onProperty ILAP:hasActivityWBSelement |
| 511 | ] ; | 509 | ] ; |
| 512 | rdfs:subClassOf | 510 | rdfs:subClassOf |
| 513 | [ rdf:type owl:Restriction ; | 511 | [ rdf:type owl:Restriction ; |
| 514 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 512 | + owl:maxQualifiedCardinality |
| 515 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 513 | + "1"^^xsd:nonNegativeInteger ; |
| 514 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 515 | + owl:onProperty ILAP:hasActivityPlan | ||
| 516 | ] . | 516 | ] . |
| 517 | 517 | ||
| 518 | ILAP:PlannedMilestone | 518 | ILAP:PlannedMilestone |
| ... | @@ -536,13 +536,18 @@ ILAP:Programme | ... | @@ -536,13 +536,18 @@ ILAP:Programme |
| 536 | rdfs:subClassOf ILAP:Project . | 536 | rdfs:subClassOf ILAP:Project . |
| 537 | 537 | ||
| 538 | ILAP:Project | 538 | ILAP:Project |
| 539 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 539 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 540 | rdfs:label "Project"^^xsd:string ; | 540 | rdfs:label "Project"^^xsd:string ; |
| 541 | rdfs:subClassOf ILAP:Activity ; | 541 | rdfs:subClassOf ILAP:Activity ; |
| 542 | rdfs:subClassOf | 542 | rdfs:subClassOf |
| 543 | [ rdf:type owl:Restriction ; | 543 | [ rdf:type owl:Restriction ; |
| 544 | - owl:allValuesFrom BRREG:OilCompany ; | 544 | + owl:allValuesFrom ILAP:Project ; |
| 545 | - owl:onProperty ILAP:hasProjectResponsible | 545 | + owl:onProperty ILAP:hasProjectSubproject |
| 546 | + ] ; | ||
| 547 | + rdfs:subClassOf | ||
| 548 | + [ rdf:type owl:Restriction ; | ||
| 549 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 550 | + owl:onProperty ILAP:hasExternalReference | ||
| 546 | ] ; | 551 | ] ; |
| 547 | rdfs:subClassOf | 552 | rdfs:subClassOf |
| 548 | [ rdf:type owl:Restriction ; | 553 | [ rdf:type owl:Restriction ; |
| ... | @@ -553,13 +558,8 @@ ILAP:Project | ... | @@ -553,13 +558,8 @@ ILAP:Project |
| 553 | ] ; | 558 | ] ; |
| 554 | rdfs:subClassOf | 559 | rdfs:subClassOf |
| 555 | [ rdf:type owl:Restriction ; | 560 | [ rdf:type owl:Restriction ; |
| 556 | - owl:allValuesFrom ILAP:ExternalReference ; | 561 | + owl:allValuesFrom BRREG:OilCompany ; |
| 557 | - owl:onProperty ILAP:hasExternalReference | 562 | + owl:onProperty ILAP:hasProjectResponsible |
| 558 | - ] ; | ||
| 559 | - rdfs:subClassOf | ||
| 560 | - [ rdf:type owl:Restriction ; | ||
| 561 | - owl:allValuesFrom ILAP:Project ; | ||
| 562 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 563 | ] . | 563 | ] . |
| 564 | 564 | ||
| 565 | ILAP:ProjectExecutionPlan | 565 | ILAP:ProjectExecutionPlan |
| ... | @@ -573,45 +573,45 @@ ILAP:ProjectExecutionPlan | ... | @@ -573,45 +573,45 @@ ILAP:ProjectExecutionPlan |
| 573 | ] ; | 573 | ] ; |
| 574 | rdfs:subClassOf | 574 | rdfs:subClassOf |
| 575 | [ rdf:type owl:Restriction ; | 575 | [ rdf:type owl:Restriction ; |
| 576 | - owl:onProperty ILAP:hasPlanProjectType ; | 576 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 577 | - owl:someValuesFrom ILAP:PlanProjectType | 577 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 578 | ] ; | 578 | ] ; |
| 579 | rdfs:subClassOf | 579 | rdfs:subClassOf |
| 580 | [ rdf:type owl:Restriction ; | 580 | [ rdf:type owl:Restriction ; |
| 581 | - owl:allValuesFrom ILAP:PlanContractType ; | 581 | + owl:maxQualifiedCardinality |
| 582 | - owl:onProperty ILAP:hasPlanContractType | 582 | + "1"^^xsd:nonNegativeInteger ; |
| 583 | + owl:onClass ILAP:Project ; | ||
| 584 | + owl:onProperty ILAP:hasPlanProject | ||
| 583 | ] ; | 585 | ] ; |
| 584 | rdfs:subClassOf | 586 | rdfs:subClassOf |
| 585 | [ rdf:type owl:Restriction ; | 587 | [ rdf:type owl:Restriction ; |
| 586 | - owl:allValuesFrom BRREG:LegalEntity ; | 588 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 587 | - owl:onProperty ILAP:hasPlanResponsible | 589 | + owl:onProperty ILAP:hasPlanAsset |
| 588 | ] ; | 590 | ] ; |
| 589 | rdfs:subClassOf | 591 | rdfs:subClassOf |
| 590 | [ rdf:type owl:Restriction ; | 592 | [ rdf:type owl:Restriction ; |
| 591 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 593 | + owl:onProperty ILAP:hasPlanContentType ; |
| 592 | - owl:onProperty ILAP:hasPlanSubplan | 594 | + owl:someValuesFrom ILAP:PlanContentType |
| 593 | ] ; | 595 | ] ; |
| 594 | rdfs:subClassOf | 596 | rdfs:subClassOf |
| 595 | [ rdf:type owl:Restriction ; | 597 | [ rdf:type owl:Restriction ; |
| 596 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 598 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 597 | - owl:onProperty ILAP:hasPlanAsset | 599 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 598 | ] ; | 600 | ] ; |
| 599 | rdfs:subClassOf | 601 | rdfs:subClassOf |
| 600 | [ rdf:type owl:Restriction ; | 602 | [ rdf:type owl:Restriction ; |
| 601 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 603 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 602 | - owl:onProperty ILAP:hasPlanRollUpPlan | 604 | + owl:onProperty ILAP:hasPlanResponsible |
| 603 | ] ; | 605 | ] ; |
| 604 | rdfs:subClassOf | 606 | rdfs:subClassOf |
| 605 | [ rdf:type owl:Restriction ; | 607 | [ rdf:type owl:Restriction ; |
| 606 | - owl:maxQualifiedCardinality | 608 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 607 | - "1"^^xsd:nonNegativeInteger ; | 609 | + owl:onProperty ILAP:hasPlanSubplan |
| 608 | - owl:onClass ILAP:PlanLevel ; | ||
| 609 | - owl:onProperty ILAP:hasPlanLevel | ||
| 610 | ] ; | 610 | ] ; |
| 611 | rdfs:subClassOf | 611 | rdfs:subClassOf |
| 612 | [ rdf:type owl:Restriction ; | 612 | [ rdf:type owl:Restriction ; |
| 613 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 613 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 614 | - owl:onProperty ILAP:hasPlanObjectiveType | 614 | + owl:someValuesFrom ILAP:PlanProjectType |
| 615 | ] ; | 615 | ] ; |
| 616 | rdfs:subClassOf | 616 | rdfs:subClassOf |
| 617 | [ rdf:type owl:Restriction ; | 617 | [ rdf:type owl:Restriction ; |
| ... | @@ -620,6 +620,11 @@ ILAP:ProjectExecutionPlan | ... | @@ -620,6 +620,11 @@ ILAP:ProjectExecutionPlan |
| 620 | ] ; | 620 | ] ; |
| 621 | rdfs:subClassOf | 621 | rdfs:subClassOf |
| 622 | [ rdf:type owl:Restriction ; | 622 | [ rdf:type owl:Restriction ; |
| 623 | + owl:allValuesFrom ILAP:PlanContractType ; | ||
| 624 | + owl:onProperty ILAP:hasPlanContractType | ||
| 625 | + ] ; | ||
| 626 | + rdfs:subClassOf | ||
| 627 | + [ rdf:type owl:Restriction ; | ||
| 623 | owl:allValuesFrom ILAP:PlanLifecycleStage ; | 628 | owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 624 | owl:onProperty ILAP:hasPlanLifecycleStage | 629 | owl:onProperty ILAP:hasPlanLifecycleStage |
| 625 | ] ; | 630 | ] ; |
| ... | @@ -627,13 +632,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -627,13 +632,8 @@ ILAP:ProjectExecutionPlan |
| 627 | [ rdf:type owl:Restriction ; | 632 | [ rdf:type owl:Restriction ; |
| 628 | owl:maxQualifiedCardinality | 633 | owl:maxQualifiedCardinality |
| 629 | "1"^^xsd:nonNegativeInteger ; | 634 | "1"^^xsd:nonNegativeInteger ; |
| 630 | - owl:onClass ILAP:Project ; | 635 | + owl:onClass ILAP:PlanLevel ; |
| 631 | - owl:onProperty ILAP:hasPlanProject | 636 | + owl:onProperty ILAP:hasPlanLevel |
| 632 | - ] ; | ||
| 633 | - rdfs:subClassOf | ||
| 634 | - [ rdf:type owl:Restriction ; | ||
| 635 | - owl:onProperty ILAP:hasPlanContentType ; | ||
| 636 | - owl:someValuesFrom ILAP:PlanContentType | ||
| 637 | ] . | 637 | ] . |
| 638 | 638 | ||
| 639 | ILAP:ProjectType | 639 | ILAP:ProjectType |
| ... | @@ -642,14 +642,14 @@ ILAP:ProjectType | ... | @@ -642,14 +642,14 @@ ILAP:ProjectType |
| 642 | rdfs:subClassOf owl:Thing . | 642 | rdfs:subClassOf owl:Thing . |
| 643 | 643 | ||
| 644 | ILAP:Regular8To16WorkingDayCalendar | 644 | ILAP:Regular8To16WorkingDayCalendar |
| 645 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 645 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 646 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 646 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 647 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 647 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 648 | 648 | ||
| 649 | ILAP:Resource | 649 | ILAP:Resource |
| 650 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 650 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 651 | rdfs:label "Resource"^^xsd:string ; | 651 | rdfs:label "Resource"^^xsd:string ; |
| 652 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 652 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 653 | 653 | ||
| 654 | ILAP:ResourceEstimate | 654 | ILAP:ResourceEstimate |
| 655 | rdf:type owl:Class ; | 655 | rdf:type owl:Class ; |
| ... | @@ -657,14 +657,14 @@ ILAP:ResourceEstimate | ... | @@ -657,14 +657,14 @@ ILAP:ResourceEstimate |
| 657 | rdfs:subClassOf ILAP:ResourceStructure . | 657 | rdfs:subClassOf ILAP:ResourceStructure . |
| 658 | 658 | ||
| 659 | ILAP:ResourceProfile | 659 | ILAP:ResourceProfile |
| 660 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 660 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 661 | rdfs:label "Resource profile"^^xsd:string ; | 661 | rdfs:label "Resource profile"^^xsd:string ; |
| 662 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 662 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 663 | 663 | ||
| 664 | ILAP:ResourceProfilePoint | 664 | ILAP:ResourceProfilePoint |
| 665 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 665 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 666 | rdfs:label "resource Profile point"^^xsd:string ; | 666 | rdfs:label "resource Profile point"^^xsd:string ; |
| 667 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 667 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 668 | 668 | ||
| 669 | ILAP:ResourceStructure | 669 | ILAP:ResourceStructure |
| 670 | rdf:type owl:Class ; | 670 | rdf:type owl:Class ; |
| ... | @@ -672,17 +672,17 @@ ILAP:ResourceStructure | ... | @@ -672,17 +672,17 @@ ILAP:ResourceStructure |
| 672 | rdfs:subClassOf ILAP:Network . | 672 | rdfs:subClassOf ILAP:Network . |
| 673 | 673 | ||
| 674 | ILAP:ResponsibleOrganization | 674 | ILAP:ResponsibleOrganization |
| 675 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 675 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 676 | rdfs:label "Responsible organization"^^xsd:string ; | 676 | rdfs:label "Responsible organization"^^xsd:string ; |
| 677 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 677 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 678 | 678 | ||
| 679 | ILAP:ResponsiblePerson | 679 | ILAP:ResponsiblePerson |
| 680 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 680 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 681 | rdfs:label "Responsible"^^xsd:string ; | 681 | rdfs:label "Responsible"^^xsd:string ; |
| 682 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 682 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 683 | 683 | ||
| 684 | ILAP:Result | 684 | ILAP:Result |
| 685 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 685 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 686 | rdfs:label "Result"^^xsd:string ; | 686 | rdfs:label "Result"^^xsd:string ; |
| 687 | rdfs:subClassOf owl:Thing . | 687 | rdfs:subClassOf owl:Thing . |
| 688 | 688 | ||
| ... | @@ -697,9 +697,9 @@ ILAP:RiskFactor | ... | @@ -697,9 +697,9 @@ ILAP:RiskFactor |
| 697 | rdfs:subClassOf owl:Thing . | 697 | rdfs:subClassOf owl:Thing . |
| 698 | 698 | ||
| 699 | ILAP:Schedule | 699 | ILAP:Schedule |
| 700 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 700 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 701 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 701 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 702 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 702 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 703 | rdfs:subClassOf | 703 | rdfs:subClassOf |
| 704 | [ rdf:type owl:Restriction ; | 704 | [ rdf:type owl:Restriction ; |
| 705 | owl:maxQualifiedCardinality | 705 | owl:maxQualifiedCardinality |
| ... | @@ -709,22 +709,22 @@ ILAP:Schedule | ... | @@ -709,22 +709,22 @@ ILAP:Schedule |
| 709 | ] . | 709 | ] . |
| 710 | 710 | ||
| 711 | ILAP:ScheduledActivity | 711 | ILAP:ScheduledActivity |
| 712 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 712 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 713 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 713 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 714 | rdfs:subClassOf ILAP:PlannedActivity ; | 714 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 715 | rdfs:subClassOf | 715 | rdfs:subClassOf |
| 716 | [ rdf:type owl:Restriction ; | 716 | [ rdf:type owl:Restriction ; |
| 717 | owl:maxQualifiedCardinality | 717 | owl:maxQualifiedCardinality |
| 718 | "1"^^xsd:nonNegativeInteger ; | 718 | "1"^^xsd:nonNegativeInteger ; |
| 719 | - owl:onClass ILAP:PlannedActivity ; | 719 | + owl:onClass ILAP:Schedule ; |
| 720 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 720 | + owl:onProperty ILAP:hasActivitySchedule |
| 721 | ] ; | 721 | ] ; |
| 722 | rdfs:subClassOf | 722 | rdfs:subClassOf |
| 723 | [ rdf:type owl:Restriction ; | 723 | [ rdf:type owl:Restriction ; |
| 724 | owl:maxQualifiedCardinality | 724 | owl:maxQualifiedCardinality |
| 725 | "1"^^xsd:nonNegativeInteger ; | 725 | "1"^^xsd:nonNegativeInteger ; |
| 726 | - owl:onClass ILAP:Schedule ; | 726 | + owl:onClass ILAP:PlannedActivity ; |
| 727 | - owl:onProperty ILAP:hasActivitySchedule | 727 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 728 | ] . | 728 | ] . |
| 729 | 729 | ||
| 730 | ILAP:ScheduledMilestone | 730 | ILAP:ScheduledMilestone |
| ... | @@ -743,7 +743,7 @@ ILAP:Shutdown_1 | ... | @@ -743,7 +743,7 @@ ILAP:Shutdown_1 |
| 743 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> | 743 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> |
| 744 | <http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ; | 744 | <http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ; |
| 745 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation> | 745 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation> |
| 746 | - <http://data.posccaesar.org/ilap/shutdown/During_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> ; | 746 | + <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/During_Shutdown> ; |
| 747 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> | 747 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> |
| 748 | <http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ; | 748 | <http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ; |
| 749 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> | 749 | <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> |
| ... | @@ -752,9 +752,9 @@ ILAP:Shutdown_1 | ... | @@ -752,9 +752,9 @@ ILAP:Shutdown_1 |
| 752 | <http://data.posccaesar.org/ilap/shutdown/Scheduled_Shutdown> . | 752 | <http://data.posccaesar.org/ilap/shutdown/Scheduled_Shutdown> . |
| 753 | 753 | ||
| 754 | ILAP:Source | 754 | ILAP:Source |
| 755 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 755 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 756 | rdfs:label "Source"^^xsd:string ; | 756 | rdfs:label "Source"^^xsd:string ; |
| 757 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 757 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 758 | 758 | ||
| 759 | ILAP:SourceSpecifiedUserField | 759 | ILAP:SourceSpecifiedUserField |
| 760 | rdf:type owl:Class ; | 760 | rdf:type owl:Class ; |
| ... | @@ -767,22 +767,22 @@ ILAP:SpecifiedUserField | ... | @@ -767,22 +767,22 @@ ILAP:SpecifiedUserField |
| 767 | rdfs:subClassOf ILAP:UserField . | 767 | rdfs:subClassOf ILAP:UserField . |
| 768 | 768 | ||
| 769 | ILAP:StartToFinish | 769 | ILAP:StartToFinish |
| 770 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 770 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 771 | rdfs:label "Start to finish"^^xsd:string ; | 771 | rdfs:label "Start to finish"^^xsd:string ; |
| 772 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 772 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 773 | 773 | ||
| 774 | ILAP:StartToStart | 774 | ILAP:StartToStart |
| 775 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 775 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 776 | rdfs:label "Start to start"^^xsd:string ; | 776 | rdfs:label "Start to start"^^xsd:string ; |
| 777 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 777 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 778 | 778 | ||
| 779 | ILAP:Status | 779 | ILAP:Status |
| 780 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 780 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 781 | rdfs:label "Status"^^xsd:string ; | 781 | rdfs:label "Status"^^xsd:string ; |
| 782 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 782 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 783 | 783 | ||
| 784 | ILAP:TargetSchedule | 784 | ILAP:TargetSchedule |
| 785 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 785 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 786 | rdfs:label "Target schedule"^^xsd:string ; | 786 | rdfs:label "Target schedule"^^xsd:string ; |
| 787 | rdfs:subClassOf ILAP:Schedule . | 787 | rdfs:subClassOf ILAP:Schedule . |
| 788 | 788 | ||
| ... | @@ -797,7 +797,7 @@ ILAP:UnitBased | ... | @@ -797,7 +797,7 @@ ILAP:UnitBased |
| 797 | rdfs:subClassOf ILAP:Resource . | 797 | rdfs:subClassOf ILAP:Resource . |
| 798 | 798 | ||
| 799 | ILAP:UserField | 799 | ILAP:UserField |
| 800 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 800 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 801 | rdfs:label "User field"^^xsd:string ; | 801 | rdfs:label "User field"^^xsd:string ; |
| 802 | rdfs:subClassOf ILAP:Data ; | 802 | rdfs:subClassOf ILAP:Data ; |
| 803 | rdfs:subClassOf | 803 | rdfs:subClassOf |
| ... | @@ -811,12 +811,12 @@ ILAP:UserField | ... | @@ -811,12 +811,12 @@ ILAP:UserField |
| 811 | ILAP:Value | 811 | ILAP:Value |
| 812 | rdf:type owl:Class ; | 812 | rdf:type owl:Class ; |
| 813 | rdfs:label "Value"^^xsd:string ; | 813 | rdfs:label "Value"^^xsd:string ; |
| 814 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 814 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 815 | 815 | ||
| 816 | ILAP:WeekendsFreeCalendar | 816 | ILAP:WeekendsFreeCalendar |
| 817 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 817 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 818 | rdfs:label "Weekends free calendar"^^xsd:string ; | 818 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 819 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 819 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 820 | 820 | ||
| 821 | ILAP:WorkOrder | 821 | ILAP:WorkOrder |
| 822 | rdf:type owl:Class ; | 822 | rdf:type owl:Class ; |
| ... | @@ -824,18 +824,18 @@ ILAP:WorkOrder | ... | @@ -824,18 +824,18 @@ ILAP:WorkOrder |
| 824 | rdfs:subClassOf ILAP:WorkTask . | 824 | rdfs:subClassOf ILAP:WorkTask . |
| 825 | 825 | ||
| 826 | ILAP:WorkTask | 826 | ILAP:WorkTask |
| 827 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 827 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 828 | rdfs:label "Work task"^^xsd:string ; | 828 | rdfs:label "Work task"^^xsd:string ; |
| 829 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 829 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 830 | rdfs:subClassOf | 830 | rdfs:subClassOf |
| 831 | [ rdf:type owl:Restriction ; | 831 | [ rdf:type owl:Restriction ; |
| 832 | - owl:allValuesFrom BRREG:LegalEntity ; | 832 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 833 | - owl:onProperty ILAP:hasWorkTaskResponsible | 833 | + owl:someValuesFrom ILAP:Activity |
| 834 | ] ; | 834 | ] ; |
| 835 | rdfs:subClassOf | 835 | rdfs:subClassOf |
| 836 | [ rdf:type owl:Restriction ; | 836 | [ rdf:type owl:Restriction ; |
| 837 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 837 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 838 | - owl:someValuesFrom ILAP:Activity | 838 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 839 | ] . | 839 | ] . |
| 840 | 840 | ||
| 841 | ILAP:WorkTaskStatus | 841 | ILAP:WorkTaskStatus |
| ... | @@ -931,7 +931,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -931,7 +931,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 931 | rdfs:range xsd:float . | 931 | rdfs:range xsd:float . |
| 932 | 932 | ||
| 933 | ILAP:hasActivityPlan | 933 | ILAP:hasActivityPlan |
| 934 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 934 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 935 | rdfs:domain ILAP:PlannedActivity ; | 935 | rdfs:domain ILAP:PlannedActivity ; |
| 936 | rdfs:label "has activity plan"^^xsd:string ; | 936 | rdfs:label "has activity plan"^^xsd:string ; |
| 937 | rdfs:range ILAP:ProjectExecutionPlan . | 937 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -979,7 +979,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -979,7 +979,7 @@ ILAP:hasActivityResponsibleOrganization |
| 979 | rdfs:range ILAP:ResponsibleOrganization . | 979 | rdfs:range ILAP:ResponsibleOrganization . |
| 980 | 980 | ||
| 981 | ILAP:hasActivityResponsiblePerson | 981 | ILAP:hasActivityResponsiblePerson |
| 982 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 982 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 983 | rdfs:domain ILAP:PlannedActivity ; | 983 | rdfs:domain ILAP:PlannedActivity ; |
| 984 | rdfs:label "has activity responsible"^^xsd:string ; | 984 | rdfs:label "has activity responsible"^^xsd:string ; |
| 985 | rdfs:range ILAP:ResponsiblePerson . | 985 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1014,7 +1014,7 @@ ILAP:hasActivityStatus | ... | @@ -1014,7 +1014,7 @@ ILAP:hasActivityStatus |
| 1014 | rdfs:range ILAP:Status . | 1014 | rdfs:range ILAP:Status . |
| 1015 | 1015 | ||
| 1016 | ILAP:hasActivitySuccessor | 1016 | ILAP:hasActivitySuccessor |
| 1017 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1017 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1018 | rdfs:domain ILAP:PlannedActivity ; | 1018 | rdfs:domain ILAP:PlannedActivity ; |
| 1019 | rdfs:label "has activity successor"^^xsd:string ; | 1019 | rdfs:label "has activity successor"^^xsd:string ; |
| 1020 | rdfs:range ILAP:ActivityDependency ; | 1020 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1075,7 +1075,7 @@ ILAP:hasCalendarDate | ... | @@ -1075,7 +1075,7 @@ ILAP:hasCalendarDate |
| 1075 | rdfs:label "has calendar date"^^xsd:string . | 1075 | rdfs:label "has calendar date"^^xsd:string . |
| 1076 | 1076 | ||
| 1077 | ILAP:hasCalendarFreePeriod | 1077 | ILAP:hasCalendarFreePeriod |
| 1078 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1078 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1079 | rdfs:domain ILAP:Calendar ; | 1079 | rdfs:domain ILAP:Calendar ; |
| 1080 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1080 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1081 | rdfs:range ILAP:CalendarFreePeriod . | 1081 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1358,7 +1358,7 @@ ILAP:hasPlanRegulator | ... | @@ -1358,7 +1358,7 @@ ILAP:hasPlanRegulator |
| 1358 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1358 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1359 | 1359 | ||
| 1360 | ILAP:hasPlanResponsible | 1360 | ILAP:hasPlanResponsible |
| 1361 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1361 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1362 | rdfs:domain ILAP:ResponsibleOrganization ; | 1362 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1363 | rdfs:label "has plan responsible"^^xsd:string . | 1363 | rdfs:label "has plan responsible"^^xsd:string . |
| 1364 | 1364 | ||
| ... | @@ -1517,7 +1517,7 @@ ILAP:hasScheduledStart | ... | @@ -1517,7 +1517,7 @@ ILAP:hasScheduledStart |
| 1517 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1517 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1518 | 1518 | ||
| 1519 | ILAP:hasSuccessorActivity | 1519 | ILAP:hasSuccessorActivity |
| 1520 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1520 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1521 | rdfs:domain ILAP:ActivityDependency ; | 1521 | rdfs:domain ILAP:ActivityDependency ; |
| 1522 | rdfs:label "has successor activity "^^xsd:string ; | 1522 | rdfs:label "has successor activity "^^xsd:string ; |
| 1523 | rdfs:range ILAP:PlannedActivity ; | 1523 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1545,7 +1545,7 @@ ILAP:hasTimeNow | ... | @@ -1545,7 +1545,7 @@ ILAP:hasTimeNow |
| 1545 | rdf:type owl:DatatypeProperty ; | 1545 | rdf:type owl:DatatypeProperty ; |
| 1546 | rdfs:domain ILAP:Schedule ; | 1546 | rdfs:domain ILAP:Schedule ; |
| 1547 | rdfs:label "has time now"^^xsd:string ; | 1547 | rdfs:label "has time now"^^xsd:string ; |
| 1548 | - rdfs:range xsd:date , xsd:dateTime . | 1548 | + rdfs:range xsd:dateTime , xsd:date . |
| 1549 | 1549 | ||
| 1550 | ILAP:hasUserFieldName | 1550 | ILAP:hasUserFieldName |
| 1551 | rdf:type owl:DatatypeProperty ; | 1551 | rdf:type owl:DatatypeProperty ; | ... | ... |
-
Please register or login to post a comment