Showing
2 changed files
with
247 additions
and
245 deletions
| ... | @@ -14,6 +14,10 @@ | ... | @@ -14,6 +14,10 @@ |
| 14 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 16 | 16 | ||
| 17 | +<http://data.posccaesar.org/Data/UC2/FinishToStart_1> | ||
| 18 | + ILAP:hasPredecessorActivity | ||
| 19 | + ILAP:PlannedActivity_1 . | ||
| 20 | + | ||
| 17 | <http://data.posccaesar.org/Data/UC2/NetworkSchedule_1> | 21 | <http://data.posccaesar.org/Data/UC2/NetworkSchedule_1> |
| 18 | ILAP:hasSchedulePlan | 22 | ILAP:hasSchedulePlan |
| 19 | ILAP:ProjectPlan_1 . | 23 | ILAP:ProjectPlan_1 . |
| ... | @@ -27,13 +31,13 @@ ILAP: | ... | @@ -27,13 +31,13 @@ ILAP: |
| 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 31 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 28 | 32 | ||
| 29 | ILAP:Activity | 33 | ILAP:Activity |
| 30 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 34 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 31 | rdfs:label "Activity"^^xsd:string ; | 35 | rdfs:label "Activity"^^xsd:string ; |
| 32 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; | 36 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; |
| 33 | rdfs:subClassOf | 37 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 38 | [ rdf:type owl:Restriction ; |
| 35 | - owl:onProperty ILAP:hasExternalReference ; | 39 | + owl:allValuesFrom ILAP:Status ; |
| 36 | - owl:someValuesFrom ILAP:ExternalReference | 40 | + owl:onProperty ILAP:hasActivityStatus |
| 37 | ] ; | 41 | ] ; |
| 38 | rdfs:subClassOf | 42 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 43 | [ rdf:type owl:Restriction ; |
| ... | @@ -42,8 +46,8 @@ ILAP:Activity | ... | @@ -42,8 +46,8 @@ ILAP:Activity |
| 42 | ] ; | 46 | ] ; |
| 43 | rdfs:subClassOf | 47 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 48 | [ rdf:type owl:Restriction ; |
| 45 | - owl:allValuesFrom ILAP:Status ; | 49 | + owl:onProperty ILAP:hasExternalReference ; |
| 46 | - owl:onProperty ILAP:hasActivityStatus | 50 | + owl:someValuesFrom ILAP:ExternalReference |
| 47 | ] . | 51 | ] . |
| 48 | 52 | ||
| 49 | ILAP:ActivityDependency | 53 | ILAP:ActivityDependency |
| ... | @@ -52,9 +56,9 @@ ILAP:ActivityDependency | ... | @@ -52,9 +56,9 @@ ILAP:ActivityDependency |
| 52 | rdfs:subClassOf owl:Thing . | 56 | rdfs:subClassOf owl:Thing . |
| 53 | 57 | ||
| 54 | ILAP:ActivityPlan | 58 | ILAP:ActivityPlan |
| 55 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 59 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 56 | rdfs:label "Activity Plan"^^xsd:string ; | 60 | rdfs:label "Activity Plan"^^xsd:string ; |
| 57 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ; | 61 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> , owl:Thing ; |
| 58 | rdfs:subClassOf | 62 | rdfs:subClassOf |
| 59 | [ rdf:type owl:Restriction ; | 63 | [ rdf:type owl:Restriction ; |
| 60 | owl:allValuesFrom ILAP:ExternalReference ; | 64 | owl:allValuesFrom ILAP:ExternalReference ; |
| ... | @@ -62,9 +66,9 @@ ILAP:ActivityPlan | ... | @@ -62,9 +66,9 @@ ILAP:ActivityPlan |
| 62 | ] . | 66 | ] . |
| 63 | 67 | ||
| 64 | ILAP:ActivityWBS | 68 | ILAP:ActivityWBS |
| 65 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 69 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 66 | rdfs:label "Activity WBS"^^xsd:string ; | 70 | rdfs:label "Activity WBS"^^xsd:string ; |
| 67 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing . | 71 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7506263> . |
| 68 | 72 | ||
| 69 | ILAP:Application | 73 | ILAP:Application |
| 70 | rdf:type owl:Class ; | 74 | rdf:type owl:Class ; |
| ... | @@ -72,34 +76,34 @@ ILAP:Application | ... | @@ -72,34 +76,34 @@ ILAP:Application |
| 72 | rdfs:subClassOf owl:Thing . | 76 | rdfs:subClassOf owl:Thing . |
| 73 | 77 | ||
| 74 | ILAP:Baseline | 78 | ILAP:Baseline |
| 75 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 79 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 76 | rdfs:label "Baseline"^^xsd:string ; | 80 | rdfs:label "Baseline"^^xsd:string ; |
| 77 | rdfs:subClassOf owl:Thing . | 81 | rdfs:subClassOf owl:Thing . |
| 78 | 82 | ||
| 79 | ILAP:Calendar | 83 | ILAP:Calendar |
| 80 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 84 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 81 | rdfs:label "Calendar"^^xsd:string ; | 85 | rdfs:label "Calendar"^^xsd:string ; |
| 82 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 86 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 83 | rdfs:subClassOf | 87 | rdfs:subClassOf |
| 84 | [ rdf:type owl:Restriction ; | 88 | [ rdf:type owl:Restriction ; |
| 85 | - owl:allValuesFrom ILAP:CalendarFreePeriod ; | 89 | + owl:allValuesFrom ILAP:CalendarWorkPeriod ; |
| 86 | - owl:onProperty ILAP:hasCalendarFreePeriod | 90 | + owl:onProperty ILAP:hasCalendarWorkPeriod |
| 87 | ] ; | 91 | ] ; |
| 88 | rdfs:subClassOf | 92 | rdfs:subClassOf |
| 89 | [ rdf:type owl:Restriction ; | 93 | [ rdf:type owl:Restriction ; |
| 90 | - owl:allValuesFrom ILAP:CalendarWorkPeriod ; | 94 | + owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| 91 | - owl:onProperty ILAP:hasCalendarWorkPeriod | 95 | + owl:onProperty ILAP:hasCalendarFreePeriod |
| 92 | ] . | 96 | ] . |
| 93 | 97 | ||
| 94 | ILAP:CalendarDay | 98 | ILAP:CalendarDay |
| 95 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 99 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 96 | rdfs:label "Calendar day"^^xsd:string ; | 100 | rdfs:label "Calendar day"^^xsd:string ; |
| 97 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 101 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 98 | 102 | ||
| 99 | ILAP:CalendarFreePeriod | 103 | ILAP:CalendarFreePeriod |
| 100 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 104 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 101 | rdfs:label "Calendar free period"^^xsd:string ; | 105 | rdfs:label "Calendar free period"^^xsd:string ; |
| 102 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 106 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 103 | rdfs:subClassOf | 107 | rdfs:subClassOf |
| 104 | [ rdf:type owl:Restriction ; | 108 | [ rdf:type owl:Restriction ; |
| 105 | owl:onClass ILAP:Calendar ; | 109 | owl:onClass ILAP:Calendar ; |
| ... | @@ -111,49 +115,49 @@ ILAP:CalendarFreePeriod | ... | @@ -111,49 +115,49 @@ ILAP:CalendarFreePeriod |
| 111 | ] . | 115 | ] . |
| 112 | 116 | ||
| 113 | ILAP:CalendarFreePeriodWeekRepeat | 117 | ILAP:CalendarFreePeriodWeekRepeat |
| 114 | - 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> ; |
| 115 | rdfs:label "Free day"^^xsd:string ; | 119 | rdfs:label "Free day"^^xsd:string ; |
| 116 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 120 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 117 | 121 | ||
| 118 | ILAP:CalendarHour | 122 | ILAP:CalendarHour |
| 119 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 123 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 120 | rdfs:label "calendar hour"^^xsd:string ; | 124 | rdfs:label "calendar hour"^^xsd:string ; |
| 121 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 125 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 122 | 126 | ||
| 123 | ILAP:CalendarPeriod | 127 | ILAP:CalendarPeriod |
| 124 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 128 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 125 | rdfs:label "Calendar period"^^xsd:string ; | 129 | rdfs:label "Calendar period"^^xsd:string ; |
| 126 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 130 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 127 | rdfs:subClassOf | 131 | rdfs:subClassOf |
| 128 | [ rdf:type owl:Restriction ; | 132 | [ rdf:type owl:Restriction ; |
| 129 | - owl:allValuesFrom ILAP:CalendarHour ; | 133 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 130 | - owl:onProperty ILAP:hasCalendarPeriodHour | 134 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 131 | ] ; | 135 | ] ; |
| 132 | rdfs:subClassOf | 136 | rdfs:subClassOf |
| 133 | [ rdf:type owl:Restriction ; | 137 | [ rdf:type owl:Restriction ; |
| 134 | - owl:allValuesFrom ILAP:CalendarDay ; | 138 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 135 | - owl:onProperty ILAP:hasCalendarPeriodDay | 139 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 136 | ] . | 140 | ] . |
| 137 | 141 | ||
| 138 | ILAP:CalendarWorkPeriod | 142 | ILAP:CalendarWorkPeriod |
| 139 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 143 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 140 | rdfs:label "Calendar work period"^^xsd:string ; | 144 | rdfs:label "Calendar work period"^^xsd:string ; |
| 141 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 145 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 142 | rdfs:subClassOf | 146 | rdfs:subClassOf |
| 143 | [ rdf:type owl:Restriction ; | 147 | [ rdf:type owl:Restriction ; |
| 144 | - owl:onProperty ILAP:hasCalendarPeriodWorkDay ; | 148 | + owl:onProperty ILAP:hasCalendarPeriodWorkHour ; |
| 145 | - owl:someValuesFrom ILAP:CalendarDay | 149 | + owl:someValuesFrom ILAP:CalendarHour |
| 146 | ] ; | 150 | ] ; |
| 147 | rdfs:subClassOf | 151 | rdfs:subClassOf |
| 148 | [ rdf:type owl:Restriction ; | 152 | [ rdf:type owl:Restriction ; |
| 149 | - owl:onProperty ILAP:hasCalendarPeriodWorkHour ; | 153 | + owl:onProperty ILAP:hasCalendarPeriodWorkDay ; |
| 150 | - owl:someValuesFrom ILAP:CalendarHour | 154 | + owl:someValuesFrom ILAP:CalendarDay |
| 151 | ] . | 155 | ] . |
| 152 | 156 | ||
| 153 | ILAP:CalendarWorkPeriodWeekRepeat | 157 | ILAP:CalendarWorkPeriodWeekRepeat |
| 154 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 158 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 155 | rdfs:label "Free day"^^xsd:string ; | 159 | rdfs:label "Free day"^^xsd:string ; |
| 156 | - rdfs:subClassOf ILAP:CalendarWorkPeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 160 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod . |
| 157 | 161 | ||
| 158 | ILAP:ContractControlSchedule | 162 | ILAP:ContractControlSchedule |
| 159 | rdf:type owl:Class ; | 163 | rdf:type owl:Class ; |
| ... | @@ -191,14 +195,14 @@ ILAP:CurrentControlEstimate | ... | @@ -191,14 +195,14 @@ ILAP:CurrentControlEstimate |
| 191 | rdfs:subClassOf ILAP:CostEstimate . | 195 | rdfs:subClassOf ILAP:CostEstimate . |
| 192 | 196 | ||
| 193 | ILAP:CurrentSchedule | 197 | ILAP:CurrentSchedule |
| 194 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 198 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 195 | rdfs:label "Current schedule"^^xsd:string ; | 199 | rdfs:label "Current schedule"^^xsd:string ; |
| 196 | rdfs:subClassOf ILAP:NetworkSchedule . | 200 | rdfs:subClassOf ILAP:NetworkSchedule . |
| 197 | 201 | ||
| 198 | ILAP:Discipline | 202 | ILAP:Discipline |
| 199 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 203 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 200 | rdfs:label "Discipline"^^xsd:string ; | 204 | rdfs:label "Discipline"^^xsd:string ; |
| 201 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 205 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
| 202 | 206 | ||
| 203 | ILAP:ExecutionPlan | 207 | ILAP:ExecutionPlan |
| 204 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 208 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| ... | @@ -206,13 +210,8 @@ ILAP:ExecutionPlan | ... | @@ -206,13 +210,8 @@ ILAP:ExecutionPlan |
| 206 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; | 210 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; |
| 207 | rdfs:subClassOf | 211 | rdfs:subClassOf |
| 208 | [ rdf:type owl:Restriction ; | 212 | [ rdf:type owl:Restriction ; |
| 209 | - owl:onProperty ILAP:hasPlanContentType ; | 213 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 210 | - owl:someValuesFrom ILAP:PlanContentType | 214 | + owl:onProperty ILAP:hasPlanResponsible |
| 211 | - ] ; | ||
| 212 | - rdfs:subClassOf | ||
| 213 | - [ rdf:type owl:Restriction ; | ||
| 214 | - owl:onProperty ILAP:hasPlanProjectType ; | ||
| 215 | - owl:someValuesFrom ILAP:PlanProjectType | ||
| 216 | ] ; | 215 | ] ; |
| 217 | rdfs:subClassOf | 216 | rdfs:subClassOf |
| 218 | [ rdf:type owl:Restriction ; | 217 | [ rdf:type owl:Restriction ; |
| ... | @@ -221,18 +220,13 @@ ILAP:ExecutionPlan | ... | @@ -221,18 +220,13 @@ ILAP:ExecutionPlan |
| 221 | ] ; | 220 | ] ; |
| 222 | rdfs:subClassOf | 221 | rdfs:subClassOf |
| 223 | [ rdf:type owl:Restriction ; | 222 | [ rdf:type owl:Restriction ; |
| 224 | - owl:onProperty ILAP:hasPlanGeoArea ; | 223 | + owl:allValuesFrom NPD:NPDelement ; |
| 225 | - owl:someValuesFrom ILAP:PlanGeoArea | 224 | + owl:onProperty ILAP:hasPlanNPDelement |
| 226 | - ] ; | ||
| 227 | - rdfs:subClassOf | ||
| 228 | - [ rdf:type owl:Restriction ; | ||
| 229 | - owl:allValuesFrom ILAP:PlanValueObjective ; | ||
| 230 | - owl:onProperty ILAP:hasPlanValueObjective | ||
| 231 | ] ; | 225 | ] ; |
| 232 | rdfs:subClassOf | 226 | rdfs:subClassOf |
| 233 | [ rdf:type owl:Restriction ; | 227 | [ rdf:type owl:Restriction ; |
| 234 | - owl:allValuesFrom ILAP:ExecutionPlan ; | 228 | + owl:allValuesFrom ILAP:PlanLifecyclePhase ; |
| 235 | - owl:onProperty ILAP:hasPlanSubplan | 229 | + owl:onProperty ILAP:hasPlanLifecyclePhase |
| 236 | ] ; | 230 | ] ; |
| 237 | rdfs:subClassOf | 231 | rdfs:subClassOf |
| 238 | [ rdf:type owl:Restriction ; | 232 | [ rdf:type owl:Restriction ; |
| ... | @@ -243,33 +237,43 @@ ILAP:ExecutionPlan | ... | @@ -243,33 +237,43 @@ ILAP:ExecutionPlan |
| 243 | ] ; | 237 | ] ; |
| 244 | rdfs:subClassOf | 238 | rdfs:subClassOf |
| 245 | [ rdf:type owl:Restriction ; | 239 | [ rdf:type owl:Restriction ; |
| 246 | - owl:allValuesFrom BRREG:LegalEntity ; | ||
| 247 | - owl:onProperty ILAP:hasPlanResponsible | ||
| 248 | - ] ; | ||
| 249 | - rdfs:subClassOf | ||
| 250 | - [ rdf:type owl:Restriction ; | ||
| 251 | owl:allValuesFrom ILAP:PlanContractType ; | 240 | owl:allValuesFrom ILAP:PlanContractType ; |
| 252 | owl:onProperty ILAP:hasPlanContractType | 241 | owl:onProperty ILAP:hasPlanContractType |
| 253 | ] ; | 242 | ] ; |
| 254 | rdfs:subClassOf | 243 | rdfs:subClassOf |
| 255 | [ rdf:type owl:Restriction ; | 244 | [ rdf:type owl:Restriction ; |
| 256 | - owl:allValuesFrom NPD:NPDelement ; | 245 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 257 | - owl:onProperty ILAP:hasPlanNPDelement | 246 | + owl:someValuesFrom ILAP:PlanProjectType |
| 258 | ] ; | 247 | ] ; |
| 259 | rdfs:subClassOf | 248 | rdfs:subClassOf |
| 260 | [ rdf:type owl:Restriction ; | 249 | [ rdf:type owl:Restriction ; |
| 261 | - owl:onProperty ILAP:hasPlanLevel ; | 250 | + owl:allValuesFrom ILAP:ExecutionPlan ; |
| 262 | - owl:someValuesFrom ILAP:PlanLevel | 251 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 263 | ] ; | 252 | ] ; |
| 264 | rdfs:subClassOf | 253 | rdfs:subClassOf |
| 265 | [ rdf:type owl:Restriction ; | 254 | [ rdf:type owl:Restriction ; |
| 266 | owl:allValuesFrom ILAP:ExecutionPlan ; | 255 | owl:allValuesFrom ILAP:ExecutionPlan ; |
| 267 | - owl:onProperty ILAP:hasPlanRollUpPlan | 256 | + owl:onProperty ILAP:hasPlanSubplan |
| 268 | ] ; | 257 | ] ; |
| 269 | rdfs:subClassOf | 258 | rdfs:subClassOf |
| 270 | [ rdf:type owl:Restriction ; | 259 | [ rdf:type owl:Restriction ; |
| 271 | - owl:allValuesFrom ILAP:PlanLifecyclePhase ; | 260 | + owl:onProperty ILAP:hasPlanContentType ; |
| 272 | - owl:onProperty ILAP:hasPlanLifecyclePhase | 261 | + owl:someValuesFrom ILAP:PlanContentType |
| 262 | + ] ; | ||
| 263 | + rdfs:subClassOf | ||
| 264 | + [ rdf:type owl:Restriction ; | ||
| 265 | + owl:onProperty ILAP:hasPlanGeoArea ; | ||
| 266 | + owl:someValuesFrom ILAP:PlanGeoArea | ||
| 267 | + ] ; | ||
| 268 | + rdfs:subClassOf | ||
| 269 | + [ rdf:type owl:Restriction ; | ||
| 270 | + owl:onProperty ILAP:hasPlanLevel ; | ||
| 271 | + owl:someValuesFrom ILAP:PlanLevel | ||
| 272 | + ] ; | ||
| 273 | + rdfs:subClassOf | ||
| 274 | + [ rdf:type owl:Restriction ; | ||
| 275 | + owl:allValuesFrom ILAP:PlanValueObjective ; | ||
| 276 | + owl:onProperty ILAP:hasPlanValueObjective | ||
| 273 | ] ; | 277 | ] ; |
| 274 | rdfs:subClassOf | 278 | rdfs:subClassOf |
| 275 | [ rdf:type owl:Restriction ; | 279 | [ rdf:type owl:Restriction ; |
| ... | @@ -280,13 +284,15 @@ ILAP:ExecutionPlan | ... | @@ -280,13 +284,15 @@ ILAP:ExecutionPlan |
| 280 | ] . | 284 | ] . |
| 281 | 285 | ||
| 282 | ILAP:ExternalReference | 286 | ILAP:ExternalReference |
| 283 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 287 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 284 | rdfs:label "External Reference"^^xsd:string ; | 288 | rdfs:label "External Reference"^^xsd:string ; |
| 285 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 289 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 286 | rdfs:subClassOf | 290 | rdfs:subClassOf |
| 287 | [ rdf:type owl:Restriction ; | 291 | [ rdf:type owl:Restriction ; |
| 288 | - owl:allValuesFrom ILAP:Application ; | 292 | + owl:onDataRange xsd:string ; |
| 289 | - owl:onProperty ILAP:hasReferenceApplication | 293 | + owl:onProperty ILAP:hasReferenceID ; |
| 294 | + owl:qualifiedCardinality | ||
| 295 | + "1"^^xsd:nonNegativeInteger | ||
| 290 | ] ; | 296 | ] ; |
| 291 | rdfs:subClassOf | 297 | rdfs:subClassOf |
| 292 | [ rdf:type owl:Restriction ; | 298 | [ rdf:type owl:Restriction ; |
| ... | @@ -295,38 +301,36 @@ ILAP:ExternalReference | ... | @@ -295,38 +301,36 @@ ILAP:ExternalReference |
| 295 | ] ; | 301 | ] ; |
| 296 | rdfs:subClassOf | 302 | rdfs:subClassOf |
| 297 | [ rdf:type owl:Restriction ; | 303 | [ rdf:type owl:Restriction ; |
| 298 | - owl:onDataRange xsd:string ; | 304 | + owl:allValuesFrom ILAP:Application ; |
| 299 | - owl:onProperty ILAP:hasReferenceID ; | 305 | + owl:onProperty ILAP:hasReferenceApplication |
| 300 | - owl:qualifiedCardinality | ||
| 301 | - "1"^^xsd:nonNegativeInteger | ||
| 302 | ] . | 306 | ] . |
| 303 | 307 | ||
| 304 | ILAP:FinishToFinish | 308 | ILAP:FinishToFinish |
| 305 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 309 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 306 | rdfs:label "Finish to finish"^^xsd:string ; | 310 | rdfs:label "Finish to finish"^^xsd:string ; |
| 307 | - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . | 311 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . |
| 308 | 312 | ||
| 309 | ILAP:FinishToStart | 313 | ILAP:FinishToStart |
| 310 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 314 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 311 | rdfs:label "Finish to start"^^xsd:string ; | 315 | rdfs:label "Finish to start"^^xsd:string ; |
| 312 | - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . | 316 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . |
| 313 | 317 | ||
| 314 | ILAP:LiveSchedule | 318 | ILAP:LiveSchedule |
| 315 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 319 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 316 | rdfs:label "Live schedule"^^xsd:string ; | 320 | rdfs:label "Live schedule"^^xsd:string ; |
| 317 | rdfs:subClassOf ILAP:NetworkSchedule . | 321 | rdfs:subClassOf ILAP:NetworkSchedule . |
| 318 | 322 | ||
| 319 | ILAP:Location | 323 | ILAP:Location |
| 320 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 324 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 321 | rdfs:label "Location"^^xsd:string ; | 325 | rdfs:label "Location"^^xsd:string ; |
| 322 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 326 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 323 | 327 | ||
| 324 | ILAP:Milestone | 328 | ILAP:Milestone |
| 325 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 329 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 326 | rdfs:label "Milestone"^^xsd:string . | 330 | rdfs:label "Milestone"^^xsd:string . |
| 327 | 331 | ||
| 328 | ILAP:NetworkSchedule | 332 | ILAP:NetworkSchedule |
| 329 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 333 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 330 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 334 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 331 | rdfs:subClassOf owl:Thing ; | 335 | rdfs:subClassOf owl:Thing ; |
| 332 | rdfs:subClassOf | 336 | rdfs:subClassOf |
| ... | @@ -353,54 +357,54 @@ ILAP:OwnersProjectControlSchedule | ... | @@ -353,54 +357,54 @@ ILAP:OwnersProjectControlSchedule |
| 353 | rdfs:subClassOf ILAP:ProjectControlSchedule . | 357 | rdfs:subClassOf ILAP:ProjectControlSchedule . |
| 354 | 358 | ||
| 355 | ILAP:Phase | 359 | ILAP:Phase |
| 356 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 360 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 357 | rdfs:label "Phase"^^xsd:string ; | 361 | rdfs:label "Phase"^^xsd:string ; |
| 358 | rdfs:subClassOf owl:Thing . | 362 | rdfs:subClassOf owl:Thing . |
| 359 | 363 | ||
| 360 | ILAP:PlanClassifier | 364 | ILAP:PlanClassifier |
| 361 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 365 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 362 | rdfs:label "Plan classifier"^^xsd:string ; | 366 | rdfs:label "Plan classifier"^^xsd:string ; |
| 363 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 367 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 364 | 368 | ||
| 365 | ILAP:PlanContentType | 369 | ILAP:PlanContentType |
| 366 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 370 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 367 | rdfs:label "Content type"^^xsd:string ; | 371 | rdfs:label "Content type"^^xsd:string ; |
| 368 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 372 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 369 | 373 | ||
| 370 | ILAP:PlanContractType | 374 | ILAP:PlanContractType |
| 371 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 375 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 372 | rdfs:label "Plan contract type"^^xsd:string ; | 376 | rdfs:label "Plan contract type"^^xsd:string ; |
| 373 | rdfs:subClassOf ILAP:PlanClassifier . | 377 | rdfs:subClassOf ILAP:PlanClassifier . |
| 374 | 378 | ||
| 375 | ILAP:PlanExpenseType | 379 | ILAP:PlanExpenseType |
| 376 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 380 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 377 | rdfs:label "Plan expense type"^^xsd:string ; | 381 | rdfs:label "Plan expense type"^^xsd:string ; |
| 378 | rdfs:subClassOf ILAP:PlanClassifier . | 382 | rdfs:subClassOf ILAP:PlanClassifier . |
| 379 | 383 | ||
| 380 | ILAP:PlanGeoArea | 384 | ILAP:PlanGeoArea |
| 381 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 385 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 382 | rdfs:label "Plan geographic area"^^xsd:string ; | 386 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 383 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 387 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 384 | 388 | ||
| 385 | ILAP:PlanLevel | 389 | ILAP:PlanLevel |
| 386 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 390 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 387 | rdfs:label "Plan level"^^xsd:string ; | 391 | rdfs:label "Plan level"^^xsd:string ; |
| 388 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 392 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 389 | 393 | ||
| 390 | ILAP:PlanLifecyclePhase | 394 | ILAP:PlanLifecyclePhase |
| 391 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 395 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 392 | rdfs:label "Plan lifecycle phase"^^xsd:string ; | 396 | rdfs:label "Plan lifecycle phase"^^xsd:string ; |
| 393 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 397 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 394 | 398 | ||
| 395 | ILAP:PlanProjectType | 399 | ILAP:PlanProjectType |
| 396 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 400 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 397 | rdfs:label "Plan project type"^^xsd:string ; | 401 | rdfs:label "Plan project type"^^xsd:string ; |
| 398 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 402 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 399 | 403 | ||
| 400 | ILAP:PlanValueObjective | 404 | ILAP:PlanValueObjective |
| 401 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 405 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 402 | rdfs:label "Plan value objective"^^xsd:string ; | 406 | rdfs:label "Plan value objective"^^xsd:string ; |
| 403 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 407 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 404 | 408 | ||
| 405 | ILAP:PlanWorkOrderPlan | 409 | ILAP:PlanWorkOrderPlan |
| 406 | rdf:type owl:Class ; | 410 | rdf:type owl:Class ; |
| ... | @@ -413,20 +417,18 @@ ILAP:PlannedActivity | ... | @@ -413,20 +417,18 @@ ILAP:PlannedActivity |
| 413 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 417 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 414 | rdfs:subClassOf | 418 | rdfs:subClassOf |
| 415 | [ rdf:type owl:Restriction ; | 419 | [ rdf:type owl:Restriction ; |
| 416 | - owl:maxQualifiedCardinality | 420 | + owl:allValuesFrom ILAP:PlannedResource ; |
| 417 | - "1"^^xsd:nonNegativeInteger ; | 421 | + owl:onProperty ILAP:hasActivityPlannedResource |
| 418 | - owl:onClass ILAP:ExecutionPlan ; | ||
| 419 | - owl:onProperty ILAP:hasActivityPlan | ||
| 420 | ] ; | 422 | ] ; |
| 421 | rdfs:subClassOf | 423 | rdfs:subClassOf |
| 422 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
| 423 | - owl:allValuesFrom ILAP:ActivityWBS ; | 425 | + owl:allValuesFrom ILAP:Location ; |
| 424 | - owl:onProperty ILAP:hasActivityWBS | 426 | + owl:onProperty ILAP:hasActivityLocation |
| 425 | ] ; | 427 | ] ; |
| 426 | rdfs:subClassOf | 428 | rdfs:subClassOf |
| 427 | [ rdf:type owl:Restriction ; | 429 | [ rdf:type owl:Restriction ; |
| 428 | - owl:allValuesFrom ILAP:PlannedResource ; | 430 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 429 | - owl:onProperty ILAP:hasActivityPlannedResource | 431 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 430 | ] ; | 432 | ] ; |
| 431 | rdfs:subClassOf | 433 | rdfs:subClassOf |
| 432 | [ rdf:type owl:Restriction ; | 434 | [ rdf:type owl:Restriction ; |
| ... | @@ -435,90 +437,135 @@ ILAP:PlannedActivity | ... | @@ -435,90 +437,135 @@ ILAP:PlannedActivity |
| 435 | ] ; | 437 | ] ; |
| 436 | rdfs:subClassOf | 438 | rdfs:subClassOf |
| 437 | [ rdf:type owl:Restriction ; | 439 | [ rdf:type owl:Restriction ; |
| 438 | - owl:allValuesFrom ILAP:Result ; | 440 | + owl:allValuesFrom ILAP:Successor ; |
| 439 | - owl:onProperty ILAP:hasActivityResult | 441 | + owl:onProperty ILAP:hasActivitySuccessor |
| 440 | ] ; | 442 | ] ; |
| 441 | rdfs:subClassOf | 443 | rdfs:subClassOf |
| 442 | [ rdf:type owl:Restriction ; | 444 | [ rdf:type owl:Restriction ; |
| 443 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 445 | + owl:allValuesFrom ILAP:Successor ; |
| 444 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 446 | + owl:onProperty ILAP:hasActivityPredecessor |
| 445 | ] ; | 447 | ] ; |
| 446 | rdfs:subClassOf | 448 | rdfs:subClassOf |
| 447 | [ rdf:type owl:Restriction ; | 449 | [ rdf:type owl:Restriction ; |
| 448 | - owl:allValuesFrom ILAP:Phase ; | 450 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 449 | - owl:onProperty ILAP:hasActivityPhase | 451 | + owl:someValuesFrom ILAP:Discipline |
| 450 | ] ; | 452 | ] ; |
| 451 | rdfs:subClassOf | 453 | rdfs:subClassOf |
| 452 | [ rdf:type owl:Restriction ; | 454 | [ rdf:type owl:Restriction ; |
| 453 | - owl:allValuesFrom ILAP:Successor ; | 455 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 454 | - owl:onProperty ILAP:hasActivityPredecessor | 456 | + owl:onProperty ILAP:hasActivityWBS |
| 455 | ] ; | 457 | ] ; |
| 456 | rdfs:subClassOf | 458 | rdfs:subClassOf |
| 457 | [ rdf:type owl:Restriction ; | 459 | [ rdf:type owl:Restriction ; |
| 458 | - owl:allValuesFrom ILAP:Location ; | 460 | + owl:allValuesFrom ILAP:Result ; |
| 459 | - owl:onProperty ILAP:hasActivityLocation | 461 | + owl:onProperty ILAP:hasActivityResult |
| 460 | ] ; | 462 | ] ; |
| 461 | rdfs:subClassOf | 463 | rdfs:subClassOf |
| 462 | [ rdf:type owl:Restriction ; | 464 | [ rdf:type owl:Restriction ; |
| 463 | - owl:onProperty ILAP:hasActivityDiscipline ; | 465 | + owl:maxQualifiedCardinality |
| 464 | - owl:someValuesFrom ILAP:Discipline | 466 | + "1"^^xsd:nonNegativeInteger ; |
| 467 | + owl:onClass ILAP:ExecutionPlan ; | ||
| 468 | + owl:onProperty ILAP:hasActivityPlan | ||
| 465 | ] ; | 469 | ] ; |
| 466 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 467 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| 468 | - owl:allValuesFrom ILAP:Successor ; | 472 | + owl:allValuesFrom ILAP:Phase ; |
| 469 | - owl:onProperty ILAP:hasActivitySuccessor | 473 | + owl:onProperty ILAP:hasActivityPhase |
| 470 | ] . | 474 | ] . |
| 471 | 475 | ||
| 476 | +ILAP:PlannedActivity_1 | ||
| 477 | + rdf:type ILAP:PlannedActivity ; | ||
| 478 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 479 | + ILAP:hasActivityActualProgressPercent | ||
| 480 | + "50"^^xsd:float ; | ||
| 481 | + ILAP:hasActivityCalendar | ||
| 482 | + <http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ; | ||
| 483 | + ILAP:hasActivityContractor | ||
| 484 | + BRREG:Subsea7 ; | ||
| 485 | + ILAP:hasActivityDiscipline | ||
| 486 | + <http://data.posccaesar.org/Data/UC2/Discipline_1> ; | ||
| 487 | + ILAP:hasActivityEstimatedWeight | ||
| 488 | + "15000"^^xsd:float ; | ||
| 489 | + ILAP:hasActivityLocation | ||
| 490 | + NPD:StafjordA , <http://data.posccaesar.org/Data/UC2/Location_1> ; | ||
| 491 | + ILAP:hasActivityPartActivity | ||
| 492 | + <http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ; | ||
| 493 | + ILAP:hasActivityPhase | ||
| 494 | + NCS:Operation ; | ||
| 495 | + ILAP:hasActivityPhysicalPercentComplete | ||
| 496 | + "45"^^xsd:float ; | ||
| 497 | + ILAP:hasActivityPlannedProgressPercent | ||
| 498 | + 55 ; | ||
| 499 | + ILAP:hasActivityRegulator | ||
| 500 | + BRREG:NPD ; | ||
| 501 | + ILAP:hasActivityResponsibleOrganization | ||
| 502 | + <http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ; | ||
| 503 | + ILAP:hasActivityResponsiblePerson | ||
| 504 | + <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
| 505 | + ILAP:hasActivityServiceSupplier | ||
| 506 | + BRREG:Schlumberger ; | ||
| 507 | + ILAP:hasActivityStatus | ||
| 508 | + NCS:Active ; | ||
| 509 | + ILAP:hasActivitySuccessor | ||
| 510 | + <http://data.posccaesar.org/Data/UC2/FinishToStart_1> ; | ||
| 511 | + ILAP:hasActivityTaskLeader | ||
| 512 | + <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
| 513 | + ILAP:hasActivityVendor | ||
| 514 | + BRREG:BakerHughes ; | ||
| 515 | + ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ; | ||
| 516 | + ILAP:hasActivityWorkVolume | ||
| 517 | + "550"^^xsd:float . | ||
| 518 | + | ||
| 472 | ILAP:PlannedResource | 519 | ILAP:PlannedResource |
| 473 | rdf:type owl:Class ; | 520 | rdf:type owl:Class ; |
| 474 | rdfs:label "Planned resource"^^xsd:string ; | 521 | rdfs:label "Planned resource"^^xsd:string ; |
| 475 | rdfs:subClassOf ILAP:Resource . | 522 | rdfs:subClassOf ILAP:Resource . |
| 476 | 523 | ||
| 477 | ILAP:PortfolioPlan | 524 | ILAP:PortfolioPlan |
| 478 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 525 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 479 | rdfs:label "Portfolio plan"^^xsd:string ; | 526 | rdfs:label "Portfolio plan"^^xsd:string ; |
| 480 | rdfs:subClassOf ILAP:ExecutionPlan . | 527 | rdfs:subClassOf ILAP:ExecutionPlan . |
| 481 | 528 | ||
| 482 | ILAP:Profile | 529 | ILAP:Profile |
| 483 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 530 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 484 | rdfs:label "Resource profile"^^xsd:string ; | 531 | rdfs:label "Resource profile"^^xsd:string ; |
| 485 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 532 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 486 | 533 | ||
| 487 | ILAP:ProfilePoint | 534 | ILAP:ProfilePoint |
| 488 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 535 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 489 | rdfs:label "Profile point"^^xsd:string ; | 536 | rdfs:label "Profile point"^^xsd:string ; |
| 490 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 537 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 491 | 538 | ||
| 492 | ILAP:ProgrammePlan | 539 | ILAP:ProgrammePlan |
| 493 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 540 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 494 | rdfs:label "Programme plan"^^xsd:string ; | 541 | rdfs:label "Programme plan"^^xsd:string ; |
| 495 | rdfs:subClassOf ILAP:ExecutionPlan . | 542 | rdfs:subClassOf ILAP:ExecutionPlan . |
| 496 | 543 | ||
| 497 | ILAP:Project | 544 | ILAP:Project |
| 498 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 545 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 499 | rdfs:label "Project"^^xsd:string ; | 546 | rdfs:label "Project"^^xsd:string ; |
| 500 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ; | 547 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ; |
| 501 | rdfs:subClassOf | 548 | rdfs:subClassOf |
| 502 | [ rdf:type owl:Restriction ; | 549 | [ rdf:type owl:Restriction ; |
| 503 | - owl:allValuesFrom BRREG:OilCompany ; | 550 | + owl:onDataRange xsd:string ; |
| 504 | - owl:onProperty ILAP:hasProjectResponsible | 551 | + owl:onProperty ILAP:hasName ; |
| 552 | + owl:qualifiedCardinality | ||
| 553 | + "1"^^xsd:nonNegativeInteger | ||
| 505 | ] ; | 554 | ] ; |
| 506 | rdfs:subClassOf | 555 | rdfs:subClassOf |
| 507 | [ rdf:type owl:Restriction ; | 556 | [ rdf:type owl:Restriction ; |
| 508 | - owl:allValuesFrom ILAP:ExternalReference ; | 557 | + owl:allValuesFrom ILAP:Project ; |
| 509 | - owl:onProperty ILAP:hasExternalReference | 558 | + owl:onProperty ILAP:hasProjectSubproject |
| 510 | ] ; | 559 | ] ; |
| 511 | rdfs:subClassOf | 560 | rdfs:subClassOf |
| 512 | [ rdf:type owl:Restriction ; | 561 | [ rdf:type owl:Restriction ; |
| 513 | - owl:allValuesFrom ILAP:Project ; | 562 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 514 | - owl:onProperty ILAP:hasProjectSubproject | 563 | + owl:onProperty ILAP:hasExternalReference |
| 515 | ] ; | 564 | ] ; |
| 516 | rdfs:subClassOf | 565 | rdfs:subClassOf |
| 517 | [ rdf:type owl:Restriction ; | 566 | [ rdf:type owl:Restriction ; |
| 518 | - owl:onDataRange xsd:string ; | 567 | + owl:allValuesFrom BRREG:OilCompany ; |
| 519 | - owl:onProperty ILAP:hasName ; | 568 | + owl:onProperty ILAP:hasProjectResponsible |
| 520 | - owl:qualifiedCardinality | ||
| 521 | - "1"^^xsd:nonNegativeInteger | ||
| 522 | ] . | 569 | ] . |
| 523 | 570 | ||
| 524 | ILAP:ProjectControlSchedule | 571 | ILAP:ProjectControlSchedule |
| ... | @@ -527,7 +574,7 @@ ILAP:ProjectControlSchedule | ... | @@ -527,7 +574,7 @@ ILAP:ProjectControlSchedule |
| 527 | rdfs:subClassOf ILAP:ControlSchedule . | 574 | rdfs:subClassOf ILAP:ControlSchedule . |
| 528 | 575 | ||
| 529 | ILAP:ProjectPlan | 576 | ILAP:ProjectPlan |
| 530 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 577 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 531 | rdfs:label "Project plan"^^xsd:string ; | 578 | rdfs:label "Project plan"^^xsd:string ; |
| 532 | rdfs:subClassOf ILAP:ExecutionPlan . | 579 | rdfs:subClassOf ILAP:ExecutionPlan . |
| 533 | 580 | ||
| ... | @@ -571,14 +618,14 @@ ILAP:ProjectPlan_1 | ... | @@ -571,14 +618,14 @@ ILAP:ProjectPlan_1 |
| 571 | ILAP:hasReferenceID "RDS489590"^^xsd:string . | 618 | ILAP:hasReferenceID "RDS489590"^^xsd:string . |
| 572 | 619 | ||
| 573 | ILAP:Regular8To16WorkingDayCalendar | 620 | ILAP:Regular8To16WorkingDayCalendar |
| 574 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 621 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 575 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 622 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 576 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 623 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 577 | 624 | ||
| 578 | ILAP:Resource | 625 | ILAP:Resource |
| 579 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> ; | 626 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ; |
| 580 | rdfs:label "Resource"^^xsd:string ; | 627 | rdfs:label "Resource"^^xsd:string ; |
| 581 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13875949> , owl:Thing ; | 628 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13875949> ; |
| 582 | rdfs:subClassOf | 629 | rdfs:subClassOf |
| 583 | [ rdf:type owl:Restriction ; | 630 | [ rdf:type owl:Restriction ; |
| 584 | owl:onClass ILAP:Profile ; | 631 | owl:onClass ILAP:Profile ; |
| ... | @@ -593,38 +640,40 @@ ILAP:ResourceBased | ... | @@ -593,38 +640,40 @@ ILAP:ResourceBased |
| 593 | rdfs:subClassOf ILAP:ResourceStructure . | 640 | rdfs:subClassOf ILAP:ResourceStructure . |
| 594 | 641 | ||
| 595 | ILAP:ResourceStructure | 642 | ILAP:ResourceStructure |
| 596 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 643 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 597 | rdfs:label "Resource structure"^^xsd:string ; | 644 | rdfs:label "Resource structure"^^xsd:string ; |
| 598 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 645 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 599 | 646 | ||
| 600 | ILAP:ResponsibleOrganization | 647 | ILAP:ResponsibleOrganization |
| 601 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 648 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 602 | rdfs:label "Responsible organization"^^xsd:string ; | 649 | rdfs:label "Responsible organization"^^xsd:string ; |
| 603 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 650 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 604 | 651 | ||
| 605 | ILAP:ResponsiblePerson | 652 | ILAP:ResponsiblePerson |
| 606 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 653 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 607 | rdfs:label "Responsible"^^xsd:string ; | 654 | rdfs:label "Responsible"^^xsd:string ; |
| 608 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 655 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 609 | 656 | ||
| 610 | ILAP:Result | 657 | ILAP:Result |
| 611 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 658 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 612 | rdfs:label "Result"^^xsd:string ; | 659 | rdfs:label "Result"^^xsd:string ; |
| 613 | rdfs:subClassOf owl:Thing . | 660 | rdfs:subClassOf owl:Thing . |
| 614 | 661 | ||
| 615 | ILAP:RevisedSchedule | 662 | ILAP:RevisedSchedule |
| 616 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 663 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 617 | rdfs:label "Revised schedule"^^xsd:string ; | 664 | rdfs:label "Revised schedule"^^xsd:string ; |
| 618 | rdfs:subClassOf ILAP:NetworkSchedule . | 665 | rdfs:subClassOf ILAP:NetworkSchedule . |
| 619 | 666 | ||
| 620 | ILAP:ScheduledActivity | 667 | ILAP:ScheduledActivity |
| 621 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 668 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 622 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 669 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 623 | rdfs:subClassOf ILAP:PlannedActivity ; | 670 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 624 | rdfs:subClassOf | 671 | rdfs:subClassOf |
| 625 | [ rdf:type owl:Restriction ; | 672 | [ rdf:type owl:Restriction ; |
| 626 | - owl:allValuesFrom ILAP:ScheduledResource ; | 673 | + owl:maxQualifiedCardinality |
| 627 | - owl:onProperty ILAP:hasActivityScheduledResource | 674 | + "1"^^xsd:nonNegativeInteger ; |
| 675 | + owl:onClass ILAP:PlannedActivity ; | ||
| 676 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | ||
| 628 | ] ; | 677 | ] ; |
| 629 | rdfs:subClassOf | 678 | rdfs:subClassOf |
| 630 | [ rdf:type owl:Restriction ; | 679 | [ rdf:type owl:Restriction ; |
| ... | @@ -635,10 +684,8 @@ ILAP:ScheduledActivity | ... | @@ -635,10 +684,8 @@ ILAP:ScheduledActivity |
| 635 | ] ; | 684 | ] ; |
| 636 | rdfs:subClassOf | 685 | rdfs:subClassOf |
| 637 | [ rdf:type owl:Restriction ; | 686 | [ rdf:type owl:Restriction ; |
| 638 | - owl:maxQualifiedCardinality | 687 | + owl:allValuesFrom ILAP:ScheduledResource ; |
| 639 | - "1"^^xsd:nonNegativeInteger ; | 688 | + owl:onProperty ILAP:hasActivityScheduledResource |
| 640 | - owl:onClass ILAP:PlannedActivity ; | ||
| 641 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | ||
| 642 | ] . | 689 | ] . |
| 643 | 690 | ||
| 644 | ILAP:ScheduledResource | 691 | ILAP:ScheduledResource |
| ... | @@ -647,9 +694,9 @@ ILAP:ScheduledResource | ... | @@ -647,9 +694,9 @@ ILAP:ScheduledResource |
| 647 | rdfs:subClassOf ILAP:Resource . | 694 | rdfs:subClassOf ILAP:Resource . |
| 648 | 695 | ||
| 649 | ILAP:Source | 696 | ILAP:Source |
| 650 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 697 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 651 | rdfs:label "Source"^^xsd:string ; | 698 | rdfs:label "Source"^^xsd:string ; |
| 652 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 699 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 653 | 700 | ||
| 654 | ILAP:SourceSpecifiedUserField | 701 | ILAP:SourceSpecifiedUserField |
| 655 | rdf:type owl:Class ; | 702 | rdf:type owl:Class ; |
| ... | @@ -662,35 +709,35 @@ ILAP:SpecifiedUserField | ... | @@ -662,35 +709,35 @@ ILAP:SpecifiedUserField |
| 662 | rdfs:subClassOf ILAP:UserField . | 709 | rdfs:subClassOf ILAP:UserField . |
| 663 | 710 | ||
| 664 | ILAP:StartToFinish | 711 | ILAP:StartToFinish |
| 665 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 712 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 666 | rdfs:label "Start to finish"^^xsd:string ; | 713 | rdfs:label "Start to finish"^^xsd:string ; |
| 667 | - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . | 714 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . |
| 668 | 715 | ||
| 669 | ILAP:StartToStart | 716 | ILAP:StartToStart |
| 670 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 717 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 671 | rdfs:label "Start to start"^^xsd:string ; | 718 | rdfs:label "Start to start"^^xsd:string ; |
| 672 | - rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . | 719 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . |
| 673 | 720 | ||
| 674 | ILAP:Status | 721 | ILAP:Status |
| 675 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 722 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 676 | rdfs:label "Status"^^xsd:string ; | 723 | rdfs:label "Status"^^xsd:string ; |
| 677 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 724 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 678 | 725 | ||
| 679 | ILAP:Successor | 726 | ILAP:Successor |
| 680 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 727 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 681 | rdfs:label "Successor"^^xsd:string ; | 728 | rdfs:label "Successor"^^xsd:string ; |
| 682 | rdfs:subClassOf ILAP:ActivityDependency ; | 729 | rdfs:subClassOf ILAP:ActivityDependency ; |
| 683 | rdfs:subClassOf | 730 | rdfs:subClassOf |
| 684 | [ rdf:type owl:Restriction ; | 731 | [ rdf:type owl:Restriction ; |
| 685 | owl:onClass ILAP:Activity ; | 732 | owl:onClass ILAP:Activity ; |
| 686 | - owl:onProperty ILAP:hasSuccessorActivity ; | 733 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 687 | owl:qualifiedCardinality | 734 | owl:qualifiedCardinality |
| 688 | "1"^^xsd:nonNegativeInteger | 735 | "1"^^xsd:nonNegativeInteger |
| 689 | ] ; | 736 | ] ; |
| 690 | rdfs:subClassOf | 737 | rdfs:subClassOf |
| 691 | [ rdf:type owl:Restriction ; | 738 | [ rdf:type owl:Restriction ; |
| 692 | owl:onClass ILAP:Activity ; | 739 | owl:onClass ILAP:Activity ; |
| 693 | - owl:onProperty ILAP:hasPredecessorActivity ; | 740 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 694 | owl:qualifiedCardinality | 741 | owl:qualifiedCardinality |
| 695 | "1"^^xsd:nonNegativeInteger | 742 | "1"^^xsd:nonNegativeInteger |
| 696 | ] . | 743 | ] . |
| ... | @@ -701,9 +748,9 @@ ILAP:Timebased | ... | @@ -701,9 +748,9 @@ ILAP:Timebased |
| 701 | rdfs:subClassOf ILAP:ResourceStructure . | 748 | rdfs:subClassOf ILAP:ResourceStructure . |
| 702 | 749 | ||
| 703 | ILAP:UserField | 750 | ILAP:UserField |
| 704 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 751 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 705 | rdfs:label "User field"^^xsd:string ; | 752 | rdfs:label "User field"^^xsd:string ; |
| 706 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13879234> ; | 753 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ; |
| 707 | rdfs:subClassOf | 754 | rdfs:subClassOf |
| 708 | [ rdf:type owl:Restriction ; | 755 | [ rdf:type owl:Restriction ; |
| 709 | owl:maxQualifiedCardinality | 756 | owl:maxQualifiedCardinality |
| ... | @@ -713,23 +760,23 @@ ILAP:UserField | ... | @@ -713,23 +760,23 @@ ILAP:UserField |
| 713 | ] . | 760 | ] . |
| 714 | 761 | ||
| 715 | ILAP:WeekendsFreeCalendar | 762 | ILAP:WeekendsFreeCalendar |
| 716 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 763 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 717 | rdfs:label "Weekends free calendar"^^xsd:string ; | 764 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 718 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 765 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 719 | 766 | ||
| 720 | ILAP:WorkTask | 767 | ILAP:WorkTask |
| 721 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 768 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 722 | rdfs:label "Work task"^^xsd:string ; | 769 | rdfs:label "Work task"^^xsd:string ; |
| 723 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 770 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 724 | rdfs:subClassOf | 771 | rdfs:subClassOf |
| 725 | [ rdf:type owl:Restriction ; | 772 | [ rdf:type owl:Restriction ; |
| 726 | - owl:allValuesFrom BRREG:LegalEntity ; | 773 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 727 | - owl:onProperty ILAP:hasWorkTaskResponsible | 774 | + owl:someValuesFrom ILAP:Activity |
| 728 | ] ; | 775 | ] ; |
| 729 | rdfs:subClassOf | 776 | rdfs:subClassOf |
| 730 | [ rdf:type owl:Restriction ; | 777 | [ rdf:type owl:Restriction ; |
| 731 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 778 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 732 | - owl:someValuesFrom ILAP:Activity | 779 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 733 | ] . | 780 | ] . |
| 734 | 781 | ||
| 735 | ILAP:hasActivityActualProgressPercent | 782 | ILAP:hasActivityActualProgressPercent |
| ... | @@ -813,7 +860,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -813,7 +860,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 813 | rdfs:range xsd:float . | 860 | rdfs:range xsd:float . |
| 814 | 861 | ||
| 815 | ILAP:hasActivityPlan | 862 | ILAP:hasActivityPlan |
| 816 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 863 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 817 | rdfs:domain ILAP:PlannedActivity ; | 864 | rdfs:domain ILAP:PlannedActivity ; |
| 818 | rdfs:label "has activity plan"^^xsd:string ; | 865 | rdfs:label "has activity plan"^^xsd:string ; |
| 819 | rdfs:range ILAP:ExecutionPlan . | 866 | rdfs:range ILAP:ExecutionPlan . |
| ... | @@ -862,7 +909,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -862,7 +909,7 @@ ILAP:hasActivityResponsibleOrganization |
| 862 | rdfs:range ILAP:ResponsibleOrganization . | 909 | rdfs:range ILAP:ResponsibleOrganization . |
| 863 | 910 | ||
| 864 | ILAP:hasActivityResponsiblePerson | 911 | ILAP:hasActivityResponsiblePerson |
| 865 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 912 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 866 | rdfs:domain ILAP:PlannedActivity ; | 913 | rdfs:domain ILAP:PlannedActivity ; |
| 867 | rdfs:label "has activity responsible"^^xsd:string ; | 914 | rdfs:label "has activity responsible"^^xsd:string ; |
| 868 | rdfs:range ILAP:ResponsiblePerson . | 915 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -900,7 +947,7 @@ ILAP:hasActivityStatus | ... | @@ -900,7 +947,7 @@ ILAP:hasActivityStatus |
| 900 | rdfs:range ILAP:Status . | 947 | rdfs:range ILAP:Status . |
| 901 | 948 | ||
| 902 | ILAP:hasActivitySuccessor | 949 | ILAP:hasActivitySuccessor |
| 903 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 950 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 904 | rdfs:domain ILAP:PlannedActivity ; | 951 | rdfs:domain ILAP:PlannedActivity ; |
| 905 | rdfs:label "has activity successor"^^xsd:string ; | 952 | rdfs:label "has activity successor"^^xsd:string ; |
| 906 | rdfs:range ILAP:Successor ; | 953 | rdfs:range ILAP:Successor ; |
| ... | @@ -946,7 +993,7 @@ ILAP:hasCalendarDate | ... | @@ -946,7 +993,7 @@ ILAP:hasCalendarDate |
| 946 | rdfs:label "has calendar date"^^xsd:string . | 993 | rdfs:label "has calendar date"^^xsd:string . |
| 947 | 994 | ||
| 948 | ILAP:hasCalendarFreePeriod | 995 | ILAP:hasCalendarFreePeriod |
| 949 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 996 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 950 | rdfs:domain ILAP:Calendar ; | 997 | rdfs:domain ILAP:Calendar ; |
| 951 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 998 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 952 | rdfs:range ILAP:CalendarFreePeriod . | 999 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -981,7 +1028,7 @@ ILAP:hasCalendarPeriodWorkHour | ... | @@ -981,7 +1028,7 @@ ILAP:hasCalendarPeriodWorkHour |
| 981 | rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . | 1028 | rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . |
| 982 | 1029 | ||
| 983 | ILAP:hasCalendarWorkPeriod | 1030 | ILAP:hasCalendarWorkPeriod |
| 984 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1031 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 985 | rdfs:domain ILAP:Calendar ; | 1032 | rdfs:domain ILAP:Calendar ; |
| 986 | rdfs:label "has calendarcalendar work period"^^xsd:string ; | 1033 | rdfs:label "has calendarcalendar work period"^^xsd:string ; |
| 987 | rdfs:range ILAP:CalendarWorkPeriod . | 1034 | rdfs:range ILAP:CalendarWorkPeriod . |
| ... | @@ -1198,7 +1245,7 @@ ILAP:hasPlanRegulator | ... | @@ -1198,7 +1245,7 @@ ILAP:hasPlanRegulator |
| 1198 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1245 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1199 | 1246 | ||
| 1200 | ILAP:hasPlanResponsible | 1247 | ILAP:hasPlanResponsible |
| 1201 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1248 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1202 | rdfs:label "has plan responsible"^^xsd:string . | 1249 | rdfs:label "has plan responsible"^^xsd:string . |
| 1203 | 1250 | ||
| 1204 | ILAP:hasPlanRollUpPlan | 1251 | ILAP:hasPlanRollUpPlan |
| ... | @@ -1352,7 +1399,7 @@ ILAP:hasScheduledStart | ... | @@ -1352,7 +1399,7 @@ ILAP:hasScheduledStart |
| 1352 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1399 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1353 | 1400 | ||
| 1354 | ILAP:hasSuccessorActivity | 1401 | ILAP:hasSuccessorActivity |
| 1355 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1402 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1356 | rdfs:domain ILAP:Successor ; | 1403 | rdfs:domain ILAP:Successor ; |
| 1357 | rdfs:label "has successor activity "^^xsd:string ; | 1404 | rdfs:label "has successor activity "^^xsd:string ; |
| 1358 | rdfs:range ILAP:PlannedActivity ; | 1405 | rdfs:range ILAP:PlannedActivity ; | ... | ... |
| ... | @@ -21,7 +21,7 @@ UC2:ActivityDependency_1 | ... | @@ -21,7 +21,7 @@ UC2:ActivityDependency_1 |
| 21 | rdfs:label "Activity dependency 1"^^xsd:string . | 21 | rdfs:label "Activity dependency 1"^^xsd:string . |
| 22 | 22 | ||
| 23 | UC2:ActivityWBS_1 | 23 | UC2:ActivityWBS_1 |
| 24 | - rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ; | 24 | + rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ; |
| 25 | rdfs:label "Activity WBS 1"^^xsd:string . | 25 | rdfs:label "Activity WBS 1"^^xsd:string . |
| 26 | 26 | ||
| 27 | UC2:Baseline_1 | 27 | UC2:Baseline_1 |
| ... | @@ -37,14 +37,12 @@ UC2:CurrentControlEstimate_1 | ... | @@ -37,14 +37,12 @@ UC2:CurrentControlEstimate_1 |
| 37 | rdfs:label "Current control estimate 1"^^xsd:string . | 37 | rdfs:label "Current control estimate 1"^^xsd:string . |
| 38 | 38 | ||
| 39 | UC2:Discipline_1 | 39 | UC2:Discipline_1 |
| 40 | - rdf:type COR:BEA , ILAP:Discipline ; | 40 | + rdf:type ILAP:Discipline , COR:BEA ; |
| 41 | rdfs:label "Discipline 1"^^xsd:string . | 41 | rdfs:label "Discipline 1"^^xsd:string . |
| 42 | 42 | ||
| 43 | UC2:FinishToStart_1 | 43 | UC2:FinishToStart_1 |
| 44 | rdf:type ILAP:FinishToStart ; | 44 | rdf:type ILAP:FinishToStart ; |
| 45 | rdfs:label "Finish to start 1"^^xsd:string ; | 45 | rdfs:label "Finish to start 1"^^xsd:string ; |
| 46 | - ILAP:hasPredecessorActivity | ||
| 47 | - UC2:PlannedActivity_1 ; | ||
| 48 | ILAP:hasSuccessorActivity | 46 | ILAP:hasSuccessorActivity |
| 49 | UC2:PlannedActivity_2 ; | 47 | UC2:PlannedActivity_2 ; |
| 50 | ILAP:hasSuccessorCalendar | 48 | ILAP:hasSuccessorCalendar |
| ... | @@ -53,7 +51,7 @@ UC2:FinishToStart_1 | ... | @@ -53,7 +51,7 @@ UC2:FinishToStart_1 |
| 53 | 2 . | 51 | 2 . |
| 54 | 52 | ||
| 55 | UC2:Location_1 | 53 | UC2:Location_1 |
| 56 | - rdf:type NPD:StatfjordA , ILAP:Location ; | 54 | + rdf:type ILAP:Location , NPD:StatfjordA ; |
| 57 | rdfs:label "Location 1"^^xsd:string . | 55 | rdfs:label "Location 1"^^xsd:string . |
| 58 | 56 | ||
| 59 | UC2:Milestone_1 | 57 | UC2:Milestone_1 |
| ... | @@ -64,49 +62,6 @@ UC2:NetworkSchedule_1 | ... | @@ -64,49 +62,6 @@ UC2:NetworkSchedule_1 |
| 64 | rdf:type ILAP:NetworkSchedule ; | 62 | rdf:type ILAP:NetworkSchedule ; |
| 65 | rdfs:label "Network schedule 1"^^xsd:string . | 63 | rdfs:label "Network schedule 1"^^xsd:string . |
| 66 | 64 | ||
| 67 | -UC2:PlannedActivity_1 | ||
| 68 | - rdf:type ILAP:PlannedActivity ; | ||
| 69 | - rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 70 | - ILAP:hasActivityActualProgressPercent | ||
| 71 | - "50"^^xsd:float ; | ||
| 72 | - ILAP:hasActivityCalendar | ||
| 73 | - UC2:Regular8To16WorkingDayCalendar_1 ; | ||
| 74 | - ILAP:hasActivityContractor | ||
| 75 | - <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 76 | - ILAP:hasActivityDiscipline | ||
| 77 | - UC2:Discipline_1 ; | ||
| 78 | - ILAP:hasActivityEstimatedWeight | ||
| 79 | - "15000"^^xsd:float ; | ||
| 80 | - ILAP:hasActivityLocation | ||
| 81 | - NPD:StafjordA , UC2:Location_1 ; | ||
| 82 | - ILAP:hasActivityPartActivity | ||
| 83 | - UC2:PlannedActivity_2 ; | ||
| 84 | - ILAP:hasActivityPhase | ||
| 85 | - NCS:Operation ; | ||
| 86 | - ILAP:hasActivityPhysicalPercentComplete | ||
| 87 | - "45"^^xsd:float ; | ||
| 88 | - ILAP:hasActivityPlannedProgressPercent | ||
| 89 | - 55 ; | ||
| 90 | - ILAP:hasActivityRegulator | ||
| 91 | - <http://data.posccaesar.org/brreg/NPD> ; | ||
| 92 | - ILAP:hasActivityResponsibleOrganization | ||
| 93 | - UC2:ResponsibleOrganization_1 ; | ||
| 94 | - ILAP:hasActivityResponsiblePerson | ||
| 95 | - UC2:ResponsiblePerson_1 ; | ||
| 96 | - ILAP:hasActivityServiceSupplier | ||
| 97 | - <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
| 98 | - ILAP:hasActivityStatus | ||
| 99 | - NCS:Active ; | ||
| 100 | - ILAP:hasActivitySuccessor | ||
| 101 | - UC2:FinishToStart_1 ; | ||
| 102 | - ILAP:hasActivityTaskLeader | ||
| 103 | - UC2:ResponsiblePerson_1 ; | ||
| 104 | - ILAP:hasActivityVendor | ||
| 105 | - <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 106 | - ILAP:hasActivityWBS UC2:ActivityWBS_1 ; | ||
| 107 | - ILAP:hasActivityWorkVolume | ||
| 108 | - "550"^^xsd:float . | ||
| 109 | - | ||
| 110 | UC2:PlannedActivity_2 | 65 | UC2:PlannedActivity_2 |
| 111 | rdf:type ILAP:PlannedActivity ; | 66 | rdf:type ILAP:PlannedActivity ; |
| 112 | rdfs:label "Planned activity 2"^^xsd:string . | 67 | rdfs:label "Planned activity 2"^^xsd:string . |
| ... | @@ -131,7 +86,7 @@ UC2:Profile_1 | ... | @@ -131,7 +86,7 @@ UC2:Profile_1 |
| 131 | rdf:type ILAP:Profile ; | 86 | rdf:type ILAP:Profile ; |
| 132 | rdfs:label "Profile 1"^^xsd:string ; | 87 | rdfs:label "Profile 1"^^xsd:string ; |
| 133 | ILAP:hasProfilePoint | 88 | ILAP:hasProfilePoint |
| 134 | - UC2:ProfilePoint_2 , UC2:ProfilePoint_1 . | 89 | + UC2:ProfilePoint_1 , UC2:ProfilePoint_2 . |
| 135 | 90 | ||
| 136 | UC2:ProjectPlan_2 | 91 | UC2:ProjectPlan_2 |
| 137 | rdf:type ILAP:ProjectPlan ; | 92 | rdf:type ILAP:ProjectPlan ; |
| ... | @@ -172,18 +127,18 @@ ILAP:ContractorWBS_1 | ... | @@ -172,18 +127,18 @@ ILAP:ContractorWBS_1 |
| 172 | rdf:type ILAP:ContractorWBS ; | 127 | rdf:type ILAP:ContractorWBS ; |
| 173 | rdfs:label "Contractor WBS 1"^^xsd:string ; | 128 | rdfs:label "Contractor WBS 1"^^xsd:string ; |
| 174 | ILAP:hasContractorWBSelement | 129 | ILAP:hasContractorWBSelement |
| 175 | - "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . | 130 | + "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . |
| 176 | 131 | ||
| 177 | ILAP:PlannedActivity | 132 | ILAP:PlannedActivity |
| 178 | rdfs:subClassOf | 133 | rdfs:subClassOf |
| 179 | [ rdf:type owl:Restriction ; | 134 | [ rdf:type owl:Restriction ; |
| 180 | - owl:allValuesFrom ILAP:Calendar ; | 135 | + owl:allValuesFrom ILAP:ResponsibleOrganization ; |
| 181 | - owl:onProperty ILAP:hasActivityCalendar | 136 | + owl:onProperty ILAP:hasActivityResponsibleOrganization |
| 182 | ] ; | 137 | ] ; |
| 183 | rdfs:subClassOf | 138 | rdfs:subClassOf |
| 184 | [ rdf:type owl:Restriction ; | 139 | [ rdf:type owl:Restriction ; |
| 185 | - owl:allValuesFrom ILAP:ResponsibleOrganization ; | 140 | + owl:allValuesFrom ILAP:Calendar ; |
| 186 | - owl:onProperty ILAP:hasActivityResponsibleOrganization | 141 | + owl:onProperty ILAP:hasActivityCalendar |
| 187 | ] . | 142 | ] . |
| 188 | 143 | ||
| 189 | ILAP:TargetSchedule_1 | 144 | ILAP:TargetSchedule_1 | ... | ... |
-
Please register or login to post a comment