Showing
3 changed files
with
234 additions
and
184 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 17 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 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:Discipline ; | 21 | + owl:allValuesFrom ILAP:Status ; |
| 22 | - owl:onProperty ILAP:hasActivityDiscipline | 22 | + owl:onProperty ILAP:hasActivityStatus |
| 23 | ] ; | 23 | ] ; |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | - owl:allValuesFrom ILAP:Calendar ; | 26 | + owl:onProperty ILAP:hasExternalReference ; |
| 27 | - owl:onProperty ILAP:hasActivityCalendar | 27 | + owl:someValuesFrom ILAP:ExternalReference |
| 28 | ] ; | 28 | ] ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | - owl:onProperty ILAP:hasExternalReference ; | 31 | + owl:allValuesFrom ILAP:Calendar ; |
| 32 | - owl:someValuesFrom ILAP:ExternalReference | 32 | + owl:onProperty ILAP:hasActivityCalendar |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:allValuesFrom ILAP:Status ; | 36 | + owl:allValuesFrom ILAP:Discipline ; |
| 37 | - owl:onProperty ILAP:hasActivityStatus | 37 | + owl:onProperty ILAP:hasActivityDiscipline |
| 38 | ] . | 38 | ] . |
| 39 | 39 | ||
| 40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
| 41 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 41 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 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:hasPredecessorActivity ; | 47 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 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:hasSuccessorActivity ; | 54 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 75 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 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 <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 82 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 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 <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 87 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 88 | 88 | ||
| 89 | ILAP:Baseline | 89 | ILAP:Baseline |
| 90 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 90 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 103 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
| 105 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 105 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 113 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 118 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
| 120 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 120 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 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,28 +129,28 @@ ILAP:CalendarFreePeriod | ... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod |
| 129 | ] . | 129 | ] . |
| 130 | 130 | ||
| 131 | ILAP:CalendarFreePeriodWeekRepeat | 131 | ILAP:CalendarFreePeriodWeekRepeat |
| 132 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 132 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
| 134 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 134 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 135 | 135 | ||
| 136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
| 137 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 137 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
| 139 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 139 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 140 | 140 | ||
| 141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
| 142 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 142 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
| 144 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 144 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
| 146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
| 147 | - owl:allValuesFrom ILAP:CalendarDay ; | 147 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 148 | - owl:onProperty ILAP:hasCalendarPeriodDay | 148 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 149 | ] ; | 149 | ] ; |
| 150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
| 151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
| 152 | - owl:allValuesFrom ILAP:CalendarHour ; | 152 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 153 | - owl:onProperty ILAP:hasCalendarPeriodHour | 153 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 154 | ] . | 154 | ] . |
| 155 | 155 | ||
| 156 | ILAP:Category | 156 | ILAP:Category |
| ... | @@ -158,10 +158,15 @@ ILAP:Category | ... | @@ -158,10 +158,15 @@ ILAP:Category |
| 158 | rdfs:label "Category"^^xsd:string ; | 158 | rdfs:label "Category"^^xsd:string ; |
| 159 | rdfs:subClassOf owl:Thing . | 159 | rdfs:subClassOf owl:Thing . |
| 160 | 160 | ||
| 161 | +ILAP:CommissioningMilestone | ||
| 162 | + rdf:type owl:Class ; | ||
| 163 | + rdfs:label "Commissioning milestone"^^xsd:string ; | ||
| 164 | + rdfs:subClassOf ILAP:MilestoneType . | ||
| 165 | + | ||
| 161 | ILAP:Constraint | 166 | ILAP:Constraint |
| 162 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 163 | rdfs:label "Constraint"^^xsd:string ; | 168 | rdfs:label "Constraint"^^xsd:string ; |
| 164 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 165 | 170 | ||
| 166 | ILAP:ConstructionMilestone | 171 | ILAP:ConstructionMilestone |
| 167 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| ... | @@ -171,7 +176,7 @@ ILAP:ConstructionMilestone | ... | @@ -171,7 +176,7 @@ ILAP:ConstructionMilestone |
| 171 | ILAP:Contract | 176 | ILAP:Contract |
| 172 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
| 173 | rdfs:label "Contract"^^xsd:string ; | 178 | rdfs:label "Contract"^^xsd:string ; |
| 174 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 179 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 175 | 180 | ||
| 176 | ILAP:ContractMilestone | 181 | ILAP:ContractMilestone |
| 177 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| ... | @@ -183,6 +188,11 @@ ILAP:Contractor | ... | @@ -183,6 +188,11 @@ ILAP:Contractor |
| 183 | rdfs:label "Contractor"^^xsd:string ; | 188 | rdfs:label "Contractor"^^xsd:string ; |
| 184 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 189 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
| 185 | 190 | ||
| 191 | +ILAP:ContractualMilestone | ||
| 192 | + rdf:type owl:Class ; | ||
| 193 | + rdfs:label "Contractual milestone"^^xsd:string ; | ||
| 194 | + rdfs:subClassOf ILAP:MilestoneType . | ||
| 195 | + | ||
| 186 | ILAP:ControlSchedule | 196 | ILAP:ControlSchedule |
| 187 | rdf:type owl:Class ; | 197 | rdf:type owl:Class ; |
| 188 | rdfs:label "Control schedule"^^xsd:string ; | 198 | rdfs:label "Control schedule"^^xsd:string ; |
| ... | @@ -191,7 +201,7 @@ ILAP:ControlSchedule | ... | @@ -191,7 +201,7 @@ ILAP:ControlSchedule |
| 191 | ILAP:Cost | 201 | ILAP:Cost |
| 192 | rdf:type owl:Class ; | 202 | rdf:type owl:Class ; |
| 193 | rdfs:label "Cost"^^xsd:string ; | 203 | rdfs:label "Cost"^^xsd:string ; |
| 194 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 204 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 195 | 205 | ||
| 196 | ILAP:CostBased | 206 | ILAP:CostBased |
| 197 | rdf:type owl:Class ; | 207 | rdf:type owl:Class ; |
| ... | @@ -199,14 +209,14 @@ ILAP:CostBased | ... | @@ -199,14 +209,14 @@ ILAP:CostBased |
| 199 | rdfs:subClassOf ILAP:Resource . | 209 | rdfs:subClassOf ILAP:Resource . |
| 200 | 210 | ||
| 201 | ILAP:CurrentSchedule | 211 | ILAP:CurrentSchedule |
| 202 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 212 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 203 | rdfs:label "Current schedule"^^xsd:string ; | 213 | rdfs:label "Current schedule"^^xsd:string ; |
| 204 | rdfs:subClassOf ILAP:Schedule . | 214 | rdfs:subClassOf ILAP:Schedule . |
| 205 | 215 | ||
| 206 | ILAP:Data | 216 | ILAP:Data |
| 207 | rdf:type owl:Class ; | 217 | rdf:type owl:Class ; |
| 208 | rdfs:label "Data"^^xsd:string ; | 218 | rdfs:label "Data"^^xsd:string ; |
| 209 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 219 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 210 | rdfs:subClassOf | 220 | rdfs:subClassOf |
| 211 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
| 212 | owl:onClass ILAP:Project ; | 222 | owl:onClass ILAP:Project ; |
| ... | @@ -236,7 +246,7 @@ ILAP:DesignMilestone | ... | @@ -236,7 +246,7 @@ ILAP:DesignMilestone |
| 236 | rdfs:subClassOf ILAP:MilestoneType . | 246 | rdfs:subClassOf ILAP:MilestoneType . |
| 237 | 247 | ||
| 238 | ILAP:Discipline | 248 | ILAP:Discipline |
| 239 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 249 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 240 | rdfs:label "Discipline"^^xsd:string ; | 250 | rdfs:label "Discipline"^^xsd:string ; |
| 241 | rdfs:subClassOf owl:Thing . | 251 | rdfs:subClassOf owl:Thing . |
| 242 | 252 | ||
| ... | @@ -245,16 +255,19 @@ ILAP:EndMilestone | ... | @@ -245,16 +255,19 @@ ILAP:EndMilestone |
| 245 | rdfs:label "End milestone"^^xsd:string ; | 255 | rdfs:label "End milestone"^^xsd:string ; |
| 246 | rdfs:subClassOf ILAP:MilestoneType . | 256 | rdfs:subClassOf ILAP:MilestoneType . |
| 247 | 257 | ||
| 258 | +ILAP:EngineeringMilestone | ||
| 259 | + rdf:type owl:Class ; | ||
| 260 | + rdfs:label "Engineering milestone"^^xsd:string ; | ||
| 261 | + rdfs:subClassOf ILAP:MilestoneType . | ||
| 262 | + | ||
| 248 | ILAP:ExternalReference | 263 | ILAP:ExternalReference |
| 249 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 264 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 250 | rdfs:label "External Reference"^^xsd:string ; | 265 | rdfs:label "External Reference"^^xsd:string ; |
| 251 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 266 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 252 | rdfs:subClassOf | 267 | rdfs:subClassOf |
| 253 | [ rdf:type owl:Restriction ; | 268 | [ rdf:type owl:Restriction ; |
| 254 | - owl:onDataRange xsd:string ; | 269 | + owl:allValuesFrom ILAP:Application ; |
| 255 | - owl:onProperty ILAP:hasObjectReferenceID ; | 270 | + owl:onProperty ILAP:hasReferenceApplication |
| 256 | - owl:qualifiedCardinality | ||
| 257 | - "1"^^xsd:nonNegativeInteger | ||
| 258 | ] ; | 271 | ] ; |
| 259 | rdfs:subClassOf | 272 | rdfs:subClassOf |
| 260 | [ rdf:type owl:Restriction ; | 273 | [ rdf:type owl:Restriction ; |
| ... | @@ -263,8 +276,10 @@ ILAP:ExternalReference | ... | @@ -263,8 +276,10 @@ ILAP:ExternalReference |
| 263 | ] ; | 276 | ] ; |
| 264 | rdfs:subClassOf | 277 | rdfs:subClassOf |
| 265 | [ rdf:type owl:Restriction ; | 278 | [ rdf:type owl:Restriction ; |
| 266 | - owl:allValuesFrom ILAP:Application ; | 279 | + owl:onDataRange xsd:string ; |
| 267 | - owl:onProperty ILAP:hasReferenceApplication | 280 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 281 | + owl:qualifiedCardinality | ||
| 282 | + "1"^^xsd:nonNegativeInteger | ||
| 268 | ] . | 283 | ] . |
| 269 | 284 | ||
| 270 | ILAP:Facility | 285 | ILAP:Facility |
| ... | @@ -278,14 +293,14 @@ ILAP:Field | ... | @@ -278,14 +293,14 @@ ILAP:Field |
| 278 | rdfs:subClassOf owl:Thing . | 293 | rdfs:subClassOf owl:Thing . |
| 279 | 294 | ||
| 280 | ILAP:FinishToFinish | 295 | ILAP:FinishToFinish |
| 281 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 296 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 282 | rdfs:label "Finish to finish"^^xsd:string ; | 297 | rdfs:label "Finish to finish"^^xsd:string ; |
| 283 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 298 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 284 | 299 | ||
| 285 | ILAP:FinishToStart | 300 | ILAP:FinishToStart |
| 286 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 301 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 287 | rdfs:label "Finish to start"^^xsd:string ; | 302 | rdfs:label "Finish to start"^^xsd:string ; |
| 288 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 303 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 289 | 304 | ||
| 290 | ILAP:FunctionalLocation | 305 | ILAP:FunctionalLocation |
| 291 | rdf:type owl:Class ; | 306 | rdf:type owl:Class ; |
| ... | @@ -300,22 +315,32 @@ ILAP:GeographicLocation | ... | @@ -300,22 +315,32 @@ ILAP:GeographicLocation |
| 300 | ILAP:Information | 315 | ILAP:Information |
| 301 | rdf:type owl:Class ; | 316 | rdf:type owl:Class ; |
| 302 | rdfs:label "Information"^^xsd:string ; | 317 | rdfs:label "Information"^^xsd:string ; |
| 303 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 318 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 304 | 319 | ||
| 305 | ILAP:Knowledge | 320 | ILAP:Knowledge |
| 306 | rdf:type owl:Class ; | 321 | rdf:type owl:Class ; |
| 307 | rdfs:label "Knowledge"^^xsd:string ; | 322 | rdfs:label "Knowledge"^^xsd:string ; |
| 308 | rdfs:subClassOf ILAP:Information . | 323 | rdfs:subClassOf ILAP:Information . |
| 309 | 324 | ||
| 325 | +ILAP:License | ||
| 326 | + rdf:type owl:Class ; | ||
| 327 | + rdfs:label "License"^^xsd:string ; | ||
| 328 | + rdfs:subClassOf owl:Thing . | ||
| 329 | + | ||
| 330 | +ILAP:LifecyclePhase | ||
| 331 | + rdf:type owl:Class ; | ||
| 332 | + rdfs:label "Lifecycle phase"^^xsd:string ; | ||
| 333 | + rdfs:subClassOf ILAP:Phase . | ||
| 334 | + | ||
| 310 | ILAP:LiveSchedule | 335 | ILAP:LiveSchedule |
| 311 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 336 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 312 | rdfs:label "Live schedule"^^xsd:string ; | 337 | rdfs:label "Live schedule"^^xsd:string ; |
| 313 | rdfs:subClassOf ILAP:Schedule . | 338 | rdfs:subClassOf ILAP:Schedule . |
| 314 | 339 | ||
| 315 | ILAP:Location | 340 | ILAP:Location |
| 316 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 341 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 317 | rdfs:label "Location"^^xsd:string ; | 342 | rdfs:label "Location"^^xsd:string ; |
| 318 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 343 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 319 | 344 | ||
| 320 | ILAP:MaterialOrderStatus | 345 | ILAP:MaterialOrderStatus |
| 321 | rdf:type owl:Class ; | 346 | rdf:type owl:Class ; |
| ... | @@ -323,7 +348,7 @@ ILAP:MaterialOrderStatus | ... | @@ -323,7 +348,7 @@ ILAP:MaterialOrderStatus |
| 323 | rdfs:subClassOf ILAP:Status . | 348 | rdfs:subClassOf ILAP:Status . |
| 324 | 349 | ||
| 325 | ILAP:Milestone | 350 | ILAP:Milestone |
| 326 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 351 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 327 | rdfs:label "Milestone"^^xsd:string . | 352 | rdfs:label "Milestone"^^xsd:string . |
| 328 | 353 | ||
| 329 | ILAP:MilestoneType | 354 | ILAP:MilestoneType |
| ... | @@ -334,7 +359,7 @@ ILAP:MilestoneType | ... | @@ -334,7 +359,7 @@ ILAP:MilestoneType |
| 334 | ILAP:Network | 359 | ILAP:Network |
| 335 | rdf:type owl:Class ; | 360 | rdf:type owl:Class ; |
| 336 | rdfs:label "Network"^^xsd:string ; | 361 | rdfs:label "Network"^^xsd:string ; |
| 337 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 362 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 338 | 363 | ||
| 339 | ILAP:OPEX | 364 | ILAP:OPEX |
| 340 | rdfs:label "OPEX"^^xsd:string . | 365 | rdfs:label "OPEX"^^xsd:string . |
| ... | @@ -365,49 +390,49 @@ ILAP:PhysicalLocation | ... | @@ -365,49 +390,49 @@ ILAP:PhysicalLocation |
| 365 | rdfs:subClassOf ILAP:Location . | 390 | rdfs:subClassOf ILAP:Location . |
| 366 | 391 | ||
| 367 | ILAP:PlanClassifier | 392 | ILAP:PlanClassifier |
| 368 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 393 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 369 | rdfs:label "Plan classifier"^^xsd:string ; | 394 | rdfs:label "Plan classifier"^^xsd:string ; |
| 370 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 395 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 371 | 396 | ||
| 372 | ILAP:PlanContentType | 397 | ILAP:PlanContentType |
| 373 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 398 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 374 | rdfs:label "Plan content type"^^xsd:string ; | 399 | rdfs:label "Plan content type"^^xsd:string ; |
| 375 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 400 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 376 | 401 | ||
| 377 | ILAP:PlanContractType | 402 | ILAP:PlanContractType |
| 378 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 403 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 379 | rdfs:label "Plan contract type"^^xsd:string ; | 404 | rdfs:label "Plan contract type"^^xsd:string ; |
| 380 | rdfs:subClassOf ILAP:PlanClassifier . | 405 | rdfs:subClassOf ILAP:PlanClassifier . |
| 381 | 406 | ||
| 382 | ILAP:PlanExpenseType | 407 | ILAP:PlanExpenseType |
| 383 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 408 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 384 | rdfs:label "Plan expense type"^^xsd:string ; | 409 | rdfs:label "Plan expense type"^^xsd:string ; |
| 385 | rdfs:subClassOf ILAP:PlanClassifier . | 410 | rdfs:subClassOf ILAP:PlanClassifier . |
| 386 | 411 | ||
| 387 | ILAP:PlanGeoArea | 412 | ILAP:PlanGeoArea |
| 388 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 413 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 389 | rdfs:label "Plan geographic area"^^xsd:string ; | 414 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 390 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 415 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 391 | 416 | ||
| 392 | ILAP:PlanLevel | 417 | ILAP:PlanLevel |
| 393 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 418 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 394 | rdfs:label "Plan level"^^xsd:string ; | 419 | rdfs:label "Plan level"^^xsd:string ; |
| 395 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 420 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 396 | 421 | ||
| 397 | ILAP:PlanLifecycleStage | 422 | ILAP:PlanLifecycleStage |
| 398 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 423 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 399 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 424 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 400 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 425 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 401 | 426 | ||
| 402 | ILAP:PlanObjectiveType | 427 | ILAP:PlanObjectiveType |
| 403 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 428 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 404 | rdfs:label "Plan objective type"^^xsd:string ; | 429 | rdfs:label "Plan objective type"^^xsd:string ; |
| 405 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 430 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 406 | 431 | ||
| 407 | ILAP:PlanProjectType | 432 | ILAP:PlanProjectType |
| 408 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 433 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 409 | rdfs:label "Plan project type"^^xsd:string ; | 434 | rdfs:label "Plan project type"^^xsd:string ; |
| 410 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 435 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 411 | 436 | ||
| 412 | ILAP:PlannedActivity | 437 | ILAP:PlannedActivity |
| 413 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 438 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -415,6 +440,16 @@ ILAP:PlannedActivity | ... | @@ -415,6 +440,16 @@ ILAP:PlannedActivity |
| 415 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 440 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 416 | rdfs:subClassOf | 441 | rdfs:subClassOf |
| 417 | [ rdf:type owl:Restriction ; | 442 | [ rdf:type owl:Restriction ; |
| 443 | + owl:allValuesFrom ILAP:ActivityWBS ; | ||
| 444 | + owl:onProperty ILAP:hasActivityWBSelement | ||
| 445 | + ] ; | ||
| 446 | + rdfs:subClassOf | ||
| 447 | + [ rdf:type owl:Restriction ; | ||
| 448 | + owl:allValuesFrom ILAP:ActivityDependency ; | ||
| 449 | + owl:onProperty ILAP:hasActivityPredecessor | ||
| 450 | + ] ; | ||
| 451 | + rdfs:subClassOf | ||
| 452 | + [ rdf:type owl:Restriction ; | ||
| 418 | owl:maxQualifiedCardinality | 453 | owl:maxQualifiedCardinality |
| 419 | "1"^^xsd:nonNegativeInteger ; | 454 | "1"^^xsd:nonNegativeInteger ; |
| 420 | owl:onClass ILAP:Facility ; | 455 | owl:onClass ILAP:Facility ; |
| ... | @@ -422,8 +457,8 @@ ILAP:PlannedActivity | ... | @@ -422,8 +457,8 @@ ILAP:PlannedActivity |
| 422 | ] ; | 457 | ] ; |
| 423 | rdfs:subClassOf | 458 | rdfs:subClassOf |
| 424 | [ rdf:type owl:Restriction ; | 459 | [ rdf:type owl:Restriction ; |
| 425 | - owl:allValuesFrom ILAP:ActivityWBS ; | 460 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 426 | - owl:onProperty ILAP:hasActivityWBSelement | 461 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 427 | ] ; | 462 | ] ; |
| 428 | rdfs:subClassOf | 463 | rdfs:subClassOf |
| 429 | [ rdf:type owl:Restriction ; | 464 | [ rdf:type owl:Restriction ; |
| ... | @@ -434,8 +469,8 @@ ILAP:PlannedActivity | ... | @@ -434,8 +469,8 @@ ILAP:PlannedActivity |
| 434 | ] ; | 469 | ] ; |
| 435 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 436 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| 437 | - owl:allValuesFrom ILAP:ActivityDependency ; | 472 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 438 | - owl:onProperty ILAP:hasActivityPredecessor | 473 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 439 | ] ; | 474 | ] ; |
| 440 | rdfs:subClassOf | 475 | rdfs:subClassOf |
| 441 | [ rdf:type owl:Restriction ; | 476 | [ rdf:type owl:Restriction ; |
| ... | @@ -444,8 +479,8 @@ ILAP:PlannedActivity | ... | @@ -444,8 +479,8 @@ ILAP:PlannedActivity |
| 444 | ] ; | 479 | ] ; |
| 445 | rdfs:subClassOf | 480 | rdfs:subClassOf |
| 446 | [ rdf:type owl:Restriction ; | 481 | [ rdf:type owl:Restriction ; |
| 447 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 482 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 448 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 483 | + owl:onProperty ILAP:hasActivitySuccessor |
| 449 | ] ; | 484 | ] ; |
| 450 | rdfs:subClassOf | 485 | rdfs:subClassOf |
| 451 | [ rdf:type owl:Restriction ; | 486 | [ rdf:type owl:Restriction ; |
| ... | @@ -454,18 +489,8 @@ ILAP:PlannedActivity | ... | @@ -454,18 +489,8 @@ ILAP:PlannedActivity |
| 454 | ] ; | 489 | ] ; |
| 455 | rdfs:subClassOf | 490 | rdfs:subClassOf |
| 456 | [ rdf:type owl:Restriction ; | 491 | [ rdf:type owl:Restriction ; |
| 457 | - owl:allValuesFrom ILAP:ResourceProfile ; | ||
| 458 | - owl:onProperty ILAP:hasActivityResourceProfile | ||
| 459 | - ] ; | ||
| 460 | - rdfs:subClassOf | ||
| 461 | - [ rdf:type owl:Restriction ; | ||
| 462 | owl:allValuesFrom ILAP:Location ; | 492 | owl:allValuesFrom ILAP:Location ; |
| 463 | owl:onProperty ILAP:hasActivityLocation | 493 | owl:onProperty ILAP:hasActivityLocation |
| 464 | - ] ; | ||
| 465 | - rdfs:subClassOf | ||
| 466 | - [ rdf:type owl:Restriction ; | ||
| 467 | - owl:allValuesFrom ILAP:ActivityDependency ; | ||
| 468 | - owl:onProperty ILAP:hasActivitySuccessor | ||
| 469 | ] . | 494 | ] . |
| 470 | 495 | ||
| 471 | ILAP:PlannedMilestone | 496 | ILAP:PlannedMilestone |
| ... | @@ -494,18 +519,13 @@ ILAP:Programme | ... | @@ -494,18 +519,13 @@ ILAP:Programme |
| 494 | rdfs:subClassOf ILAP:Project . | 519 | rdfs:subClassOf ILAP:Project . |
| 495 | 520 | ||
| 496 | ILAP:Project | 521 | ILAP:Project |
| 497 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 522 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 498 | rdfs:label "Project"^^xsd:string ; | 523 | rdfs:label "Project"^^xsd:string ; |
| 499 | rdfs:subClassOf ILAP:Activity ; | 524 | rdfs:subClassOf ILAP:Activity ; |
| 500 | rdfs:subClassOf | 525 | rdfs:subClassOf |
| 501 | [ rdf:type owl:Restriction ; | 526 | [ rdf:type owl:Restriction ; |
| 502 | - owl:allValuesFrom ILAP:Project ; | 527 | + owl:allValuesFrom BRREG:OilCompany ; |
| 503 | - owl:onProperty ILAP:hasProjectSubproject | 528 | + owl:onProperty ILAP:hasProjectResponsible |
| 504 | - ] ; | ||
| 505 | - rdfs:subClassOf | ||
| 506 | - [ rdf:type owl:Restriction ; | ||
| 507 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 508 | - owl:onProperty ILAP:hasExternalReference | ||
| 509 | ] ; | 529 | ] ; |
| 510 | rdfs:subClassOf | 530 | rdfs:subClassOf |
| 511 | [ rdf:type owl:Restriction ; | 531 | [ rdf:type owl:Restriction ; |
| ... | @@ -516,8 +536,13 @@ ILAP:Project | ... | @@ -516,8 +536,13 @@ ILAP:Project |
| 516 | ] ; | 536 | ] ; |
| 517 | rdfs:subClassOf | 537 | rdfs:subClassOf |
| 518 | [ rdf:type owl:Restriction ; | 538 | [ rdf:type owl:Restriction ; |
| 519 | - owl:allValuesFrom BRREG:OilCompany ; | 539 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 520 | - owl:onProperty ILAP:hasProjectResponsible | 540 | + owl:onProperty ILAP:hasExternalReference |
| 541 | + ] ; | ||
| 542 | + rdfs:subClassOf | ||
| 543 | + [ rdf:type owl:Restriction ; | ||
| 544 | + owl:allValuesFrom ILAP:Project ; | ||
| 545 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 521 | ] . | 546 | ] . |
| 522 | 547 | ||
| 523 | ILAP:ProjectEffectiveness | 548 | ILAP:ProjectEffectiveness |
| ... | @@ -536,23 +561,25 @@ ILAP:ProjectExecutionPlan | ... | @@ -536,23 +561,25 @@ ILAP:ProjectExecutionPlan |
| 536 | rdfs:subClassOf ILAP:Network ; | 561 | rdfs:subClassOf ILAP:Network ; |
| 537 | rdfs:subClassOf | 562 | rdfs:subClassOf |
| 538 | [ rdf:type owl:Restriction ; | 563 | [ rdf:type owl:Restriction ; |
| 539 | - owl:onProperty ILAP:hasPlanProjectType ; | 564 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 540 | - owl:someValuesFrom ILAP:PlanProjectType | 565 | + owl:onProperty ILAP:hasPlanContractType |
| 541 | ] ; | 566 | ] ; |
| 542 | rdfs:subClassOf | 567 | rdfs:subClassOf |
| 543 | [ rdf:type owl:Restriction ; | 568 | [ rdf:type owl:Restriction ; |
| 544 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 569 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 545 | - owl:onProperty ILAP:hasPlanAsset | 570 | + owl:onProperty ILAP:hasPlanSubplan |
| 546 | ] ; | 571 | ] ; |
| 547 | rdfs:subClassOf | 572 | rdfs:subClassOf |
| 548 | [ rdf:type owl:Restriction ; | 573 | [ rdf:type owl:Restriction ; |
| 549 | - owl:onProperty ILAP:hasPlanGeoArea ; | 574 | + owl:maxQualifiedCardinality |
| 550 | - owl:someValuesFrom ILAP:PlanGeoArea | 575 | + "1"^^xsd:nonNegativeInteger ; |
| 576 | + owl:onClass ILAP:PlanLevel ; | ||
| 577 | + owl:onProperty ILAP:hasPlanLevel | ||
| 551 | ] ; | 578 | ] ; |
| 552 | rdfs:subClassOf | 579 | rdfs:subClassOf |
| 553 | [ rdf:type owl:Restriction ; | 580 | [ rdf:type owl:Restriction ; |
| 554 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 581 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 555 | - owl:onProperty ILAP:hasPlanSubplan | 582 | + owl:onProperty ILAP:hasPlanResponsible |
| 556 | ] ; | 583 | ] ; |
| 557 | rdfs:subClassOf | 584 | rdfs:subClassOf |
| 558 | [ rdf:type owl:Restriction ; | 585 | [ rdf:type owl:Restriction ; |
| ... | @@ -561,8 +588,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -561,8 +588,8 @@ ILAP:ProjectExecutionPlan |
| 561 | ] ; | 588 | ] ; |
| 562 | rdfs:subClassOf | 589 | rdfs:subClassOf |
| 563 | [ rdf:type owl:Restriction ; | 590 | [ rdf:type owl:Restriction ; |
| 564 | - owl:onProperty ILAP:hasPlanContentType ; | 591 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 565 | - owl:someValuesFrom ILAP:PlanContentType | 592 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 566 | ] ; | 593 | ] ; |
| 567 | rdfs:subClassOf | 594 | rdfs:subClassOf |
| 568 | [ rdf:type owl:Restriction ; | 595 | [ rdf:type owl:Restriction ; |
| ... | @@ -571,25 +598,18 @@ ILAP:ProjectExecutionPlan | ... | @@ -571,25 +598,18 @@ ILAP:ProjectExecutionPlan |
| 571 | ] ; | 598 | ] ; |
| 572 | rdfs:subClassOf | 599 | rdfs:subClassOf |
| 573 | [ rdf:type owl:Restriction ; | 600 | [ rdf:type owl:Restriction ; |
| 574 | - owl:maxQualifiedCardinality | 601 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 575 | - "1"^^xsd:nonNegativeInteger ; | 602 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 576 | - owl:onClass ILAP:PlanLevel ; | ||
| 577 | - owl:onProperty ILAP:hasPlanLevel | ||
| 578 | - ] ; | ||
| 579 | - rdfs:subClassOf | ||
| 580 | - [ rdf:type owl:Restriction ; | ||
| 581 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | ||
| 582 | - owl:onProperty ILAP:hasPlanObjectiveType | ||
| 583 | ] ; | 603 | ] ; |
| 584 | rdfs:subClassOf | 604 | rdfs:subClassOf |
| 585 | [ rdf:type owl:Restriction ; | 605 | [ rdf:type owl:Restriction ; |
| 586 | - owl:allValuesFrom ILAP:PlanContractType ; | 606 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 587 | - owl:onProperty ILAP:hasPlanContractType | 607 | + owl:someValuesFrom ILAP:PlanProjectType |
| 588 | ] ; | 608 | ] ; |
| 589 | rdfs:subClassOf | 609 | rdfs:subClassOf |
| 590 | [ rdf:type owl:Restriction ; | 610 | [ rdf:type owl:Restriction ; |
| 591 | - owl:allValuesFrom BRREG:LegalEntity ; | 611 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 592 | - owl:onProperty ILAP:hasPlanResponsible | 612 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 593 | ] ; | 613 | ] ; |
| 594 | rdfs:subClassOf | 614 | rdfs:subClassOf |
| 595 | [ rdf:type owl:Restriction ; | 615 | [ rdf:type owl:Restriction ; |
| ... | @@ -600,8 +620,13 @@ ILAP:ProjectExecutionPlan | ... | @@ -600,8 +620,13 @@ ILAP:ProjectExecutionPlan |
| 600 | ] ; | 620 | ] ; |
| 601 | rdfs:subClassOf | 621 | rdfs:subClassOf |
| 602 | [ rdf:type owl:Restriction ; | 622 | [ rdf:type owl:Restriction ; |
| 603 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 623 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 604 | - owl:onProperty ILAP:hasPlanRollUpPlan | 624 | + owl:onProperty ILAP:hasPlanAsset |
| 625 | + ] ; | ||
| 626 | + rdfs:subClassOf | ||
| 627 | + [ rdf:type owl:Restriction ; | ||
| 628 | + owl:onProperty ILAP:hasPlanContentType ; | ||
| 629 | + owl:someValuesFrom ILAP:PlanContentType | ||
| 605 | ] . | 630 | ] . |
| 606 | 631 | ||
| 607 | ILAP:ProjectMilestone | 632 | ILAP:ProjectMilestone |
| ... | @@ -609,15 +634,20 @@ ILAP:ProjectMilestone | ... | @@ -609,15 +634,20 @@ ILAP:ProjectMilestone |
| 609 | rdfs:label "Project milestone"^^xsd:string ; | 634 | rdfs:label "Project milestone"^^xsd:string ; |
| 610 | rdfs:subClassOf ILAP:MilestoneType . | 635 | rdfs:subClassOf ILAP:MilestoneType . |
| 611 | 636 | ||
| 637 | +ILAP:ProjectPhase | ||
| 638 | + rdf:type owl:Class ; | ||
| 639 | + rdfs:label "Project phase"^^xsd:string ; | ||
| 640 | + rdfs:subClassOf ILAP:Phase . | ||
| 641 | + | ||
| 612 | ILAP:Regular8To16WorkingDayCalendar | 642 | ILAP:Regular8To16WorkingDayCalendar |
| 613 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 643 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 614 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 644 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 615 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 645 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 616 | 646 | ||
| 617 | ILAP:Resource | 647 | ILAP:Resource |
| 618 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 648 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 619 | rdfs:label "Resource"^^xsd:string ; | 649 | rdfs:label "Resource"^^xsd:string ; |
| 620 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 650 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 621 | 651 | ||
| 622 | ILAP:ResourceEstimate | 652 | ILAP:ResourceEstimate |
| 623 | rdf:type owl:Class ; | 653 | rdf:type owl:Class ; |
| ... | @@ -625,14 +655,14 @@ ILAP:ResourceEstimate | ... | @@ -625,14 +655,14 @@ ILAP:ResourceEstimate |
| 625 | rdfs:subClassOf ILAP:ResourceStructure . | 655 | rdfs:subClassOf ILAP:ResourceStructure . |
| 626 | 656 | ||
| 627 | ILAP:ResourceProfile | 657 | ILAP:ResourceProfile |
| 628 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 658 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 629 | rdfs:label "Resource profile"^^xsd:string ; | 659 | rdfs:label "Resource profile"^^xsd:string ; |
| 630 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 660 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 631 | 661 | ||
| 632 | ILAP:ResourceProfilePoint | 662 | ILAP:ResourceProfilePoint |
| 633 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 663 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 634 | rdfs:label "resource Profile point"^^xsd:string ; | 664 | rdfs:label "resource Profile point"^^xsd:string ; |
| 635 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 665 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 636 | 666 | ||
| 637 | ILAP:ResourceStructure | 667 | ILAP:ResourceStructure |
| 638 | rdf:type owl:Class ; | 668 | rdf:type owl:Class ; |
| ... | @@ -640,17 +670,17 @@ ILAP:ResourceStructure | ... | @@ -640,17 +670,17 @@ ILAP:ResourceStructure |
| 640 | rdfs:subClassOf ILAP:Network . | 670 | rdfs:subClassOf ILAP:Network . |
| 641 | 671 | ||
| 642 | ILAP:ResponsibleOrganization | 672 | ILAP:ResponsibleOrganization |
| 643 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 673 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 644 | rdfs:label "Responsible organization"^^xsd:string ; | 674 | rdfs:label "Responsible organization"^^xsd:string ; |
| 645 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 675 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 646 | 676 | ||
| 647 | ILAP:ResponsiblePerson | 677 | ILAP:ResponsiblePerson |
| 648 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 678 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 649 | rdfs:label "Responsible"^^xsd:string ; | 679 | rdfs:label "Responsible"^^xsd:string ; |
| 650 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 680 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 651 | 681 | ||
| 652 | ILAP:Result | 682 | ILAP:Result |
| 653 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 683 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 654 | rdfs:label "Result"^^xsd:string ; | 684 | rdfs:label "Result"^^xsd:string ; |
| 655 | rdfs:subClassOf owl:Thing . | 685 | rdfs:subClassOf owl:Thing . |
| 656 | 686 | ||
| ... | @@ -670,9 +700,9 @@ ILAP:RiskType | ... | @@ -670,9 +700,9 @@ ILAP:RiskType |
| 670 | rdfs:subClassOf owl:Thing . | 700 | rdfs:subClassOf owl:Thing . |
| 671 | 701 | ||
| 672 | ILAP:Schedule | 702 | ILAP:Schedule |
| 673 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 703 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 674 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 704 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 675 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 705 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 676 | rdfs:subClassOf | 706 | rdfs:subClassOf |
| 677 | [ rdf:type owl:Restriction ; | 707 | [ rdf:type owl:Restriction ; |
| 678 | owl:maxQualifiedCardinality | 708 | owl:maxQualifiedCardinality |
| ... | @@ -682,22 +712,22 @@ ILAP:Schedule | ... | @@ -682,22 +712,22 @@ ILAP:Schedule |
| 682 | ] . | 712 | ] . |
| 683 | 713 | ||
| 684 | ILAP:ScheduledActivity | 714 | ILAP:ScheduledActivity |
| 685 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 715 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 686 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 716 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 687 | rdfs:subClassOf ILAP:PlannedActivity ; | 717 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 688 | rdfs:subClassOf | 718 | rdfs:subClassOf |
| 689 | [ rdf:type owl:Restriction ; | 719 | [ rdf:type owl:Restriction ; |
| 690 | owl:maxQualifiedCardinality | 720 | owl:maxQualifiedCardinality |
| 691 | "1"^^xsd:nonNegativeInteger ; | 721 | "1"^^xsd:nonNegativeInteger ; |
| 692 | - owl:onClass ILAP:Schedule ; | 722 | + owl:onClass ILAP:PlannedActivity ; |
| 693 | - owl:onProperty ILAP:hasActivitySchedule | 723 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 694 | ] ; | 724 | ] ; |
| 695 | rdfs:subClassOf | 725 | rdfs:subClassOf |
| 696 | [ rdf:type owl:Restriction ; | 726 | [ rdf:type owl:Restriction ; |
| 697 | owl:maxQualifiedCardinality | 727 | owl:maxQualifiedCardinality |
| 698 | "1"^^xsd:nonNegativeInteger ; | 728 | "1"^^xsd:nonNegativeInteger ; |
| 699 | - owl:onClass ILAP:PlannedActivity ; | 729 | + owl:onClass ILAP:Schedule ; |
| 700 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 730 | + owl:onProperty ILAP:hasActivitySchedule |
| 701 | ] . | 731 | ] . |
| 702 | 732 | ||
| 703 | ILAP:ScheduledMilestone | 733 | ILAP:ScheduledMilestone |
| ... | @@ -721,9 +751,9 @@ ILAP:ShutdownType | ... | @@ -721,9 +751,9 @@ ILAP:ShutdownType |
| 721 | rdfs:subClassOf owl:Thing . | 751 | rdfs:subClassOf owl:Thing . |
| 722 | 752 | ||
| 723 | ILAP:Source | 753 | ILAP:Source |
| 724 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 754 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 725 | rdfs:label "Source"^^xsd:string ; | 755 | rdfs:label "Source"^^xsd:string ; |
| 726 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 756 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 727 | 757 | ||
| 728 | ILAP:SourceSpecifiedUserField | 758 | ILAP:SourceSpecifiedUserField |
| 729 | rdf:type owl:Class ; | 759 | rdf:type owl:Class ; |
| ... | @@ -741,22 +771,22 @@ ILAP:StartMilestone | ... | @@ -741,22 +771,22 @@ ILAP:StartMilestone |
| 741 | rdfs:subClassOf ILAP:MilestoneType . | 771 | rdfs:subClassOf ILAP:MilestoneType . |
| 742 | 772 | ||
| 743 | ILAP:StartToFinish | 773 | ILAP:StartToFinish |
| 744 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 774 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 745 | rdfs:label "Start to finish"^^xsd:string ; | 775 | rdfs:label "Start to finish"^^xsd:string ; |
| 746 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 776 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 747 | 777 | ||
| 748 | ILAP:StartToStart | 778 | ILAP:StartToStart |
| 749 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 779 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 750 | rdfs:label "Start to start"^^xsd:string ; | 780 | rdfs:label "Start to start"^^xsd:string ; |
| 751 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 781 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 752 | 782 | ||
| 753 | ILAP:Status | 783 | ILAP:Status |
| 754 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 784 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 755 | rdfs:label "Status"^^xsd:string ; | 785 | rdfs:label "Status"^^xsd:string ; |
| 756 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 786 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 757 | 787 | ||
| 758 | ILAP:TargetSchedule | 788 | ILAP:TargetSchedule |
| 759 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 789 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 760 | rdfs:label "Target schedule"^^xsd:string ; | 790 | rdfs:label "Target schedule"^^xsd:string ; |
| 761 | rdfs:subClassOf ILAP:Schedule . | 791 | rdfs:subClassOf ILAP:Schedule . |
| 762 | 792 | ||
| ... | @@ -771,7 +801,7 @@ ILAP:UnitBased | ... | @@ -771,7 +801,7 @@ ILAP:UnitBased |
| 771 | rdfs:subClassOf ILAP:Resource . | 801 | rdfs:subClassOf ILAP:Resource . |
| 772 | 802 | ||
| 773 | ILAP:UserField | 803 | ILAP:UserField |
| 774 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 804 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 775 | rdfs:label "User field"^^xsd:string ; | 805 | rdfs:label "User field"^^xsd:string ; |
| 776 | rdfs:subClassOf ILAP:Data ; | 806 | rdfs:subClassOf ILAP:Data ; |
| 777 | rdfs:subClassOf | 807 | rdfs:subClassOf |
| ... | @@ -785,12 +815,12 @@ ILAP:UserField | ... | @@ -785,12 +815,12 @@ ILAP:UserField |
| 785 | ILAP:Value | 815 | ILAP:Value |
| 786 | rdf:type owl:Class ; | 816 | rdf:type owl:Class ; |
| 787 | rdfs:label "Value"^^xsd:string ; | 817 | rdfs:label "Value"^^xsd:string ; |
| 788 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 818 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 789 | 819 | ||
| 790 | ILAP:WeekendsFreeCalendar | 820 | ILAP:WeekendsFreeCalendar |
| 791 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 821 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 792 | rdfs:label "Weekends free calendar"^^xsd:string ; | 822 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 793 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 823 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 794 | 824 | ||
| 795 | ILAP:WorkOrder | 825 | ILAP:WorkOrder |
| 796 | rdf:type owl:Class ; | 826 | rdf:type owl:Class ; |
| ... | @@ -798,18 +828,18 @@ ILAP:WorkOrder | ... | @@ -798,18 +828,18 @@ ILAP:WorkOrder |
| 798 | rdfs:subClassOf ILAP:WorkTask . | 828 | rdfs:subClassOf ILAP:WorkTask . |
| 799 | 829 | ||
| 800 | ILAP:WorkTask | 830 | ILAP:WorkTask |
| 801 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 831 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 802 | rdfs:label "Work task"^^xsd:string ; | 832 | rdfs:label "Work task"^^xsd:string ; |
| 803 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 833 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 804 | rdfs:subClassOf | 834 | rdfs:subClassOf |
| 805 | [ rdf:type owl:Restriction ; | 835 | [ rdf:type owl:Restriction ; |
| 806 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 836 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 807 | - owl:someValuesFrom ILAP:Activity | 837 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 808 | ] ; | 838 | ] ; |
| 809 | rdfs:subClassOf | 839 | rdfs:subClassOf |
| 810 | [ rdf:type owl:Restriction ; | 840 | [ rdf:type owl:Restriction ; |
| 811 | - owl:allValuesFrom BRREG:LegalEntity ; | 841 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 812 | - owl:onProperty ILAP:hasWorkTaskResponsible | 842 | + owl:someValuesFrom ILAP:Activity |
| 813 | ] . | 843 | ] . |
| 814 | 844 | ||
| 815 | ILAP:WorkTaskStatus | 845 | ILAP:WorkTaskStatus |
| ... | @@ -922,7 +952,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -922,7 +952,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 922 | rdfs:range xsd:float . | 952 | rdfs:range xsd:float . |
| 923 | 953 | ||
| 924 | ILAP:hasActivityPlan | 954 | ILAP:hasActivityPlan |
| 925 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 955 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 926 | rdfs:domain ILAP:PlannedActivity ; | 956 | rdfs:domain ILAP:PlannedActivity ; |
| 927 | rdfs:label "has activity plan"^^xsd:string ; | 957 | rdfs:label "has activity plan"^^xsd:string ; |
| 928 | rdfs:range ILAP:ProjectExecutionPlan . | 958 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -972,7 +1002,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -972,7 +1002,7 @@ ILAP:hasActivityResponsibleOrganization |
| 972 | rdfs:range ILAP:ResponsibleOrganization . | 1002 | rdfs:range ILAP:ResponsibleOrganization . |
| 973 | 1003 | ||
| 974 | ILAP:hasActivityResponsiblePerson | 1004 | ILAP:hasActivityResponsiblePerson |
| 975 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1005 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 976 | rdfs:domain ILAP:PlannedActivity ; | 1006 | rdfs:domain ILAP:PlannedActivity ; |
| 977 | rdfs:label "has activity responsible"^^xsd:string ; | 1007 | rdfs:label "has activity responsible"^^xsd:string ; |
| 978 | rdfs:range ILAP:ResponsiblePerson . | 1008 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1007,7 +1037,7 @@ ILAP:hasActivityStatus | ... | @@ -1007,7 +1037,7 @@ ILAP:hasActivityStatus |
| 1007 | rdfs:range ILAP:Status . | 1037 | rdfs:range ILAP:Status . |
| 1008 | 1038 | ||
| 1009 | ILAP:hasActivitySuccessor | 1039 | ILAP:hasActivitySuccessor |
| 1010 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1040 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1011 | rdfs:domain ILAP:PlannedActivity ; | 1041 | rdfs:domain ILAP:PlannedActivity ; |
| 1012 | rdfs:label "has activity successor"^^xsd:string ; | 1042 | rdfs:label "has activity successor"^^xsd:string ; |
| 1013 | rdfs:range ILAP:ActivityDependency ; | 1043 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1068,7 +1098,7 @@ ILAP:hasCalendarDate | ... | @@ -1068,7 +1098,7 @@ ILAP:hasCalendarDate |
| 1068 | rdfs:label "has calendar date"^^xsd:string . | 1098 | rdfs:label "has calendar date"^^xsd:string . |
| 1069 | 1099 | ||
| 1070 | ILAP:hasCalendarFreePeriod | 1100 | ILAP:hasCalendarFreePeriod |
| 1071 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1101 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1072 | rdfs:domain ILAP:Calendar ; | 1102 | rdfs:domain ILAP:Calendar ; |
| 1073 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1103 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1074 | rdfs:range ILAP:CalendarFreePeriod . | 1104 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1320,6 +1350,12 @@ ILAP:hasPlanLevel | ... | @@ -1320,6 +1350,12 @@ ILAP:hasPlanLevel |
| 1320 | rdfs:label "has plan level"^^xsd:string ; | 1350 | rdfs:label "has plan level"^^xsd:string ; |
| 1321 | rdfs:range ILAP:PlanLevel . | 1351 | rdfs:range ILAP:PlanLevel . |
| 1322 | 1352 | ||
| 1353 | +ILAP:hasPlanLicense | ||
| 1354 | + rdf:type owl:ObjectProperty ; | ||
| 1355 | + rdfs:domain ILAP:ProjectExecutionPlan ; | ||
| 1356 | + rdfs:label "has plan license"^^xsd:string ; | ||
| 1357 | + rdfs:range ILAP:License . | ||
| 1358 | + | ||
| 1323 | ILAP:hasPlanLicensePartner | 1359 | ILAP:hasPlanLicensePartner |
| 1324 | rdf:type owl:ObjectProperty ; | 1360 | rdf:type owl:ObjectProperty ; |
| 1325 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1361 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| ... | @@ -1363,7 +1399,7 @@ ILAP:hasPlanRegulator | ... | @@ -1363,7 +1399,7 @@ ILAP:hasPlanRegulator |
| 1363 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1399 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1364 | 1400 | ||
| 1365 | ILAP:hasPlanResponsible | 1401 | ILAP:hasPlanResponsible |
| 1366 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1402 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1367 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1403 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1368 | rdfs:label "has plan responsible"^^xsd:string ; | 1404 | rdfs:label "has plan responsible"^^xsd:string ; |
| 1369 | rdfs:range ILAP:ResponsibleOrganization . | 1405 | rdfs:range ILAP:ResponsibleOrganization . |
| ... | @@ -1563,7 +1599,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1563,7 +1599,7 @@ ILAP:hasSourceApplicaton |
| 1563 | rdfs:range ILAP:Application . | 1599 | rdfs:range ILAP:Application . |
| 1564 | 1600 | ||
| 1565 | ILAP:hasSuccessorActivity | 1601 | ILAP:hasSuccessorActivity |
| 1566 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1602 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1567 | rdfs:domain ILAP:ActivityDependency ; | 1603 | rdfs:domain ILAP:ActivityDependency ; |
| 1568 | rdfs:label "has successor activity "^^xsd:string ; | 1604 | rdfs:label "has successor activity "^^xsd:string ; |
| 1569 | rdfs:range ILAP:PlannedActivity ; | 1605 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1591,7 +1627,7 @@ ILAP:hasTimeNow | ... | @@ -1591,7 +1627,7 @@ ILAP:hasTimeNow |
| 1591 | rdf:type owl:DatatypeProperty ; | 1627 | rdf:type owl:DatatypeProperty ; |
| 1592 | rdfs:domain ILAP:Schedule ; | 1628 | rdfs:domain ILAP:Schedule ; |
| 1593 | rdfs:label "has time now"^^xsd:string ; | 1629 | rdfs:label "has time now"^^xsd:string ; |
| 1594 | - rdfs:range xsd:dateTime , xsd:date . | 1630 | + rdfs:range xsd:date , xsd:dateTime . |
| 1595 | 1631 | ||
| 1596 | ILAP:hasUserFieldName | 1632 | ILAP:hasUserFieldName |
| 1597 | rdf:type owl:DatatypeProperty ; | 1633 | rdf:type owl:DatatypeProperty ; | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 14 | 14 | ||
| 15 | : rdf:type owl:Ontology ; | 15 | : rdf:type owl:Ontology ; |
| 16 | - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 16 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
| 17 | 17 | ||
| 18 | ILAP: | 18 | ILAP: |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| ... | @@ -125,7 +125,7 @@ ILAP:DependentOnShutdown | ... | @@ -125,7 +125,7 @@ ILAP:DependentOnShutdown |
| 125 | 125 | ||
| 126 | ILAP:Development | 126 | ILAP:Development |
| 127 | rdf:type ILAP:PlanLifecycleStage ; | 127 | rdf:type ILAP:PlanLifecycleStage ; |
| 128 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 128 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 129 | 129 | ||
| 130 | ILAP:DisasterRecovery | 130 | ILAP:DisasterRecovery |
| 131 | rdf:type ILAP:PlanObjectiveType ; | 131 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -135,6 +135,10 @@ ILAP:Disposal | ... | @@ -135,6 +135,10 @@ ILAP:Disposal |
| 135 | rdf:type ILAP:PlanLifecycleStage ; | 135 | rdf:type ILAP:PlanLifecycleStage ; |
| 136 | rdfs:label "Dispose"^^xsd:string . | 136 | rdfs:label "Dispose"^^xsd:string . |
| 137 | 137 | ||
| 138 | +ILAP:Draft | ||
| 139 | + rdf:type ILAP:Status ; | ||
| 140 | + rdfs:label "Draft"^^xsd:string . | ||
| 141 | + | ||
| 138 | ILAP:DrillingAndWell | 142 | ILAP:DrillingAndWell |
| 139 | rdf:type ILAP:PlanProjectType ; | 143 | rdf:type ILAP:PlanProjectType ; |
| 140 | rdfs:label "Drilling and well"^^xsd:string . | 144 | rdfs:label "Drilling and well"^^xsd:string . |
| ... | @@ -148,8 +152,8 @@ ILAP:DuringNormalOperation | ... | @@ -148,8 +152,8 @@ ILAP:DuringNormalOperation |
| 148 | rdfs:label "During Normal Operation"^^xsd:string . | 152 | rdfs:label "During Normal Operation"^^xsd:string . |
| 149 | 153 | ||
| 150 | ILAP:DuringShutdown | 154 | ILAP:DuringShutdown |
| 151 | - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; | 155 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
| 152 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 156 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
| 153 | 157 | ||
| 154 | ILAP:EquipmentShutdown | 158 | ILAP:EquipmentShutdown |
| 155 | rdf:type ILAP:ShutdownType ; | 159 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -363,6 +367,10 @@ ILAP:OPEX | ... | @@ -363,6 +367,10 @@ ILAP:OPEX |
| 363 | rdf:type ILAP:PlanExpenseType ; | 367 | rdf:type ILAP:PlanExpenseType ; |
| 364 | rdfs:label "OPEX"^^xsd:string . | 368 | rdfs:label "OPEX"^^xsd:string . |
| 365 | 369 | ||
| 370 | +ILAP:OnHold | ||
| 371 | + rdf:type ILAP:Status ; | ||
| 372 | + rdfs:label "On hold"^^xsd:string . | ||
| 373 | + | ||
| 366 | ILAP:Operation | 374 | ILAP:Operation |
| 367 | rdf:type ILAP:PlanLifecycleStage ; | 375 | rdf:type ILAP:PlanLifecycleStage ; |
| 368 | rdfs:label "Operation"^^xsd:string . | 376 | rdfs:label "Operation"^^xsd:string . |
| ... | @@ -487,7 +495,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -487,7 +495,7 @@ ILAP:StandardFreeWeekendPeriod |
| 487 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 495 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 488 | rdfs:label "Standard free weekend period"^^xsd:string ; | 496 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 489 | ILAP:hasCalendarPeriodFreeDay | 497 | ILAP:hasCalendarPeriodFreeDay |
| 490 | - ILAP:Saturday , ILAP:Sunday . | 498 | + ILAP:Sunday , ILAP:Saturday . |
| 491 | 499 | ||
| 492 | ILAP:StandardWorkWeekdayPeriod | 500 | ILAP:StandardWorkWeekdayPeriod |
| 493 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 501 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -637,18 +645,18 @@ ILAP:hasWorkTaskResponsible | ... | @@ -637,18 +645,18 @@ ILAP:hasWorkTaskResponsible |
| 637 | rdfs:range ILAP:ResponsiblePerson . | 645 | rdfs:range ILAP:ResponsiblePerson . |
| 638 | 646 | ||
| 639 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 647 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 640 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 648 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
| 641 | 649 | ||
| 642 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 650 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 643 | - rdfs:subClassOf ILAP:Asset , ILAP:Result . | 651 | + rdfs:subClassOf ILAP:Result , ILAP:Asset . |
| 644 | 652 | ||
| 645 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 653 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 646 | rdfs:subClassOf ILAP:Phase . | 654 | rdfs:subClassOf ILAP:Phase . |
| 647 | 655 | ||
| 648 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 656 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 649 | rdf:type owl:Class ; | 657 | rdf:type owl:Class ; |
| 650 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; | 658 | + rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
| 651 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator . | 659 | + rdfs:subClassOf ILAP:Operator , ILAP:Contractor . |
| 652 | 660 | ||
| 653 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 661 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 654 | rdf:type owl:Class ; | 662 | rdf:type owl:Class ; |
| ... | @@ -658,7 +666,12 @@ ILAP:hasWorkTaskResponsible | ... | @@ -658,7 +666,12 @@ ILAP:hasWorkTaskResponsible |
| 658 | rdl:RDS282149 | 666 | rdl:RDS282149 |
| 659 | rdf:type owl:Class ; | 667 | rdf:type owl:Class ; |
| 660 | rdfs:label "RDS282149"^^xsd:string ; | 668 | rdfs:label "RDS282149"^^xsd:string ; |
| 661 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 669 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 670 | + | ||
| 671 | +<http://data.posccaesar.orgnpd/ontology/License> | ||
| 672 | + rdf:type owl:Class ; | ||
| 673 | + rdfs:label "Norwegian production license area"^^xsd:string ; | ||
| 674 | + rdfs:subClassOf ILAP:License . | ||
| 662 | 675 | ||
| 663 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> | 676 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> |
| 664 | rdf:type owl:Class ; | 677 | rdf:type owl:Class ; | ... | ... |
| ... | @@ -21,9 +21,9 @@ ILAP:ActivityWBS_1 | ... | @@ -21,9 +21,9 @@ ILAP:ActivityWBS_1 |
| 21 | rdf:type ILAP:ActivityWBS ; | 21 | rdf:type ILAP:ActivityWBS ; |
| 22 | rdfs:label "Activity WBS 1"^^xsd:string ; | 22 | rdfs:label "Activity WBS 1"^^xsd:string ; |
| 23 | ILAP:hasWBScomponent | 23 | ILAP:hasWBScomponent |
| 24 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 24 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
| 25 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 25 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
| 26 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 26 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
| 27 | 27 | ||
| 28 | ILAP:COR_KD_1 | 28 | ILAP:COR_KD_1 |
| 29 | rdf:type SCCS:COR_KD ; | 29 | rdf:type SCCS:COR_KD ; |
| ... | @@ -114,6 +114,7 @@ ILAP:ProjectExecutionPlan_UC1 | ... | @@ -114,6 +114,7 @@ ILAP:ProjectExecutionPlan_UC1 |
| 114 | ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; | 114 | ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; |
| 115 | ILAP:hasPlanGeoArea ILAP:Field ; | 115 | ILAP:hasPlanGeoArea ILAP:Field ; |
| 116 | ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; | 116 | ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; |
| 117 | + ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> ; | ||
| 117 | ILAP:hasPlanLicensePartner | 118 | ILAP:hasPlanLicensePartner |
| 118 | ILAP:ResponsibleOrganization ; | 119 | ILAP:ResponsibleOrganization ; |
| 119 | ILAP:hasPlanOperator | 120 | ILAP:hasPlanOperator |
| ... | @@ -166,7 +167,7 @@ ILAP:SummerShutdown_UC1 | ... | @@ -166,7 +167,7 @@ ILAP:SummerShutdown_UC1 |
| 166 | ILAP:hasShutdownPriority | 167 | ILAP:hasShutdownPriority |
| 167 | ILAP:NormalPriority ; | 168 | ILAP:NormalPriority ; |
| 168 | ILAP:hasShutdownType | 169 | ILAP:hasShutdownType |
| 169 | - ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . | 170 | + ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . |
| 170 | 171 | ||
| 171 | ILAP:UseCaseAibelToCOPNO | 172 | ILAP:UseCaseAibelToCOPNO |
| 172 | rdf:type ILAP:Source ; | 173 | rdf:type ILAP:Source ; | ... | ... |
-
Please register or login to post a comment