Showing
1 changed file
with
178 additions
and
178 deletions
| ... | @@ -14,50 +14,50 @@ ILAP: | ... | @@ -14,50 +14,50 @@ ILAP: |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 15 | ||
| 16 | ILAP:Activity | 16 | ILAP:Activity |
| 17 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 17 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 18 | rdfs:label "Activity"^^xsd:string ; | 18 | rdfs:label "Activity"^^xsd:string ; |
| 19 | rdfs:subClassOf | 19 | rdfs:subClassOf |
| 20 | [ rdf:type owl:Restriction ; | 20 | [ rdf:type owl:Restriction ; |
| 21 | - owl:allValuesFrom ILAP:Status ; | 21 | + owl:allValuesFrom ILAP:Discipline ; |
| 22 | - owl:onProperty ILAP:hasActivityStatus | 22 | + owl:onProperty ILAP:hasActivityDiscipline |
| 23 | ] ; | 23 | ] ; |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | - owl:onProperty ILAP:hasExternalReference ; | 26 | + owl:allValuesFrom ILAP:Calendar ; |
| 27 | - owl:someValuesFrom ILAP:ExternalReference | 27 | + owl:onProperty ILAP:hasActivityCalendar |
| 28 | ] ; | 28 | ] ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | - owl:allValuesFrom ILAP:Calendar ; | 31 | + owl:onProperty ILAP:hasExternalReference ; |
| 32 | - owl:onProperty ILAP:hasActivityCalendar | 32 | + owl:someValuesFrom ILAP:ExternalReference |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:allValuesFrom ILAP:Discipline ; | 36 | + owl:allValuesFrom ILAP:Status ; |
| 37 | - owl:onProperty ILAP:hasActivityDiscipline | 37 | + owl:onProperty ILAP:hasActivityStatus |
| 38 | ] . | 38 | ] . |
| 39 | 39 | ||
| 40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
| 41 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 41 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 42 | rdfs:label "Activity Dependency"^^xsd:string ; | 42 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 43 | rdfs:subClassOf ILAP:Constraint ; | 43 | rdfs:subClassOf ILAP:Constraint ; |
| 44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 46 | owl:onClass ILAP:Activity ; | 46 | owl:onClass ILAP:Activity ; |
| 47 | - owl:onProperty ILAP:hasSuccessorActivity ; | 47 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 48 | owl:qualifiedCardinality | 48 | owl:qualifiedCardinality |
| 49 | "1"^^xsd:nonNegativeInteger | 49 | "1"^^xsd:nonNegativeInteger |
| 50 | ] ; | 50 | ] ; |
| 51 | rdfs:subClassOf | 51 | rdfs:subClassOf |
| 52 | [ rdf:type owl:Restriction ; | 52 | [ rdf:type owl:Restriction ; |
| 53 | owl:onClass ILAP:Activity ; | 53 | owl:onClass ILAP:Activity ; |
| 54 | - owl:onProperty ILAP:hasPredecessorActivity ; | 54 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 55 | owl:qualifiedCardinality | 55 | owl:qualifiedCardinality |
| 56 | "1"^^xsd:nonNegativeInteger | 56 | "1"^^xsd:nonNegativeInteger |
| 57 | ] . | 57 | ] . |
| 58 | 58 | ||
| 59 | ILAP:ActivityPlan | 59 | ILAP:ActivityPlan |
| 60 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 60 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 61 | rdfs:label "Activity Plan"^^xsd:string ; | 61 | rdfs:label "Activity Plan"^^xsd:string ; |
| 62 | rdfs:subClassOf ILAP:Network ; | 62 | rdfs:subClassOf ILAP:Network ; |
| 63 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus | ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus |
| 72 | rdfs:subClassOf ILAP:Status . | 72 | rdfs:subClassOf ILAP:Status . |
| 73 | 73 | ||
| 74 | ILAP:ActivityWBS | 74 | ILAP:ActivityWBS |
| 75 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 75 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 76 | rdfs:label "Activity WBS"^^xsd:string ; | 76 | rdfs:label "Activity WBS"^^xsd:string ; |
| 77 | rdfs:subClassOf ILAP:Network . | 77 | rdfs:subClassOf ILAP:Network . |
| 78 | 78 | ||
| 79 | ILAP:Application | 79 | ILAP:Application |
| 80 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
| 81 | rdfs:label "Application"^^xsd:string ; | 81 | rdfs:label "Application"^^xsd:string ; |
| 82 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 82 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 83 | 83 | ||
| 84 | ILAP:Asset | 84 | ILAP:Asset |
| 85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
| 86 | rdfs:label "Asset"^^xsd:string ; | 86 | rdfs:label "Asset"^^xsd:string ; |
| 87 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 87 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 88 | 88 | ||
| 89 | ILAP:Baseline | 89 | ILAP:Baseline |
| 90 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 90 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 91 | rdfs:label "Baseline"^^xsd:string ; | 91 | rdfs:label "Baseline"^^xsd:string ; |
| 92 | rdfs:subClassOf ILAP:Network . | 92 | rdfs:subClassOf ILAP:Network . |
| 93 | 93 | ||
| ... | @@ -100,9 +100,9 @@ ILAP:CAPEX | ... | @@ -100,9 +100,9 @@ ILAP:CAPEX |
| 100 | rdfs:label "CAPEX"^^xsd:string . | 100 | rdfs:label "CAPEX"^^xsd:string . |
| 101 | 101 | ||
| 102 | ILAP:Calendar | 102 | ILAP:Calendar |
| 103 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 103 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
| 105 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 105 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 106 | rdfs:subClassOf | 106 | rdfs:subClassOf |
| 107 | [ rdf:type owl:Restriction ; | 107 | [ rdf:type owl:Restriction ; |
| 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -110,14 +110,14 @@ ILAP:Calendar | ... | @@ -110,14 +110,14 @@ ILAP:Calendar |
| 110 | ] . | 110 | ] . |
| 111 | 111 | ||
| 112 | ILAP:CalendarDay | 112 | ILAP:CalendarDay |
| 113 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 113 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 114 | rdfs:label "Calendar Day"^^xsd:string ; | 114 | rdfs:label "Calendar Day"^^xsd:string ; |
| 115 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 115 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 116 | 116 | ||
| 117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
| 118 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 118 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 119 | rdfs:label "Calendar Free Period"^^xsd:string ; | 119 | rdfs:label "Calendar Free Period"^^xsd:string ; |
| 120 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 120 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 121 | rdfs:subClassOf | 121 | rdfs:subClassOf |
| 122 | [ rdf:type owl:Restriction ; | 122 | [ rdf:type owl:Restriction ; |
| 123 | owl:onClass ILAP:Calendar ; | 123 | owl:onClass ILAP:Calendar ; |
| ... | @@ -129,19 +129,19 @@ ILAP:CalendarFreePeriod | ... | @@ -129,19 +129,19 @@ ILAP:CalendarFreePeriod |
| 129 | ] . | 129 | ] . |
| 130 | 130 | ||
| 131 | ILAP:CalendarFreePeriodWeekRepeat | 131 | ILAP:CalendarFreePeriodWeekRepeat |
| 132 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 132 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
| 134 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 134 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 135 | 135 | ||
| 136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
| 137 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 137 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 138 | rdfs:label "calendar Hour"^^xsd:string ; | 138 | rdfs:label "calendar Hour"^^xsd:string ; |
| 139 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> . | 139 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , owl:Thing , <http://posccaesar.org/rdl/RDS380969> . |
| 140 | 140 | ||
| 141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
| 142 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 142 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 143 | - rdfs:label "Calendar period"^^xsd:string ; | 143 | + rdfs:label "Calendar Priod"^^xsd:string ; |
| 144 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 144 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
| 146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
| 147 | owl:allValuesFrom ILAP:CalendarHour ; | 147 | owl:allValuesFrom ILAP:CalendarHour ; |
| ... | @@ -166,7 +166,7 @@ ILAP:CommissioningMilestone | ... | @@ -166,7 +166,7 @@ ILAP:CommissioningMilestone |
| 166 | ILAP:Constraint | 166 | ILAP:Constraint |
| 167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 168 | rdfs:label "Constraint"^^xsd:string ; | 168 | rdfs:label "Constraint"^^xsd:string ; |
| 169 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 169 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 170 | 170 | ||
| 171 | ILAP:ConstructionMilestone | 171 | ILAP:ConstructionMilestone |
| 172 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| ... | @@ -176,7 +176,7 @@ ILAP:ConstructionMilestone | ... | @@ -176,7 +176,7 @@ ILAP:ConstructionMilestone |
| 176 | ILAP:Contract | 176 | ILAP:Contract |
| 177 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
| 178 | rdfs:label "Contract"^^xsd:string ; | 178 | rdfs:label "Contract"^^xsd:string ; |
| 179 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 179 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 180 | 180 | ||
| 181 | ILAP:ContractMilestone | 181 | ILAP:ContractMilestone |
| 182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule | ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule |
| 201 | ILAP:Cost | 201 | ILAP:Cost |
| 202 | rdf:type owl:Class ; | 202 | rdf:type owl:Class ; |
| 203 | rdfs:label "Cost"^^xsd:string ; | 203 | rdfs:label "Cost"^^xsd:string ; |
| 204 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 204 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 205 | 205 | ||
| 206 | ILAP:CostBased | 206 | ILAP:CostBased |
| 207 | rdf:type owl:Class ; | 207 | rdf:type owl:Class ; |
| ... | @@ -210,18 +210,18 @@ ILAP:CostBased | ... | @@ -210,18 +210,18 @@ ILAP:CostBased |
| 210 | 210 | ||
| 211 | ILAP:Criticality | 211 | ILAP:Criticality |
| 212 | rdf:type owl:Class ; | 212 | rdf:type owl:Class ; |
| 213 | - rdfs:label "Degree of Criticality"^^xsd:string ; | 213 | + rdfs:label "Criticality"^^xsd:string ; |
| 214 | rdfs:subClassOf owl:Thing . | 214 | rdfs:subClassOf owl:Thing . |
| 215 | 215 | ||
| 216 | ILAP:CurrentSchedule | 216 | ILAP:CurrentSchedule |
| 217 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 217 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 218 | rdfs:label "Current Schedule"^^xsd:string ; | 218 | rdfs:label "Current Schedule"^^xsd:string ; |
| 219 | rdfs:subClassOf ILAP:Schedule . | 219 | rdfs:subClassOf ILAP:Schedule . |
| 220 | 220 | ||
| 221 | ILAP:Data | 221 | ILAP:Data |
| 222 | rdf:type owl:Class ; | 222 | rdf:type owl:Class ; |
| 223 | rdfs:label "Data"^^xsd:string ; | 223 | rdfs:label "Data"^^xsd:string ; |
| 224 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 224 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 225 | rdfs:subClassOf | 225 | rdfs:subClassOf |
| 226 | [ rdf:type owl:Restriction ; | 226 | [ rdf:type owl:Restriction ; |
| 227 | owl:onClass ILAP:Project ; | 227 | owl:onClass ILAP:Project ; |
| ... | @@ -296,7 +296,7 @@ ILAP:DesignMilestone | ... | @@ -296,7 +296,7 @@ ILAP:DesignMilestone |
| 296 | rdfs:subClassOf ILAP:MilestoneType . | 296 | rdfs:subClassOf ILAP:MilestoneType . |
| 297 | 297 | ||
| 298 | ILAP:Discipline | 298 | ILAP:Discipline |
| 299 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 299 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 300 | rdfs:label "Discipline"^^xsd:string ; | 300 | rdfs:label "Discipline"^^xsd:string ; |
| 301 | rdfs:subClassOf owl:Thing . | 301 | rdfs:subClassOf owl:Thing . |
| 302 | 302 | ||
| ... | @@ -316,13 +316,15 @@ ILAP:EngineeringMilestone | ... | @@ -316,13 +316,15 @@ ILAP:EngineeringMilestone |
| 316 | rdfs:subClassOf ILAP:MilestoneType . | 316 | rdfs:subClassOf ILAP:MilestoneType . |
| 317 | 317 | ||
| 318 | ILAP:ExternalReference | 318 | ILAP:ExternalReference |
| 319 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 319 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 320 | rdfs:label "External Reference"^^xsd:string ; | 320 | rdfs:label "External Reference"^^xsd:string ; |
| 321 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 321 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 322 | rdfs:subClassOf | 322 | rdfs:subClassOf |
| 323 | [ rdf:type owl:Restriction ; | 323 | [ rdf:type owl:Restriction ; |
| 324 | - owl:allValuesFrom ILAP:Application ; | 324 | + owl:onDataRange xsd:string ; |
| 325 | - owl:onProperty ILAP:hasReferenceApplication | 325 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 326 | + owl:qualifiedCardinality | ||
| 327 | + "1"^^xsd:nonNegativeInteger | ||
| 326 | ] ; | 328 | ] ; |
| 327 | rdfs:subClassOf | 329 | rdfs:subClassOf |
| 328 | [ rdf:type owl:Restriction ; | 330 | [ rdf:type owl:Restriction ; |
| ... | @@ -331,10 +333,8 @@ ILAP:ExternalReference | ... | @@ -331,10 +333,8 @@ ILAP:ExternalReference |
| 331 | ] ; | 333 | ] ; |
| 332 | rdfs:subClassOf | 334 | rdfs:subClassOf |
| 333 | [ rdf:type owl:Restriction ; | 335 | [ rdf:type owl:Restriction ; |
| 334 | - owl:onDataRange xsd:string ; | 336 | + owl:allValuesFrom ILAP:Application ; |
| 335 | - owl:onProperty ILAP:hasObjectReferenceID ; | 337 | + owl:onProperty ILAP:hasReferenceApplication |
| 336 | - owl:qualifiedCardinality | ||
| 337 | - "1"^^xsd:nonNegativeInteger | ||
| 338 | ] . | 338 | ] . |
| 339 | 339 | ||
| 340 | ILAP:Facility | 340 | ILAP:Facility |
| ... | @@ -348,14 +348,14 @@ ILAP:Field | ... | @@ -348,14 +348,14 @@ ILAP:Field |
| 348 | rdfs:subClassOf owl:Thing . | 348 | rdfs:subClassOf owl:Thing . |
| 349 | 349 | ||
| 350 | ILAP:FinishToFinish | 350 | ILAP:FinishToFinish |
| 351 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 351 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 352 | rdfs:label "Finish to Finish"^^xsd:string ; | 352 | rdfs:label "Finish to Finish"^^xsd:string ; |
| 353 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 353 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 354 | 354 | ||
| 355 | ILAP:FinishToStart | 355 | ILAP:FinishToStart |
| 356 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 356 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 357 | rdfs:label "Finish to Start"^^xsd:string ; | 357 | rdfs:label "Finish to Start"^^xsd:string ; |
| 358 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 358 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 359 | 359 | ||
| 360 | ILAP:FunctionalLocation | 360 | ILAP:FunctionalLocation |
| 361 | rdf:type owl:Class ; | 361 | rdf:type owl:Class ; |
| ... | @@ -380,7 +380,7 @@ ILAP:HighPriority | ... | @@ -380,7 +380,7 @@ ILAP:HighPriority |
| 380 | ILAP:Information | 380 | ILAP:Information |
| 381 | rdf:type owl:Class ; | 381 | rdf:type owl:Class ; |
| 382 | rdfs:label "Information"^^xsd:string ; | 382 | rdfs:label "Information"^^xsd:string ; |
| 383 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 383 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 384 | 384 | ||
| 385 | ILAP:Knowledge | 385 | ILAP:Knowledge |
| 386 | rdf:type owl:Class ; | 386 | rdf:type owl:Class ; |
| ... | @@ -398,14 +398,14 @@ ILAP:LifecyclePhase | ... | @@ -398,14 +398,14 @@ ILAP:LifecyclePhase |
| 398 | rdfs:subClassOf ILAP:Phase . | 398 | rdfs:subClassOf ILAP:Phase . |
| 399 | 399 | ||
| 400 | ILAP:LiveSchedule | 400 | ILAP:LiveSchedule |
| 401 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 401 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 402 | rdfs:label "Live Schedule"^^xsd:string ; | 402 | rdfs:label "Live Schedule"^^xsd:string ; |
| 403 | rdfs:subClassOf ILAP:Schedule . | 403 | rdfs:subClassOf ILAP:Schedule . |
| 404 | 404 | ||
| 405 | ILAP:Location | 405 | ILAP:Location |
| 406 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 406 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 407 | rdfs:label "Location"^^xsd:string ; | 407 | rdfs:label "Location"^^xsd:string ; |
| 408 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 408 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 409 | 409 | ||
| 410 | ILAP:LowCriticality | 410 | ILAP:LowCriticality |
| 411 | rdf:type owl:Class ; | 411 | rdf:type owl:Class ; |
| ... | @@ -423,7 +423,7 @@ ILAP:MaterialOrderStatus | ... | @@ -423,7 +423,7 @@ ILAP:MaterialOrderStatus |
| 423 | rdfs:subClassOf ILAP:Status . | 423 | rdfs:subClassOf ILAP:Status . |
| 424 | 424 | ||
| 425 | ILAP:Milestone | 425 | ILAP:Milestone |
| 426 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 426 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 427 | rdfs:label "Milestone"^^xsd:string . | 427 | rdfs:label "Milestone"^^xsd:string . |
| 428 | 428 | ||
| 429 | ILAP:MilestoneType | 429 | ILAP:MilestoneType |
| ... | @@ -434,7 +434,7 @@ ILAP:MilestoneType | ... | @@ -434,7 +434,7 @@ ILAP:MilestoneType |
| 434 | ILAP:Network | 434 | ILAP:Network |
| 435 | rdf:type owl:Class ; | 435 | rdf:type owl:Class ; |
| 436 | rdfs:label "Network"^^xsd:string ; | 436 | rdfs:label "Network"^^xsd:string ; |
| 437 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 437 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 438 | 438 | ||
| 439 | ILAP:NormalCriticality | 439 | ILAP:NormalCriticality |
| 440 | rdf:type owl:Class ; | 440 | rdf:type owl:Class ; |
| ... | @@ -480,107 +480,107 @@ ILAP:PhysicalLocation | ... | @@ -480,107 +480,107 @@ ILAP:PhysicalLocation |
| 480 | rdfs:subClassOf ILAP:Location . | 480 | rdfs:subClassOf ILAP:Location . |
| 481 | 481 | ||
| 482 | ILAP:PlanClassifier | 482 | ILAP:PlanClassifier |
| 483 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 483 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 484 | rdfs:label "Plan Classifier"^^xsd:string ; | 484 | rdfs:label "Plan Classifier"^^xsd:string ; |
| 485 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 485 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 486 | 486 | ||
| 487 | ILAP:PlanContentType | 487 | ILAP:PlanContentType |
| 488 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 488 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 489 | rdfs:label "Plan Content Type"^^xsd:string ; | 489 | rdfs:label "Plan Content Type"^^xsd:string ; |
| 490 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 490 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 491 | 491 | ||
| 492 | ILAP:PlanContractType | 492 | ILAP:PlanContractType |
| 493 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 493 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 494 | rdfs:label "Plan Contract Type"^^xsd:string ; | 494 | rdfs:label "Plan Contract Type"^^xsd:string ; |
| 495 | rdfs:subClassOf ILAP:PlanClassifier . | 495 | rdfs:subClassOf ILAP:PlanClassifier . |
| 496 | 496 | ||
| 497 | ILAP:PlanExpenseType | 497 | ILAP:PlanExpenseType |
| 498 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 498 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 499 | rdfs:label "Plan Expense Type"^^xsd:string ; | 499 | rdfs:label "Plan Expense Type"^^xsd:string ; |
| 500 | rdfs:subClassOf ILAP:PlanClassifier . | 500 | rdfs:subClassOf ILAP:PlanClassifier . |
| 501 | 501 | ||
| 502 | ILAP:PlanGeoArea | 502 | ILAP:PlanGeoArea |
| 503 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 503 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 504 | rdfs:label "Plan Geographic Area"^^xsd:string ; | 504 | rdfs:label "Plan Geographic Area"^^xsd:string ; |
| 505 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 505 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 506 | 506 | ||
| 507 | ILAP:PlanLevel | 507 | ILAP:PlanLevel |
| 508 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 508 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 509 | rdfs:label "Plan Level"^^xsd:string ; | 509 | rdfs:label "Plan Level"^^xsd:string ; |
| 510 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 510 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 511 | 511 | ||
| 512 | ILAP:PlanLifecycleStage | 512 | ILAP:PlanLifecycleStage |
| 513 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 513 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 514 | rdfs:label "Plan Lifecycle Stage"^^xsd:string ; | 514 | rdfs:label "Plan Lifecycle Stage"^^xsd:string ; |
| 515 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 515 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 516 | 516 | ||
| 517 | ILAP:PlanObjectiveType | 517 | ILAP:PlanObjectiveType |
| 518 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 518 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 519 | rdfs:label "Plan Objective Type"^^xsd:string ; | 519 | rdfs:label "Plan Objective Type"^^xsd:string ; |
| 520 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 520 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 521 | 521 | ||
| 522 | ILAP:PlanProjectType | 522 | ILAP:PlanProjectType |
| 523 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 523 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 524 | rdfs:label "Plan Project Type"^^xsd:string ; | 524 | rdfs:label "Plan Project Type"^^xsd:string ; |
| 525 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 525 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 526 | 526 | ||
| 527 | ILAP:PlannedActivity | 527 | ILAP:PlannedActivity |
| 528 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 528 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 529 | - rdfs:label "Activity in Execution Plan"^^xsd:string ; | 529 | + rdfs:label "Planned Activity (Activity in Execution Plan)"^^xsd:string ; |
| 530 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 530 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 531 | rdfs:subClassOf | 531 | rdfs:subClassOf |
| 532 | [ rdf:type owl:Restriction ; | 532 | [ rdf:type owl:Restriction ; |
| 533 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 533 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 534 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 534 | + owl:onProperty ILAP:hasActivityPredecessor |
| 535 | ] ; | 535 | ] ; |
| 536 | rdfs:subClassOf | 536 | rdfs:subClassOf |
| 537 | [ rdf:type owl:Restriction ; | 537 | [ rdf:type owl:Restriction ; |
| 538 | - owl:allValuesFrom ILAP:ActivityWBS ; | 538 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 539 | - owl:onProperty ILAP:hasActivityWBSelement | 539 | + owl:onProperty ILAP:hasActivitySuccessor |
| 540 | ] ; | 540 | ] ; |
| 541 | rdfs:subClassOf | 541 | rdfs:subClassOf |
| 542 | [ rdf:type owl:Restriction ; | 542 | [ rdf:type owl:Restriction ; |
| 543 | - owl:onProperty ILAP:hasActivityDiscipline ; | 543 | + owl:maxQualifiedCardinality |
| 544 | - owl:someValuesFrom ILAP:Discipline | 544 | + "1"^^xsd:nonNegativeInteger ; |
| 545 | + owl:onClass ILAP:Facility ; | ||
| 546 | + owl:onProperty ILAP:hasActivityFacility | ||
| 545 | ] ; | 547 | ] ; |
| 546 | rdfs:subClassOf | 548 | rdfs:subClassOf |
| 547 | [ rdf:type owl:Restriction ; | 549 | [ rdf:type owl:Restriction ; |
| 548 | - owl:maxQualifiedCardinality | 550 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 549 | - "1"^^xsd:nonNegativeInteger ; | 551 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 550 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 551 | - owl:onProperty ILAP:hasActivityPlan | ||
| 552 | ] ; | 552 | ] ; |
| 553 | rdfs:subClassOf | 553 | rdfs:subClassOf |
| 554 | [ rdf:type owl:Restriction ; | 554 | [ rdf:type owl:Restriction ; |
| 555 | - owl:allValuesFrom ILAP:ActivityDependency ; | 555 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 556 | - owl:onProperty ILAP:hasActivitySuccessor | 556 | + owl:onProperty ILAP:hasActivityWBSelement |
| 557 | ] ; | 557 | ] ; |
| 558 | rdfs:subClassOf | 558 | rdfs:subClassOf |
| 559 | [ rdf:type owl:Restriction ; | 559 | [ rdf:type owl:Restriction ; |
| 560 | - owl:allValuesFrom ILAP:Result ; | 560 | + owl:allValuesFrom ILAP:Location ; |
| 561 | - owl:onProperty ILAP:hasActivityResult | 561 | + owl:onProperty ILAP:hasActivityLocation |
| 562 | ] ; | 562 | ] ; |
| 563 | rdfs:subClassOf | 563 | rdfs:subClassOf |
| 564 | [ rdf:type owl:Restriction ; | 564 | [ rdf:type owl:Restriction ; |
| 565 | owl:maxQualifiedCardinality | 565 | owl:maxQualifiedCardinality |
| 566 | "1"^^xsd:nonNegativeInteger ; | 566 | "1"^^xsd:nonNegativeInteger ; |
| 567 | - owl:onClass ILAP:Facility ; | 567 | + owl:onClass ILAP:ProjectExecutionPlan ; |
| 568 | - owl:onProperty ILAP:hasActivityFacility | 568 | + owl:onProperty ILAP:hasActivityPlan |
| 569 | ] ; | 569 | ] ; |
| 570 | rdfs:subClassOf | 570 | rdfs:subClassOf |
| 571 | [ rdf:type owl:Restriction ; | 571 | [ rdf:type owl:Restriction ; |
| 572 | - owl:allValuesFrom ILAP:ActivityDependency ; | 572 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 573 | - owl:onProperty ILAP:hasActivityPredecessor | 573 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 574 | ] ; | 574 | ] ; |
| 575 | rdfs:subClassOf | 575 | rdfs:subClassOf |
| 576 | [ rdf:type owl:Restriction ; | 576 | [ rdf:type owl:Restriction ; |
| 577 | - owl:allValuesFrom ILAP:ResourceProfile ; | 577 | + owl:allValuesFrom ILAP:Result ; |
| 578 | - owl:onProperty ILAP:hasActivityResourceProfile | 578 | + owl:onProperty ILAP:hasActivityResult |
| 579 | ] ; | 579 | ] ; |
| 580 | rdfs:subClassOf | 580 | rdfs:subClassOf |
| 581 | [ rdf:type owl:Restriction ; | 581 | [ rdf:type owl:Restriction ; |
| 582 | - owl:allValuesFrom ILAP:Location ; | 582 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 583 | - owl:onProperty ILAP:hasActivityLocation | 583 | + owl:someValuesFrom ILAP:Discipline |
| 584 | ] . | 584 | ] . |
| 585 | 585 | ||
| 586 | ILAP:PlannedMilestone | 586 | ILAP:PlannedMilestone |
| ... | @@ -600,7 +600,7 @@ ILAP:Portfolio | ... | @@ -600,7 +600,7 @@ ILAP:Portfolio |
| 600 | 600 | ||
| 601 | ILAP:Priority | 601 | ILAP:Priority |
| 602 | rdf:type owl:Class ; | 602 | rdf:type owl:Class ; |
| 603 | - rdfs:label "Degree of Priority"^^xsd:string ; | 603 | + rdfs:label "Priority"^^xsd:string ; |
| 604 | rdfs:subClassOf owl:Thing . | 604 | rdfs:subClassOf owl:Thing . |
| 605 | 605 | ||
| 606 | ILAP:ProcurementMilestone | 606 | ILAP:ProcurementMilestone |
| ... | @@ -619,13 +619,18 @@ ILAP:Programme | ... | @@ -619,13 +619,18 @@ ILAP:Programme |
| 619 | rdfs:subClassOf ILAP:Project . | 619 | rdfs:subClassOf ILAP:Project . |
| 620 | 620 | ||
| 621 | ILAP:Project | 621 | ILAP:Project |
| 622 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 622 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 623 | rdfs:label "Project"^^xsd:string ; | 623 | rdfs:label "Project"^^xsd:string ; |
| 624 | rdfs:subClassOf ILAP:Activity ; | 624 | rdfs:subClassOf ILAP:Activity ; |
| 625 | rdfs:subClassOf | 625 | rdfs:subClassOf |
| 626 | [ rdf:type owl:Restriction ; | 626 | [ rdf:type owl:Restriction ; |
| 627 | - owl:allValuesFrom BRREG:OilCompany ; | 627 | + owl:allValuesFrom ILAP:Project ; |
| 628 | - owl:onProperty ILAP:hasProjectResponsible | 628 | + owl:onProperty ILAP:hasProjectSubproject |
| 629 | + ] ; | ||
| 630 | + rdfs:subClassOf | ||
| 631 | + [ rdf:type owl:Restriction ; | ||
| 632 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 633 | + owl:onProperty ILAP:hasExternalReference | ||
| 629 | ] ; | 634 | ] ; |
| 630 | rdfs:subClassOf | 635 | rdfs:subClassOf |
| 631 | [ rdf:type owl:Restriction ; | 636 | [ rdf:type owl:Restriction ; |
| ... | @@ -636,13 +641,8 @@ ILAP:Project | ... | @@ -636,13 +641,8 @@ ILAP:Project |
| 636 | ] ; | 641 | ] ; |
| 637 | rdfs:subClassOf | 642 | rdfs:subClassOf |
| 638 | [ rdf:type owl:Restriction ; | 643 | [ rdf:type owl:Restriction ; |
| 639 | - owl:allValuesFrom ILAP:ExternalReference ; | 644 | + owl:allValuesFrom BRREG:OilCompany ; |
| 640 | - owl:onProperty ILAP:hasExternalReference | 645 | + owl:onProperty ILAP:hasProjectResponsible |
| 641 | - ] ; | ||
| 642 | - rdfs:subClassOf | ||
| 643 | - [ rdf:type owl:Restriction ; | ||
| 644 | - owl:allValuesFrom ILAP:Project ; | ||
| 645 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 646 | ] . | 646 | ] . |
| 647 | 647 | ||
| 648 | ILAP:ProjectEffectiveness | 648 | ILAP:ProjectEffectiveness |
| ... | @@ -657,22 +657,12 @@ ILAP:ProjectEfficiency | ... | @@ -657,22 +657,12 @@ ILAP:ProjectEfficiency |
| 657 | 657 | ||
| 658 | ILAP:ProjectExecutionPlan | 658 | ILAP:ProjectExecutionPlan |
| 659 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 659 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 660 | - rdfs:label "Planned Activity Network"^^xsd:string ; | 660 | + rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; |
| 661 | rdfs:subClassOf ILAP:Network ; | 661 | rdfs:subClassOf ILAP:Network ; |
| 662 | rdfs:subClassOf | 662 | rdfs:subClassOf |
| 663 | [ rdf:type owl:Restriction ; | 663 | [ rdf:type owl:Restriction ; |
| 664 | - owl:onProperty ILAP:hasPlanGeoArea ; | 664 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 665 | - owl:someValuesFrom ILAP:PlanGeoArea | 665 | + owl:onProperty ILAP:hasPlanContractType |
| 666 | - ] ; | ||
| 667 | - rdfs:subClassOf | ||
| 668 | - [ rdf:type owl:Restriction ; | ||
| 669 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | ||
| 670 | - owl:onProperty ILAP:hasPlanRollUpPlan | ||
| 671 | - ] ; | ||
| 672 | - rdfs:subClassOf | ||
| 673 | - [ rdf:type owl:Restriction ; | ||
| 674 | - owl:onProperty ILAP:hasPlanLevel ; | ||
| 675 | - owl:someValuesFrom ILAP:PlanLevel | ||
| 676 | ] ; | 666 | ] ; |
| 677 | rdfs:subClassOf | 667 | rdfs:subClassOf |
| 678 | [ rdf:type owl:Restriction ; | 668 | [ rdf:type owl:Restriction ; |
| ... | @@ -683,8 +673,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -683,8 +673,8 @@ ILAP:ProjectExecutionPlan |
| 683 | ] ; | 673 | ] ; |
| 684 | rdfs:subClassOf | 674 | rdfs:subClassOf |
| 685 | [ rdf:type owl:Restriction ; | 675 | [ rdf:type owl:Restriction ; |
| 686 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 676 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 687 | - owl:onProperty ILAP:hasPlanLifecycleStage | 677 | + owl:onProperty ILAP:hasPlanResponsible |
| 688 | ] ; | 678 | ] ; |
| 689 | rdfs:subClassOf | 679 | rdfs:subClassOf |
| 690 | [ rdf:type owl:Restriction ; | 680 | [ rdf:type owl:Restriction ; |
| ... | @@ -693,40 +683,50 @@ ILAP:ProjectExecutionPlan | ... | @@ -693,40 +683,50 @@ ILAP:ProjectExecutionPlan |
| 693 | ] ; | 683 | ] ; |
| 694 | rdfs:subClassOf | 684 | rdfs:subClassOf |
| 695 | [ rdf:type owl:Restriction ; | 685 | [ rdf:type owl:Restriction ; |
| 686 | + owl:onProperty ILAP:hasPlanProjectType ; | ||
| 687 | + owl:someValuesFrom ILAP:PlanProjectType | ||
| 688 | + ] ; | ||
| 689 | + rdfs:subClassOf | ||
| 690 | + [ rdf:type owl:Restriction ; | ||
| 696 | owl:onProperty ILAP:hasPlanContentType ; | 691 | owl:onProperty ILAP:hasPlanContentType ; |
| 697 | owl:someValuesFrom ILAP:PlanContentType | 692 | owl:someValuesFrom ILAP:PlanContentType |
| 698 | ] ; | 693 | ] ; |
| 699 | rdfs:subClassOf | 694 | rdfs:subClassOf |
| 700 | [ rdf:type owl:Restriction ; | 695 | [ rdf:type owl:Restriction ; |
| 701 | - owl:allValuesFrom ILAP:PlanContractType ; | 696 | + owl:onProperty ILAP:hasPlanLevel ; |
| 702 | - owl:onProperty ILAP:hasPlanContractType | 697 | + owl:someValuesFrom ILAP:PlanLevel |
| 703 | ] ; | 698 | ] ; |
| 704 | rdfs:subClassOf | 699 | rdfs:subClassOf |
| 705 | [ rdf:type owl:Restriction ; | 700 | [ rdf:type owl:Restriction ; |
| 706 | - owl:onProperty ILAP:hasPlanProjectType ; | 701 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 707 | - owl:someValuesFrom ILAP:PlanProjectType | 702 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 708 | ] ; | 703 | ] ; |
| 709 | rdfs:subClassOf | 704 | rdfs:subClassOf |
| 710 | [ rdf:type owl:Restriction ; | 705 | [ rdf:type owl:Restriction ; |
| 711 | - owl:maxQualifiedCardinality | 706 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 712 | - "1"^^xsd:nonNegativeInteger ; | 707 | + owl:onProperty ILAP:hasPlanAsset |
| 713 | - owl:onClass ILAP:PlanLevel ; | ||
| 714 | - owl:onProperty ILAP:hasPlanLevel | ||
| 715 | ] ; | 708 | ] ; |
| 716 | rdfs:subClassOf | 709 | rdfs:subClassOf |
| 717 | [ rdf:type owl:Restriction ; | 710 | [ rdf:type owl:Restriction ; |
| 718 | - owl:allValuesFrom BRREG:LegalEntity ; | 711 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 719 | - owl:onProperty ILAP:hasPlanResponsible | 712 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 720 | ] ; | 713 | ] ; |
| 721 | rdfs:subClassOf | 714 | rdfs:subClassOf |
| 722 | [ rdf:type owl:Restriction ; | 715 | [ rdf:type owl:Restriction ; |
| 723 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 716 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 724 | - owl:onProperty ILAP:hasPlanAsset | 717 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 725 | ] ; | 718 | ] ; |
| 726 | rdfs:subClassOf | 719 | rdfs:subClassOf |
| 727 | [ rdf:type owl:Restriction ; | 720 | [ rdf:type owl:Restriction ; |
| 728 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 721 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 729 | - owl:onProperty ILAP:hasPlanObjectiveType | 722 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 723 | + ] ; | ||
| 724 | + rdfs:subClassOf | ||
| 725 | + [ rdf:type owl:Restriction ; | ||
| 726 | + owl:maxQualifiedCardinality | ||
| 727 | + "1"^^xsd:nonNegativeInteger ; | ||
| 728 | + owl:onClass ILAP:PlanLevel ; | ||
| 729 | + owl:onProperty ILAP:hasPlanLevel | ||
| 730 | ] . | 730 | ] . |
| 731 | 731 | ||
| 732 | ILAP:ProjectMilestone | 732 | ILAP:ProjectMilestone |
| ... | @@ -740,9 +740,9 @@ ILAP:ProjectPhase | ... | @@ -740,9 +740,9 @@ ILAP:ProjectPhase |
| 740 | rdfs:subClassOf ILAP:Phase . | 740 | rdfs:subClassOf ILAP:Phase . |
| 741 | 741 | ||
| 742 | ILAP:Regular8To16WorkingDayCalendar | 742 | ILAP:Regular8To16WorkingDayCalendar |
| 743 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 743 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 744 | rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; | 744 | rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; |
| 745 | - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . | 745 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . |
| 746 | 746 | ||
| 747 | ILAP:Regulator | 747 | ILAP:Regulator |
| 748 | rdf:type owl:Class ; | 748 | rdf:type owl:Class ; |
| ... | @@ -750,9 +750,9 @@ ILAP:Regulator | ... | @@ -750,9 +750,9 @@ ILAP:Regulator |
| 750 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 750 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
| 751 | 751 | ||
| 752 | ILAP:Resource | 752 | ILAP:Resource |
| 753 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 753 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 754 | rdfs:label "Resource"^^xsd:string ; | 754 | rdfs:label "Resource"^^xsd:string ; |
| 755 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 755 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 756 | 756 | ||
| 757 | ILAP:ResourceEstimate | 757 | ILAP:ResourceEstimate |
| 758 | rdf:type owl:Class ; | 758 | rdf:type owl:Class ; |
| ... | @@ -760,13 +760,13 @@ ILAP:ResourceEstimate | ... | @@ -760,13 +760,13 @@ ILAP:ResourceEstimate |
| 760 | rdfs:subClassOf ILAP:ResourceStructure . | 760 | rdfs:subClassOf ILAP:ResourceStructure . |
| 761 | 761 | ||
| 762 | ILAP:ResourceProfile | 762 | ILAP:ResourceProfile |
| 763 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 763 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 764 | rdfs:label "Resource Profile"^^xsd:string ; | 764 | rdfs:label "Resource Profile"^^xsd:string ; |
| 765 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 765 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 766 | 766 | ||
| 767 | ILAP:ResourceProfilePoint | 767 | ILAP:ResourceProfilePoint |
| 768 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 768 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 769 | - rdfs:label "resource Profile Point"^^xsd:string ; | 769 | + rdfs:label "Resource Profile Point"^^xsd:string ; |
| 770 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 770 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 771 | 771 | ||
| 772 | ILAP:ResourceStructure | 772 | ILAP:ResourceStructure |
| ... | @@ -775,17 +775,17 @@ ILAP:ResourceStructure | ... | @@ -775,17 +775,17 @@ ILAP:ResourceStructure |
| 775 | rdfs:subClassOf ILAP:Network . | 775 | rdfs:subClassOf ILAP:Network . |
| 776 | 776 | ||
| 777 | ILAP:ResponsibleOrganization | 777 | ILAP:ResponsibleOrganization |
| 778 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 778 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 779 | rdfs:label "Responsible Organization"^^xsd:string ; | 779 | rdfs:label "Responsible Organization"^^xsd:string ; |
| 780 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 780 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 781 | 781 | ||
| 782 | ILAP:ResponsiblePerson | 782 | ILAP:ResponsiblePerson |
| 783 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 783 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 784 | rdfs:label "Responsible Person"^^xsd:string ; | 784 | rdfs:label "Responsible Person"^^xsd:string ; |
| 785 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 785 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 786 | 786 | ||
| 787 | ILAP:Result | 787 | ILAP:Result |
| 788 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 788 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 789 | rdfs:label "Result"^^xsd:string ; | 789 | rdfs:label "Result"^^xsd:string ; |
| 790 | rdfs:subClassOf owl:Thing . | 790 | rdfs:subClassOf owl:Thing . |
| 791 | 791 | ||
| ... | @@ -805,9 +805,9 @@ ILAP:RiskType | ... | @@ -805,9 +805,9 @@ ILAP:RiskType |
| 805 | rdfs:subClassOf owl:Thing . | 805 | rdfs:subClassOf owl:Thing . |
| 806 | 806 | ||
| 807 | ILAP:Schedule | 807 | ILAP:Schedule |
| 808 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 808 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 809 | - rdfs:label "Scheduled Activity Network"^^xsd:string ; | 809 | + rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; |
| 810 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 810 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 811 | rdfs:subClassOf | 811 | rdfs:subClassOf |
| 812 | [ rdf:type owl:Restriction ; | 812 | [ rdf:type owl:Restriction ; |
| 813 | owl:maxQualifiedCardinality | 813 | owl:maxQualifiedCardinality |
| ... | @@ -817,8 +817,8 @@ ILAP:Schedule | ... | @@ -817,8 +817,8 @@ ILAP:Schedule |
| 817 | ] . | 817 | ] . |
| 818 | 818 | ||
| 819 | ILAP:ScheduledActivity | 819 | ILAP:ScheduledActivity |
| 820 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 820 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 821 | - rdfs:label "Activity in Network Schedule"^^xsd:string ; | 821 | + rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; |
| 822 | rdfs:subClassOf ILAP:PlannedActivity ; | 822 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 823 | rdfs:subClassOf | 823 | rdfs:subClassOf |
| 824 | [ rdf:type owl:Restriction ; | 824 | [ rdf:type owl:Restriction ; |
| ... | @@ -856,9 +856,9 @@ ILAP:ShutdownType | ... | @@ -856,9 +856,9 @@ ILAP:ShutdownType |
| 856 | rdfs:subClassOf owl:Thing . | 856 | rdfs:subClassOf owl:Thing . |
| 857 | 857 | ||
| 858 | ILAP:Source | 858 | ILAP:Source |
| 859 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 859 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 860 | rdfs:label "Source"^^xsd:string ; | 860 | rdfs:label "Source"^^xsd:string ; |
| 861 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 861 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 862 | 862 | ||
| 863 | ILAP:StartMilestone | 863 | ILAP:StartMilestone |
| 864 | rdf:type owl:Class ; | 864 | rdf:type owl:Class ; |
| ... | @@ -866,22 +866,22 @@ ILAP:StartMilestone | ... | @@ -866,22 +866,22 @@ ILAP:StartMilestone |
| 866 | rdfs:subClassOf ILAP:MilestoneType . | 866 | rdfs:subClassOf ILAP:MilestoneType . |
| 867 | 867 | ||
| 868 | ILAP:StartToFinish | 868 | ILAP:StartToFinish |
| 869 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 869 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 870 | rdfs:label "Start to Finish"^^xsd:string ; | 870 | rdfs:label "Start to Finish"^^xsd:string ; |
| 871 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 871 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 872 | 872 | ||
| 873 | ILAP:StartToStart | 873 | ILAP:StartToStart |
| 874 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 874 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 875 | rdfs:label "Start to Start"^^xsd:string ; | 875 | rdfs:label "Start to Start"^^xsd:string ; |
| 876 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 876 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 877 | 877 | ||
| 878 | ILAP:Status | 878 | ILAP:Status |
| 879 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 879 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 880 | rdfs:label "Status"^^xsd:string ; | 880 | rdfs:label "Status"^^xsd:string ; |
| 881 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 881 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 882 | 882 | ||
| 883 | ILAP:TargetSchedule | 883 | ILAP:TargetSchedule |
| 884 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 884 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 885 | rdfs:label "Target Schedule"^^xsd:string ; | 885 | rdfs:label "Target Schedule"^^xsd:string ; |
| 886 | rdfs:subClassOf ILAP:Schedule . | 886 | rdfs:subClassOf ILAP:Schedule . |
| 887 | 887 | ||
| ... | @@ -903,12 +903,12 @@ ILAP:UnitBased | ... | @@ -903,12 +903,12 @@ ILAP:UnitBased |
| 903 | ILAP:Value | 903 | ILAP:Value |
| 904 | rdf:type owl:Class ; | 904 | rdf:type owl:Class ; |
| 905 | rdfs:label "Value"^^xsd:string ; | 905 | rdfs:label "Value"^^xsd:string ; |
| 906 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 906 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 907 | 907 | ||
| 908 | ILAP:WeekendsFreeCalendar | 908 | ILAP:WeekendsFreeCalendar |
| 909 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 909 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 910 | rdfs:label "Weekends Free Calendar"^^xsd:string ; | 910 | rdfs:label "Weekends Free Calendar"^^xsd:string ; |
| 911 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 911 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 912 | 912 | ||
| 913 | ILAP:WorkOrder | 913 | ILAP:WorkOrder |
| 914 | rdf:type owl:Class ; | 914 | rdf:type owl:Class ; |
| ... | @@ -916,18 +916,18 @@ ILAP:WorkOrder | ... | @@ -916,18 +916,18 @@ ILAP:WorkOrder |
| 916 | rdfs:subClassOf ILAP:WorkTask . | 916 | rdfs:subClassOf ILAP:WorkTask . |
| 917 | 917 | ||
| 918 | ILAP:WorkTask | 918 | ILAP:WorkTask |
| 919 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 919 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 920 | rdfs:label "Work Task"^^xsd:string ; | 920 | rdfs:label "Work Task"^^xsd:string ; |
| 921 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 921 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 922 | rdfs:subClassOf | 922 | rdfs:subClassOf |
| 923 | [ rdf:type owl:Restriction ; | 923 | [ rdf:type owl:Restriction ; |
| 924 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 924 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 925 | - owl:someValuesFrom ILAP:Activity | 925 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 926 | ] ; | 926 | ] ; |
| 927 | rdfs:subClassOf | 927 | rdfs:subClassOf |
| 928 | [ rdf:type owl:Restriction ; | 928 | [ rdf:type owl:Restriction ; |
| 929 | - owl:allValuesFrom BRREG:LegalEntity ; | 929 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 930 | - owl:onProperty ILAP:hasWorkTaskResponsible | 930 | + owl:someValuesFrom ILAP:Activity |
| 931 | ] . | 931 | ] . |
| 932 | 932 | ||
| 933 | ILAP:WorkTaskStatus | 933 | ILAP:WorkTaskStatus |
| ... | @@ -957,7 +957,7 @@ ILAP:hasActivityActualWeight | ... | @@ -957,7 +957,7 @@ ILAP:hasActivityActualWeight |
| 957 | ILAP:hasActivityBaselineSchedule | 957 | ILAP:hasActivityBaselineSchedule |
| 958 | rdf:type owl:ObjectProperty ; | 958 | rdf:type owl:ObjectProperty ; |
| 959 | rdfs:domain ILAP:ScheduledActivity ; | 959 | rdfs:domain ILAP:ScheduledActivity ; |
| 960 | - rdfs:label "has activity baseline schedule"^^xsd:string ; | 960 | + rdfs:label "has Activity Baseline Schedule"^^xsd:string ; |
| 961 | rdfs:range ILAP:ControlSchedule . | 961 | rdfs:range ILAP:ControlSchedule . |
| 962 | 962 | ||
| 963 | ILAP:hasActivityCalendar | 963 | ILAP:hasActivityCalendar |
| ... | @@ -1050,7 +1050,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -1050,7 +1050,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 1050 | rdfs:range xsd:float . | 1050 | rdfs:range xsd:float . |
| 1051 | 1051 | ||
| 1052 | ILAP:hasActivityPlan | 1052 | ILAP:hasActivityPlan |
| 1053 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1053 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1054 | rdfs:domain ILAP:PlannedActivity ; | 1054 | rdfs:domain ILAP:PlannedActivity ; |
| 1055 | rdfs:label "has activity plan"^^xsd:string ; | 1055 | rdfs:label "has activity plan"^^xsd:string ; |
| 1056 | rdfs:range ILAP:ProjectExecutionPlan . | 1056 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -1100,7 +1100,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -1100,7 +1100,7 @@ ILAP:hasActivityResponsibleOrganization |
| 1100 | rdfs:range ILAP:ResponsibleOrganization . | 1100 | rdfs:range ILAP:ResponsibleOrganization . |
| 1101 | 1101 | ||
| 1102 | ILAP:hasActivityResponsiblePerson | 1102 | ILAP:hasActivityResponsiblePerson |
| 1103 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1103 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1104 | rdfs:domain ILAP:PlannedActivity ; | 1104 | rdfs:domain ILAP:PlannedActivity ; |
| 1105 | rdfs:label "has activity responsible"^^xsd:string ; | 1105 | rdfs:label "has activity responsible"^^xsd:string ; |
| 1106 | rdfs:range ILAP:ResponsiblePerson . | 1106 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1135,7 +1135,7 @@ ILAP:hasActivityStatus | ... | @@ -1135,7 +1135,7 @@ ILAP:hasActivityStatus |
| 1135 | rdfs:range ILAP:Status . | 1135 | rdfs:range ILAP:Status . |
| 1136 | 1136 | ||
| 1137 | ILAP:hasActivitySuccessor | 1137 | ILAP:hasActivitySuccessor |
| 1138 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1138 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1139 | rdfs:domain ILAP:PlannedActivity ; | 1139 | rdfs:domain ILAP:PlannedActivity ; |
| 1140 | rdfs:label "has activity successor"^^xsd:string ; | 1140 | rdfs:label "has activity successor"^^xsd:string ; |
| 1141 | rdfs:range ILAP:ActivityDependency ; | 1141 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1196,7 +1196,7 @@ ILAP:hasCalendarDate | ... | @@ -1196,7 +1196,7 @@ ILAP:hasCalendarDate |
| 1196 | rdfs:label "has calendar date"^^xsd:string . | 1196 | rdfs:label "has calendar date"^^xsd:string . |
| 1197 | 1197 | ||
| 1198 | ILAP:hasCalendarFreePeriod | 1198 | ILAP:hasCalendarFreePeriod |
| 1199 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1199 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1200 | rdfs:domain ILAP:Calendar ; | 1200 | rdfs:domain ILAP:Calendar ; |
| 1201 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1201 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1202 | rdfs:range ILAP:CalendarFreePeriod . | 1202 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1503,7 +1503,7 @@ ILAP:hasPlanRegulator | ... | @@ -1503,7 +1503,7 @@ ILAP:hasPlanRegulator |
| 1503 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1503 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1504 | 1504 | ||
| 1505 | ILAP:hasPlanResponsible | 1505 | ILAP:hasPlanResponsible |
| 1506 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1506 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1507 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1507 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1508 | rdfs:label "has plan responsible"^^xsd:string ; | 1508 | rdfs:label "has plan responsible"^^xsd:string ; |
| 1509 | rdfs:range ILAP:ResponsibleOrganization . | 1509 | rdfs:range ILAP:ResponsibleOrganization . |
| ... | @@ -1704,7 +1704,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1704,7 +1704,7 @@ ILAP:hasSourceApplicaton |
| 1704 | rdfs:range ILAP:Application . | 1704 | rdfs:range ILAP:Application . |
| 1705 | 1705 | ||
| 1706 | ILAP:hasSuccessorActivity | 1706 | ILAP:hasSuccessorActivity |
| 1707 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1707 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1708 | rdfs:domain ILAP:ActivityDependency ; | 1708 | rdfs:domain ILAP:ActivityDependency ; |
| 1709 | rdfs:label "has successor activity "^^xsd:string ; | 1709 | rdfs:label "has successor activity "^^xsd:string ; |
| 1710 | rdfs:range ILAP:PlannedActivity ; | 1710 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1732,7 +1732,7 @@ ILAP:hasTimeNow | ... | @@ -1732,7 +1732,7 @@ ILAP:hasTimeNow |
| 1732 | rdf:type owl:DatatypeProperty ; | 1732 | rdf:type owl:DatatypeProperty ; |
| 1733 | rdfs:domain ILAP:Schedule ; | 1733 | rdfs:domain ILAP:Schedule ; |
| 1734 | rdfs:label "has time now"^^xsd:string ; | 1734 | rdfs:label "has time now"^^xsd:string ; |
| 1735 | - rdfs:range xsd:date , xsd:dateTime . | 1735 | + rdfs:range xsd:dateTime , xsd:date . |
| 1736 | 1736 | ||
| 1737 | ILAP:hasWBScomponent | 1737 | ILAP:hasWBScomponent |
| 1738 | rdf:type owl:ObjectProperty ; | 1738 | rdf:type owl:ObjectProperty ; | ... | ... |
-
Please register or login to post a comment